/* 共通要素
---------------------------------------------------- */

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, tr, th, td, address, form{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 1.5;
	font-style: normal;
	font-weight: normal;
}

html {
	overflow-y:scroll; /* hack for Firefox : always visibly scroll bar */
}

body{
	background: #FFFFFF url(../images/back_img.gif) repeat-y center top;
}

* html body{padding-left:1px;} /* hack for IE (ver.6 and below) : centering background-image */
*+html body{padding-left:1px;} /* hack for IE (ver.7) : centering background-image */

li{
	list-style-type: none;
}

img{
	border:0;
	vertical-align:bottom;
}

a{
}



/* 見出し
---------------------------------------------------- */

h1{
	margin: 0px;
	padding: 0px;

}

h2{
	margin: 0px;
	padding-bottom: 10px;

}
.mainh2 {
	padding-left:15px;
	padding-bottom:20px;
}
h3{	
	margin: 0px;
	padding-bottom: 10px;

}

h4{
	border-bottom:2px dotted #46B619;
	font-weight: bold;
	padding-bottom: 3px;
	margin-bottom:10px;
}

h5{
}

h6{
}


/* レイアウト
---------------------------------------------------- */
#container{
	margin:15px;
	width:730px;
}
#content{
	width: 540px;
	margin:0px 0px 0px 15px;

}
#content p {
	padding-bottom:10px;

}
#content p.adress {
	padding-bottom:3px;

}

#content img {
	margin-bottom:10px;

}

#content img.map {
	margin:0px;
	padding:0px;
	}

#content table {
	margin-bottom:20px;
	padding:0px;

}
table.information {
}
table.sub {
	width:175px;
	background-color:#E0F5D8;
}

#wrapper{
	width:760px;
	margin:0 auto;
	padding:0;

}
.title_back {
	background-image:url(../images/news_titi01.gif);
	background-repeat: no-repeat;
	vertical-align: bottom;
	font-weight: bold;
	color: #26444C;
	padding-top: 7px;
	padding-left: 20px;
	padding-bottom: 15px;
}
/* ヘッダー
---------------------------------------------------- */

#header{
	margin: 0px;
	padding: 0px;

}


/* ナビゲーション
---------------------------------------------------- */
table.navi {
	background-color: #E0F5D8;
	text-align: center;
	vertical-align: top;
	width: 175px;
}
table.navi td {
	padding-bottom: 5px;
}
#navi {
	text-align: center;
	margin-bottom: 10px;
}
#navi a{
	text-align:center;
	color:#53BB29;
	
}

/* ページTOPへ
---------------------------------------------------- */
#pagetop {
	width:540px;
	margin:0px 0px 0px 15px;
	padding: 0px;
	text-align: right;
	
}

/* フッター
---------------------------------------------------- */

#footer{
	margin-top:15px;
}


/* セクション
---------------------------------------------------- */

.section{
	padding-bottom:1em;
	clear:both;
	zoom:1; /* hack for IE : clearfix */
}

.section:after { /*hack for modern browser : clearfix */
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.section p,
.section ul,
.section ol,
.section dl{
	padding-bottom:1.5em;
}


/* 全ページ共通
---------------------------------------------------- */

#pagetop{
}


/* その他
---------------------------------------------------- */
.mark{
}

#count{
	display:none;
}

/* clearfix start */
.clearfix{
	zoom:1;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* clearfix end */
