@charset "utf-8";
/*
	Site Name: 
	Description: CSS filter
	Date: 2009/06/30
	Last Update: 2009/06/30
	Author: レボネット株式会社. http://www.revonet.co.jp
*/

/* ===== Universal Reset ===== */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,p,blockquote,th,td {
  margin:0px;
  padding:0px;
}

/* ===== ▽ページ全般設定 ===== */
input[type="submit"],input[type="reset"],
input[type="radio"],input[type="checkbox"],
label,button {
  cursor:pointer;
}

a {
	color: #333333;
}

a:hover {
	color: #888888;
}

h1 {
	width: 850px;
	text-align: center;
	margin: 0px auto;
	background-color: #5ea64d;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	font-size: 11px;
	padding: 0px;
	color: #FFFFFF;
	padding-top: 5px;
	height: 20px;
	font-family: "MS PGothic", "Osaka";
}
h2,h3,h4,h5,h6 {
  font-size:140%;
}

ol,ul {
  list-style:none;
}

a img {
  border:none;
}

img {
	border: none;
}

p {
	line-height: 160%;
	text-align: left;
}

ul {
	padding-left: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
}
li {
	background-position: center left;
	padding: 5px;
	padding-left: 0px;
	line-height: 120%;
}
b {
	color: #CC9933;
	font-weight:bold;
}

dl {
	background-color: #EFEFEF;
	margin: 10px auto;
	border: 1px solid #cccccc;
	border-top: none;
	width: 610px;
	font-size: 100%;
	margin-left: 5px;
	clear: both;
	margin-top: 0px;
}

dt {
	font-weight: normal;
	color: #333333;
	margin: 0;
	padding: 5px 0 5px 5px;
	border-top: 1px solid #cccccc;
	width: 100px;
	float: left;
	text-align: left;
}
	
dd {
	background-color: white;
	margin: 0 0 0 160px;
	padding: 5px 0 5px 10px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	text-align: left;
	color: #666666;
	margin-left: 110px;
}

dt.50 {
	font-weight: normal;
	color: #333333;
	margin: 0;
	padding: 5px 0 10px 5px;
	border-top: 1px solid #cccccc;
	width: 100px;
	float: left;
	text-align: left;
	height: 50px;
}
	
dd.50 {
	background-color: white;
	margin: 0 0 0 160px;
	padding: 5px 0 5px 10px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	text-align: left;
	color: #666666;
	margin-left: 110px;
}

/* ===== ▲ページ全般設定 ===== */

/* ===== ▽body ===== */
body {
	text-align: center;
	font-size: 14px;
	margin-top: 0px;
	background-image: url(../images/bodyBg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #99d38c;
}

/* ===== ▲body ===== */

/* ===== ▽container ===== */
#container {
	width: 850px;
	text-align: left;
	margin: 0px auto;
	background-position: top center;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* ===== ▲container ===== */

/* ===== ▽header ===== */
#header {
	height: 80px;
	width: 850px;
	background-image: url(../images/header.jpg);
	text-indent: -9999px;
	background-repeat: no-repeat;
}

#logo a{
	width: 320px;
	height: 80px;
	display: block;
	margin-top: 0px;
	float: left;
}

#headerContact a{
	width: 230px;
	height: 80px;
	display: block;
	margin-top: 0px;
	float: right;
	margin-right: 0px;
}


/* ===== ▽gNavi ===== */
.gNavi {
	background-image: url(../images/gNavi.jpg);
	height: 42px;
	background-position: top left;
	background-repeat: repeat-x;
	text-align: center;
	background-color: #FFFFFF;
	width: 850px;
	float: left;
	margin-bottom: 5px;
}

.gNavi ul{
	border: 0;
	margin: 0;
	padding: 0;
	
}

.gNavi ul li{
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	float: left;
	background-image: url(../images/gNavi.jpg);
	
}

.gNavi ul li a{
	display: block;
	color: #333333;
	text-decoration:none;
	height: 42px;
	background-image: url(../images/gNavi.jpg);
}

.gNavi ul li a:hover{
	display: block;
	color: #333333;
	background-repeat: no-repeat;
	background-image: url(../images/gNavi.jpg);

}

.gNavi li a{
	font-size: 12px;
	text-indent: -9999px;
}

