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



#mainBlock h1{
	width: 720px;
	/*height: 50px;
	line-height: 50px;*/
	text-indent: 15px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 24px;
	background-color: #000000;
	color: #ffffff;
}

#mainBlock h2{
	width: 720px;
	/*line-height: 46px;*/
	margin: 0px 0px 10px 0px;
	text-indent: 2px;
	color: #333;
	height: auto;
	background-image: url(../commonImage/blue_title.jpg);
	background-position: 0% bottom;
	background-repeat: no-repeat;
	line-height: 140%;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}*/
/*
#mainBlock h2{
	width: 720px;
	height: 46px;
	line-height: 46px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	text-indent: 2px;
	color: #FF5D00;
	background-image: url(../commonImage/orange_title.jpg);
}
*/
#mainBlock h3{
	width: 720px;
	height: 20px;
	line-height: 22px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-indent: 6px;
	color:#C30;
	font-size: 16px;
	border-left: 4px solid #C30;
	font-weight: bold;
}
#mainBlock h4{
	width: 720px;
	height: 20px;
	line-height: 22px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	text-indent: 6px;
	color:#C30;
	font-size: 16px;
	border-left: 4px solid #C30;
	font-weight: bold;
}

#mainBlock h5{
	line-height: 22px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	text-indent: 6px;
	color:#C30;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
}

/*
#mainBlock a{
	color:#003399;
}
#mainBlock a:hover{
	color: #666666;
	text-decoration: underline;
}*/
#mainBlock strong{
	width: 720px;
	line-height: 42px;
	font-size: 24px;
	font-weight: bold;
	color: #C30;
}
#mainBlock #update{
	width: 720px;
	margin:0px 0px 15px 0px;
	line-height: 14px;
	font-size: 13px;
	font-weight: bold;
	color: #111;
	text-align: right;
}
#mainBlock #news{
	width: 720px;
	margin:0px 0px 40px 0px;
	padding: 0px;
	overflow: hidden;
}
#mainBlock #news p{
	width: 100%;
	line-height: 24px;
	font-size: 13px;
	margin: 0px 0px 25px 0px;
	padding: 0px;
	color:#111111;
}
#mainBlock #news_list{
	width: 720px;
	height:180px;
	margin:0px 0px 15px 0px;
	padding: 0px;
	overflow: auto;
	overflow-x: hidden; 
	
}
#mainBlock #news_list ul{
	width: 720px;
	height: 200px;
	margin:0px;
	padding: 0px;
	font-size: 13px;
}
#mainBlock #news_list li{
	color: #999999;
	margin:0px;
	padding: 0.5em 0em;
	border-bottom: 1px dotted #666666;
	
}
#mainBlock #news_list li b{
	color: #111;
	padding: 0px 0.8em;
}
/*開催終了*/
.seminar_end{/
	width: 720px;
	margin:0px 0px 100px 0px;
	padding: 25px 0px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #06C;
}
.message{
	width: 720px;
	line-height: 80px;
	font-size: 32px;
	font-weight: bold;
	color: #C30;
	text-align: center;
}

/*
==========================================================
btn
==========================================================
*/
#mainBlock .btn_box{
	clear: both;
	width: 720px;
	margin:0px 0px 25px 0px;
	padding: 25px 0px;
	overflow: hidden;
	text-align: center;
}
#mainBlock .btn_box a{
	text-decoration: none;
	color: #fff;
}

