@charset "utf-8";
@media screen and (max-width: 640px) {
/* CSS Document */
body{
	background-image: url(bg2.jpg);
}

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

#head{background-image:url(rogo2.jpg);
	width:300px;
         height:210px;
	}

#head h1{margin:0;}

#head p{margin:0;
	margin-top:10px;
	font-size:0.875em;}



#content {margin: 10px;
	}



.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;
	padding-left:5px;
	margin:0;
	margin-bottom:10px;}


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


#foot{width:100%;}

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

#foot01{
	float:none;}

#foot02{text-align:center;
	float:none;}
#foot p{color: #ffffff;
	font-size: 0.75em;
	margin: 0;}


}