.gNavi li#navi_1 a{
	background-image: url(../images/gNavi.jpg);
	height: 42px;
	width: 138px;
}
.gNavi li#navi_1 a:hover{
	background-image: url(../images/gNavi.jpg);
	background-position: 0px -42px;
	height: 42px;
	width: 138px;
}

.gNavi li#navi_2 a{
	background-image: url(../images/gNavi.jpg);
	height: 42px;
	width: 107px;
	background-position: -138px 0;
}
.gNavi li#navi_2 a:hover{
	background-image: url(../images/gNavi.jpg);
	background-position: -138px -42px;
	height: 42px;
	width: 107px;
}

.gNavi li#navi_3 a{
	background-image: url(../images/gNavi.jpg);
	height: 42px;
	width: 106px;
	background-position: -245px 0;
}
.gNavi li#navi_3 a:hover{
	background-image: url(../images/gNavi.jpg);
	background-position: -245px -42px;
	height: 42px;
	width: 106px;
}

.gNavi li#navi_4 a{
	background-image: url(../images/gNavi.jpg);
	height: 42px;
	width: 79px;
	background-position: -351px 0;
}
.gNavi li#navi_4 a:hover{
	background-image: url(../images/gNavi.jpg);
	background-position: -351px -42px;
	height: 42px;
	width: 79px;
}

.gNavi li#navi_5 a{
	background-image: url(../images/gNavi.jpg);
	height: 42px;
	width: 133px;
	background-position: -430px 0;
	background-repeat: no-repeat;
}
.gNavi li#navi_5 a:hover{
	background-image: url(../images/gNavi.jpg);
	background-position: -430px -42px;
	height: 42px;
	width: 133px;
}

.gNavi li#navi_6 a{
	background-image: url(../images/gNavi.jpg);
	height: 42px;
	width: 105px;
	background-position: -563px 0;
	background-repeat: no-repeat;
}
.gNavi li#navi_6 a:hover{
	background-image: url(../images/gNavi.jpg);
	background-position: -563px -42px;
	height: 42px;
	width: 105px;
}

.gNavi li#navi_7 a{
	background-image: url(../images/gNavi.jpg);
	height: 42px;
	width: 182px;
	background-position: -668px 0;
	background-repeat: no-repeat;
}
.gNavi li#navi_7 a:hover{
	background-image: url(../images/gNavi.jpg);
	background-position: -668px -42px;
	height: 42px;
	width: 182px;
}

/* ===== ▲gNavi ===== */

/* ===== ▽bread ===== */
#bread {
	height: 10px;
	width: 600px;
	padding: 0px;
	font-size: 90%;
	margin-top: 0px;
	margin-bottom: 5px;
	clear: both;
	text-align: left;
	margin-left: 0px;
	font-family: "MS PGothic", "Osaka";
	padding-bottom: 5px;
}
#bread a{
	color: #096C35;
}
#bread a:hover{
	color: #CA020C;
}

/* ===== ▲bread ===== */
/* ===== ▲header ===== */

/* ===== ▽side ===== */
#sNavi {
	width: 210px;
	float: left;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left;
}

#sNavi p{
	background-image: url(../images/sidePbg.jpg);
	background-repeat: repeat-x;
	padding: 2px;
	padding-left: 25px;
}

#sNavi h2{
	background-image: url(../images/sideH2bg.jpg);
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-size: 120%;
	color: #000000;
}

#sNavi a{
	color: #333333;
	text-decoration: none;
}

#sNavi a:hover{
	color: #6FAD00;
	text-decoration: underline;
}

.sideBn {
	background-image: url(../images/sideBn.jpg);
	height: 45px;
	width: 190px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	margin-top: 0px;
	margin-left:10px;
	margin-bottom:0px;
	clear:both;
}

.sideBn1 {
	clear:both;
	margin-top: 10px;
}

.sideBn1 a{
	background-image: url(../images/sideBn1.jpg);
	height: 75px;
	width: 190px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	margin-left:10px;
	margin-bottom:10px;
	clear:both;
}

.sideBn2 {
	clear:both;
	margin-top: 10px;
}

.sideBn2 a{
	background-image: url(../images/sideBn2.jpg);
	height: 75px;
	width: 190px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	margin-left:10px;
	margin-bottom:10px;
	clear:both;
}

.sideBn3 {
	clear:both;
	margin-top: 10px;
}

.sideBn3 a{
	background-image: url(../images/sideBn3.jpg);
	height: 35px;
	width: 201px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	margin-left:10px;
	margin-bottom:10px;
	clear:both;
}

