@charset "utf-8";

body {
	background-color:#f5f4f2;
	background-image: url(../../img/arch_back.png);
	background-repeat: repeat-y;
}

/* レイアウト
---------------------------------------------*/
#wallpaper {
	position: relative;
	width: 910px;
}
#contena {
	width: 610px;
	background-color: #FFF;
	padding-right: 40px;
	padding-left: 14px;
	padding-bottom: 8px;
	margin-left: 240px;
	position: relative;
	clear: both;
	margin-bottom: 100px;
}
#menu {
	position: absolute;
	width: 201px;
	left: 28px;
	top: 230px;
	font-size: 78%;
}

/* 本文
---------------------------------------------*/
#contena h1 {
	font-size: 120%;
	height: 79px;
	color: #000;
	font-weight: bold;
	line-height: 1.3;
	padding-top: 11px;
}

#contena #entry{
	width: 385px;
	font-size: 92%;
	margin-left: 228px;
}

#contena #data {
	font-size: 85%;
	width: 208px;
	color: #666;
	position: absolute;
	left: 13px;
	line-height: 2em;
}
#contena #data p{
	font-size: 85%;
}

#contena img {
	margin-right: 1px;
}

#head {
	left: 0px;
	top: 0px;
	height: 138px;
	width: 1000px;
	background-color: #f5f4f2;
}

/* メニュー
---------------------------------------------*/

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
p {
	clear: both;
}
