body {
	background-image: url(background.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin:0px auto;
	padding: 0px;
	text-align: center;
	height: 100%;
}

/* ---
トップページ
*/

#title {
	margin:0px auto 0px auto;
	padding: 0px;
	width: 800px;
}

#title h1 {
	width:800px;
	height:80px;
	background-image:url(title.jpg);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
}
#title h2 {
	width:800px;
	height:232px;
	background-image:url(titlephoto.jpg);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
}
#title h2 #info{
	position:absolute;
	top:240px;
	font-size:14px;
	margin:14px;
}


#title h1 a{
	height:80px;
	display:block;
	text-indent:-9000px;
	text-decoration:none;
	padding:0px;
	margin:0px;
}

#title ul {
	position:absolute;
	top:285px;
	padding:0px;
	margin:5px 15px 5px 15px;
	list-style:none;
	}
#title li {
	list-style:none;
	float:left;
	}
#main {
	text-align: left;
	width: 800px;
	margin:0px auto;
	padding: 0px;
}

#contents {
	width: 800px;
	padding: 0px;
}
#fooder {
	width: 790px;
	padding: 5px;
	font-size:12px;
	color: #999999;
	float:left;
}
#menuarea {
	width: 160px;
	padding: 10px 10px 5px 0px;
	float:right;
}

#menuarea ul{
	list-style:none;
	margin:0px;
	padding: 0px;
}
#menuarea li{
	margin:2px;
	padding: 0px;
	list-style:none;
}


#textarea {
	width: 600px;
	padding: 10px 10px 10px 15px;
	float:left;
	font-size: 13px;
	line-height: 150%;
}

#textarea .navi{
	padding: 2px;
	font-size: 11px;
	line-height: 200%;
	color: #666666;
}
#textarea .title {
	padding: 5px 0px 0px 0px;
	font-size: 11px;
	line-height: 120%;
	color: #666666;
	background-image: url(title_allbg.gif);
	background-repeat: no-repeat;
	width: 600px;
	height: 40px;
	margin: 0px;
	vertical-align: bottom;
}


#textarea .maintext {
	padding: 0px;
	font-size: 15px;
	line-height: 120%;
	color: #000000;
	width: 600px;
	height: 40px;
	margin: 0px;
}

#textarea .excerpt { 
	color: #666666;
	font-size:12px;
}

