@charset "utf-8";

@import "common/common.css";
@import "common/header.css";
@import "common/lmenu.css";
@import "common/pnav.css";
@import "common/contents_nomal.css";
@import "common/footer.css";

/*--ヘッダイメージ--*/
#headimg {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #CCCCCC;
	height: 155px;
	background-image: url(pinfo/h_img2.jpg);
	background-repeat: no-repeat;
}

#contents h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 18px;
	border-bottom-color: #5B5A5A;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	padding-bottom: 5px;
	margin-top: 20px;
	color: #5B5A5A;
	font-weight: normal;
}
#contents h2 {
   font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
   font-size: 14px;
	color: #5B5A5A;
	font-weight: bold;
	text-align: center;
}

/*--lmenu--*/
#lmenu #pmark {
   display:block;
   width:192px;
   margin-left:15px;
   text-align:center;
   font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
   font-weight: normal;
   color: #5A5B5B;
   font-size: 12px;
   line-height: 12px;
   text-indent:0;
}


