@charset "UTF-8";

/* サイト共通部分の設定 */

/* 基本設定 */
body {

	/* 余白 */
	margin: 0px;
	padding: 0px;

	/* フォントの種類（閲覧環境により指定順の該当フォントで表示） */
	font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", Osaka, Sans-serif;
	
	/* フォントサイズ */
	font-size:12px;
	
	/* フォントの色 */
	color:#333333;
	
	/* 行間 */
	line-height:1.5;
	
	/* 背景 */
	background:#FFFFFF;

}

/* IE7用ハック */
/* 文字サイズの再指定（可変） */
*:first-child+html body {
	font-size:75%;
}

/* IE6以下用ハック */
/* 文字サイズの再指定（可変） */
* html body {
	font-size:75%;
}

/* タグの初期化 */
h1,h2,h3,h4,h5,h6,img,ul,li,p,a,table,td,dl{
	margin:0px;
	padding:0px;
	border:none;
}

/* リンクの共通設定 */
/* リンクの共通設定 */
a{
	/* 下線を消す */
	text-decoration:none;
	outline-width:0;
	
	/* フォントの色 */
	color:#660099;
}

a:hover {
	color:#660000;
}






.clearfix {
  display:block;
  position: relative;
  top: 0px;
  bottom: 0px;
}



#wapper {
  width: 800px;
  margin: 0 auto;
  position: relative;
}


#line{
	background-image: url(../images/line01.gif);
	background-repeat: repeat-x;
	text-indent:-9999px;
	height:3px;
}

#contact{
	width:800px;
	height:18px;
	background-image: url(../images/do_contact.jpg);
	background-repeat: no-repeat;
	text-indent:-9999px;
	background-position: 715px;
}




/* ---------------------------------------------------------------- *
  お問い合わせ
 * ---------------------------------------------------------------- */
#contact{
	width:85px;
	height:18px;
}


ul#contact li {
	list-style:none;
	
}


ul#contact a {
	display:block;
	width:85px;
	height:18px;
	background-image: url(../images/do_contact.jpg);
	background-repeat: no-repeat;
	text-indent:-9999px;
	position: absolute;
	top: 0px;
	right: 0px;
}

a.con{
	background-position:0px 0px;
}
a:hover.con{
    background-position:0px -18px;
}





/* ---------------------------------------------------------------- *
  ナビゲーション
 * ---------------------------------------------------------------- */
#navi{
	width:800px;
	height:48px;
}


ul#navi li {
	list-style:none;
	float:left;
	
}


ul#navi a {
	display:block;
	width:90px;
	height:26px;
	background-image: url(../images/do_navi.gif);
	background-repeat: no-repeat;
	text-indent:-9999px;
}









/* --- home--- */
a.home{
	background-position:0px 0px;
}
a:hover.home{
    background-position:0px -26px;
}



/* --- 北海道・東北--- */
a.hokaido{
	background-position:-90px 0px;
}
a:hover.hokaido{
    background-position:-90px -26px;
}


/* --- メニューのサイズ設定--- */
ul#navi li.hokaido{
  list-style:none;
  float:left;
  width: 110px;
  height: 26px;
}
ul#navi a.hokaido{
	display:block;
	 width: 110px;
  height: 26px;
	background-image: url(../images/do_navi.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-right: 0px;
}



/* --- 甲信越・北陸--- */
a.hokuriku{
	background-position:-200px 0px;
}
a:hover.hokuriku{
    background-position:-200px -26px;
}



/* --- メニューのサイズ設定--- */
ul#navi li.hokuriku{
  list-style:none;
  float:left;
  width: 110px;
  height: 26px;
}
ul#navi a.hokuriku{
	display:block;
	 width: 110px;
  height: 26px;
	background-image: url(../images/do_navi.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-right: 0px;
}





/* --- 関東-- */
a.kanto{
	background-position:-310px 0px;
}
a:hover.kanto{
    background-position:-310px -26px;
}


/* --- 東海-- */
a.toukai{
	background-position:-400px 0px;
}
a:hover.toukai{
    background-position:-400px -26px;
}