#sNavi .sideMenu1 {
	background-image: url(../images/sideMenu1.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-decoration: none;
	width: 190px;
	margin-left:10px;
	padding-top: 10px;
	padding-bottom: 8px;
}
#sNavi .sideMenu1 a{
	padding-left: 55px;

}
#sNavi .sideMenu1 a:hover{
	color: #4A8DDE;
}

#sNavi .sideBottom {
	background-image: url(../images/sideBottom.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 42px;
	text-decoration: none;
	width: 190px;
	margin-left:10px;
	padding-top: 10px;
}
#sNavi .sideBottom a{
	padding-left: 55px;

}
#sNavi .sideBottom a:hover{
	color: #4A8DDE;
}

.sideContact a{
	background-image: url(../images/sideContact.jpg);
	height: 171px;
	width: 190px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	margin-left:10px;
	margin-bottom: 10px;
}

/* ===== ▲side ===== */

/* ===== ▽content ===== */
#contentBg {
	text-align: center;
	margin-top: 0px;
	background-image: url(../images/contentBg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFFFFF;
	float: left;
	width: 850px;
}

#content {
	float: left;
	width: 640px;
	text-align: left;
	margin-top: 7px;
}
.topBn{
	background-image: url(../images/topContent.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 300px;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 9px;
	width: 570px;
	margin-bottom: 10px;
	display: block;
	margin-left: 5px;
	float: left;
	margin-top: 5px;
	clear: both;

}
.mainLink1 {
	margin-left: 32px;
}
.mainLink1 a{
	width: 161px;
	height: 160px;
	display: block;
	margin-top: 6px;
	float: left;
	margin-left: 0px;
}
.mainLink2 {
	margin-left: 0px;
}
.mainLink2 a{
	width: 160px;
	height: 160px;
	display: block;
	margin-top: 6px;
	float: left;
	margin-left: 13px;
}
.mainLink3 {
	margin-left: 0px;
}
.mainLink3 a{
	width: 161px;
	height: 160px;
	display: block;
	margin-top: 6px;
	float: left;
	margin-left: 11px;
}

.topBn1 {
	width: 320px;
	float: left;
	margin-bottom: 5px;
}
.topBn1 a{
	background-image: url(../images/topBn1.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 150px;
	text-decoration: none;
	text-indent: -9999px;
	width: 310px;
	margin-bottom: 5px;
	display: block;
	margin-left: 0px;
	float: left;
}
.topBn1 a:hover{
	background-image: url(../images/topBn1_o.jpg);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}
.topBn2 {
	width: 310px;
	float: left;
	margin-bottom: 5px;
}
.topBn2 a{
	background-image: url(../images/topBn2.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 150px;
	text-decoration: none;
	text-indent: -9999px;
	width: 310px;
	margin-bottom: 5px;
	display: block;
	margin-left: 0px;
	float: left;
}
.topBn2 a:hover{
	background-image: url(../images/topBn2_o.jpg);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}

.topEnvironment {
	width: 620px;
	margin-bottom: 5px;
	height: 123px;
	padding-left: 0px;
}
.topEnvironment a{
	background-image: url(../images/topEnvironment.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 123px;
	text-decoration: none;
	text-indent: -9999px;
	width: 620px;
	margin-bottom: 5px;
	display: block;
	margin-left: 0px;
	float: left;
}
.topEnvironment a:hover{
	background-image: url(../images/topEnvironment_o.jpg);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}

.topLicense {
	height: 143px;
	background-image: url(../images/topLicense.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 80px;
	text-decoration: none;
	float: left;
	margin-top: 5px;
	padding-top: 15px;
	width: 620px;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 200%;
}

.licenseL {
	float: left;
	width:305px;
	padding-left: 15px;
}

.licenseR {
	float: left;
	width:275px;
	padding-left: 25px;
}

.mark p{
	margin-bottom: 20px;
	text-align: center;
	clear: both;
}

table {
	width: 620px;
	border: 1px solid;
	border-color: #DDDDDD;
	margin-left: 5px;
	font-size: 14px;
	margin-bottom: 10px;
}
td {
	background-color: #FFFFFF;
	padding: 5px;
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
}
tr {

}
.color {
	background-color: #85C026;
	width: 120px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	color: #FFFFFF;
}
caption {
	padding-top: 5px;
	padding-bottom: 5px;
}

th {
	background-color: #5FA811;
	padding: 5px;
	font-size: 100%;
	color: #FFFFFF;
}

form {
	text-align: left;
	background-color: #FFFFFF;
}

.color2 {
	background-color: #DEDEDE;
	width: 200px;
	text-align: center;
}


#mainImg {
	background-image: url(../images/mainImg.jpg);
	height: 206px;
	background-repeat: no-repeat;
	background-position: top center;
	text-indent: -9999px;
	width: 850px;
	clear: both;
	margin: 0px auto;
	text-align: center;
	margin-bottom: 0px;
}
#topContent {
	background-image: url(../images/topContent.jpg);
	height: 187px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: top center;
	margin-bottom: 0px;
}
.frame {
	border: 1px solid;
	background-color: #C6F493;
	border-color: #5FA811;
	color: #333333;
	margin-bottom: 15px;
	clear: both;
	width: 620px;
	padding: 0px;
	margin-top: 5px;
	line-height: 150%;
	margin-left: 5px;
}
#content .frame p{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding: 10px;
}

.frame2 {
	border: 1px solid;
	background-color: #EFEFEF;
	border-color: #CCCCCC;
	color: #333333;
	margin-bottom: 15px;
	clear: both;
	width: 620px;
	padding: 0px;
	margin-top: 5px;
	line-height: 150%;
	margin-left: 5px;
}
#content .frame2 p{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding: 10px;
}


#content h3{
	padding: 10px;
	width: 580px;
	margin: 0px;
	background-image: url(../images/h3.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 40px;
	padding-bottom: 15px;
	color: #FFFFFF;
	clear: both;
	margin-top: 5px;
	margin-left: 5px;
	font-size: 120%;
	margin-bottom: 0px;
}
#content h2.top1{
	padding: 15px;
	width: 628px;
	margin: 0px;
	background-image: url(../images/h2_top1.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 0px;
	margin-left: 0px;
	color: #000000;
	clear: both;
	text-indent: -9999px;
	margin-bottom: 5px;
}
#content h2.top2{
	padding: 15px;
	width: 628px;
	margin: 0px;
	background-image: url(../images/h2_top2.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 0px;
	margin-left: 0px;
	color: #000000;
	clear: both;
	text-indent: -9999px;
	margin-bottom: 5px;
}
#content h2.top3{
	padding: 15px;
	width: 628px;
	margin: 0px;
	background-image: url(../images/h2_top3.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 0px;
	margin-left: 0px;
	color: #000000;
	clear: both;
	text-indent: -9999px;
	margin-bottom: 5px;
}

#content h2.other{
	padding: 15px;
	width: 628px;
	margin: 0px;
	background-image: url(../images/h2.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 65px;
	margin-left: 0px;
	color: #646464;
	clear: both;
	margin-bottom: 5px;
	font-size: 16px;
	padding-top: 19px;
}

#content h4{
	padding: 8px;
	width: 580px;
	margin: 0px;
	background-image: url(../images/h4.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 20px;
	padding-bottom: 10px;
	color: #666666;
	clear: both;
	margin-top: 5px;
	margin-left: 5px;
	font-size: 110%;
	margin-bottom: 5px;
}

#content p{
	padding: 10px;
	margin-left: 5px;
	margin-right: 10px;
}
#content p.img{
	padding: 0px;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#content p.link{
	background-image: url(../images/link.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 5px;
	padding-left: 25px;
	line-height: 100%;
	margin-bottom: 15px;
	clear: both;
}
#content p.link a{
	color: #096C35;
}
#content p.link a:hover{
	color: #CA020C;
}
#content .pFrame {
	background-color: #FFFCEE;
	padding: 10px;
	border: 1px solid;
	border-color: #FACC38;
	clear: both;
	margin-left: 5px;
}


