@charset "UTF-8";
* {
	margin:0px;
	padding:0px;
}
body{
	word-break:break-all;
	text-align:center;
	background-color:#000000;
	background-image:URL("http://blog-imgs-24.fc2.com/h/a/m/hamsatellite/body_BG.png");
	font-size:12px;
}
a {	color:#5353FF; text-decoration:none;   }
a:hover {	color:#FF51A4;  }
hr{ 
	border-style: dotted none none none; 
	border-top-width: 2px; 
	border-top-color:#D0D0D0; 
	height: 2px; 
} 

/*- FONT-SIZE ------------------------------------*/
h1{	font-size:17px; }  /*blog title*/
h2{	font-size:15px; }  /*entry title*/
h3{	font-size:12px; }  /*plugin title*/
h4{	font-size:15px; }  /*comment　etc...*/
h5{	font-size:12px; }  /*comment title*/
label{	font-size:12px; }
table{	font-size:12px; }
form{	font-size:12px; }
div{	font-size:12px; }

/*- DIV(ID) --------------------------------------*/
#base{
	background-color:#000000;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
	/*border-style:solid;*/
	/*border-width:0px 2px;*/
	/*color:#5353FF;*/
}
#container{
	width:800px;
}
#header{
	height:100px;
	overflow:hidden;
	/*line-height:100px;*/
	padding-left:20px;
	color:#ffffff;
}
#footer{
	text-align:center;
	padding:10px;
	color:#ffffff;
}
#side{
 /*FF*/	width:210px;
 /*IE*/	_width:220px;
	padding:0px 10px;
	_float:left;
	overflow:hidden;
}
#main{
 /*FF*/	width:780px;
 /*IE*/	_width:580px;
 /*FF*/	padding:0px 10px 0px 10px;
 /*IE*/	_padding:0px 10px 0px 0px;
	float:right;
}

/*- DIV(CLASS) -----------------------------------*/
.parts{
	background-color:#ffffff;
	margin:0px;
	padding:0px 10px;
	overflow:hidden;
}
.parts_header{
	padding:0px;
	height:12px;
	background-color:#ffffff;
	background-image:URL("http://blog-imgs-24.fc2.com/h/a/m/hamsatellite/kadomaru_TL.png");
	background-repeat:no-repeat;
	background-position:top left;
	text-align:right;
}
.parts_footer{
	padding:0px;
	margin:0px 0px 10px 0px;
	height:12px;
	background-color:#ffffff;
	background-image:URL("http://blog-imgs-24.fc2.com/h/a/m/hamsatellite/kadomaru_BL.png");
	background-repeat:no-repeat;
	background-position:top left;
	text-align:right;
}
.entry{
	background-color:#ffffff;
 /*FF*/	margin:0px 0px 0px 220px;
 /*IE*/	_margin:0px 0px 0px 0px;
	padding:0px 10px;
}
.entry_data{
	text-align:right;
	font-size:10px;
}
.entry_header{
 /*FF*/	margin:0px 0px 0px 220px;
 /*IE*/	_margin:0px 0px 0px 0px;
	padding:0px;
	height:12px;
	background-color:#ffffff;
	background-image:URL("http://blog-imgs-24.fc2.com/h/a/m/hamsatellite/kadomaru_TL.png");
	background-repeat:no-repeat;
	background-position:top left;
	text-align:right;
}
.entry_footer{
 /*FF*/	margin:0px 0px 10px 220px;
 /*IE*/	_margin:0px 0px 10px 0px;
	padding:0px;
	height:12px;
	background-color:#ffffff;
	background-image:URL("http://blog-imgs-24.fc2.com/h/a/m/hamsatellite/kadomaru_BL.png");
	background-repeat:no-repeat;
	background-position:top left;
	text-align:right;
}
/*- UL -------------------------------------------*/
ul {	list-style-type:none;  }
li {	list-style-type:none;  }