@charset "UTF-8";

/*基本設定*/

body,div,ul,li,dl,dt,dd,h1,h2,h3,h4,p {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,ul,li,p,address {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
body {
	color: #434343;
}
img {
	border: 0;
	vertical-align: bottom;
}
a {
	text-decoration: none;
}
a:link,a:visited {
	color: #a0a0a0;
	text-decoration: none;
}
a:hover,a:active {
	color:#434343;
	text-decoration: underline;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/*//基本設定ここまで*/

/*トップページレイアウト*/

#wrapper {
	width: 710px;
	margin: 20px auto 20px auto;
}

#wrapper #header {
	width: 710px;
	height: 40px;
	background-image: url(../images/header_bg1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#wrapper #header .logo_pos {
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}
*html #wrapper #header .logo_pos {
	margin-left: 10px;
}
#wrapper #header ul {
	float: right;
	margin-right: 20px;
	margin-top: 22px;
}
#wrapper #header ul li {
	float: left;
	display: inline;
	font-size: 10px;
	color: #a0a0a0;
	list-style-type: none;
}
*html #wrapper #header ul {
	margin-right: 10px;
}
#wrapper #contents {
	width: 710px;
	background-image: url(../images/base_bg.png);
	background-repeat: repeat-y;
	background-position: 0 0;
}
#contents #g_navi {
	overflow: hidden;
}
#contents #g_navi ul {
	width: 700px;
	margin: 0 5px 0 5px;
	line-height: 20px;
}
#contents #g_navi ul li {
	float: left;
	list-style-type: none;
}
#contents p.sub_catch {
	font-size: 13px;
	text-align: center;
	clear: both;
	height: 26px;
	display: block;
	line-height: 2.2em;
}
#contents #flash_area {
	width: 700px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 5px;
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 2px;
}

/*キャンペーンブロック*/
#contents #camp_block {
	float: left;
	width: 360px;
	margin-left: 15px;
}
*html #contents #camp_block {
	float: left;
	width: 360px;
	margin-left: 8px;
}
#camp_block .camp_cont .L_box {
	float: left;
	width: 236px;
}
#camp_block h2 {
	margin-bottom: 7px;
	line-height: 0em;
}
#camp_block .camp_cont {
	width: 334px;
	margin: 3px 4px;
	padding: 7px;
	background-color: #f8f8f8;
	border: 1px solid #ebebeb;
	overflow: hidden;
}
#camp_block .camp_cont h3 {
	font-size: 13px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #33CCFF;
	padding-left: 6px;
	line-height: 1.3em;
	margin-bottom: 6px;
}
#camp_block .camp_cont p {
	font-size: 11px;
	line-height: 1.5em;
	padding-left: 14px;
}
#camp_block .camp_cont .photo_pos img {
	float: right;
	width: 90px;
	margin-left: 7px;
}
#camp_block .camp_cont h3 a:link,
#camp_block .camp_cont h3 a:visited {
	color: #0068b7;
	text-decoration: none;
}
#camp_block .camp_cont h3 a:hover,
#camp_block .camp_cont h3 a:active {
	color:#0068b7;
	text-decoration: underline;
}
#camp_block #pr_barnner {
	width: 334px;
	padding: 7px 13px;
	margin-top: 20px;
	border-top: 1px dotted #a0a0a0;
}
#camp_block #pr_barnner li {
	display: inline;
	width: 160px;
	margin-right: 2px;
	margin-left: 2px;
	list-style-type: none;
}

/*ニュースブロック*/
#contents #news_block {
	font-size: 11px;
	float: right;
	width: 310px;
	margin-right: 15px;
	margin-bottom: 15px;
}
*html #contents #news_block {
	float: right;
	width: 310px;
	margin-right: 8px;
	margin-bottom: 15px;
}
#news_block h2 {
	margin-bottom: 8px;
}
#news_block dl {
	width: 300px;
	margin: 0 5px 10px;
	line-height: 1.3em;
}
#news_block dd {
	padding-left: 15px;
	border-bottom: 1px dotted #a0a0a0;
	padding-bottom: 2px;
}
#news_block dd a:link,
#news_block dd a:visited {
	color: #0068b7;
	text-decoration: none;
}
#news_block dd a:hover,
#news_block dd a:active {
	color:#0068b7;
	text-decoration: underline;
}
#news_block span.new_text {
	font-size: 10px;
	color: #FF6666;
	margin-left: 3px;
}
#contents #banner_area {
	clear: both;
	width: 700px;
	height: 50px;
	margin: 10px 5px 0 5px;
	border-top: 1px solid #c9c9c9;
}
#banner_area p {
	float: left;
	margin: 10px 6px 0px 0;
}
#banner_area p.ba_pos1 {
	width: 122px;
	margin-left: 40px;
}
*html #banner_area p.ba_pos1 {
	width: 122px;
	margin-left: 20px;
}
#banner_area .mini_text {
	width: 120px;
	font-size: 9px;
	line-height: 1.2em;
}
#wrapper #footer {
	clear: both;
	width: 710px;
	background: url(../images/footer_bg.png) no-repeat 0 0;
}
#footer ul {
	text-align: center;
	height: 30px;
	padding-top: 2px;
}
* html #footer ul {
	height: 22px;
	padding-top: 10px;
}
#footer ul li {
	display: inline;
	font-size: 10px;
	color: #a0a0a0;
	list-style-type: none;
}
#wrapper #footer address {
	font-size: 8px;
	color: #ffffff;
	line-height: 2.4em;
	text-align: center;
	height: 21px;
}
