@charset "Shift_JIS";

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*------------------------------
  common
--------------------------------*/

body {
	font:  13px/1.4 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	background: #fff;
	color:#666666;
}

#container{
	width: 980px;
	margin: auto;
	overflow: hidden;
}

a:link {text-decoration: none; color: #666666;}
a:visited {text-decoration: none; color: #666666;}
a:hover {text-decoration: none; color: #75b20a;}
a:active {text-decoration: none;}


/*---clearfix---*/
.clearfix{
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}



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

h2 {
	text-indent: -9999px;
}

h3 {
	padding:15px 0 30px 0;
}

/*------------------------------
 mainImage
--------------------------------*/
#mainImage{
	position:relative;
	width: 980px;
	height: 599px;
	z-index: 100;
	background:url(../img/mainImage.jpg) no-repeat left top;
	border-bottom:4px solid #d3e982;
	margin-bottom:2px;
}

#contact a {
	position:absolute;
	display:block;
	width: 142px;
	height: 142px;
	top: 443px;
	left: 820px;
	z-index: 200;
	background:url(../img/contactBtn.png) no-repeat left top;
	text-indent: -9999px;
	
}

#contact a:hover{
		background-position: 0 -142px;
	}


/*------------------------------
 menu
--------------------------------*/
#menu {
	position:relative;
	width: 980px;
	height:49px;
}

#menu a {
	position: absolute;
	display: block;
	text-indent: -9999px;
	background: url(../img/menu.jpg) no-repeat;
}

#menu .haichi a {
	width: 226px;
	height: 49px;
	top:0;
	left: 0;
	background-position: 0 0;
}

#menu .haichi a:hover {
	background-position: 0 -49px;
}

#menu .madori a {
	width: 262px;
	height: 49px;
	top:0;
	left: 226px;
	background-position: -226px 0;
}

#menu .madori a:hover {
	background-position: -226px -49px;
}

#menu .gaiyou a {
	width: 250px;
	height: 49px;
	top:0;
	left: 488px;
	background-position: -488px 0;
}

#menu .gaiyou a:hover {
	background-position: -488px -49px;
}

#menu .map a {
	width: 242px;
	height: 49px;
	top:0;
	left: 738px;
	background-position: -738px 0;
}

#menu .map a:hover {
	background-position: -738px -49px;
}


/*------------------------------
main
--------------------------------*/


#main{
	width: 980px;
}

.wrapper_article {
	width:980px;
	margin-top:30px;
}

.article_header {
	width:980px;
	height:13px;
	background:url(../img/article_bgTop.gif) no-repeat left top;
}

.article_main {
	width:980px;
	background:url(../img/article_bg.gif) repeat-y left top;
	padding:0 20px 35px 20px;
}

.article_footer {
	width:980px;
	height:23px;
	background:url(../img/article_bgBottom.gif);
	text-align:right;
}

.article_footer a {
	margin-right:20px;
}


/*------------------------------
haich
--------------------------------*/

.floatLeft {
	float:left;
}


.haichiImg {
	margin-right:30px;
}



/*------------------------------
madori
--------------------------------*/

#madori h3 {
	float:left;
	padding-right:30px;
	
}

.madoriMenu {
	float:left;
	padding:20px 0 30px 0;
}

.madoriMenu li {
	float:left;
	margin-right:10px;
}


.madoriImg li {
	float:left;
}

.madoriImg01 img {
	margin:5px 29px 0 0;
}
.madoriImg02 img {
	margin:5px 13px 0 0;
}
.madoriImg03 img {
	margin:5px 0 0 0;
}

.madoriImg04 img {
	margin:25px 0 0 -15px;
}
.madoriImg05 img {
	margin:25px 0 0 0;
}
.madoriImg06 img {
	margin:25px 0 0 0;
}

.madoriImg07 img {
	margin:25px 89px 0 0;
}
.madoriImg08 img {
	margin:25px 88px 0 0;
}
.madoriImg09 img {
	margin:25px 0 0 0;
}



a.madori_pageTop {
	display:block;
	width:940px;
	margin-bottom:54px;
	border-bottom:1px solid #d3e982;
	text-align:right;
}




/*------------------------------
gaiyou
--------------------------------*/
	
#gaiyou table {
	width: 720px;
	margin-left: 110px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}


#gaiyou th {
	width:20%;
	padding:10px;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background-color:#fbfcf2;
}

#gaiyou td {
	width:80%;
	padding:10px;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
}



/*------------------------------
gaiyou
--------------------------------*/

.googleMap {
	width:640px;
	margin-left:150px;
}

.googleMap img {
	border: 1px solid #cccccc;
}

.googleMap p {
	margin-top:20px;
}


/*------------------------------
footer
--------------------------------*/

#footer{
	width:980px;
	margin-top:30px;
	padding:30px 20px;
	background-color:#f2f8da;
	text-align: left;
}


#footer li {
	float:left;
	padding:0 20px 3px 20px;
	background:url(../img/linkMark_arrow.gif) left top no-repeat;
}

#footer p {
	width:940px;
	margin-top:15px;
	text-align:right;
}