﻿@charset   "UTF-8";
/*kenkou-menu*/

* {
	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-size:13px;
	font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
}

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

div#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size:13px;
	line-height : 21px;
}

div#left-side {
	float: left;
	width: 175px;
}

div#right-side	{
	float: right;
	width: 602px;
	background-color: #ffffff;
	border: solid 1px #cccccc;
}

div#menu2-left	{
	float: left;
	width: 300px;
}

div#menu2-right	{
	float: right;
	width: 300px;
}

/*menu-koumoku*/
div.menu	{ width: 175px;
	/*overflow: hiddem;*/	/*有効な値では*/
	margin: 0;
	padding: 0;
	float: left;
	border: solid 1px #cccccc;
}

div.menu ul	{
		margin: 0;
		padding: 0;
		border-top: solid 1px #cccccc; }

div.menu li	{ margin-bottom: 0;
	list-style-type: none;
	line-height: 0;
	border-bottom: solid 1px #cccccc; }

div.menu li a	{ display: block;
	line-height: 15px;
	padding: 5px;
	background-color: #ffffff;
	color: #000088;
	font-size: 13px;
	text-decoration: none; }

div.menu li a:hover	{ background-color: #0066cc;
		color: #ffffff; }

div.menu h4	{
	background-color: #cc66cc;
	color: #ffffff;
	padding: 2px 10px;
	margin: 0;
	}

/*menu2*/
div.menu2	{ width: 300px;
	/*overflow: hiddem;*/	/*有効な値では*/
	margin: 0;
	padding: 0;
	float: left;
	/*border: solid 1px #663300;*/
}

div.menu2 ul	{
		margin: 0;
		padding: 0;
		border-top: solid 1px #cccccc; }

div.menu2 li	{ margin-bottom: 0;
	list-style-type: none;
	line-height: 0;
	border-bottom: solid 1px #cccccc; }

div.menu2 li a	{ display: block;
	line-height: 15px;
	padding: 5px;
	background-color: #ffffff;
	color: #000088;
	font-size: 13px;
	text-decoration: none; }

div.menu2 li a:hover	{ background-color: #0066cc;
		color: #ffffff; }


div#koumoku-wrapper	{
	width: 600px;
}

div#pan	{
	clear: both;
	text-align: right;
	font-size : 13px;
	padding : 0px;
	margin-right: 10px;
	background-color: #ffffff;
	/*background-image: url(u002bcg.gif);*/
	}

div#koumoku	{
	clear: both;
	width: 582px;
	font-size: 14px;
	background-color: #cc33cc;
	color: #ffffff;
	padding: 2px 10px;
	margin: 0;
	}

