
body {
	font-family: verdana, arial, sans-serif;
	font-size: 15px;	
	background-color: #fff;
	color: #333;
}

td {font-size: 15px;}

a:hover{color: #ff0000;}

h1{
	z-index: 1;
	position: absolute;
	margin: 0px 0 0 640px;
	font-size: 8.5pt;
	color: #969696;/*文字色*/
}

#right	{margin				:20px 10px 0 3px;
		width				:170px;
		float				:left;
		}

.menut {
	height: 30px;

	position: absolute;
	top: 40px;
	left: 370px;
}

.title {

	position: absolute;
	top: 0px;
	left: 0px;
}


.main {

	position: absolute;
	top: 70px;
	left: 180px;
	width: 600px;
}
.main h3 {
	background-color: #FDFFB3;
	border: 1px solid #ffcc33;

	padding: 5px; 
	
	font-size: normal;

	margin-bottom: 5px;
}
.contents {

	position: absolute;
	top: 310px;
	left: 210px;
}
.whats {

	position: absolute;
	top: 470px;
	left: 180px;
}
.policy-home {
	position: absolute;
	top: 0px;
        left: 340px; 
}
.style2 {font-size: 15px}


.menu {
	position: absolute;
	top: 60px;
	left: 0px;
	margin:10px 10px 0 5px;
	width				:170px;
	float				:left;
}


#menu  ul{
	list-style: none; /*リストマーク消すため*/
	margin: 0;
	padding: 0;
}		
		
#menu ul li{
	margin: 0px 5px 0 0 ;
	background: #ffcc33 url(img/menu.gif) no-repeat;
	font-size	:12px;
	font-weight:bolder;
	color				:#000066;
}

#menu  ul li a{
	display: block;
	width:159px;
	height:27px;
	text-decoration: none;
	padding	: 8px 0px 0px 0px;
	margin:2px 0 0 0;
	text-align: center;
	color: #000066;
}


#menu ul li a:hover{
	background: url(img/menu-hover.gif) no-repeat;
	color: red;
}



h4		{
	font-size: 12px;
	padding:2px 5px 2px 5px;
	margin:2px 0;
	color: #333333;
}



/*左に画像、右に文章*/
.left{
	float: left;
	margin: 0px 10px 5px 0px;
}

/*左に文章、右に画像*/
.right{
	float: right;
	margin: 0px 0px 5px 10px;
}

/*●文字色（<span class="red">などとして使用）*/
.black{ color: #000000;}/*黒色テキスト*/
.red{ color: #ff0000;font-weight:bold;}/*赤色テキスト*/
.blue{ color: #0000dd;}/*青色テキスト*/
.green{ color: #008000;}/*緑色テキスト*/
.yellow{ color: #ffff00;}/*黄色テキスト*/
.navy{ color: #1F26A9;}/*紺色テキスト*/
.gray{ color: #cccccc;}/*灰色テキスト*/
.orange{ color: #ff6600;}/*橙色テキスト*/
.pink{ color: #cc6699;}/*ピンク色テキスト*/
.purple{ color: #660099;}/*紫色テキスト*/
.olive{ color: #808000;}/*黄土色テキスト*/
.lime{ color: #00ff00;}/*黄緑テキスト*/
.aqua{ color: #167FA6;}/*黄緑テキスト*/


.menuautoref {

	position: absolute;
	top: 700px;
	left: 0px;
}


