@charset "UTF-8";
/* ボディ全体 */
body{
	margin-top : 0px;
	margin-bottom : 0px;
	margin : 0px;
	font-size : 12px;
	line-height : 1.5em;
	color : #666;
	text-align : center;
	font-family:"Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	min-width : 950px;
	background : #fff url('common/back_body.jpg') repeat-x;
	padding : 0px 1px;
	}

/*--------------------------- ALLcommon START -----------------------------------*/

/* 画像ボーダーなし、下揃え */
img{border : 0px;}


/* リストスタイルなし */
ul{list-style : none;}
/* P　マージンなし */
p{margin : 0 auto;}
/* テーブル */
table{font-size : 100%;}
/* フォーム */
form{margin : 0;}
/*テキストエリア文字サイズ*/
textarea{font-size : 100%;}

/* 文字の縦位置（中） */
.vm{vertical-align : middle;}
/* 文字の縦位置（上） */
.vt{vertical-align : top;}
/* 文字の縦位置（下） */
.vb{vertical-align : bottom;}


/*floatleft*/
.fl{float : left;}
/*floatright*/
.fr{float : right;}
/* フロートクリアー（全） */
.cr{clear : both;}
/* フロートクリアー（右） */
.crr{clear : right;}
/* フロートクリアー（左） */
.crl{clear : left;}


/* 赤文字 */
.red{color : #9b241e;}
/* 青文字 */
.blue{color : blue;}
/* 白文字 */
.white{color : white;}
/* グリーン */
.green{color : green;}

/*白背景*/
.whiteback{background : #fff;}

/* 文字サイズ（70%） */
.f70{
	font-size : 70%;
	}
/* 文字サイズ（80%） */
.f80{
	font-size : 80%;
	}
/* 文字サイズ（120%） */
.f120{
	font-size : 120%;
	}
/* 右寄せ */
.rt{
	text-align : right;
	}
/* 左寄せ */
.lt{
	text-align : left;
	}
/* センター */
.ce{
	text-align : center;
	}
	
/* 字間(120%) */
.lh120{line-height : 120%;}
/* 字間(130%) */
.lh130{line-height : 130%;}
/* 字間(150%) */
.lh150{line-height : 150%;}

/*-------マージン指定3pstart-------*/
.mb3{
	margin-bottom : 3px;
	}
.ml3{
	margin-left : 3px;
	}
.mr3{
	margin-right : 3px;
	}
.mt3{
	margin-top : 3px;
	}
.mall3{
	margin : 3px;
	}
/*-------マージン指定end-------*/
/*-------マージン指定5pstart-------*/
.mb5{
	margin-bottom : 5px;
	}
.ml5{
	margin-left : 5px;
	}
.mr5{
	margin-right : 5px;
	}
.mt5{
	margin-top : 5px;
	}
.mall5{
	margin : 5px;
	}
/*-------マージン指定end-------*/

/*-------マージン指定10start-------*/
.mb10{
	margin-bottom : 10px;
	}
.ml10{
	margin-left : 10px;
	}
.mr10{
	margin-right : 10px;
	}
.mt10{
	margin-top : 10px;
	}
.mall10{
	margin : 10px;
	}
/*-------マージン指定end-------*/

/*-------マージン指定14pstart-------*/
.mb14{
	margin-bottom : 14px;
	}
.ml14{
	margin-left : 14px;
	}
.mr14{
	margin-right : 14px;
	}
.mt14{
	margin-top : 14px;
	}
.mall14{
	margin : 14px;
	}
/*-------マージン指定end-------*/

/*-------マージン指定15start-------*/
.mb15{
	margin-bottom : 15px;
	}
.ml15{
	margin-left : 15px;
	}
.mr15{
	margin-right : 15px;
	}
.mt15{
	margin-top : 15px;
	}
.mall15{
	margin : 10px;
	}
/*-------マージン指定end-------*/

/*-------マージン指定30pstart-------*/
.mb30{
	margin-bottom : 30px;
	}
.ml30{
	margin-left : 30px;
	}
.mr30{
	margin-right : 30px;
	}
.mt30{
	margin-top : 30px;
	}
.mall30{
	margin : 30px;
	}
/*-------マージン指定end-------*/

.ml35{
	margin-left : 35px;
	}

.mt225{
	margin-top : 225px;
	}

/*-------padding指定3pstart-------*/
.pb3{
	padding-bottom : 3px;
	}
.pl3{
	padding-left : 3px;
	}
.pr3{
	padding-right : 3px;
	}
.pt3{
	padding-top : 3px;
	}
.pall3{
	padding : 3px;
	}
/*-------padding指定end-------*/
/*-------padding指定5pstart-------*/
.pb5{
	padding-bottom : 5px;
	}
.pl5{
	padding-left : 5px;
	}
.pr5{
	padding-right : 5px;
	}
.pt5{
	padding-top : 5px;
	}
.pall5{
	padding : 5px;
	}
/*-------padding指定end-------*/
/*-------padding指定10start-------*/
.pb10{
	padding-bottom : 10px;
	}
.pl10{
	padding-left : 10px;
	}
.pr10{
	padding-right : 10px;
	}
.pt10{
	padding-top : 10px;
	}
.pall10{
	padding : 10px;
	}
/*-------padding指定end-------*/

/*-------padding指定30pstart-------*/
.pb30{
	padding-bottom : 30px;
	}
.pl30{
	padding-left : 30px;
	}
.pr30{
	padding-right : 30px;
	}
.pt30{
	padding-top : 30px;
	}
.pall30{
	padding : 30px;
	}
/*-------padding指定end-------*/

/* リンク下線なし */
a{text-decoration : none;}

/*--------------------------- ALLcommon END -----------------------------------*/



/*--------------------------- SITEcommon START -----------------------------------*/

/* デフォルトリンクカラー */
a:link { color: #c27d45; }
a:visited { color: #c27d45;}
a:hover { color: #1e8ac2;}
a:active { color: #c27d45;}



.fd87412{
	color : #d87412;
	}

/* ページ全体 */
#all{
	width : 1000px;
	text-align : center;
	margin : 0 auto;
	background : url('common/back_all.jpg') repeat-y;
	}
#contents{
	clear : both;
	padding : 0 38px 15px 54px;
	background : url('common/back_head.jpg') no-repeat;
	}

#main_contents{
	width : 690px;
	float : right;
	}
#main_contents .head{
	margin-bottom : 40px;
	}
#main_contents .head h1{
	font-size : 12px;
	margin : 0px;
	margin-bottom : 30px;
	font-weight : normal;
	text-align : right;
	}
#main_contents .head .contactbutton{
	margin-right : -5px;
	margin-bottom : 6px;
	text-align : right;
	}




