﻿@charset "UTF-8";
/*kenkou-3g*/

* {
	margin: 0;
	padding: 0;
}

html {
	background:url(bg_html.png) repeat-x;
}


body {
	position:relative;
	background-image: url(bg_body.png);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: left;
	text-align: center;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
	color:#303030;
}

h1 	{
	background-color: #0066ff;
	color: white;
	font-size: 17px;
	text-align: center;
	margin: 0px 0px 15px;
	padding: 0.4em 0px 0.3em;
	letter-spacing: 0.1em;
	}

div#wrapper {
	/*background-image: url(ba-960-20.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 984px;*/
	margin-right: auto;
	margin-left: auto;
	/*text-align: left;*/
}

div.w	{
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}

div.n	{
	font-size: 12px;
	text-align: left;
	background-color: #fffefd;
	border-color:#808080;
	border-width:1px 1px 1px 1px;
	border-style: solid;
	}

div.s	{
	margin-top : 0px;
	margin-left : 1em;
	margin-right : 1em;
	margin-bottom : 1em;
	padding: 0px;
	line-height : 27px;
	font-size : 15px;
	}

div.count	{
	font-size: 10px;
	}

div.top	{
	width: 640px;
	height: 20px;
	text-align: left;
	padding-bottom: 3px;
	}

div#pan	{
	float: right;
	text-align: right;
	font-size : 12px;
	margin : 0px;
	padding : 5px;
	}

div.left-side {
	float: left;
	width: 210px;
}

div.right-side	{
	float: right;
}

