body {
	margin: 40px 0 0 0;
	text-align: center;
	background-color: #796F6F;
	color: #FFFFFF;
	font-size: 80%;
	font-family: Meiryo, Arial;
}

body#blog {
	margin: 25px 0 0 0;
}
a{
	color: #E2E8BD;
}

div.flash{
	width:800px;
	border:8px solid #FFFFFF;
	margin:0 auto;
}

div.news{
	width: 800px;
	text-align: left;
	margin: 0 auto 20px;
	padding: 10px 0 0 0;
	font-family: Arial;
}


div.news h1 span{
	margin-left: 180px;
	line-height: 50px;
}
div.news h1{
	height:34px;
	background:url(images/bloglink.gif) no-repeat 0% 0%;
	font-size: 70%;
	line-height: 60px;
	overflow: hidden;
}
div.news p{
	display:inline;
	line-height:150%;
}

div.news p.date{
	font-size: 130%;
	color: #C4BFBF;
	font-weight: bold;
	margin-right:5px;
}
div.news p.title{
	line-height:150%;
	margin-right:20px;
}
/*div.news p.date{
	float: left;
	width: 70px;
	margin-left: 5px;
	color: #C4BFBF;
	font-weight: bold;
	font-size: 130%;
}

div.news p.title{
	margin-left: 80px;
	width: 500px;
	float: left;
}*/
div.logos{
	width:800px;
	text-align:left;
	margin:10px auto 0;
}
div.logos .left{
	width:400px;
	float:left;
}
div.logos .right{
	width:400px;
	float:right;
	text-align:right;
}


br.clear{
	font-size:1px;
	line-height:1px;
	clear:both;
}
#footer{
	margin: 0;
}

#footer p{
	font-size:10px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	margin: 5px 0;
}

#blog a{
	color: #E2E8BD;
}
#blog a:hover{
}

#blog .main{
	width: 800px;
	margin: 0 auto 40px;
	text-align: left;
	background: url(images/bg_main.gif) repeat-y 0% 0%;
	padding: 0 0 50px 0;
}

#blog #header{
	background-color: #796F6F;
}
#blog #content{
	width:450px;
	float:right;
	line-height: 150%;
}
#blog #content img{
	border:8px solid #FFFFFF;
	margin-right:5px;
}

#blog #content dt{
	width: 180px;
	float: left;
	font-weight: bold;
	border-top:1px solid #938A8A;
	padding:2px 0 2px;
	clear: left;
}
#blog #content dd{
	margin: 5px 0px 5px 185px;
	display: block;
	width: 255px;
	border-top:1px solid #938A8A;
	padding:2px 0 2px;
}


#blog #content .txt{
	color: #C1BBBB;

}
#blog #content h1{
	margin: 0;
	padding: 50px 0 10px;
	line-height: 110%;

}
#blog #content h2{
	margin: 25px 0;
}
#blog #content h3{
	margin: 15px 0;
}





#blog #content hr{
	height:5px;
	border-bottom:1px solid #796F6F;
	border-top:5px solid #CBC7C7;
}

#blog #lnavi{
	width: 193px;
	line-height: 110%;
}
#blog #lnavi h2{
	font-size: 100%;
	color: #CBC7C7;
	margin: 50px 0 5px;

}
#blog #lnavi ul{
	margin: 0 0 0 10px;

}
#blog #lnavi .latest li{
	list-style-type: none;
	margin: 0;
	padding: 8px 20px 8px 0;
	border-bottom: 1px dashed #CBC7C7;
}

#blog #lnavi ul.cate li{
	list-style-type: none;
	margin: 0;
	padding: 8px 0px 8px 0;
	font-size:120%;
	font-weight:bold;
}
#blog #lnavi ul.cate ul li{
	border-bottom: 1px dashed #CBC7C7;
	font-size:80%;
	padding: 8px 20px 8px 0;
	margin-left:20px;
}


#btntop{
	position:absolute;
	width: 115px;
	top: -8px;
	left: 50%;
	margin-left: 290px;
}

