body{
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.1em;
	color: #333;
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(/images/illustration/header_images/header-bg.png) repeat-x;
}
div, p, th, td, li{
	line-height: 18px;
	font-size: 12px;
}
h1{
	font-size: 12px;
}
h2{
	margin: 0px;
	color: #FFF;
	background: #093;
	font-size: 14px;
	line-height: 14px;
	padding: 5px;
}
h3{
	font-size: 14px;
	color: #093;
}
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 : 0;
	height: 120px;
	text-align:center;
	background: url(/images/illustration/header_images/header-bg.png) repeat-x;
}
#header_left{
	float:left;
}
#header_right{
	float:right;
}
#header_right p{
	margin : 0 5px 0 0;
}

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

#path{
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	margin : 0 0 15px;
	background: url(/images/illustration/contents_images/path_bg.jpg) repeat-x;
	clear: both;
}

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

#left_menu {
	float: left;
	width: 170px;/*計180px*/
	padding: 0;
	margin: 0 10px 0 0;/*右余白*/
}
#left_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#left_menu li {
	margin: 0px;
	padding: 5px 0px;
}
#left_menu .ttl {
	font-size: 12px;
	color: #093;
	font-weight: bold;
}
#left_menu .blk {
	margin-bottom: 15px;
}
.Panel a:link, .Panel a:visited, .Panel a:active {
	text-decoration: none;
}
.Panel a:hover {
	color: #99F;
}
.s_bookmark p{
	font-size: 10px;
}
.s_bookmark li{
	display: block;
	float: left;
	width: 30px;
}
.Relating {
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 10px;
	color: #666;
}

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

#main{
	float: left;
	width: 800px;/*計800px*/
	margin: 0;
	padding: 0 0 30px;
	font-size: 14px;
}

/*----- #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 : 0 15px 30px;
	margin : 0px;
	border-top: 1px solid #999999;
	background: #eeeeee;
} 
#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 #CCC;
	padding : 0;
	margin: 10px 0px 10px 10px;
	background-color:#FFFFFF;
}
#footer li a:hover{
	background-color: #CCC;
}
#copyright{
	clear: both;
}
#copyright p{
	font-size: 10px;
}
#aco_group_link{
	text-align: left;
	clear: both;
	margin-bottom: 15px;
}


/*----- 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;
}

