@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　ページ共有のスタイル
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
 基本設定
--------------------------------------------------------------------------------------- */

/* 基本フォント -------------------- */

body {
	color: #333333;
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

input,textarea,select {
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

/*\*/
* html body {
	font-size: 75%;
}
* html table {
	font-size: 100%;
	line-height: 1.5;
}
*:first-child+html body {
	font-size: 75%;
}
/**/


/* 基本タグ -------------------- */

body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0;
	padding: 0;
}

body {
	background: #ededed;
	text-align: center;
}

img,table {
	border: none;
}

table {
	border-collapse: collapse;
}

ul {
	list-style: none;
}

li img,
dt img {
	vertical-align: bottom;
}

address,em,cite {
	font-style: normal;
}


/* 基本テキストリンク -------------------- */

a:link {
	color: #b81c22;
	text-decoration: none;
}
a:visited {
	color: #b81c22;
	text-decoration: none;
}
a:hover {
	color: #e8696e;
	text-decoration: underline;
}
a:active {
	color: #e8696e;
	text-decoration: underline;
}


/* --------------------------------------------------------------------------------------
 float解除
--------------------------------------------------------------------------------------- */

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/

.clr {
	line-height: 0%;
	font-size: 0px;
	clear: both;
}


/* --------------------------------------------------------------------------------------
 レイアウト枠
--------------------------------------------------------------------------------------- */

div#wrap {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	/*border-top: #4a97d0 4px solid;*/
	background: url(../img/wrap_bg.gif) repeat-y;
}

div#ct-area {
	width: 760px;
	margin: 0 0 10px 20px;
}

div#ct-area:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div#ct-area { display:inline-block; }
/*\*/
* html div#ct-area { height:1%; }
div#ct-area { display:block; }
/**/

div#sidebar {
	float: left;
	width: 190px;
}

div#contents {
	float: right;
	width: 550px;
}


/* --------------------------------------------------------------------------------------
 ヘッダー
--------------------------------------------------------------------------------------- */

div#hd {
	width: 798px;
	margin-left: 1px;
	padding: 10px 0 20px;
	background: #ffffff;
	background: url(../img/hd_bg.gif) repeat-x right bottom;
}

div#hd:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div#hd { display:inline-block; }
/*\*/
* html div#hd { height:1%; }
div#hd { display:block; }
/**/

div#hd p.logo {
	float: left;
	width: 250px;
	margin-top: 12px;
	padding-left: 20px;
}

div#hd h1,
div#hd p.catch {
	color: #444444;
	font-size: 86%;
	line-height: 1.3em;
	padding-left: 20px;
}


/* フォーム -------------------- */

div.hd-right {
	float: right;
	width: 400px;
	text-align: right;
}

div.hd-right p {
	margin-right: 20px;
}


/* --------------------------------------------------------------------------------------
 フッター
--------------------------------------------------------------------------------------- */

div#ft {
	width: 798px;
}

div#ft-in {
	width: 798px;
	margin-left: 1px;
	padding: 20px 0;
	background: url(../img/ft_bg.gif) repeat-x top left;
	position: relative;
}

div#ft-in:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div#ft-in { display:inline-block; }
/*\*/
* html div#ft-in { height:1%; }
div#ft-in { display:block; }
/**/


/* Copyright -------------------- */

div#ft-in address {
	width: 450px;
	text-align: left;
	margin-left: 10px;
}

/* ftlink -------------------- */

div#ft-in ul.ft-link {
	font-size: 90%;
	position: absolute;
	top: 20px;
	right: 10px;
	text-align: left;
}
div#ft-in ul.ft-link li.ft01,
div#ft-in ul.ft-link li.ft02 {
	display: inherit;
	float: left;
	margin-right: 3px;
	background: url(../img/arw02.gif) no-repeat 0 0.3em;
	padding-left: 12px;
}


div#ft-in ul.ft-link li.ft01 {
	width: 120px;
	_width: 130px;/*IE6*/
}

div#ft-in ul.ft-link li.ft02 {
	width: 70px;
	_width: 80px;/*IE6*/
}



/* ページトップへ戻る -------------------- */

div#ft p.pagetop {
	padding: 10px 20px 10px 0;
	text-align: right;
}


/* --------------------------------------------------------------------------------------
 ナビゲーション
--------------------------------------------------------------------------------------- */

div#gnavi {
	width: 190px;
	margin-top: 15px;
	padding-bottom: 7px;
	background: url(../img/gnavi_btm.gif) no-repeat left bottom;
}

div#gnavi h2 {
	margin-bottom: 0px;
}

div#gnavi ul {
	width: 190px;
}

/* バナー */

div#sidebar div.bnr-box {
	width: 190px;
	margin: 20px 0 10px 0;
}
 
div#sidebar div.bnr-box p.bnr {
	width: 190px;
	margin: 0;
	padding: 8px 0 0;
}

