@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(dm_post/h_img2.jpg);
	background-repeat: no-repeat;
}
/*--ヘッダイメージ部ナビゲーション--*/
#headimg .nav {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 320px;
	margin-top: 0px;
	margin-right: 10px;
	text-align: right;
	display: block;
	padding-top: 130px;
}
#headimg .nav a:link {
	color: #C4DCF7;
	text-decoration: none;
}
.wrap #headimg .nav a:hover, #headimg .nav a:hover {
	color: #FFCE7D;
	text-decoration: underline;
}
#headimg .nav a:visited {
	color: #A3C2E7;
	text-decoration: none;
}

/*--コンテンツ--*/
#contents .ind {
	padding-left:10px;
}
.col {
	background-image: url(dm/col_head.jpg);
	width: 552px;
	display: block;
}
.col .text {
	margin: 0px 30px 0px 20px;
	display: block;
	padding-top: 20px;
}
.col .text strong {
	color: #3D7F4D;
	font-weight: normal;
}
.col .text .det {
	text-align: right;
	padding-right: 0px;
}
#contents .titcol {
	background-color: #EFF0F3;
	border: 1px solid #CCCCCC;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 18px;
	width: 500px;
	display: block;
	padding: 12px 15px 15px 15px;
	margin-left: 10px;
	margin-bottom: 15px;
}
#contents strong {
	color: #3D7F4D;
	font-weight: normal;
	margin: 0;
	line-height: 12px;
}
#contents .numberCol {
	margin: 0 0 30px 0;
}
#contents .numberCol .list {
	margin: 0 0 0 50px;
	display: block;
	
}

