@charset "UTF-8";
/* CSS Document */

#wrapper{
	width:100%;
	overflow:hidden;
	}

.contsIn{
	width:1000px;
	margin:auto;
	overflow:hidden
	}


.contsIn2{
	width:960px;
	margin:auto;
	float:center;
	overflow:hidden
	}

.left{
	float:left;
	}

.right{
	float:right;
	}

.h2_bg{
	background-image:url(../img/h2_bg.gif);
	background-repeat:repeat-x;
	margin:80px 0 40px;
	}

h2{
	background-color:#fff;
	display:inline-block;
	padding:0px 10px;
	font-size:30px;
	color:#575757;
	}

h3{
	background-image:url(../img/h3_bg.gif);
	background-repeat:no-repeat;
	background-position:left 30%;
	padding-left:40px;
	color:#575757;
	font-size:24px;
	margin-bottom:12px;
	}

p.nml{
	font-size:16px;
	color:#575757;
	line-height:1.6;
	}

a{
	color:#1c5dae;
	}

	
/*---------------mv---------------
------------------------------------------*/

.mv_bg{
	background-image:url(../img/main_bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	padding-top:30px;
	}

#header{
	width:100%;
	background-image:url(../img/header_bg.png);
	background-repeat:repeat-x;
	height:67px;
	}

#header img{
	display:block;
	margin:auto;
	padding:20px 0;
	}

#mv img{
	display:block;
	margin:auto;
	padding:30px 0 50px;
	}



/*---------------sec01---------------
------------------------------------------*/

#sec01{
	/*background-color:#fff100;*/
	background-color:#F6F6F6;
	}

#sec01 p{
	line-height:2.2;
	font-size:16px;
	}

#sec01 .left{
	width:150px;
	margin:25px 50px;
	}

#sec01 .right{
	width:750px;
	margin-top:50px;
	}

.organizer{
	font-size:12px;
	text-align:center;
	margin:10px 0 0 0;
	}
	
	
/*---------------sec02---------------
------------------------------------------*/
#sec02 .contsIn2 p{
	margin:0 0 30px 40px;
	}

#sec02 .left{
	width:480px;
	}
	
#sec02 .poster{
	background-color:#f6f6f6;
	width:1000px;
	margin:auto;
	padding:15px 0;
	}

#sec02 .poster .left{
	width:105px;
	margin-left:180px;
	}

#sec02 .poster .right{
	width:520px;
	margin-right:150px;
	}

#sec02 .poster .right p.ttl{
	font-size:24px;
	display:block;
	color:#575757;
	margin-bottom:20px;
	}

#sec02 .poster .right a{
	display:block;
	margin-top:20px;
	}
	


/*---------------sec03---------------
------------------------------------------*/	
#sec03 .clearfix{
	margin-top:40px;
	margin-bottom:40px;
	}

#sec03 .left{
	width:180px;
	}	

#sec03 .right{
	width:740px;
	}
	
#sec03 .right p.ttl{
	color:#575757;
	font-size:24px;
	margin:8px 0 15px;
	}	

#sec03 .right a img{
	display:inline-block;
	margin:10px 15px 0 0;
	}
	
/*---------------sec04---------------
------------------------------------------*/
#sec04 ul.works{
	overflow:hidden;
	}

#sec04 ul.works li{
	float:left;
	}


.dsnone{
	display:none;
}
/*
.ContsBox{
	background:#fff;
	width:785px;
	padding:10px 0;
	overflow:hidden;
}

.ContsBox .closeBox{
	text-align:right;
	font-size:12px;
}

.ContsBox .close{
	text-align:right;
	padding-right:10px;
}

.ContsBox .ContsBoxIn{
	width:647px;
	margin:0 auto;
}
	*/
	
/*---------------sec05---------------
------------------------------------------*/	
	
#sec05 ul{
	overflow:hidden;
	margin-bottom:30px;
	}

#sec05 ul li{
	float:left;
	}
#sec05 ul li:first-child {
	padding-left: 125px;
}

#sec05 .mgR9{
	margin-right:9px;
	}

#sec05 .prizeBox{
	border:1px solid #ddd;
	padding:13px 0 10px;
	text-align:center;
	}

#sec05 .prizeBox p span{
	font-size:20px;
	color:#575757;
	padding-right:20px;
	}


/*---------------sec06---------------
------------------------------------------*/	
#sec06{
	margin-top:90px;
	padding:30px 0 0 0;
	background-color:#f2f2f2;
	} 

#sec06 .cautionBox{
	background-color:#fff;
	width:1000px;
	margin:auto;
	padding:25px 0;
	}

#sec06 .cautionBox .left{
	width:85px;
	margin-left:110px;
	}
	
#sec06 .cautionBox .right{
	width:680px;
	margin-right:100px;
	}
	
#sec06 .cautionBox .right p.ttl{
	font-size:24px;
	color:#575757;
	}

#sec06 .contsIn p.ttl{
	font-size:20px;
	color:#575757;
	margin-top:40px;
	}

#sec06 .contsIn ul{
	margin:20px 0 70px;
	}

#sec06 .contsIn ul li{
	padding-left:1em;
	text-indent:-1em;
	margin-bottom:10px;
	font-size:14px;
	color:#575757;
	}


/*---------------footer----------------
------------------------------------------*/
#footer{
	background-color:#7d7d7d;
	}

#footer .footerIn{
	width:1030px;
	margin:auto;
	padding:10px 0 10px 0;
	overflow:hidden;
	}

#footer .copy{
	font-size:14px;
	color:#fff;
	float:left;
	}

#footer .rightBox{
	float:right;
	}

#footer .rightBox a{
	font-size:14px;
	color:#fff;
	} 

