@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 h3{
	width: 720px;
	height: 34px;
	line-height: 34px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	text-indent: 0px;
	color: #333;
	border-bottom: 3px double #000000;
}
#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 .home_red{
	background: #B40003;
	height: 40px;
	font-size: 20px;
	font-weight: bold;
	color: white;
	padding-left: 10px;
	padding-top: 8px;
	margin-bottom: 20px;
}

#mainBlock .facility_blue{
	background:  #1342CE;
	height: 40px;
	font-size: 20px;
	font-weight: bold;
	color: white;
	padding-left: 10px;
	padding-top: 8px;
	margin-bottom: 20px;
}


#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-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 25px;
	padding: 0px;
	color: #111111;
}
#mainBlock #news .left {
	margin-left: 10px;
}
#mainBlock #news .right {
	margin-right: 10px;
}
.small {
	font-size: 10px;
}
#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: 0px 0px 20px 0px;
	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 a{
	color:#003399;
	text-decoration: none;
}
.topics a:hover{
	color: #666666;
	text-decoration: underline;
	
}

.topics p{
	width:720px;
	font-size:13px;
	line-height: 25px;
	color: #111111;
	text-align: center;
}

.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%;
}




/*
==========================================================
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;
}
/*=====================
追加
======================*/