div#sidebar div.bnr-box p.bnr-txt {
	width: 190px;
	margin: 2px 0 10px 0;
	padding: 2px 0;
	font-size: 90%;
}

/* テキストリンク */

div#sidebar ul.link-txt {
	width: 180px;
	margin: 15px 0 10px 10px;
	line-height: 1.6em;
}

div#sidebar ul.link-txt li {
	margin-bottom: 5px;
	background:url(../img/arw01.gif) no-repeat 0 0.3em;
	padding: 0 0 8px 20px;
}



/* サイドバナーテキストリンク -------------------- */

div#sidebar div.bnr-box p.bnr-txt a:link {
	color: #333333;
	text-decoration: none;
}
div#sidebar div.bnr-box p.bnr-txt a:visited {
	color: #333333;
	text-decoration: none;
}
div#sidebar div.bnr-box p.bnr-txt a:hover {
	color: #666666;
	text-decoration: underline;
}
div#sidebar div.bnr-box p.bnr-txt a:active {
	color: #666666;
	text-decoration: underline;
}

/* QRコード */

div#sidebar p.qrcode {
	width: 190px;
	margin: 0;
	padding: 8px 0 0;
}


/* --------------------------------------------------------------------------------------
 下層ページ
--------------------------------------------------------------------------------------- */

/* コンテンツ -------------------- */

div.ct-box {
	width: 530px;
	margin: 5px 0 0 10px;
}

div.ct-box:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div.ct-box { display:inline-block; }
/*\*/
* html div.ct-box { height:1%; }
div.ct-box { display:block; }
/**/

div.tp-bnr-box {
	width: 530px;
	margin: 5px 0 15px 0;
}

/* 見出し -------------------- */


div#contents h1 {
	width: 542px;
	padding: 2px 0 5px 10px;
	margin: 10px 0 0 0;
	color: #572300;
	font-weight: bold;
}

div#contents h2.tp-m {
	padding: 2px 0 5px 0;
	margin: 15px 0 0 0;
	background: none;
	border: none;
}



/*div#contents h2 {
	display: block;
	width: 525px;
	padding: 2px 0 5px 20px;
	margin: 15px 0 0 0;
	background: url(../img/h2_bg.gif) no-repeat left top;
	color: #572300;
	font-weight: bold;
}

* html div#contents h2 {
	width: 550px;
}
*/

div#contents h2 {
	width: 520px;
	padding: 3px 0 3px 10px;
	margin: 20px 0 5px 0;
	border-left: 2px #b81c22 solid;
	background: #ed8c8c;
	color: #ffffff;
	font-weight: bold;
}

* html div#contents h2 {
	width: 530px;
}

div#contents h3 {
	width: 520px;
	padding: 5px 0 5px 10px;
	margin: 10px 0 5px 0;
	border-bottom: #ed8c8c 2px solid;
	color: #333333;
	font-weight: bold;
}

div#contents h4 {
	width: 520px;
	padding: 2px 0 2px 10px;
	margin: 5px 0 5px 0;
	color: #333333;
	font-weight: bold;
}


* html div#contents h4 {
	width: 530px;
}

/*  メインバナー -------------------- */

div.tp-bnr-box p {
	margin: 0;
	padding: 0 0 0 0;
}

div.tp-bnr-box p.bnr-txt {
	margin: 3px 0 0 0;
	padding: 0 0 0 10px;
}


/* メインバナーテキストリンク -------------------- */

div.tp-bnr-box p.bnr-txt a:link {
	color: #333333;
	text-decoration: none;
}
div.tp-bnr-box p.bnr-txt a:visited {
	color: #333333;
	text-decoration: none;
}
div.tp-bnr-box p.bnr-txt a:hover {
	color: #666666;
	text-decoration: underline;
}
div.tp-bnr-box p.bnr-txt a:active {
	color: #666666;
	text-decoration: underline;
}


/* 文章 -------------------- */

div.ct-box p {
	margin: 0 0 10px 10px;
	line-height: 1.6;
}

div.ct-box p strong {
	margin: 0 0 10px 0;
	color: #572300;
}


div.ct-box p.link {
	margin: 10px 10px 0 0;
	font-size: 86%;
	text-align: right;
}

div.ct-box p.link a {
	padding-left: 11px;
	background: url(../img/arw.gif) no-repeat 0 40%;
}


/* 回り込み -------------------- */

div.ct-box p.img-r {
	float: right;
	margin: 0 0 10px 20px;
}

div.ct-box p.img-l {
	float: left;
	margin: 0 20px 10px 0;
}

div.ct-box p.img-c {
	text-align: center;
	margin: 0 0 10px 0;
}



/* リスト -------------------- */

div.ct-box ul {
    list-style: disc;
	margin: 0 0 10px 30px;
}

