@charset "shift-jis";

.sectionH1 #mainVisual {
	clear: both;
	position: relative;
	width: 950px;
	height: 435px;
	margin-bottom: 20px;
	background:url(../image/index/main_visual.jpg) no-repeat center top;	
}
.sectionH1 #mainVisual h2 {
	position: absolute;
	top: 76px;
	left: 30px;
}
.sectionH1 #mainVisual p {
	position: absolute;	
}
.sectionH1 #mainVisual p#lead01 {
	top: 42px;
	left: 30px;	
}
.sectionH1 #mainVisual p#lead02 {
	top: 181px;
	left: 30px;	
}
.sectionH1 #mainVisual p#lead03 {
	top: 254px;
	left: 31px;	
}
.sectionH1 #mainVisual p#lead04 {
	top: 256px;
	left: 243px;	
}
.sectionH1 #mainVisual p#lead05 {
	top: 80px;
	left: 499px;
}
.sectionH1 #mainVisual p#action {
	top: 251px;
	left: 378px;
}
.sectionH1 #mainVisual ul {
	position: absolute;
	top: 291px;
	left: 17px;
}
.sectionH1 #mainVisual ul li {
	display: inline;
	margin-right: 14px;
	line-height: 0;	
}
.sectionH1 #sns {
	width: 950px;
	height: 21px;
	margin-bottom: 10px;
	text-align: right;
	vertical-align: middle;
	line-height: 0;	
}
.sectionH1 #sns li {
	float: right;
	display: inline;
}
.sectionH1 #sns li#tweet {
	width: 100px;
	text-align: left;
}

.sectionH1 .sectionH2 {
	margin-bottom: 13px;
	padding-bottom: 12px;
	background: url(../image/index/content_bg.gif) no-repeat left bottom;	
}
.sectionH1 #second {
	margin-bottom: 30px;
	padding-bottom: 22px;
}

.sectionH1 .sectionH2 .wrap {
	clear: both;
	width: 950px;
	padding: 0 0 0 12px;
}
.sectionH1 #second .wrap {
	clear: both;
	width: 950px;
	padding: 0 0 0 16px;
}

.sectionH1 .sectionH2 .wrap .box {
	float: left;
	width: 456px;
	padding-right: 17px;
}
.sectionH1 #second .wrap .box {
	padding-right: 16px;
}

.sectionH1 .sectionH2 .wrap .box p {
	float: left;
	width: 138px;
	text-align: right;
}
.sectionH1 .sectionH2 .wrap .last p {
	width: 169px;
}
.sectionH1 #second .wrap .last p {
	width: 138px;	
}

.sectionH1 .sectionH2 .wrap .box dl {
	float: right;
	width: 296px;
}
.sectionH1 #second .wrap .box dl {
	float: right;
	width: 290px;
}
.sectionH1 .sectionH2 .wrap .last dl {
	width: 272px;
}
.sectionH1 #second .wrap .last dl {
	width: 296px;
}
.sectionH1 .sectionH2 .wrap .box dl dd {
	width: 280px;	
}
.sectionH1 .sectionH2 .wrap .last dl dd {
	width: 261px;
}
.sectionH1 #second .wrap .last dl dd {
	width: 284px;
}
.sectionH1 .sectionH2 .wrap .box dl dd a {
	display: inline-block;
	float: right;
	margin-top: 10px;
}
.sectionH1 #infomation {
	clear: both;
	width: 950px;
	margin-bottom: 40px;
}
.sectionH1 #infomation dl {
	float:left;
	width: 465px;
	margin-right: 20px;	
}
.sectionH1 #infomation dl.last {
	margin-right: 0;
}
.sectionH1 #infomation dd#topics dl {
	clear: both;
	float: none;
	width: 416px;
	margin: 13px 0 0 20px;
	padding-bottom: 10px;
	background: url(../image/index/line.gif) no-repeat left bottom;
}
.sectionH1 #infomation dd#topics dl dt {
	float: left;
	width: 100px;
	font-size: 0.9em;
}
.sectionH1 #infomation dd#topics dl dd {
	float: left;
	width: 300px;
	padding-left: 12px;
	font-size: 0.9em;
	background: url(../image/index/icon_link.gif) no-repeat 0 4px;
}

.sectionH1 #infomation dl dd.kanren {
	margin-top: 15px;
	text-align: center;	
}

.sectionH1 #link {
	clear: both;
	width: 910px;
	height: 62px;
	padding-top: 11px;
	margin: 0 auto 30px;
	background: url(../image/index/link_bg.jpg) ;
}
.sectionH1 #link ul {
	margin-left: 10px;	
}
.sectionH1 #link ul li {
	display: inline;
	margin-right: 10px;
}
.sectionH1 #link ul li.last {
	margin-right: 0;
}

/*-----------------------------------------------------------------------------------------------------------
-clearfix
-----------------------------------------------------------------------------------------------------------*/

.sectionH1 #infomation dd#topics dl:after,
.sectionH1 #infomation:after,
.sectionH1 .clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html .sectionH1 #infomation dd#topics dl,
* html .sectionH1 #infomation,
* html .sectionH1 .clearfix {
	/*Ež*/height:1%;/*for WinIE*/
	display:inline-table;/*for MacIE*/
}
.sectionH1 #infomation dd#topics dl,
.sectionH1 #infomation,
.sectionH1 .clearfix {
	clear:both;
}
