@charset "utf-8";

@import "/css/left_menu.css";
@import "/css/footer.css";

body{
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 0.15em;
	color: #333;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(/images/illustration/contents_images/bg.gif);
}
#contents{
	width: 980px;
	margin:0 auto;
	padding: 0;
	background-color: #FFFFFF;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	text-align:left;
}

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

#header{
	padding : 0;
	margin : 0;
	height: 140px;
	text-align:center;
	background: url(/images/illustration/header_images/header_bg.jpg) no-repeat;
}
#header_left{
	float:left;
}
#header_right{
	float:right;
}

/*----- #topmenu -----*/


/*#topmenu{
	width : 100%;
	height : 90px;
	padding : 0;
	margin : 0 0 5px;
	clear: both;
	background: url(/images/illustration/menu/bg.gif) repeat-x;
}    
#topmenu ul{
  text-align:center;
  list-style : none;
  padding : 0;
  margin : 0;
}
#topmenu li{
	float:left;
	width: 120px;
	height: 90px;
	line-height: 90px;
	background-image : url(/images/illustration/menu_bg.jpg);
	padding : 0;
	margin : 0;
}
#topmenu a:link, #topmenu a:visited, #menu a:active{
	color:#FFFFFF;
	display:block;
	width: 100px;
}
#topmenu a:hover{
	color: #006633;
	background-color:#EEEEEE;
}
*/

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

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

/*----- #inside -----*/


#inside{
	margin: 0px;
	padding: 0px 15px;
}



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


#main{
	margin: 0px 0px 0px 167px;
	padding: 0px;
}

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

#center{
	padding: 0px;
	margin: 0px;
	width: 560px;
}

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

#right {
	float: right;
	width: 200px;
	padding: 0px;
	margin: 0px 0px 10px 10px;
	background: #F6F6F6;
}




/*----- #header ul, #footer ul -----*/

#header ul, #footer ul{
	text-align:center;
	list-style : none;
	padding : 0;
	margin : 0;
}
#header li, #footer li{
	float:left;
}
#header li a, #footer li a{
	display:block;
	width: 150px;
	border: 1px solid #EEEEEE;
	padding : 0;
	margin: 10px;
}
#header li a:hover, #footer li a:hover{
	background-color:#EEEEEE;
}

/*----- Tag -----*/


div, p, th, td, li{
	line-height: 1.5;
	font-size: 12px;
}

h1{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: 0.2em;

}
h2{
	font-size: 15px;
	color: #FFF;
	background: #096;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
}
h3{
	font-size: 15px;
	color: #FFF;
	background: #0C6;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
h4{
	font-size: 14px;
}
strong{
	color: #527072;
}
img{
	border-style: none;
}

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

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


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

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

.tbl1 th {
	padding: 5px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	white-space: nowrap;
	background: #F5F5F5;
	font-weight: normal;
	line-height: 120%;
	text-align: center;
}
.tbl1 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
}
.clear {
    clear: both;
}
.clear_left {
    clear: left;
}
.red {
	color: red;
}
