/* ######## 共通設定 ######## */
* {
	margin:0px;
	padding:0px;
}

body {
	background:#ffffff;
	font-size:90%;
	line-height:1.4;
	color:#0F3E24;
}

/* リンク文字 */
a:link {
    color:#b66e74;
    text-decoration:underline;
}

a:visited {
    color:#a9bc7d;
    text-decoration:underline;
}

a:hover {
    color:#6fb79b;
    text-decoration:none;
}

/* 外部リンク画像 */
a[href^="http:"]:after {
	content : url(img/other.gif);
    margin-right:3px;
}

/* ######## コンテンツ設定 ######## */
#top-contents {
	width:800px;
	background:url(top_img/top_back.jpg) repeat-y left top;
}


/* 中央エリアコンテンツ */
#headder {
	left:261px;
	width:280px;
	position:absolute;
}

#siteimage {
	margin-top:80px;
	width:280px;
	height:300px;
	background:url(top_img/top_title.jpg) no-repeat left top;
}

#site-title {
	color:#adc294;
	font-size:12px;
	font-weight:normal;
	font-family:serif;
	text-align:center;
}

#description {
	margin:5px 5% 0px 5%;
	font-size:12px;
	text-align:center;
	color:#f5d49e;
}

/* 左サイドコンテンツ */
#site-info {
	width:250px;
	float:left;
}

#top-lead {
	margin:20px 15px 0px 15px;
	border-top:#ea8667 solid 1px;
	border-bottom:#ea8667 solid 1px;
	padding:5px 10px;
}

#topics {
	margin:20px 15px 0px 15px;
	font-size:90%;
}

#topics dt {
	padding-left:5px;
	border-bottom:#ea8667 solid 1px;
	font-weight:bold;
	font-size:110%;
}

#topics dd {
	margin-left:5px;
}

#topics ul {
	margin:0px 3px 0px 15px;
	list-style-type:square;
}

/* 右サイドコンテンツ */
#navi {
	margin-left:552px;
	padding-top:150px;
}

.top-category {
	margin:0px 15px 10px 15px;
}

.top-category h2 {
	width:150px;
	height:19px;
	padding-left:5px;
	background:url(top_img/top_category.jpg) no-repeat right top;
	font-size:14px;
	font-weight:normal;
}

#navi h2 a {
	text-decoration:none;
	color:#ea8667;
}

.top-category p{
	margin-top:3px;
}

.top-category p a {
	font-size:90%;
	line-height:1;
}

#site-logo {
	position:absolute;
	top:10px;
	left:700px;
	width:88px;
	height:25px;
}

/* ######## フッター設定 ######## */
#footer {
	margin:20px 10px 0px 0px;
	clear:both;
	height:40px;
}

#footer address {
	margin-left:10px;
	padding:0px 3px;
	border-top:#d1a677 dotted 1px;
	font-style:italic;
	float:left;
	font-size:90%;
}

.about {
	margin-right:10px;
	padding:0px 3px;
	border-top:#d1a677 dotted 1px;
	display:inline;
	float:right;
	font-size:85%;
}
