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







/* =mainCSS
------------------------------------------------------------------------------------------*/
#main {
	background-image: url(../images/common/bg_br.jpg);
	background-repeat: repeat;
	padding: 10px 0;
	margin-bottom: 20px;
}

#main .main_lower__main{
	color: #000;
	font-size: 24px;
	font-weight: bold;
	background-image:url(../../asset/images/common/lower_main.png);
	border: 5px solid #fff;
	width: 830px;
	height: 130px;
	line-height: 130px;
	padding: 0 30px;
	margin: 0 auto;
}






/* =tableCSS
------------------------------------------------------------------------------------------*/
.table01 {
	width: 100%;
}

.table01 th{
	background-image: url(../images/common/bg_br.jpg);
	background-repeat: repeat;
	border-bottom: 1px solid #774843;
	padding: 10px 15px;
	color: #fff;
	text-align: left;
}
.table01 td{
	border-bottom: 1px solid #774843;
	padding: 10px 15px;
}


.table02 {
	width: 100%;
}

.table02 th{
	background-image: url(../images/common/bg_br.jpg);
	background-repeat: repeat;
	border-bottom: 1px solid #774843;
	padding: 10px 15px;
	color: #fff;
	text-align: left;
}
.table02 td{
	border-right: 1px solid #774843;
	border-bottom: 1px solid #774843;
	padding: 10px 15px;
}
.table02 td:last-child{
	border-right: none;
}



/* =ul,liCSS
------------------------------------------------------------------------------------------*/
.list01 {
	list-style: disc;
	margin-left: 20px;
}






/* =topicsCSS
------------------------------------------------------------------------------------------*/
#news_detail {
	margin-bottom: 20px;
}

.news_detail__img {
	margin-bottom: 15px;
	text-align: center;
}

.news_detail__description {
	margin-bottom: 20px;
}


/* =newsCSS
------------------------------------------------------------------------------------------*/
#back_btn {
	text-align: right;
	margin-top: 30px;
	margin-bottom: 30px;
}
#back_btn a{
	color: #fff;
	font-weight: bold;
	display: inline-block;
	background-color: #FF9800;
	padding: 8px 20px;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */ 
}
#back_btn a:hover{
	text-decoration: none;
	background-color: #FFC107;
}




/* =programCSS
------------------------------------------------------------------------------------------*/
.program_plans {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #aaaaaa;
}

.program_plans dt{
	font-size: 16px;
	font-weight: 700;
}









/* =supportCSS
------------------------------------------------------------------------------------------*/

.support__btn {
	display: block;
	padding: 10px;
	background-color: #f57300;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}

.support__btn:hover {
	text-decoration: none;
}



/* =formCSS
------------------------------------------------------------------------------------------*/
#form_box input{
	font-size: 16px;
	padding: 5px;
}
input.w900 { width: 90%; }
input.w200 { width: 20%; }
#form_box textarea {
	font-size: 16px;
	width: 90%;
	height: 7em;
	line-height: 1.5em;
}
#form_box select {
	font-size: 16px;
	border:solid 1px #919191; 
	padding: 3px;
}
input#submit_btn {
	color: #fff;
	font-weight: bold;
	width: 200px;
	border: none;
	background-color: #98A51C;
	padding: 10px;
}

.hissu {
	color: #fff;
	background-color: #ff0000;
	padding: 0 8px;
	margin-left: 8px;
}

#form_btn {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}