@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: 640px;
	background-color: #FFF;
	padding-right: 14px;
	padding-left: 14px;
	padding-bottom: 8px;
	position: relative;
	margin-bottom: 30px;
	padding-top: 11px;
	float: right;
	font-size: 85%;
	line-height: 1.8;
	margin-right: 2px;
}
#menu {
	float: left;
	width: 201px;
	left: 28px;
	top: 230px;
	font-size: 78%;
	padding-left: 28px;
	padding-top: 92px;
}

/* ヘッダ
---------------------------------------------*/

#head {
	left: 0px;
	top: 0px;
	height: 138px;
	width: 910px;
	background-color: #f5f4f2;
}

/* 本文
---------------------------------------------*/
#contena h1 {
	font-size: 121%;
	height: 64px;
	color: #000;
	font-weight: bold;
	line-height: 1.3;
	padding-top: 5px;
}

#contena #data {
	font-size: 92%;
	width: 208px;
	color: #666;
	position: absolute;
	left: 13px;
	line-height: 2;
}

#contena img {
	margin-right: 1px;
}

p {
	clear: both;
}

ul {
	margin-left: 1.2em;
	list-style-type: disc;
}
/* メニュー
---------------------------------------------*/

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu h2 {
	color: #454545;
	font-size: 92%;
}
#menu .box {
	margin-bottom: 3em;
}

body#en #menu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