div.ct-box ul li {
}



div.ct-box ul.field {
	float: left;
	width: 220px;
}

div.ct-box ul.field li {
}


div.ct-box ol {
	margin: 0 0 10px 30px;
}

div.ct-box ol li {
}


/* テーブル -------------------- */

div.ct-box table.gaiyou{
	width: 520px;
	margin: 0 0 20px 10px;
}

div.ct-box table.gaiyou th{
	width: 90px;
	padding: 5px 5px 5px 10px;
	color: #b81c22;
	text-align: left;
	vertical-align: top;
	background: #ffffff;
	border-bottom: 1px #ed8c8c dotted;
}

div.ct-box table.gaiyou td{
	padding: 5px 5px 5px 10px;
	border-bottom: 1px #ed8c8c dotted;
}

/* JBIテーブル -------------------- */

div.ct-box table.gaiyou02{
	width: 500px;
	margin: 10px 0 20px 10px;
}

div.ct-box table.gaiyou02 th{
	width: 110px;
	padding: 5px 5px 5px 10px;
	color: #333333;
	text-align: left;
	vertical-align: top;
	background: #efefef;
	border: 1px #888888 solid;
}

div.ct-box table.gaiyou02 td{
	padding: 5px 5px 5px 10px;
	border: 1px #888888 solid;
}


/* お問い合わせ　テーブル -------------------- */

div.ct-box div.inquiry {
	margin: 0 0 20px 0;
}

div.ct-box div.inquiry span {
	color: #d70c18;
	line-height:14px;
	font-weight:normal;
}

div.ct-box div.inquiry span.date {
	color: #333333;
	line-height:14px;
	font-weight:normal;
	font-size: 90%;
}



div.ct-box div.inquiry table.form{
	width: 535px;
	margin: 0 0 3px 10px;
}

div.ct-box div.inquiry table.form th.title,
div.ct-box div.inquiry table.form th{
	padding: 5px 5px 5px 10px;
	color: #333333;
	text-align: left;
	vertical-align: top;
	background: #ffffff;
	border-top: 1px #666666 dotted;
}

div.ct-box div.inquiry table.form th.title{
	width: 62px;
	border-bottom:none;
}

div.ct-box div.inquiry table.form th{
	width: 120px;
	border-bottom: 1px #666666 dotted;
}

div.ct-box div.inquiry table.form td,
div.ct-box div.inquiry table.form td.title-con{
	padding: 5px 5px 5px 10px;
	border-top: 1px #666666 dotted;
	line-height: 1.6em;
}

div.ct-box div.inquiry table.form td{
	border-bottom: 1px #666666 dotted;
}

div.ct-box div.inquiry table.form td.title-con{
	border-bottom:none;
	font-size: 90%;
}

div.ct-box div.inquiry table.form td span{
	font-size: 85%;
}


/* お問い合わせ　フォーム -------------------- */



div.ct-box div.inquiry input.tel {
	width:100px;
}

div.ct-box div.inquiry input.s_name {
	width:180px;
}


div.ct-box div.inquiry input.m_mail{
	width:120px;
}

div.ct-box div.inquiry input.post{
	width:70px;
}

div.ct-box div.inquiry input.address{
	width:320px;
}

div.ct-box div.inquiry input.e_mail{
	width:200px;
}


div.ct-box div.inquiry textarea.contents{
	width:340px;
	height:160px;
}


div.ct-box div.inquiry div.contact-btn{
	margin:20px 0 0 0;
	text-align:center;
}

div.ct-box div.inquiry div.contact-btn p{
	margin:5px 0 5px 0;
	line-height: 120%;
	text-align:center;
}



div.ct-box div.inquiry input.reset{
	width:100px;
	height:24px;
	margin:0 10px 0 0;
}
div.ct-box div.inquiry input.submit{
	width:100px;
	height:24px;
	margin:0 0 0 10px;
}





/* テーブル -------------------- */

div.ct-box table.price{
	width: 360px;
	margin: 0 0 20px 10px;
	border: 1px #cccccc solid;
}

div.ct-box table.price th{
	width: 180px;
	padding: 5px 5px 5px 10px;
	color: #333333;
	text-align: center;
	vertical-align: top;
	background: #f7f7f1;
	border: 1px #cccccc solid;
}

div.ct-box table.price td{
	text-align: center;
	padding: 5px 5px 5px 10px;
	border: 1px #cccccc solid;
}


/* 囲い枠 -------------------- */

div.ct-box-in {
	width: 530px;
	margin: 0;
	padding: 15px 0 5px;
	color: #333333;
	background: #fdd4d4;
}

div.ct-box-in p {
	width: 500px;
	margin-left: 15px;
}



/* アクセスマップ -------------------- */

div.map-box {
	width: 530px;
	height: 350px;
	border: 1px #cccccc solid;
}

