@charset "utf-8";
/* CSS Document */

body {
	font-size: 16px;
	color: #000;
	line-height: 1.5;
	font-family:"メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka;
	-webkit-text-size-adjust: 100%;
}

fieldset,img { border: 0px;}

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

.navi dl, li {
	line-height:0;
	font-size:0px;}
	


/*-----------------------------------------------------------
					フォント初期設定
-----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, th { font-weight:normal;}

address, caption, cite, code, dfn, em, var {
	font-style:normal;
}

h1, h2, h3, h4, h5, h6, p, address, table, dl, ul, ol {
	font-size: 16px;
}

caption, th { text-align:left;}

a:link { color: #097C25;}
a:visited { color: #097C25;}
a:hover { color: #f00;}
a:active { color: #666;}



/*-----------------------------------------------------------
						余白初期設定
-----------------------------------------------------------*/
p, dd, h1, h2, h3, h4, h5, h6,
html, body, div,
dl, dt, ul, ol, li,
pre, blockquote,
form, fieldset, input, textarea, 
table, th, td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
}


/*-----------------------------------------------------------
						レイアウト
-----------------------------------------------------------*/
#wrapper {
	background:url(../images/index/head_top.png) repeat-x top;	
}

#container {
	width: 97%;
	margin: auto;
	text-align: left;}
	
#head { padding-top:20px;}
#head p { margin-top:20px;}

#main { padding:20px 0;}


/*-----------------------------------------------------------
						レイアウト
-----------------------------------------------------------*/	
#contact h2 img, #contact p img { width:100%;}

.intro { margin-top:20px;}
	
#contact form { margin:10px 0 20px 0px;}
#contact table {
	margin: 10px 0px;
	width: 100%;
	background: url(../images/contact/formbg.gif) left bottom repeat-x;	
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#contact th, #contact td {
	padding: 20px 8px;
	border-top: 1px solid #ccc;
	line-height:2;
}
#contact th { text-align: left; background:#fcf0e3; width:40%;}
#contact td {
	text-align: left;
}

#contact table {
	margin: 10px 0px;
	width: 100%;
	background: url(../images/contact/formbg.gif) left bottom repeat-x;	
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#contact th, #contact td {
	padding: 20px 8px;
	border-top: 1px solid #ccc;
	line-height:2;
}
#contact th { text-align: left; background:#fcf0e3; width:40%;}
#contact td {
	text-align: left;
}






input {
	margin-top: 1em;
	padding: .5em;
}

input[type=text] {
  font-size: 16px;
  scale(0.8);
}

input,
textarea,
select {
	font-size: 16px;
}

#contact optgroup { font-style: normal;}
#contact optgroup.menuq { background: #eee;}
#contact optgroup.serviceq { background: #fff;}
#contact optgroup.tenpoq { background: #eee;}
#contact div.send {
	padding: 10px;
	text-align: center;
}
div.send input.reset {
	border: 1px solid #999;
	background: #fff;
	color: #333;
	padding: 3px 7px;
	cursor: pointer;
	margin-right: 10em;
}
div.send input.submit {
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
	background: #575757 url(../images/contact/button.jpg) left bottom repeat-x;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

#contact td.submit{ text-align:center;}