@charset "Shift-Jis";

body {
	background:#82BA16;
	color: #000;
	font-size: 62.5%;
	line-height: 1.9;
}

#header {
	margin: 0 auto; 
	border-top:20px solid #333;
	width:940px;
	
}
#header-inner {
	padding:0;
	background:url(images/header.gif) no-repeat left top;
	height:283px;
	
	
}

#header h1 a{
	width:400px;
	height:233px;
	float:left;
	text-indent:-9999px;
	
}

#main h2 {
	margin: 5px 0 30px;
    font-size: 26px;
    font-weight: bold;
	background: url(images/town.gif) no-repeat right bottom;
	padding:0 0 30px 10px;
	border-left:10px solid #82BA16;

}

.ssl {
	float:right;
}


#main {
	background:#fff;
	width: 900px;
	margin: 0 auto;
	padding: 20px;
	font-size: 1.2em;
}

#footer {
	clear:both;
	background: #333;
	width:940px;
	margin:0 auto;
	padding:10px 0 0 0;
	color: #fff;
	height:58px;
}

#footer address{
	
	text-align: center;
	font-style: normal; 
}


/*common*/
.clear {
	clear:both;
}
.clearfix:after {
  content: ".";
  display: block; 
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* otoiawase */
.form-dis {
	margin:40px 0 0 26px;
}
.form,.form-con {
	margin:40px 0 0 150px;
	font-size:130%;
}
.form span,.form-con span{
	color:#f00;
	font-weight:bold;
}
.form ul {
	float:left;
}
.form ul.q{
	line-height:195%;
	text-align:right;
	margin:0 0.5em 0 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.form ul.q li {margin:0 0 0.2em 0;}
}
.form ul.entry li{
	margin:0 0 0.2em 0;
}
.form-con dt{
	margin:0 0 0.5em 0;
}
.susumu {
	text-align:center;
	margin:1em 0 0 0;
}

/* reset styles */

html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
	font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3",  Meiryo, Osaka,  "MS P Gothic", sans-serif;
}
html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6, p{
    font-size: 80%; 
}

p{
	font-size: 100%;
	line-height:1.6;
	margin:0 0 1em 0;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}


ul li, ol li {
	list-style-type: none;
}

img, input, select, textarea {
	vertical-align: middle;
}


/* For vertical-scrollbar issue */


/* For IE7 hasLayout issue */
*:first-child+html * {
	letter-spacing: 0; 
}

.to-about a{
	display:block;
	height:16px;
	width:120px;
	text-indent:-9999px;
	float:right;
	margin-top:110px;
	margin-right:200px;
}