#mainBlock .btn{
border:1px solid #CB5F00;-webkit-box-shadow: #DBDBC8 1px 1px 1px;-moz-box-shadow: #DBDBC8 1px 1px 1px; box-shadow: #DBDBC8 1px 1x 1px; -webkit-border-radius: 2px; -moz-border-radius: 2px;border-radius: 2px; font-size:18px; padding: 16px 60px 16px 60px; text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; text-align: center; color: #FFFFFF; background-color: #FF8636;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF8636), color-stop(100%, #FF5208));
 background-image: -webkit-linear-gradient(top, #FF8636, #FF5208);
 background-image: -moz-linear-gradient(top, #FF8636, #FF5208);
 background-image: -ms-linear-gradient(top, #FF8636, #FF5208);
 background-image: -o-linear-gradient(top, #FF8636, #FF5208);
 background-image: linear-gradient(top, #FF8636, #FF5208);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FF8636, endColorstr=#FF5208);
}

#mainBlock .btn:hover{
 border:1px solid #ff6703; background-color: #ff6703;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6703), color-stop(100%, #d44000));
 background-image: -webkit-linear-gradient(top, #ff6703, #d44000);
 background-image: -moz-linear-gradient(top, #ff6703, #d44000);
 background-image: -ms-linear-gradient(top, #ff6703, #d44000);
 background-image: -o-linear-gradient(top, #ff6703, #d44000);
 background-image: linear-gradient(top, #ff6703, #d44000);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff6703, endColorstr=#d44000);
}


/*
==========================================================
topics
==========================================================
*/


.topics{
	width: 720px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 60px;
	padding: 0px;
	overflow: hidden;
}
.topics h2{
	width: 720px;
	height: 46px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-image: url(../topImage/topics_title.jpg);
}
.topics p{
	width: 720px;
	font-size: 15px;
	line-height: 25px;
	color: #111111;
	text-align: left;
}
.topics a{
	color: #FF9326;
	font-size: 14px;
}
.topics a:hover{
}



.topics_box{
	margin: 0px 0px 20px 0px;
	width:720px;
	overflow: hidden;
}

.topics_left{
	width:400px;
	float: left;
}

.topics_right{
margin: 40px 0px 0px 0px;
	width: 320px;
	float:right;
	text-align: center;
}

.result{
color:#FF0000;
font-size:21px;
 font-weight:bold;
 line-height:40px;
}

.topics .tsuka{
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.topics .tsuka dt{
	margin: 30px 0px 5px 0px;
	padding: 0px;
	font-size:14px;
	font-weight: bold;
	color: #F00004;
}
.topics .tsuka dd{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size:15px;
	line-height: 200%;
}
 .tsuka .b_one{
	 color:#54C0DF;
}
 .tsuka .b_two{
	 color: #F7D021;
}
 .tsuka .b_three{
	 color: #FA4094;
}
 .tsuka .b_four{
	 color: #72C734;
}
 .tsuka .b_five{
	 color: #B64BA6;
}

/*予選table*/

.yosen{
	border: 1px solid #ccc;
	margin: 0px auto 20px auto;
	width: 100%;
	border-collapse:collapse;
}

.yosen th{
	background-color: #FFA056;
	padding: 5px;
	font-size: 14px;
}

.yosen td{
	padding: 5px;
	border: 1px solid  #ccc;
	font-size: 14px;
}
/*=======================*/

/*画像１枚センター*/
#mainBlock .topics .ph2 {
	padding-bottom: 0px;
	text-align: center;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#mainBlock .topics .ph2 img {
	width: 400px;
	text-align: center;
	padding-bottom: 30px;
}
/*写真複数横並び*/
.ph_float {
	overflow: hidden;
	width: 660px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 30px;
}
.ph_float li {
	float: left;
	margin: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 0;
	padding-bottom: 0;
}
.ph_float li img {
	width: 210px;
}
/*開催終了*/
.seminar_end{/
	width: 720px;
	margin:0px 0px 50px 0px;
	padding: 25px 0px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #06C;
}

/*
==========================================================
topics_form
==========================================================
*/

.t_tbl table{
	width: 100%;
	margin: 0px auto 0px auto;
	font-size: 13px;
	border-collapse:collapse;
	border: 2px solid #e2e2e2;
	overflow:hidden;
	float: left;
}
.t_tbl table caption{
	line-height: 42px;
	font-size: 22px;
	font-weight: bold;
	color: #C30;
}
.t_tbl table tr{
	border: 1px solid #e2e2e2;
}
.t_tbl table th{
	padding: 5px 8px;
	background-color: #e2e2e2;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	
}
.t_tbl table td{
	padding: 5px 8px;
	border-top: 1px dotted #e2e2e2;
	border-bollapse: 0px;ttom: 1px solid #e2e2e2;
	border-right: 2px solid #e2e2e2;
}
.t_tbl td a{
	color:#003399;
}
.t_tbl td a:hover{
	color: #666666;
	text-decoration: underline;
}

.t_tbl .large{
	width: 400px;
}
