@charset "utf-8";
@media screen and (max-width:640px){  
/* @group reset */
  
*{margin: 0;padding: 0}
  
a { text-decoration : none}
ul, ol { list-style : none}
img { vertical-align : middle}
  
/* @end */

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
width:100%;
}


img {border: 0;}

body {
  width: 95%;
  background-color: #ffffff;
  font: 14px/1.231 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", Osaka, sans-serif;
  line-height: 1.7;
margin-left: auto;
margin-right:auto;}

a:link {
  color: #69821b;
}

a:hover {
  color: #99ab4e;
}

a:visited {
  color: #69821b;
}


/*---------- ヘッダー ----------*/

header {
  width: 100%;
}

header h1 {
  padding: 5px 0 5px 0;
  text-align: center;
  color: #333333;
  font-size: 18px;
}

header h1 a {
  color: #333333 !important;
  text-decoration: none;
  font-size: 18px;
}

header h1 a:hover {
  color: #99ab4e !important;
  text-decoration: underline;
  font-size: 18px;
}

#page_top {
  margin: 0;
  padding: 0;
}


/*---------- コンテンツ ----------*/

#nav {
  width: 100%;
  text-decoration: none;
  margin: 0 0 10px 0;
  background: url(img/nav_bg.gif) repeat-x;
    font-size:small;
}


#nav ul {
    padding: 0;
    background:#7d7d7d url(img/overlay.png) repeat-x 0 -110px;
    line-height: 30px;
    font-family: "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", Meiryo, Helvetica, Arial, Verdana, sans-serif;
    border-radius: 5px;
}


#nav ul li {
	margin: 0 0 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
	background: none;

}
  


#nav ul.drop li a{
	line-height: 0;

	overflow: hidden;
}


 
/*---------- フッター ----------*/

footer {
  width: 100%;
  padding: 10px 0 10px 0;
  color: #333333;
  text-align: center;
  border-top: solid 1px;
  border-top-color: #cccccc;
  background-color: #eeeeee;
}

footer p {
  padding: 10px;
  color: #555555;
}

footer a {
  color: #555555 !important;
}

footer a:hover {
  color: #777777 !important;
}

footer a:visited {
  color: #555555;
}

footer p.copy {
  padding: 10px;
  font-size: 12px;
  color: #555555;
}

footer p.copy a {
  color: #69821b !important;
  text-decoration: none;
}

footer p.copy a:hover {
  color: #99ab4e !important;
  text-decoration: underline;
}

footer p.copy a:visited {
  color: #69821b;
  text-decoration: none;
}
}