body{
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 0.15em;
	color: #333;
	margin: 0;
	padding: 0;
	text-align: center;
}
div, p, th, td, li{
	line-height: 1.5;
	font-size: 12px;
}
h1{
	font-size: 12px;
	margin : 10px 0 0;
}
h2{
	font-size: 15px;
	color: #FFF;
	margin: 0px;
	background: url(/images/illustration/line_images/h2_bg.png);
	padding: 0px 0px 0px 20px;
	height: 60px;
	line-height: 60px;
}
h3{
	font-size: 14px;
	color: #EABA13;
}
h4{
	font-size: 14px;
	color: #EABA13;
}
strong{
	color: #090;
}
img{
	border-style: none;
}


/*----- link -----*/

a:link, a:visited, a:hover, a:active{
	color:#006633;
}
a:hover{
	color: #006633;
	text-decoration: none;
}

/*----- #contents -----*/

#contents{
	width: 980px;
	margin:0 auto;
	padding: 0;
	background-color: #FFFFFF;
	text-align:left;
}

/*----- #header -----*/

#header{
	padding : 0;
	margin : 10px 0;
	height: 80px;
	background: url(/images/illustration/header_images/header_bg.png) no-repeat;
}
#header #h1{
	height: 20px;
	text-align: right;
}

#header_left{
	float:left;
	padding : 0;
	margin : 0;
}
#header_left ul{
	list-style : none;
	padding : 0;
	margin : 0;
}
#header_left li a:link, #header_left li a:visited, #header_left li a:active #header_left li a:hover{
	text-indent:-9999px;
	padding : 0;
	margin : 0;
	list-style: none;
	display: block;
	width: 400px;
	height: 80px;
	background: url(/images/illustration/header_images/header.gif) no-repeat;
}
#header_right{
	float:right;
	padding : 0;
	margin : 0;
}
#header_right p{
	margin : 0 5px 0 0;
}

/*----- #path -----*/

#path{
	line-height: 30px;
	height: 30px;
	margin : 0 0 15px;
	padding-left: 15px;
	clear: both;
	background: url(/images/illustration/contents_images/path_bg.gif);
}

/*----- #left -----*/

#left_menu{
	float: left;
	width: 168px;/*計180px*/
	padding: 0;
	margin: 0 10px 20px 0;/*右と下余白*/

}
#left_menu #type{
	font-size: 9px;
}
#left_menu .ttl{
	line-height: 30px;
	height: 30px;
	background: url(/images/illustration/contents_images/path_bg.gif);
	margin-bottom: 5px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
#left_menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#left_menu li{
	line-height: 30px;
	height: 30px;
	padding: 0px 0px 0px 20px;
	vertical-align: middle;
	margin-bottom: 5px;
}
#left_menu li.ka {
	background: url(/images/illustration/left_images/23.png) no-repeat left center;
}
#left_menu li.co {
	background: url(/images/illustration/left_images/24.png) no-repeat left center;
}
#left_menu li.do {
	background: url(/images/illustration/left_images/25.png) no-repeat left center;
}
#left_menu .yoyaku li{
	background: url(/images/illustration/left_images/03.png) no-repeat left center;
}
#left_menu .info li{
	background: url(/images/illustration/left_images/18.png) no-repeat left center;
}
#left_menu li a{

}
#left_menu li a:hover{
	text-decoration: none;
}
#left_menu .pr{
	margin-bottom: 15px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
}



/*----- #main -----*/

#main{
	float: left;
	width: 800px;/*計800px*/
	margin: 0;
	padding: 0;
}

/*----- #center -----*/

#center{
	float: left;
	width: 590px;/*計600px*/
	margin: 0 10px 0 0;/*右余白*/
	padding: 0;
}

/*----- #right -----*/

#right {
	float: left;
	width: 200px;/*計200px*/
	padding: 0px;
	margin: 0px 0px 10px;/*下余白*/
}

/*-----#footer -----*/

#footer{
	clear: both;
	padding : 30px 0 10px;
	font-size: 10px;
} 
#footer ul{
	text-align:center;
	list-style : none;
	padding : 0;
	margin : 0;
}
#footer li{
	float:left;
}
#footer li a{
	display:block;
	width: 150px;
	border: 1px solid #EEEEEE;
	padding : 0;
	margin: 10px;
}
#footer li a:hover{
	background-color:#EEEEEE;
}
#copyright{
	text-align:center;
	clear: both;
}
#copyright p{
	font-size: 10px;
}

/*----- tbl1 -----*/

.tbl1 {
	border: 1px #CCCCCC solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 15px;
}

.tbl1 th {
	padding: 5px;
	border: #CCCCCC solid;
	border-width: 0 0 1px 1px;
	white-space: nowrap;
	background: #eeeeee;
	font-weight: normal;
	line-height: 120%;
	text-align: center;
}
.tbl1 td {
    padding: 5px;
    border: 1px #CCCCCC solid;
    border-width: 0 0 1px 1px;
}

/*----- other -----*/

.clear {
    clear: both;
}
.clear_left {
    clear: left;
}
.red {
	color: red;
}
