﻿/*各コンテンツスタイル*/
body
{
	background-color:#e9fed9;
	font-size : 12px;
	text-align:center;

}

a:link{
	color:#404331;
}

a:visited{
	color:#686938;
}

#wrapper
{
	background-color:#e0efae;
	width: 740px;
	margin:auto;
	text-align:left;

}

/*メインコンテンツ*/

#top{
	display: table;
	width: 740px;
}


#title{
	display: table-cell;
	float:left;
	padding:0px 0px 0px 10px;
	width: 500px;
}

#menu{
	display: table-cell;
	float:left;
	width: 200px;
}

.box{
	background-color:#b0bf99;
	padding:2px 2px 2px 2px;
	margin: 0px 5px 0px 0px;
	border: 1px solid #909090;

}

#contents{
	display: table;
	width: 740px;
}

#main{
	display: table-cell;
	float:left;
	padding:5px 5px 5px 5px;

}

#main .con{
	background-color:#e8eca4;
	width: 500px;
	border: 1px solid #264c40;
	padding:5px 10px 0px 10px;
	margin-bottom: 10px;
}

#sub{
	width: 180px;
	display: table-cell;
	float:right;
	padding:5px 5px 5px 15px;
	margin-bottom: 10px;
	border-left: 1px solid #0f0f0f;

}

#text_box{
	margin:10px 20px 10px 20px;
	padding:10px 10px 10px 10px;
	width:670px;
	background-color:#f0f0f0;
	border: 1px solid #0f0f0f;
	
}


#topic_path{
	background-color:#808e66;
	padding:5px 0px 5px 10px;
}

.more{
	margin: 10px 10px 10px 0px;
	text-align:right;
}

/*ヘッダー＆フッター*/

#header{
	text-align:right;
	background-color:#d9e086;
}

#footer{
	width:100%;
	background-color:#d9e086;
	float:right;
	text-align:right;
}