body {
	scrollbar-3d-light-color:	;
	scrollbar-arrow-color: ffffff;
	scrollbar-base-color: #009900;
	scrollbar-dark-shadow-color:;
	scrollbar-face-color:		;
	scrollbar-highlight-color:	;
	scrollbar-border-color:		;
	scrollbar-shadow-color:		;
	margin: 0px;
	width: 274px;
	margin-left: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	/*background-color: #ffffff;*/
	background-color:transparent;
}
#container {
	width: 274px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#home_btn_sp {
	display:block;
	position: fixed;
	top: 3px;
	z-index: 100;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	left: 3px;
}

#page_title {
	width: auto;
	height: auto;
	float:none;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;
	margin:0 auto;
}
#page_title img{
	max-width:180px;
	height:auto;
}

.style_title {font-size: 18px; color: #FF66CC; margin-bottom:1px;}
.style_daytime {font-size: 12px; color: #0066CC; margin: 0px 0px 0px 5px; }
.style_body {font-size: 14px; color: #666666; margin: 0px 0px 10px 5px; }

.style_10 {
	font-size: 10px;
}

.sp_none{
	display:none;
}
.pc_none{
	display:block;
}
.pc_only{
	display:none;
}
.sp_only{
	display:inline;
}
