@charset "UTF-8";
/* CSS Document */

body{
	margin-top: 15px;
	/*margin-left: 15px;*/
	/*background-color: #99cc99;*/
	text-align:center;
	width:100%;
	background-image: url(./res/stripe.png);
}
div.outline{
	width: 634px;
	background-color: #ffffff;
	border: #888888 2px solid;
	text-align:left;
    margin:0px auto;
}
div.menu{
	width: 200px;
	float: left;
	border-right:#888888 2px solid; ;
}
div.title{
	padding-top: 10px;
	text-align: center;
}
div.pickup_title{
	background-color: #669900;
	color: #ffffff;
	margin: -3px -3px 3px -3px;
	padding-left: 3px;
	font-size: 0.9em;
	line-height: 1.5;
}
div.commercial{
	text-align: center;
	margin: 10px auto;
	border-top: #996600 3px double;
	padding-top: 10px;
	width: 198px;
}
div.commercial img{
	border:0px;
}
div.main{
	/*border-left: #888888 2px solid;*/
	/*border-right: #888888 2px solid;*/
	float: left;
	margin-left: 0px;
	margin-right: -3px;
	text-align:center;
	width:100%;
}
div.banner_space{
	text-align: center;
	margin: 10px auto 11px;
}
div.contents{
	width: 620px;
	margin-left: 5px;
	background-color: #666600;
	color: #ffffff;
	line-height: 1.3;
	padding-left: 3px;
}
div.list_row{
	width: 625px;
	text-align:left;
    margin:0px auto;
}
div.blog_user_list{
	position:relative;
	width: 300px;
	height: 65px;
	border: #0088ff 1px solid;
	font-size: 0.8em;
	float: left;
	margin: 10px 5px;
}
img.user_img{
	border-style: none;
	float:left;
	margin: 0px 5px auto auto;
}
div.introduction{
	margin-top: 1px;
	font-size: 0.8em;
}
div.newdate{
	position:absolute;
	left:67px;
	bottom:0px;
	font-size: 0.85em;
}
img.rss{
	position:absolute;
	right:1px;
	bottom:1px;
	border-style:none;
}
div.blog_user_list_bottom{
	position:relative;
	width: 150px;
	height: 65px;
	border: #0088ff 1px solid;
	font-size: 0.8em;
	float: left;
	margin: 10px -2px 10px 5px;
}
div.footer{
	width:100%;
	text-align: center;
	font-size: 0.9em;
	clear: left;
	/*margin-top: 20px;*/
	margin-bottom: 20px;
	height:100px
}
div.adminmenu{
	/*position:absolute;*/
	float: left;
	/*clear: left;*/
	text-align:center;
	font-size: 1.0em;
	/*border-top: #996600 3px double;*/
	/*margin: 80px auto auto auto;*/
	margin: 15px -20px auto 20px;
}
div.howto{
	/*float: right;*/
	/*border: #666633 3px double;*/
	padding: 3px;
	text-align: center;
	font-size: 0.8em;
	margin: 15px auto 0px auto ;
}
hr{
	width: 90%;
}
span.attention{
	color: #ff0000;
}
div.blog_title{
	background-color: #0088ff;
	color: #ffffff;
	text-decoration:none;
	text-shadow: #CCC 2px 2px 2px;
}
div.copyright{
	text-align: center;
	margin: 40px auto auto auto;
}
