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.jpg) repeat-x;
}
div, p, th, td, li{
	line-height: 20px;
	font-size: 14px;
}
h1{
	font-size: 12px;
}
h2{
	font-size: 14px;
	background: url(images/h2_bg.png) no-repeat;
	line-height: 35px;
	height: 35px;
	padding-left: 10px;
	color: #FFF;
}
h3{
	font-size: 14px;
	background: url(images/h3_bg.png) no-repeat;
	line-height: 35px;
	height: 35px;
	padding-left: 10px;
	color: #FFF;
}
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{

	margin: 0 0 20px 0;/*右10と下余白*/
}
/*----- #left -----*/

#left_menu{
	font-size: 12px;
	float: left;
	width: 170px;/*右10+170=計180px*/
	padding: 0;
	margin: 0 10px 20px 0;/*右10と下余白*/
}

#left_menu .ttl{
	margin-bottom: 20px;
}
#left_menu ul{
	margin: 0;
	padding: 0;
	list-style : none;
}
#left_menu li{
	padding: 0px 0px 0px 30px;
	margin-bottom: 20px;
	background: url(images/m004_02.gif) no-repeat;
	line-height: 26px;
	height: 26px;
	font-size: 12px;
}

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

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

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

#footer{
	clear: both;
	padding : 0 30px 30px;
	margin : 0;
	border-top: 1px solid #999999;
	text-align: right;
	font-size: 12px;
	text-align: center;
} 
#footer ul{
	list-style : none;
	padding : 0;
	margin : 0;
}
#footer li{
	list-style : none;
	float:left;
}
#footer li a{
	padding : 0;
	margin: 10px 0px 10px 10px;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
}
#aco_group_link{
	text-align: center;
	clear: both;
	margin-bottom: 15px;
	font-size: 12px;
}


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

.photo {
    padding: 5px;
    border: 1px #CCCCCC solid;
}

/*----- other -----*/
.text-center {
	text-align: center;
}
.clear {
    clear: both;
}
.clear_left {
    clear: left;
}
.red {
	color: red;
}

