@charset "UTF-8";


/* ----  body ----*/


* html body {   
    background: url(null) fixed;   
}


body {
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#FFF;
	color:#000;
	line-height:2em;
	overflow-x:hidden;
	font-size:14px;
	-webkit-text-size-adjust: 100%;
}


a{
	color:#000;
	text-decoration:none;
}

a:hover{
	text-decoration:none;
	
}

article a{
	color:#000;
	text-decoration:underline;
}


/*topmenu*/
#top_menu{
}
#top_menu p{
	line-height:0px;
}

#top_menu p img{
	width:100%;
	height:auto;
}
#top_menu ul{
	border-bottom:1px solid  #006934;
} 
#top_menu ul li{
	display:block;
} 
#top_menu ul li a{
	color:#006934;
	background:#FCFFCF;
	display:block;
	border-top:1px solid  #006934;
	padding:5px;
	font-weight:bold;
	font-size:16px;
} 
/*topmenu end*/





strong{
	font-weight:bold;
}

::selection {
	background:#999;
	color:#FFF;
}
::-moz-selection {
	background:#999;
	color:#FFF;
}





.image img, .form img, .main img, .button img{
	width:100%;
}
article{
	width:100%;
}

article h1.image span img{
	width:50%;
}


#main .form{
	margin-top:-45px;
}

#letter .form{
	margin-top:-55px;
}


#copyright{
	font-size:10px;
	color:#888;
}

.image {
	line-height:0;
}
.form {
	padding-top:10px;
	margin-bottom:10px;
}