body {
	background-color: #eeeeee;
}


/*タブ関連ここから*/

.tab {
	width:1080px;
	height:63px;
	margin:0px auto 40px;
	padding-top:40px;
}

.tab ul li {
	float:left;
	margin-right:12px;
	list-style-type: none;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴシック Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}
.tab ul li a{
	display:block;
	height:63px;
	background:url(../image/tabbase_off.png) center top no-repeat;
	font-size:16px;
	text-align:center;
	color:#FFF;
	line-height:55px;
}

.tab ul li a:link , .tab ul li a:visited , .tab ul li a:active {
	color: #FFF;
}

.tab ul li a:hover {
	height:50px;
	background:url(../image/tabbase_on.png) center top no-repeat;
	text-decoration:none;
}

.tab ul li .on {
	height:63px;
	background:url(../image/tabbase_on.png) center top no-repeat;
	text-decoration:none;
	pointer-events:none;/*マウスオンしてもツノを消さない*/
}

.tab ul li:last-child{
	margin-right:0px;
}

.tabbottom {
	clear:both;
	width:1080px;
	height:49px;
	margin:0px auto 0px;
	padding-top:80px;
}

.tabbottom ul li {
	float:left;
	margin-right:12px;
	list-style-type: none;
}
.tabbottom ul li a{
	display:block;
	height:49px;
	background:url(../image/tabbase_off.png) center top no-repeat;
	font-size:16px;
	text-align:center;
	color:#FFF;
	line-height:55px;
}

.tabbottom ul li a:link , .tabbottom ul li a:visited , .tabbottom ul li a:active {
	color: #FFF;
}

.tabbottom ul li a:hover {
	background:url(../image/tabbase_on.png) center top no-repeat;
	text-decoration:none;
}

.tabbottom ul li .on {
	background:url(../image/tabbase_on.png) center top no-repeat;
	text-decoration:none;
}

.tabbottom ul li:last-child{
	margin-right:0px;
}

.tab .tab2 li a , .tabbottom .tab2 li a {
	width:534px;
}

.tab .tab3 li a , .tabbottom .tab3 li a {
	width:352px;
}

.tab .tab4 li a , .tabbottom .tab4 li a {
	width:261px;
}

.tab .tab5 li a , .tabbottom .tab5 li a {
	width:206.4px;
}

.tab .tab6 li a , .tabbottom .tab6 li a {
	width:170px;
}

/*タブ関連ここまで*/


#contents-body {
	width:1080px;
	margin:0 auto;	
}

h2 {
	font-size:20px;
	font-weight:normal;
	padding:0px 0 2px 22px;
	background:url(../image/h2_underline.gif) left bottom -2px no-repeat;
	margin-bottom:30px;
}


#navi {
	width:970px;	
	margin:0 auto;
}

#contents {
	width:1200px;
	height:auto;
	margin:0 auto;	
	padding:0px 0 80px;
	background-color:#FFF;
}

#blueflame {
	width:860px;
	margin:0px auto;	
}

#yellowflame {
	width:715px;
	border:30px solid #fff9b0;
	padding:40px;
	margin:0px auto;	
}

.red {
	color:#F00;
}