@charset "utf-8";
	
/*---------------------------------------
　　　基本設定
-----------------------------------------*/
*{	
		margin:0px;
		padding:0px;
}


html{		
		overflow-x:hidden;
}
body{
	margin:0px;
	padding:0px;/* 背景色 */
	color:#404040;/* 基本文字色 */
	letter-spacing:1px;/* 基本文字間 */
	text-align:left;
	line-height:18px;/* 背景横繰り返し */
	font-size: 14px;
	}
h1{	
	width: 320px;
	margin-right: auto;
	margin-left: auto;
}
h2.title01{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 5px;
}
h2.title02{
	padding-bottom:5px;
	width:320px;
	padding-top: 5px;
}
h3.h3_title{
	background-image:url(../img/bg_h2_title01.gif);
	background-position:left top;
	background-repeat:no-repeat;
	line-height:17px;
	font-size: 13px;
	font-weight: bold;
	color: #493927;
	padding-bottom: 5px;
}
h4{
		padding-bottom:15px;
}
h5{
		padding-bottom:15px;
}
img {
     border: none; 
}
a{
	color:#FF6600;/* 基本リンク色 */
	text-decoration:underline;/* 基本装飾 */
}
a:hover{
	color:#996600;/* 基本オーバー時リンク色 */
}
select{		
		text-align:left;
}
ul,ol{		
		list-style-type:none;/* 基本リスト装飾なし */
}
.header {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
}

.head_logo {
	float: left;
}
.head_tel {
	float: left;
}
#container{
	width:320px;
	letter-spacing:1px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 10px;
}
/*---------------------------------------
　　　ヘッダー
-----------------------------------------*/

#menu {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 320px;
	height: auto;
	padding-bottom: 10px;
	background-color: #EBEBEB;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
	margin-bottom: 5px;
}
#menu ul {
	PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
}
#menu li {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 320px;
	padding-bottom: 3px;
}
#menu ul li a {
	display: block;
	text-indent: -9999px;/* 文章飛ばす */
	height: 45px;/* 上部メニュー高さ */
	background-position:left top;
	margin-right: auto;
	margin-left: auto;
}
#menu a.bt01{
	background-image:url(../img/bt01.jpg);
	width:303px;
}
#menu a.bt02{
	background-image:url(../img/bt02.jpg);
	width:303px;/* 上部メニューボタン幅（２） */
}
#menu a.bt03{
	background-image:url(../img/bt03.jpg);
	width:303px;/* 上部メニューボタン幅（３） */
}
#menu a.bt04{
	background-image:url(../img/bt04.jpg);
	width:303px;/* 上部メニューボタン幅（４） */
}
#menu a.bt05{
	background-image:url(../img/bt05.jpg);
	width:303px;/* 上部メニューボタン幅（５） */
}
#menu a:hover{	
		background-position:left bottom;
}
.main/*---------------------------------------
　　　メインコンテンツ
-----------------------------------------*/
{
	width:320px;/* メインコンテンツ幅 */
	padding:0px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
}
.wrap_01{
	width: 310px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}
.box2F {	
		width:275px;/* ボックス幅 */
		float:left;
		margin-right:30px;
}
.box2F h2.h2_title{/* タイトル */
		display:block;
		height:auto;
		width:auto;
		background:none;
		line-height:normal;
}
.box2F .img{/* 画像背景色 */
		background-color:#EBEBEB;/* 背景色 */
		float:left;
}
.box2F .img img{/* 画像 */
		padding:8px;/* 画像枠スペース */
}
.box2F p{/* 画像横文章 */
		float:right;
		width:135px;/* 文章幅 */
		line-height:130%;/* 文章行間 */
}
.wrap_box2 .m_r_x{	margin-right:0px;	}
.wrap_box2 .clear{	
		width:100%;/* IEバグで高さが出でるのを防ぐ為 */
}
/*---------------------------------------
　　　ページ
-----------------------------------------*/
.main_img{	
}
.gotoTop{	
		text-align:right;
		margin:10px 0 10px 0;
}
.gotoTop img{	
		vertical-align:middle;
		padding-right:5px;
}
.gotoTop a{	
		font-size:10px;
		color:#000000;
		text-decoration:none;
}
.gotoTop a:hover{	
		color:#0099FF;
}
/*---------------------------------------
　　　フッター
-----------------------------------------*/
#footer {
	color:#666666;
	text-align:left;
	font-size:11px;
	letter-spacing:2px;
	line-height:20px;
	height: 56px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 320px;
	background-color: #FDC975;
		}
.foot_bt01 {
	float: left;
	padding-left: 20px;
	display: inline;
	padding-top: 7px;
}
.foot_bt02 {
	float: left;
	padding-left: 38px;
	padding-top: 7px;
}


#copyright{
	width:320px;
	font-size:12px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	background-color: #A06010;
	padding-bottom: 5px;
}
/*---------------------------------------
　　　テーブル
-----------------------------------------*/
.tbl_style01{
	margin-bottom:10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	line-height: 18px;
}
.tbl_style01 th{
	font-weight:bold;
	white-space: nowrap;
	background-color: #E3E3E3;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 25%;
	vertical-align: top;
	color: #4D4D4D;
}
.tbl_style01 td{
	text-align:left;
	vertical-align:top;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #cccccc;
	border-left-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
ol {
	list-style-type: decimal;
}
.number {
	list-style-type: decimal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 24px;
	margin: 0px;
}
.number li {
	list-style-type: decimal;
	padding-bottom: 5px;
}
