div#body{
	margin:auto;
	width:800px;
	height:640px;
}


div#wrapper{
	width:800px;
}

div#main{
	margin:auto;
	float: right;
	width: 550px;
}

div#sub{
	margin:auto;
	float: left;
	width:190px;
}

div#container:after{
	display: block;
	clear: both;
	height:0;
	visibility: hidden;
	content:".";
}




body {
	
	background:#FFFFFF url(../img/blog_back.jpg) repeat scroll 0;
	background-attachment:fixed;
	background-position: center;
	color:#333333;
	font-family:VERDANA,ARIAL,SANS-SERIF;
	font-size:10px;
	letter-spacing:0.1em;
	line-height:1.6em;
	margin:auto;

	width:800px;
	height:600px;
}

a:link {color:#808080; text-decoration:none; font-weight:bolder}
a:visited {color:#775241; text-decoration:none; font-weight:bolder}
a:active {color:#ff8c00; text-decoration:underline; font-weight:bolder}
a:hover {color:#E8BA0B; text-decoration:underline; font-weight:bolder}



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:70px;

	width:800px;
}
	
#copy p{
	margin:50px 0px 0px 0px;
	//text-align:center;
	color:#999999;
	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:400px;
	width:800px;
	margin:30px 0px 0px 0px;
}
div#contents{
	//clear:both;
	border:none;
	overflow:auto;
	height:400px;
	width:800px;
	margin:0px 0px 0px 0px;
	//border-color:none;
}




