@import url(header.css);

/* titlebox ----------------------------------------------- */

#titlebox {
	width: 1000px;
	height: 104px;
	margin-top: 4px;
	margin-bottom: 4px;
	border-bottom: 1px solid #999;	
}


/* maincontent ----------------------------------------------- */
#maincontent {
	float: right;
	width: 1000px;
	margin-top: 2px;
	height: 100%;
	background: #FFFFF0 url("../bgL007.gif") no-repeat;

}

/* left_box ----------------------------------------------- */
#left_box{
	float: left;
	width: 210px;
	margin: 20px 0 0 10px; 
	padding: 0;
}

#left_box h2{
	margin-top: 20px;
	font-size: 23px;
	letter-spacing: -0.1em;
	color: #000;
}
#left_box h2 span{
	font-size: 12px;
	letter-spacing: normal;
}

/* leftLink ----------------------------------------------- */
#leftLink ul{
	list-style-type: none;
	margin: 85px 0 30px 0; 

}
#leftLink li{
	font-size: 16px;
	line-height: 1.8em;

}
#leftLink li span{
	color: #999;
}


#leftLink a{
	color: #5563B8;
	text-decoration: none;
}

#leftLink a:hover{
	text-decoration: underline;
}





/* main_right ----------------------------------------------- */
#main_right{
	width: 460px;
	float: right;
	margin: 20px 110px 0 0; 
	padding: 0;
}
* html #main_right{	/* ----------- IE6ハック ------ */
	margin-right: 50px;

}


#main_right p{
	font-size: 14px;
	line-height: 1.8em;
	margin-bottom: 30px;
}

#main_right h3{
	font-size: 22px;
}



#main_right h4{
	font-size: 18px;
}

#main_right h4 span{
	font-size: 12px;
	line-height: 2em;
}



/* main_left ----------------------------------------------- */
#main_left {
	float: left;
	width: 180px;
	display:inline;
	margin: 0;
}


.caption {
	margin: 0;
	font-size: 20px;
	line-height: 1.1em;
}
.caption span{
	font-size: 12px;
}



/* ページトップ-------------------------------------------------------------- */

#top {
	text-align: center;
}

#top a{
	text-decoration: none;
	font-size: 12px;
	color: #777;

}
#top a:hover{
	text-decoration: underline;
}



table{
	border-collapse: collapse;
	font-size: 14px;
	text-align: left;
	border: 1px solid #aaa;
	line-height: 1.3em;
	margin-bottom: 30px;
}

table li{
	margin-bottom: 5px;
}

th,td{	
	font-size: 14px;
	text-align: left;
	padding: 10px;
	border: 1px solid #aaa;
}

#table2 table{
	border: 0
}
#table2 th{
	font-size: 12px;
	color: #666;
	border: 0;
	border-bottom: 1px solid #aaa;
}
#table2 td{
	border: 0;
	border-bottom: 1px solid #aaa;
}


/* main_2（二段組み） ----------------------------------------------- */
#main_2{
	width: 650px;
	float: right;
	margin: 20px 130px 20px 0; 
	padding: 0;
}

#main_2 h3{
	color: #999;
	border-bottom: dotted 1px #aaa;
}

* html #main_2{	/* ----------- IE6ハック ------ */
	margin-right: 50px;
}
#main_2 p{
	font-size: 14px;
	line-height: 1.8em;
	margin-bottom: 30px;
}
/* - サイトマップ↓------------------------------- */
#sitemap li {
	list-style: none;
	line-height: 2em;
	padding-left: 10px; 
	border-top: solid 1px #C0C0C0;
	border-left: solid 1px #C0C0C0;
}


#sitemap li a{
	text-decoration: none;
	font-size: 14px;
	color: #6597DE;

}
#sitemap li a:hover{
	color: #eee;
	background-color: #6597DE;
}

