@charset "Shift_JIS";

body {
		background: #fff;
		margin: 0;
		padding: 0;
		vertical-align: top;
		text-align: center;
		font-family: Arial,Helvetica,'lr oSVbN',sans-serif;
		font-size: 12px;
		color: #666666;

	}

a:link {
	color: #006699;
	text-decoration: underline;
	}

a:visited {
	color: #006699;
	text-decoration: underline;
	}

a:active {
	color: #006699;
	text-decoration: underline;
	}

a:hover {
	color: #FF8100;
	text-decoration: underline;
	}

/*__________________________________________________

  font control (tHgΗ)
  __________________________________________________*/

h1 {
	color: #fff;
	font-size: 14px;
	font-family: Arial,Helvetica,'lr oSVbN',sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h2 {
	color: #fff;
	font-size: 14px;
	font-family: Arial,Helvetica,'lr oSVbN',sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h3 {
	color: #fff;
	font-size: 14px;
	font-family: Arial,Helvetica,'lr oSVbN',sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h4 {
	color: #fff;
	font-size: 14px;
	font-family: Arial,Helvetica,'lr oSVbN',sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

/*__________________________________________________

  wrap (C)
  __________________________________________________*/

#wrap {
	background: #fff;
	/*background: #cccccc url(../img/shadow.jpg) repeat-y center;*/
	font-family: Arial,Helvetica,'lr oSVbN',sans-serif;
	margin: 0 auto;
	text-align: center;
	padding: 0px;
	width: 760px;
	}

/*__________________________________________________

  headerArea (wb_[)
  __________________________________________________*/

#headerArea {
	margin: 0 auto;
	padding: 0;
	width: 750px;
	height: 80px;
	text-align: left;
	color: #fff;
	border-bottom: 20px solid #99D022;
	}

#headerAreaContentsLogo {
	float: left;
	margin: 10px 0 0 0;
	color: #fff;
	height: 60px;
	width: 190px;
	text-align: left;
	background-color: #fff;
	}

#headerAreaLine {
	clear: both;
	margin: 0 auto;
	background-color: #fff;
	border-bottom: 20px solid #99D022;
	width: 750px;
	}

/*__________________________________________________

  grobalnavi (O[oirQ[V)
  __________________________________________________*/

#global {
	float: right;
	margin: 50px 10px 0 0;
	color: #fff;
	height: 30px;
	width: 455px;
	text-align: left;
	background-color: #fff;
	display: none;
	}

ul#navigation {
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
	}

ul#navigation li {
	position: absolute;
	top: 0;
	display: block;
	margin: 0;
	padding: 0;
	width: 115px;
	height: 30px;
	text-indent: -9999px;
	}

ul#navigation li a {
	text-decoration: none;
	list-style: none;
	vertical-align: text-top;
	margin: 0;
	padding: 0;
	display: block;
	width: 115px;
	height: 30px;
	}

li#navi01 {
	left: 0;
	background: url(../../common/img/menu.png) 0 0 no-repeat;
	}

li#navi01 a:hover{
	left: 0;
	background: url(../../common/img/menu.png) 0 -30px no-repeat;
	}

li#navi02 {
	left: 115px;
	background: url(../../common/img/menu.png) -115px 0 no-repeat;
	}

li#navi02 a:hover {
	left: 115px;
	background: url(../../common/img/menu.png) -115px -30px no-repeat;
	}

li#navi03 {
	left: 230px;
	background: url(../../common/img/menu.png) -230px 0 no-repeat;
	}

li#navi03 a:hover {
	left: 230px;
	background: url(../../common/img/menu.png) -230px -30px no-repeat;
	}

li#navi04 {
	left: 345px;
	background: url(../../common/img/menu.png) -345px 0 no-repeat;
	}
	
li#navi04 a:hover {
	left: 345px;
	background: url(../../common/img/menu.png) -345px -30px no-repeat;
	}


li#navi05 {
	background: url(../../common/img/menu.png) no-repeat 0 -30px;
	left: 0;
	}
	
li#navi06 {
	background: url(../../common/img/menu.png) no-repeat -115px -30px;
	left: 115px;
	}

li#navi07 {
	background: url(../../common/img/menu.png) no-repeat -230px -30px;
	left: 230px;
	}

li#navi08 {
	background: url(../../common/img/menu.png) no-repeat -345px -30px;
	left: 345px;
	}
/*__________________________________________________

  container (CRei)
  __________________________________________________*/

#container {
	background: #fff;
	font-family: Arial,Helvetica,'lr oSVbN',sans-serif;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
	width: 750px;
	}

