@charset"utf-8";
body	
    {
	color: #D0C7BE;
	margin: 0px 0px;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	background-image: url(bg.jpg);
	background-color:#011035;
	 }
	 
h1 {font-size:16px;}	 
	 
a:link { color: #9d8c69; }
a:visited { color: #666; text-decoration: underline; }
a:hover { color: #fff; }	 



#header_logo a:link { color: #000; text-decoration:none }	

#content	
    {
	overflow: hidden;
	margin-top: -10px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-left: 20px;
	background-color:#000426;
	}


hr.height_2 {
   border:solid #ccc;
   border-width:2px 0 0 0;
   height:1px;/* for IE6 */
   clear:both;/* for IE6 */
   margin:0 8px 0 8px;
} 

hr.height_1 {
   border:solid #79afcc;
   border-width:1px 0 0 0;
   height:1px;/* for IE6 */
   clear:both;/* for IE6 */
   margin:0 8px 0 8px;
}

/* ### コンテンツ ### */


.post	{float: left;}
	
.post img	
    {
	height: auto;
	vertical-align: bottom;
	border: none;
	}

.post h2
    {
	font-size: 16px;
	margin: 5px 0 0;
	}

.post p	
    {
	font-size: 12px;
	margin: 10px 0;
	}


.migiyose {text-align: right; }

.clear { clear:both; }
.clear hr { display:none; }

