@charset "utf-8";
/*
	common css lib
						*/

/*
		初期化
						*/
h1,h2,h3,h4,h5,br,p,strong,b,ol,ul,li,form,div,body {
	font-size: 100%;
	font-weight: normal;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

/*
	全体共通クラス
						*/
						
.hide {
	display: none;
	font-size: 0px;
}

.clear_all {
	clear: both;
	font-size: 0px;
}
#plist_box {
	font-size: 12px;
	padding: 5px;
}
#plist_box a {
	text-decoration: none;
	color: #0033CC;
}