#left_contents{
	margin-right : 700px;
	text-align : left;
	}
/*ie6ハック*/
*html body #left_contents img{margin-right : -3px;}
#left_contents .logo{
	margin-bottom : 14px;
	}
#left_contents .menulist{
	background : url('common/back_menulist_bottom.jpg') no-repeat;
	background-position : 50% 100%;
	padding-bottom : 1px;
	}
#left_contents .menulist ul{
	margin : 0;
	padding : 0;
	background : url('common/back_menulist.jpg') no-repeat;
	background-position : 50% 100%;
	}
#left_contents .menulist li{
	margin-bottom : 1px;
	padding : 0 0 0 5px;
	}
#left_contents .info{
	border : solid #c0c0c0;
	border-width : 1px 0;
	padding : 5px;
	margin : 20px 5px;
	text-align : left;
	}
#left_contents .access{
	background : url('common/back_access_bottom.jpg') no-repeat;
	background-position : bottom left;
	margin : 20px 5px;
	padding-bottom : 5px;
	}
#left_contents .access h3{
	background : url('common/back_access_title.jpg') no-repeat;
	text-indent : -9999px;
	font-size : 14px;
	line-height : 100%;
	padding : 19px 0px;
	margin : 0px;
	}
#left_contents .accessifno{
	background : url('common/back_access.jpg') repeat-y;
	padding : 10px 5px;
	}

#head{
	background : url('common/back_head.jpg') no-repeat;
	margin : 0 auto;
	padding-top : 3px;
	text-align : left;
	}

#footer{
	background : #eb900e url('common/copyright_all_back.jpg') repeat-x;
	text-align : center;
	}
#footerall{
	background : url('common/back_footer_all.jpg') no-repeat;
	width : 1000px;
	margin : 0 auto;
	}
#footerall .pagetop{
	text-align : right;
	padding-right : 48px;
	}
#footer .information{
	padding : 10px 30px 10px 30px;
	text-align : left;
	}
#footerall .logo{
	width : 290px;
	float : left;
	border-right : 1px solid #c0c0c0;
	padding-top : 13px;
	}
#footerall .kaatsuinfo{
	width : 250px;
	float : right;
	font-size : 10px;
	line-height : 1.2em;
	background : #ecedef;
	padding : 3px 5px 5px 5px;
	}
#footerall .info{
	margin-left : 310px;
	margin-right : 280px;
	padding-top : 13px;
	}
#footerall .copy{
	font-size : 10px;
	margin-right : 35px;
	margin-top : 3px;
	text-align : right;
	}
#footer .bottom_menu{
	text-align : center;
	padding : 20px 0;
	color : #874139;
	}
#footer .bottom_menu a{
	color : #fff;
	}

#footerall p a{
	color : #fff;
	}

