@charset "utf-8";
@media print, screen and (min-width: 769px) {
/* CSS Document */
body{
	background-image: url(bg.jpg);
}

#container {width:500px;
	margin:auto;
	background-color:rgba(0,0,0,0.75);}

#head{background-image:url(rogo.jpg);
	width:500px;
	height:350px;}

#head h1{margin:0;}

#head p{margin:0;
	margin-top:8px;
	margin-left:181px;
	font-size:0.875em;
	color:#ffffff;}

#content {margin: 30px 30px;}

.post{ width:auto;}

.post p {font-size:0.875em;
	margin-bottom:8px;
	color:#ffffff;
	line-height:1.2;}



a{color:#ffffff;
	text-decoration:none;}

a:hover{text-decoration:underline;}


.post h2{font-size:1.25em;
	color: #ffffff;
	background-color:#000000;
	margin:0;
	padding-left:5px;
	margin-bottom:10px;}


.posttext{font-size:0.875em;
	line-height:1.5;
	margin-left:20px;}

#foot{width:500px;}

#foot_inner{padding: 10px;
	background-color: #000000;
	overflow:hidden;}

#foot01{width:200px;
	float:left;}

#foot02{width:200px;
	float:right;
	text-align:right;}
#foot p{color: #ffffff;
	font-size: 0.75em;
	margin: 0;}


}
