div#body{
	background-image:url(../img/whiteback.jpg);
	background-position:left top;
	background-repeat:repeat scroll;
	margin:auto;
	width:800px;
	height:640px;
}
body {
	
	color:#333333;
	font-family:VERDANA,ARIAL,SANS-SERIF;
	font-size:11px;
	letter-spacing:0.1em;
	line-height:1.5em;
	margin:auto;

	width:800px;
	height:580px;
}

a:link{color: #333; text-decoration: none; background-color: none;}
a:visited{color: #555; text-decoration: none; background-color: none;}
a:hover{color: #096; text-decoration: none; background-color: none;}

p.subtext{
	font-size:11px;
	font-weight:bold;
	color:#000;
	letter-spacing:0.1em;
	line-height:1.7em;
}


h1 span, h2 span {
	display:none;
}
h3{
	color:#8b4513;
	font-size:12px;
	line-height:3em;
}

h4{
	clear:both;
	font-size:14px;
	font-weight:bold;
	color:#000;
	letter-spacing:0.1em;
	line-height:1.3em;
	margin-top: 3.5em;
	//border-bottom: 1px dashed #222;
}

h5{
	font-size:13px;
	font-weight:bold;
	color:#000;
	letter-spacing:0.1em;
	line-height:1.3em;
	margin: 0;
}

p.img{
float:left;
margin-right:8px;
}


p.clear{
	clear:both;
	}

div#top {
	background-image:url(../img/topback.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:60px;
	margin:0px 0px;
	width:800px;
}
.none{
	display:none;
}



/*　　　コピーライト　　　*/

div#copy{
	
	clear:both;
	background-image:url(../img/bottomback.jpg) ;
	background-position:left top;
	background-repeat:no-repeat ;
	height:60px;

	width:800px;
	

}
#copy p{
	margin-left:60px;
	//text-align:center;
	color:#000;
	font-size:9px;
}




/*　　　メニューバー　　　*/

div#navigation {
	background-image:url(../img/whiteback.jpg);
	background-position:left top;
	background-repeat:repeat scroll;
	margin:0pt 0pt;
	height:60px;
	width:800px;
	}
#navigation ul {
	

	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0px ;


}

#navigation li {
	float:left;
	margin:0px 25px 0px 25px;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	color:#ff1493;
	//width:80px;
}


div#navigation a:link{
	color:#444;background-color: none; text-decoration:none;
	}
div#navigation a:visited{
	color:#999; background-color: none; text-decoration:none;
	}
div#navigation a:hover{
	color:#000; background-color: #f5deb3; text-decoration:none;
	}


/*　　　コンテンツ　　　*/
div#contentswaku{
	height:460px;
	background-image:url(../img/rightback.jpg) ;
	background-position:left top;
	background-repeat:no-repeat;
	margin:0px 0px 0px 300px;
	width:500px;
}
div#contents{
	//clear:both;
	height:450px;
	border:none;
	overflow:auto;
	margin-left:20px;
	//border-color:none;
	width:450px;
}





