@charset "utf-8";

/*--------------------------------------
  
  Default Style Sheet
  Last Update 2007-11-1

  - Universal selector
  - Structure Module
  - Text Module
  - Hypertext Module
  - List Module
  - Tables Module
  - Image Module
  - Object Module

---------------------------------------*/

/*--------------------------------------
  Universal selector
---------------------------------------*/

*{
 background: transparent;
 font-weight: normal;
 font-style: normal;
 text-decoration: none;
 margin: 0;
 padding: 0;
}

/*--------------------------------------
 Structure Module
---------------------------------------*/

body {
	color: #000000;
	font-size: 16px;
	font-family:  Helvetica, Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 25px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #EAEEC1;
}

/*--------------------------------------
 Text Module
---------------------------------------*/

h1,h2,h3,h4,h5,h6,p {
 clear: both;
 font-weight: normal;
 margin: 0;
 padding: 0;
}

h1 {
 font-size: 110%;
}

h2 {
 font-size: 100%;
}

h3 {
 font-size: 90%;
}

h4 {
 font-size: 80%;
}

h5 {
 font-size: 80%;
}

h6 {
 font-size: 80%;
}

em,strong {
  color: #FFFFFF;
}

/*--------------------------------------
  Hypertext Module
---------------------------------------*/

#content a {
	color: #005e15B;
	text-decoration: none;
}

#content a:link {
	color: #005e15;
	text-decoration: none;
}

#content a:visited {
    color: #005e15;
	text-decoration: none;

}

#content a:hover {
    color: #638c0b;
}

#content a:active {
    color: #005e15;
}


/*--------------------------------------
  List Module
---------------------------------------*/

ul,ol,dl {
  list-style-position: outside;
  margin: 0;
  padding: 0;
}

/*--------------------------------------
  Tables Module
---------------------------------------*/

table {
  background-color: #f5f5f5;
  border-width: 1px;
  border-style: solid;
  border-color: #c1ced4 #97a4aa #97a4aa #c1ced4;
  margin: 0.5em 1em;
}

td,th {
  font-size: 90%;
  line-height: 1.2;
  color: white;
  padding : 6px;
}

th {
	color: #536066;
	background-color: #EBF5E5;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #d2d2d2;
}

td {
  color: #2d3b4e;
  background-color: white;
  border-width: 1px;
  border-style: solid;
  border-color: white #bfc3c4 #bfc3c4 white;
}

/*--------------------------------------
  Image Module
---------------------------------------*/

img {
  border: 0;
  vertical-align: bottom;
}

img a {
  border: none;
}

/*--------------------------------------
  Object Module
---------------------------------------*/

object,embed {
  margin: 0;
  padding: 0;
}

/*--------------------------------------
  Wrapper
---------------------------------------*/

#wrap {
	margin: 0 auto;
	position: relative;
	text-align: left;
}

/*--------------------------------------
  header
---------------------------------------*/

#header {
	margin: 0 auto;
	width: 100%;
	height: 150px;
	text-align: left;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #638c0b;
	background-image: url(../images/hd_bg.jpg);
	background-repeat: repeat-x;
}

#header-area {
	margin: 0 auto;
	width: 850px;
	height: 150px;
	text-align: left;
}

#hd_text {
	width: 350px;
	float: right;
	margin-top: 50px;
	line-height: 20px;
}

/*--------------------------------------
  logo
---------------------------------------*/

#logo {
	width: 275px;
	height: 150px;
	text-align: left;
	float: left;
}


/*--------------------------------------
  Groval Navigation 
---------------------------------------*/

#grovalnavi {
	width: 449px;
	float: right;
	list-style: none;
	margin-top: 30px;
}

ul#navi {
    list-style: none;
}

ul#navi li {
    float: left;
    list-style: none;
}


/*--------------------------------------
  Logo Area
---------------------------------------*/

#logoarea {
	width: 850px;
}


/*--------------------------------------
  content
---------------------------------------*/

#content {
	width: 850px;
	margin-top: 30px;
	margin-bottom: 60px;
	margin-right: auto;
	margin-left: auto;
}

#content h3 {
	font-size: 16px;
	font-weight: bold;
	color: #336633;
	margin-top: 20px;
	margin-bottom: 10px;
}

/*--------------------------------------
  content-right
---------------------------------------*/

#content-right {
	width: 300px;
	float: right;
	margin-bottom: 50px;
}

#content-right img {
	margin-bottom: 15px;
}

/*--------------------------------------
  content-left
---------------------------------------*/

#content-left {
	width: 500px;
	float: left;
}

#content-left h2 {
	width: 500px;
	float: left;
	margin-bottom: 20px;
}

#well-hyui {
	width: 500px;
	margin-bottom: 30px;
}

#well-hyui img {
	margin-right: 10px;
	float: left;
	margin-bottom: 30px;
}

#menu {
	clear: both;
	width: 500px;
	margin-bottom: 30px;
}

#img1 {
    width: 240px;
	float: left;
}

#img1 p {
	margin-bottom: 20px;
}

#img2 p {
	margin-bottom: 20px;
}

#img2 {
    width: 240px;
	float: right;
}

.textright {
	text-align: right;
}

.imgmagbot {
	margin-bottom: 10px;
}

#store {
	clear: both;
	width: 500px;
	margin-bottom: 30px;
}

#map {
	width: 500px;
	margin-bottom: 60px;
}

#store dt {
	float: left;
	margin-bottom: 8px;
	width: 6em;
}

#store dd {
	margin-bottom: 8px;
}

#store p {
	margin-bottom: 8px;
}

/*--------------------------------------
  Footer
---------------------------------------*/

#footer {
	clear: both;
	margin: auto 0;
	height: 100px;
	width: 100%;
	background-color: #005e15;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #638c0b;
	padding-top: 10px;
}

#copy {
	margin: 0 auto;
	width: 850px;
	height: 85px;
	text-align: right;
	color: #FFF;
}

