﻿@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	list-style: none;
}
* html body {
	font-size: 75%;
	font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
*  html #prime p {
	width: 755px;
}
*:first-child+html body {
	/* for WinIE7*/
	font-size: 75%;
	font-family:'メイリオ', Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

body  {
	color: #444444;
	font-size: 12px;
	font-family:Verdona, sans-serif, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";
	text-align: center;
	background-color: #F9F9F9;
}
a:link  {
	color: #006400;
	text-decoration: none
}
a:visited {
	color: #006400;
	text-decoration: none;
}

a:hover  {
	text-decoration: underline;
	border-style: none;
	color: #99b34c;
}
li {
	display: inline;
	float: left;
	border-style: none;
}
#hako {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
}
#atama {
	width: 800px;
	height: 75px;
	float: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #99b34c;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	padding-left: 30px;
	text-align: left;
	float: left;
	padding-top: 15px;
}
h2 {
	padding-left: 30px;
	text-align: left;
	float: left;
	clear: both;
	font-size: 12px;
	font-weight: normal;
	padding-top: 2px;
}
#menu {
	padding-right: 30px;
	padding-top: 10px;
	width: 770px;
	float: right;
	text-align: right;
}
#menu a {
	text-decoration: underline;
}
#pan {
	padding-left: 30px;
	line-height: 25px;
	text-align: left;
	width: 770px;
	height: 34px;
	float: left;
	font-size: 10px;
	color: #444444;
}
#pan a {
	color: #444444;
}
#prime  {
	text-align: left;
	float: left;
	width: 770px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#prime   p   {
	line-height: 159%;
	width: 730px;
	padding: 10px 10px 30px 15px;
	float: left;
}
h3 {
	font-size: 12px;
	line-height: 30px;
	text-align: left;
	padding-left: 10px;
	height: 28px;
	float: left;
	border-left: 3px solid #99b34c;
	width: 730px;
}
h4 {
	font-size: 12px;
	line-height: 32px;
	text-align: left;
	height: 28px;
	float: left;
	width: 730px;
	border-bottom: 1px solid #BBBBBB;
	margin-left: 10px;
}
#ashi {
	width: 800px;
	clear: both;
}
#copyright {
	font-size: 10px;
	height: 30px;
	line-height: 30px;
	background-color: #99b34c;
	color: #006400;
	float: left;
	width: 802px;
	margin-left: -1px;
}
#copyright a {
	font-weight: normal;
	color: #006400;
}#copyright a:hover {
	color: #006400;
	text-decoration: underline;
}


/**▼文字装飾*****/

/*赤文字*/
.rb{ color:#f00;}

/*下線*/
.uline{ text-decoration:underline;}

/*文字色背景を黄色*/
.yb{ background:#ff0;}

/*文字列を左寄せにする*/
.tl{ text-align:left;}

/*文字列を中央に配置*/
.tc{ text-align:center;}

/*文字列を右寄せにする*/
.tr{ text-align:right;}

/*画像を左に配置し、後に続く文字を右に回り込ませる*/
.left{
 float:left;
 margin:0 20px 0 0;
}

/*画像を右に配置し、後に続く文字を左に回り込ませる*/
.right{
 float:right;
 margin:0 0 0 20px;
}


/*回り込み解除*/
.c_both{ clear:both;}


