@charset "utf-8";
/* ===================================================================
lp用css
=================================================================== */

/* ===== ヘッダー ===== */
#lpHeader{
	width: 100%;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg_head.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 180px;
}
#lpHeader .lpheadcnt{
	width: 856px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/logo_lp.gif);
	background-repeat: no-repeat;
	height: 180px;
	position: relative;

}
#lpHeader .lpheadcnt h1{
	margin-bottom: 5px;
	position: absolute;
	color: #FFFFFF;
	font-weight: normal;
	right: 0px;
	top: 20px;

}
#lpHeader .lpheadcnt ul{
	position: absolute;
	right: 0px;
	top: 50px;

}
#lpHeader .lpheadcnt li{
	color: #ffffff;
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #2B802B;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	font-weight: bold;
}

#lpHeader .lpheadcnt li a{
	color: #ffffff;
}

#lpHeader .lpHeadad{
	width: 468px;
	height:60px;
	position: absolute;
	bottom: 10px;
	right: 0px;
}
/* ===== コンテンツ ===== */
#lpPage {
	width: 856px;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#lpCnt {
	clear: both;
}
/*コンテンツ左*/
#lpCntl {
	width: 356px;
	margin-right: 20px;
	float:left;
}

#lpCntl h2 {
	font-size:24px;
	padding: 5px 0;
	margin-bottom:15px;
	line-height: 1.6;
}
#lpCntl h3 {
	font-size:14px;
	padding: 5px 0;
	margin-bottom:5px;
	line-height: 1.6;
}
#lpCntl .syurui {
	padding: 10px;
	margin-bottom:35px;
	background-color: #DCF3DC;
}
#lpCntl .lpAd {
	margin-bottom:30px;
}
#lpCntl .lpimg {
	margin-bottom:30px;
}
#lpCntl p.lpCntfont {
	margin-bottom:20px;
	line-height:1.5;
	font-size:14px;
}
/*コンテンツ中*/
#lpCntc {
	width: 160px;
	margin-right: 20px;
	float:left;
}
#lpCntc .lpAdc{
	margin-bottom:30px;

}
/*コンテンツ右*/
#lpCntr {
	width: 300px;
	float:right;
}
#lpCntr .lpadr{
	margin-bottom: 30px;
}

#lpCntr ul{
	margin-bottom: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #EFEFEF;
	border-right-color: #EFEFEF;
	border-left-color: #EFEFEF;
}
#lpCntr ul li{
	list-style-type: circle;
	background-color: #FCFCFC;
	list-style-position: inside;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

/*リンク色*/
#lpCntr ul li a:link { text-decoration:none; color:#333333; }
#lpCntr ul li a:visited { text-decoration:none; color:#333333; }
#lpCntr ul li a:hover {text-decoration:none;color:#DFDFDF; }
#lpCntr ul li a:active { text-decoration:none; color:#DFDFDF; }




/* ===== フッター ===== */
#lpFooer{
	background-color: #FFF5EC;
	clear: both;
	padding: 20px;
	/height: 60px;
	text-align: center;
}

/* ===== 上書き ===== */
body {
	background-color: #ffffff !important;
	background-image: none !important;
}
