@charset "utf-8";
body{
	background:#fffde6 url(img/top/back_img.jpg) left top repeat-x;
	}
/*トップページ段組み*/
#contents{
	width:600px;
	position:absolute;
	left:0;
	top:0;
	}
#aside{
	width:auto;
	margin:0px 0px 0px 620px;
	padding-top:30px;
	}
/*トップページコンテンツ内部*/
h2{
	margin-top:30px;
	}
#special_cntents{
	margin-top:10px;
	}
/*インフォメーション*/
#info{
	background:url(img/top/info_back.jpg) left top no-repeat;
	height:160px;
	margin-top:10px;
	padding:3px 0px 13px 0px;
	border-bottom:#663300 solid 1px;
	}
.info_li{
	margin:2px 10px 0px 34px;
	height:28px;
	}
.info_li a:link {
	text-decoration:none;
	}
.info_li a:visited {
	text-decoration:none;
	}
.info_li a:hover {
	text-decoration:underline;
	}
.info_li a:active {
	text-decoration:underline;
	}

.info_span{
	color:#663300;
	margin-right:10px;
	}
/*サイドバー画像*/
#sub_img01{
	margin-bottom:2px;
	}
#sub_img02{
	margin-bottom:8px;
	}