/* --- 近畿-- */
a.kinki{
	background-position:-490px 0px;
}
a:hover.kinki{
    background-position:-490px -26px;
}


/* --- 中国・四国-- */
a.chugoku{
	background-position:-580px 0px;
}
a:hover.chugoku{
    background-position:-580px -26px;
}


/* --- メニューのサイズ設定--- */
ul#navi li.chugoku{
  list-style:none;
  float:left;
  width: 110px;
  height: 26px;
}
ul#navi a.chugoku{
	display:block;
	 width: 110px;
  height: 26px;
	background-image: url(../images/do_navi.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-right: 0px;
}



/* --- 九州・沖縄-- */
a.okinawa{
	background-position:-690px 0px;
}
a:hover.okinawa{
    background-position:-690px -26px;
}


/* --- メニューのサイズ設定--- */
ul#navi li.okinawa{
  list-style:none;
  float:left;
  width: 110px;
  height: 26px;
}
ul#navi a.okinawa{
	display:block;
	 width: 110px;
  height: 26px;
	background-image: url(../images/do_navi.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-right: 0px;
}








#header_img{
	width: 800px;
	height:150px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	text-indent:-9999px;
	clear: both;
}


#logo{
float:left;
width: 800px;
margin:10px 0px 0px 0px;
}

.fra_logo{
float:left;
width: 400px;
text-align: right;
}

.ther_logo{
	float:left;
	width: 400px;
	text-align: left;
}

/* --- 各地域--- */
.eria{
font-size:12px;
font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", Osaka, Sans-serif;
margin:40px 0px 50px 0px;
text-align:left;
}


.eria01{
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, Sans-serif;
	margin:20px 0px 0px 0px;
	text-align:left;
	line-height: 20px;
}

.eria02{
font-size:10px;
font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", Osaka, Sans-serif;
margin:20px 0px 0px 0px;
text-align:left;
}



/* --- リスト／テーブル--- */
#box{
font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", Osaka, Sans-serif;
color:#000000;

}

.list{
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, Sans-serif;
	text-align:left;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #993366;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}


.texttable{
	font-size:13px;
	background-color: #FFFFFF;
	font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, Sans-serif;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 20px;
}

.table_color{
	background-color: #F3F3F3;
}

/* ---  フッター設定-- */
#footer{
	width:790px;
	height:20px;
	font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, Sans-serif;
	font-size: 10px;
	color:#333333;
	padding: 5px;
	margin-top:20px;
	background-image: url(../images/footerline.jpg);
	background-repeat: no-repeat;
}

#pageup{
	float:right;
	width:390px;
}
	
#copyright{
	float:left;
	width:400px;
}

/* ---  ボタンスペース-- */	
.space {
	margin-bottom: 5px;
}

/* ---  テーブルライン-- */	
.table_line {
	font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, Sans-serif;
	font-size:13px;
	text-align:left;
	line-height: 20px;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
	padding:10px 3px 5px 10px;
	
}

/* ---------------------------------------------------------------- *
問い合わせフォームの設定
 * ---------------------------------------------------------------- */
.form {
    margin-top:10px;
	margin-bottom:30px;
}


#contactus{
	margin-top:20px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:20px;
	padding: 20px 20px 20px 30px;
	background-color: #F4F5F2;
	width: 550px;
}


table.mailform td p {
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	font-size: 9px;
	color: #666666;
	display: block;
	margin: 0px;
}
table.mailform td span {
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	color: #FF0000;
}

/*見出しの余白設定*/
.midashi_eria{
margin:20px 0px 50px 0px;
}

/*見出し内容文*/
.midashi_bun{
	font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", Osaka, Sans-serif;
	font-size:12px;
    margin-top:0px;
	margin-bottom:30px;
	
}

/* --- プライバシーポリシー--- */
.pri{
	font-size:12px;
	line-height:20px;
	padding: 10px 0px 5px 0px;
	color:#5d5844;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


/* --- 文字サイズ--- */
.s10{
font-size:10px;
	line-height:17px;
	}