/*__________________________________________________

  SupportArea (T|[g)
  __________________________________________________*/
  
#supportArea {
	clear: both;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	background-color: #E6F5B1;
	vertical-align: middle;
	width: 750px;
	height: 20px;
	font-weight: bold;
	font-size: 11px;
	color: #666;
	border-top: 1px dotted #666;
	display: none;
	}

#supportArea .box {
	padding: 5px 5px 0 5px;
	text-align: center;
	color: #666;
	}

#supportArea .box a:link{
	color: #006699;
	text-decoration: none;
	}

#supportArea .box a:visited{
	color: #006699;
	text-decoration: none;
	}

#supportArea .box a:hover{
	color: #FF8100;
	text-decoration: none;
	}

/*__________________________________________________

  footerArea (tb^[)
  __________________________________________________*/

#footerArea {
	clear: both;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #99D022;
	height: 85px;
	width: 750px;
	font-weight: bold;
	color: #ffffff;
	border-bottom: 1px solid #99D022;
	}

#footerArea .box {
	margin-top: 0;
	padding: 5px;
	text-align: center;
	color: #fff;
	}

#footerArea .box a:link{
	color: #fff;
	text-decoration: none;
	}

#footerArea .box a:visited{
	color: #fff;
	text-decoration: none;
	}

#footerArea .box a:hover{
	color: #FF8100;
	text-decoration: none;
	}

/*__________________________________________________

  breadCrumb (p­Έir)
  __________________________________________________*/

#breadCrumb {
	display: none;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 15px;
	padding: 0 0 0 5px;
	text-align: left;
	border-bottom: 2px dotted #666;
	}


/*__________________________________________________

  mainContents (CRec)
  __________________________________________________*/

#mainContents {
	float: left;
	margin: 15px 0 0 0;
	padding: 0;
	width: 750px;
	line-height:1.6em;
	color: #666666;
	text-align: left;
	background-color: #fff;
	}

#LContentsMap {
	float: left;
	margin: 15px 0 0 0;
	padding: 0;
	width: 500px;
	line-height:1.6em;
	color: #666666;
	text-align: left;
	background-color: #fff;
	}

#RContentsMap {
	display: none;
	float: left;
	margin: 15px 0 15px 10px;
	padding: 0;
	width: 237px;
	line-height:1.6em;
	color: #666666;
	text-align: left;
	background-color: #fff;
	border: 1px solid #8CC919;
	}

#mapsearch {
	margin: 5px 0 5px 0;
	padding:0;
	display: none;
	}

#mapBox {
	margin: 0 0 10px 0;
	padding: 0 0 20px 0;
	width: 750px;
	height: 300px;
	line-height:1.6em;
	color: #666666;
	text-align: left;
	background-color: #fff;
	}

#map {
	padding: 5px;
	width: 730px;
	height: 600px;
	border: 2px solid #8CC919;
	}


/*__________________________________________________

  RightArea (CgGA)
  __________________________________________________*/

#RightArea {
	float: right;
	width: 220px;
	margin: 5px 0 0 0;
	color: #666666;
	text-align: left;
	line-height:1.6em;
	vertical-align: middle;
	background-color: #fff;
	display: inline;	/*floatΦAΜIEoOΞτ*/
	display: none;
	}

#RightArea .box {
	margin-bottom: 10px;
	padding: 5px;
	width: 208px;
	height: 100%;
	border: 1px solid #99D022;
	display: none;
	}

#RightArea .box ul {
	margin: 0;
	padding: 0;
	}

#RightArea .box ul li {
	list-style: none;
	margin: 5px;
	}

#RightArea .title {
	margin: 10px 0 0 0;
	padding: 5px;
	width: 208px;
	height: 100%;
	border: 1px solid #99D022;
	background: #99D022;
	color: #fff;
	font-weight: bold;
	display: none;
	}

/*__________________________________________________

  Contents table (Rece[v)
  __________________________________________________*/
	
#mainContents table {
	display: none;
	clear: both;
	margin-top:10px;
	margin-bottom:10px;
	font-size:12px;
	line-height:1.4em;
	background:#999;
	text-align: left;
}

#mainContents table td,
#mainContents table th{
	padding:0.5em;
	display: none;
}

#mainContents table td{
	background:#E6F5B1;
	color:#555;
	display: none;
}

#mainContents table th{
	background:#E6F5B1;
	color:#303A53;
	font-weight:normal;
	display: none;
}

#mainContents table th.title{
	background:#DBDBD2;
	color:#333;
	font-size:12px;
	display: none;
}

#mainContents table strong {
	color: #F06700;
	font-size: 11px;
	display: none;
	}
