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

/* -----left_side----- */
#left_side{
	position:relative;
	top:-20px;
}
#contents_top{
	background:url(../img/common/side_back_top.jpg) center 29px no-repeat;
}

/* -----main text----- */
#main{
	width:615px;
}
#main h2{
	background:url(../img/common/bar_01.jpg) left top no-repeat;
	width:565px;
	height:22px;
	color:#ffffff;
	font-weight:bold;
	font-size:120%;
	margin:0 auto 15px;
	padding:8px 30px 0;
	text-align:left;
}
#main h3{
	background:url(../img/common/bar_02.jpg) left top no-repeat;
	width:525px;
	height:24px;
	color:#333333;
	font-weight:bold;
	font-size:120%;
	margin:0 auto 10px;
	padding:10px 30px 0;
	text-align:left;
	clear:both;
}
#main h3 a{
	color:#ff0000;
}

/* -----サイトマップ----- */
.map{
	width:90%;
	margin:0 auto 30px;
}
.map li{
	padding:0 12px 3px;
}
.map li.pare{
	background:url(../img/link/map_list.jpg) left center no-repeat;
	padding:5px 12px;
}
.map li.line{
	border-bottom:1px dotted #cc9966;
}
.map li a{
	color:#000000;
}
.map li a:hover{
	color:#cc0000;
}

/* -----リンク----- */
#link{
	width:100%;
	margin:0 auto;
	border-collapse:separate;
	border-spacing:3px;
}
#link th,#link td{
	padding:10px 8px;
	border:1px solid #999999;
}
#link th{
	background:#999999;
	width:30%;
}
#link th a{
	color:#ffffff;
}