@charset "shift_jis";
/* CSS Document */


/*
01. box
-------------------------------------*/

#wrapper {
	width: 1000px;
	margin-left:auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	
}

#header {
	width: 960px;
	height: 70px;
	margin: 0 20px;
}

.top_header1 {
	color: #FFF;
	height: 33px;
	padding-top: 2px;
}

.top_header2 {
	width: 960px;
	height: 35px;
	margin-right: 0px;
}

#index {
	width: 988px;
	padding: 0 6px;
	height: 50px;
	border-bottom: #2C4D83 2px solid;
	background-color: #658CCD;
}

#contents {
	width: 100%;
	padding-top: 30px;
	background-color: #FFF;
}

#contents_left {
	float: left;
	width: 570px;
	padding-left: 30px;
	margin-bottom: 50px;

}

#contents_right {
	float: right;
	width: 400px;

}

#main {
	padding: 30px 40px;
	background-color: #FFF;	
}


#footer {
	width: 100%;
	height: 82px;
	text-align: center;
	background-image: url(../images/footer_bg.gif);
}

#footer a {
	color: #FFF;
	font-size: 12px;
}

.footer_txt {
	padding-top: 10px;
	color: #FFF;
	font-size: 12px;
}


.b_bg {
	width: 348px;
	height: 26px;
	background-image: url(../images/b_bg.jpg);
	color: #545454;
	padding: 8px 0 8px 10px;
}

.text_box {
	margin-bottom: 20px;
}

.text_koma{
	padding: 20px 0px;
	line-height: 15px;
}

h1 {
	font-size: 18px;
	line-height: 1.5em;
	border-bottom: 6px #330000 double;
}



/*
02. list
-------------------------------------*/

#index_in ul{
	margin: 0;
	padding: 0; 
	list-style: none;
}

#index_in li{
	display: inline; 
	padding: 0; 
	margin: 0px; 
	float: left;
}

#index_in li a{
	display: block;
	background-color: #658CCD;
	padding: 12px;
	text-decoration: none;
	color: #FFF;
	width: 117px; 
	margin: 0px;
	text-align: center;
	font-size: 20px;
}

#index_in li a:hover{
	background-color: #FFC;
	color: #658ccd;
}


#index_in ul{
	margin: 0;
	padding: 0; 
	list-style: none;
}

.index_in li{
	display: inline;
	width: 507px; 
	padding: 5px 0 5px 20px; 
	margin: 0; 
	float: left;
	border-bottom: #999 1px dotted;
}


dl.listad {
	margin: 0;
}

dl.listad dt {
	float: left;
	padding: 0px 0 5px 0;
	color: #F60;
}

dl.listad dd {
	padding: 0px 0 5px 10em;
}





/*
03. table
-------------------------------------*/

.table_01{
	width: 48%;
	margin: 0 0 0 auto;
}

.table_01 td{
	padding: 4px 0;
	text-align: center;
}



/*
04. font
-------------------------------------*/


.font_red{
	color: #F00;
}


.clear {
	clear:both;
}



/*
05. link
-------------------------------------*/

a.koma:link { color: #1841ce }
a.koma:visited { color: #800080 }
