﻿@charset   "UTF-8";
/*kenkou-new 2013-4*/
* {
	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;
	color: #303030;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
}

a img {
	border: none;
}

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

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

div#wra	{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}



div.header {
	width: 800px;
	}

div.topback {
	padding-top: 5px;
	width: 800px;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

div#left-side {
	float: left;
	width: 203px;
	line-height: 30px;
}

div.right-side	{
	float: right;
	width: 593px;
}

div#footer	{
	clear: both;
	/*align: center;*/	/*有効な値では*/
	width: 800px;
	height: 150.px;
	color: #606060;
	font-size: 11px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: solid 1px #c0c0c0;
}

div.filter img	{
	border: solid 1px #cccccc;
}

div.filter a	{
	display: block;
 	display:table-cell;
	/*opacity: 1;	*/	/*有効な値では*/
	filter: alpha(opacity=100);
	zoom: 1;
}
div.filter a:hover	{
	/*opacity: 0.7;*/		/*有効な値では*/
	filter: alpha(opacity=70);
	zoom: 1;
}


/*top-link-menu*/
div.link	{
	font-size: 13px;
	font-weight: bold;
	/*color: #808080;*/
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.link ul	{
	margin: 0;
	padding: 0;
}

div.link li	{
	display: inline;
	list-style-type: none;		/*リストの先頭記号なし*/
	float: left;	
}

div.link li a	{
	display: block;
	background-image: url(linkback01.gif);
	width: 100px;
	line-height: 30px;
	color: #606060;
	text-align: center;
	text-decoration: none; 	/*リンクの下線を消す*/
}

div.link li a:hover	{
	background-image: url(linkback02.gif);
	color: #ffffff;
}


/*waku*/
div.waku	{
	float: right;
	width: 585px;
}

div.waku-aisatu	{
	color: #303030;
	font-size: 15px;
	line-height: 23px;
	padding: 15px;
	background-color: #ffffff;
	border: solid 1px #c0c0c0;
}

div.counter	{
	width: 160px;
	text-align: left;
	padding-left: 40px;
}

div.cousin	{
	width: 480px;
	padding-top: 5px;
	text-align: center;
	font-size: 10px;
	color: #000088;
}