#content .list {
	background-image: url(../images/list.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 5px;
	padding-left: 30px;
	margin-left: 10px;
}

.line1 {
	width: 180px;
	float: left;
	margin-left: 10px;
	margin-bottom: 5px;
}

.line2 {
	width: 180px;
	float: left;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 5px;
}

.line3 {
	width: 180px;
	float: left;
	margin-bottom: 5px;
}

.line1 a{
	font-size: 95%;
}
.line2 a{
	font-size: 95%;
}
.line3 a{
	font-size: 95%;
}

#content .imgRight {
	float: right;
	margin: 10px 25px 15px 10px;
}
#content .imgLeft {
	float: left;
	margin: 10px 15px 15px 5px;
}

#content .center {
	text-align: center;
	margin-bottom: 10px;
	clear: both;
	margin: 0px auto;
	margin-top: 5px;
}
#content .center img{
	text-align: center;
	margin-bottom: 10px;
	clear: both;
}
.contact {
	text-align: center;
	margin-bottom: 15px;
	margin:0px auto;
	clear: both;
	width: 640px;
}
.contact a {
	background-image: url(../images/topContact.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 90px;
	text-indent: -9999px;
	display: block;
	text-align: center;
	margin:0px auto;
	margin-left: 0px;
	margin-bottom: 15px;
}

.image1 {
	clear: both;
	height: 105px;
	margin: 0px;
	background-image: url(../images/bn1.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	width: 570px;
	margin-left: 5px;
	margin-bottom: 15px;
}
.image1 h2{
	display: none;
}

.image2 {
	clear: both;
	height: 105px;
	margin: 0px;
	background-image: url(../images/bn2.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	width: 570px;
	margin-left: 5px;
	margin-bottom: 15px;
}
.image2 h2{
	display: none;
}

.image3 {
	clear: both;
	height: 105px;
	margin: 0px;
	background-image: url(../images/bn3.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	width: 570px;
	margin-left: 5px;
	margin-bottom: 15px;
}
.image3 h2{
	display: none;
}

.image4 {
	clear: both;
	height: 105px;
	margin: 0px;
	background-image: url(../images/bn4.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	width: 570px;
	margin-left: 5px;
	margin-bottom: 15px;
}
.image4 h2{
	display: none;
}

.aboutBn1 {
	width: 285px;
	float: left;
	margin-bottom: 10px;
}
.aboutBn1 a{
	background-image: url(../images/aboutBn1.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 180px;
	text-decoration: none;
	text-indent: -9999px;
	width: 275px;
	margin-bottom: 5px;
	display: block;
	margin-left: 8px;
	float: left;
}
.aboutBn1 a:hover{
	background-image: url(../images/aboutBn1.jpg);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}
.aboutBn2 {
	width: 285px;
	float: left;
	margin-bottom: 10px;
}
.aboutBn2 a{
	background-image: url(../images/aboutBn2.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 180px;
	text-decoration: none;
	text-indent: -9999px;
	width: 275px;
	margin-bottom: 5px;
	display: block;
	margin-left: 5px;
	float: left;
}
.aboutBn2 a:hover{
	background-image: url(../images/aboutBn2.jpg);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}

.aboutBn3 {
	width: 285px;
	float: left;
	margin-bottom: 10px;
}
.aboutBn3 a{
	background-image: url(../images/aboutBn3.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 180px;
	text-decoration: none;
	text-indent: -9999px;
	width: 275px;
	margin-bottom: 5px;
	display: block;
	margin-left: 8px;
	float: left;
}
.aboutBn3 a:hover{
	background-image: url(../images/aboutBn3.jpg);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}
.aboutBn4 {
	width: 285px;
	float: left;
	margin-bottom: 10px;
}
.aboutBn4 a{
	background-image: url(../images/aboutBn4.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 180px;
	text-decoration: none;
	text-indent: -9999px;
	width: 275px;
	margin-bottom: 5px;
	display: block;
	margin-left: 5px;
	float: left;
}
.aboutBn4 a:hover{
	background-image: url(../images/aboutBn4.jpg);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}

iframe{
	border: 1px solid #CCCCCC;
	padding: 0px;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.graveBn1 {
	width: 285px;
	float: left;
	margin-bottom: 10px;
}
.graveBn1 a{
	background-image: url(../images/graveBn1.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 180px;
	text-decoration: none;
	text-indent: -9999px;
	width: 275px;
	margin-bottom: 5px;
	display: block;
	margin-left: 8px;
	float: left;
}
.graveBn1 a:hover{
	background-image: url(../images/graveBn1.jpg);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}
.graveBn2 {
	width: 285px;
	float: left;
	margin-bottom: 10px;
}
.graveBn2 a{
	background-image: url(../images/graveBn2.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 180px;
	text-decoration: none;
	text-indent: -9999px;
	width: 275px;
	margin-bottom: 5px;
	display: block;
	margin-left: 5px;
	float: left;
}
.graveBn2 a:hover{
	background-image: url(../images/graveBn2.jpg);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}

.graveBn3 {
	width: 285px;
	float: left;
	margin-bottom: 10px;
}
.graveBn3 a{
	background-image: url(../images/graveBn3.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 180px;
	text-decoration: none;
	text-indent: -9999px;
	width: 275px;
	margin-bottom: 5px;
	display: block;
	margin-left: 8px;
	float: left;
}
.graveBn3 a:hover{
	background-image: url(../images/graveBn3.jpg);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}
.graveBn4 {
	width: 285px;
	float: left;
	margin-bottom: 10px;
}
.graveBn4 a{
	background-image: url(../images/graveBn4.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 180px;
	text-decoration: none;
	text-indent: -9999px;
	width: 275px;
	margin-bottom: 5px;
	display: block;
	margin-left: 5px;
	float: left;
}
.graveBn4 a:hover{
	background-image: url(../images/graveBn4.jpg);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}
.graveBn5 {
	width: 285px;
	float: left;
	margin-bottom: 10px;
}
.graveBn5 a{
	background-image: url(../images/graveBn5.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 180px;
	text-decoration: none;
	text-indent: -9999px;
	width: 275px;
	margin-bottom: 5px;
	display: block;
	margin-left: 8px;
	float: left;
}
.graveBn5 a:hover{
	background-image: url(../images/graveBn5.jpg);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}
.graveBn6 {
	width: 285px;
	float: left;
	margin-bottom: 10px;
}
.graveBn6 a{
	background-image: url(../images/graveBn6.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 180px;
	text-decoration: none;
	text-indent: -9999px;
	width: 275px;
	margin-bottom: 5px;
	display: block;
	margin-left: 5px;
	float: left;
}
.graveBn6 a:hover{
	background-image: url(../images/graveBn6.jpg);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}

div.disc ul {
	padding-left: 0px;
	margin-bottom: 15px;
	margin-left: 30px;
}
div.disc li {
	background-position: center left;
	padding: 5px;
	padding-left: 0px;
	line-height: 160%;
	list-style-type: disc;
}

div.number ul {
	padding-left: 0px;
	margin-bottom: 15px;
	margin-left: 30px;
}
div.number li {
	background-position: center left;
	padding: 5px;
	padding-left: 0px;
	line-height: 160%;
	list-style-type: decimal;
	margin-right: 10px;
}

img.rightS {
	margin-right: 5px;
}


/* ===== ▲content ===== */

/* ===== ▽footer ===== */
#footer {
	background-image: url(../images/footerBg.jpg);
	background-repeat: no-repeat;
	clear: both;
	background-color: #EEEEEE;
	padding: 0px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 23px;
	height: 76px;
	font-size:90%;
	width: 850px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-family: "MS PGothic", "Osaka";
}

#footer a{
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover{
	color: #FFFF66;
	text-decoration: underline;
}

/* ===== ▽copy ===== */
#copy {
	background-color: #5DA64D;
	padding: 0px;
	margin-top:35px;
	color: #b9e4af;
	text-align: right;
	clear:both;
	width: 850px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
#copy a{
	text-decoration: underline;
	background-image: none;
	padding-left: 0px;
	color: #b9e4af;
}
#copy a:hover{
	text-decoration: underline;
	background-image: none;
	padding-left: 0px;
}

#copy .copyLogo {
	width: 62px;
	height: 20px;
	text-indent: -9999px;
	float: right;
	margin-right: 5px;
	margin-left: 10px;
	padding-left: 0px;
	background-position:0px;
	text-align:center;
}
#copy .copyLogo a{
	background-image: url(../images/copyLogo.gif);
	width: 62px;
	height: 20px;
	display: block;
	text-indent: -9999px;
	float: right;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
	background-position:0px;
}
#copy .copyLogo a:hover{
	background-image: url(../images/copyLogo.gif);
	width: 62px;
	height: 20px;
	display: block;
	text-indent: -9999px;
	float: right;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
	background-position:0px;
}

/* ===== ▲copy ===== */

/* ===== ▲footer ===== */

.style1 {
	color: #FF0000;
	font-weight:bold;
}
.style2 {
	background-color: #ddf4ff;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;

}
.style3 {
	color: #990000;
	font-weight:bold;
}
.style4 {
	color: #FF0000;
	font-weight:bold;
	font-size: 120%;
}
