@charset "shift_jis";


body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 95%;
	line-height: 1.7;
	color: #333333;
	background-color: #ffffff;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px 0px;
	padding: 0px;
	text-align: center;
}


h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
a {
	color: #582000;
}
a:hover {
	color: #af5e2f;
	text-decoration: none;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}



/*コンテナー（HP全体を囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 960px;	/*HP全体の横幅*/
	margin-right: auto;
	margin-left: auto;
}



/*ヘッダー（ロゴや電話番号画像が入っているブロック）
---------------------------------------------------------------------------*/
#header {
	height: 100px;
	width: 960px;
	position: relative;


}
#header #tel {
	position: absolute;
	top: 20px;
	right: 0px;
}
#header #logo {
	position: absolute;
	left: 0px;
	top: 10px;
}

#header h1 {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 20px;
	text-align: right;
	position: absolute;
	top: 3px;
	right: 0px;
}



/*メインメニュー
---------------------------------------------------------------------------*/
#globalnavi{  
  margin: 0;  
  padding: 0;  
  width: 960px;  
}  
  
#globalnavi ul{  
  list-style-type: none;  
  margin: 0;  
  padding: 0;  
}  
  
#globalnavi li{  
  float: left;  
  width: 240px;  
  margin: 0;  
  padding: 0;  
}  
  


/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	background-color: #ffffff;
	margin: 50px 0 0 0;  
}



/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: 960px;
	padding-top: 0px;
	margin: 10px 0 0 10px;  
	background-color: #ffffff;
}
#main p {
	padding: 0.5em 100px 1em 10px;
}

#main p.right {
	text-align: right;
}

#main p.medi {
	padding: 0.5em 40px 1em;
}

#main p.s5 {
	padding: 0.5em 50px 1em;
}

#main p.green {
	padding: 0.5em 50px 1em;
	font-size: 125%;
	color: #52bf49;
}

#main p.zero {
	padding: 0 0 0 5px;
}

#main h2 {
	height: 50px;
	line-height: 50px;
	color: #543e00;
	font-size: 130%;
	background-image: url(images/h2.png);
	background-repeat: no-repeat;
	padding-left: 65px;
	overflow: hidden;
	background-color: #ffffff;
	margin-top: 10px;
}

#main h3 {
	height: 50px;
	line-height: 50px;
	color: #543e00;
	font-size: 100%;
	background-image: url(images/midashi_h3bg.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	overflow: hidden;
	background-color: #ffffff;
}

#form {
	background-color: #ffffff;
	margin: 10px 0px 0px 15px;
}


#time {
	background-color: #ffffff;
	margin: 10px 0px 0px 15px;
}

#news {
	overflow: hidden;
	background-color: #ffffff;
	padding: 0px 10px 0px;
	margin-top: 10px;
}





/*フッター
---------------------------------------------------------------------------*/
#footer {
	text-align: center;
	clear: both;
	width: 100%;
	height: 200px;
	background-image: url(images/footer_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	color: #333333;
	
}

#footer a {
	color: #555555;
}
#footer a:hover {
	color: #555555;
	text-decoration: none;
}

#footcopy {
	text-align: center;
	clear: both;
	width: 960px;
	padding-top: 150px;
	margin-right: auto;
	margin-left: auto;
}