@charset "utf-8";

body,td,p,div,input,textarea,form,li { font-size: 12px; }

body {
	background: url(../img/common/bg_head.gif) top left repeat-x;
	margin: 0;
}

img {
	border: 0;
	vertical-align: bottom;
}

p,form,ul,li {
	padding: 0;
	margin: 0;
}

hr { border: 0; }

div#footer {
	width: 100%;
	height: 130px;
	background: url(../img/common/bg_foot.gif) bottom left repeat-x;
	margin-top: 20px;
}

#footer #footNavi {
	width: 950px;
	margin: 0px auto;
}
#footNavi .shopAddress {
	width: 300px;
	float: left;
	padding: 10px;
	line-height: 1.3em;
}
#footNavi .linkBox {
	width: 620px;
	text-align: right;
	padding-top: 10px;
	float: right;
}

.linkBox a {
	text-decoration: underline;
}
.linkBox a:hover {
	text-decoration: none;
}

#footer .copyright {
	width: 500px;
	margin: 40px auto 0px;
	text-align: center;
	color: #ffffff;
}

div#header {
	width: 950px;
	margin: 0px auto;
}

ul#navi {
	margin: 5px 0px 0px 5px;
}
#navi li {
	float: left;
	margin: 0px 3px 0px 0px;
	padding: 0px;
	list-style: none;
}

h1 {
	width: 477px;
	height: 84px;
	background: url(../img/common/logo.gif) top left no-repeat;
	text-indent: -9999px;
	font-size: 12px;
	padding: 0px;
	margin: 6px 0px 0px;
	outline: none;
}
div#telBox {
	width: 445px;
	height: 71px;
	margin: 13px 0px 0px;
	float: right;
}

a.indexLink {
	width: 477px;
	height: 84px;
	display: block;
}

div#content {
	width: 950px;
	margin: 10px auto 0px;
}

div#pagetitle {
	width: 920px;
	margin: 0px auto;
}

/* ボックス系 */

.box950 { width: 950px; }

.box900 { width: 900px; }

.box850 { width: 850px; }

.box800 { width: 800px; }

.box750 { width: 750px; }

.box700 { width: 700px; }

.box650 { width: 650px; }

.box200 { width: 200px; }

/*///// オーバーフロー ///////*/
.ovHidden { overflow: hidden; }

/*///// フロート /////////////*/
.fLeft { float: left; }
.fRight { float: right; }

/*///// クリア //////////////*/
.clear { clear: both; }

/*///// クリアfix //////////////*/
.clearfix { zoom: 1; }
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

/*///// マージン ////////////*/

/*トップ系 */
.mT5 { margin-top: 5px; }
.mT10 { margin-top: 10px; }
.mT15 { margin-top: 15px; }
.mT20 { margin-top: 20px; }
/*レフト系 */
.mL5 { margin-left: 5px; }
.mL10 { margin-left: 10px; }
.mL15 { margin-left: 15px; }
.mL20 { margin-left: 20px; }
/*ライト系 */
.mR5 { margin-right: 5px; }
.mR10 { margin-right: 10px; }
.mR15 { margin-right: 15px; }
.mR20 { margin-right: 20px; }
/* ボトム系 */
.mB5 { margin-bottom: 5px; }
.mB10 { margin-bottom: 10px; }
.mB15 { margin-bottom: 15px; }
.mB20 { margin-bottom: 20px; }
/* オール系 */
.mA5 { margin: 5px; }
.mA10 { margin: 10px; }
.mA15 { margin: 15px; }
.mA20 { margin: 20px; }
/* マージン左右auto */
.mLRA {
	margin-left: auto;
	margin-right: auto;
}

/*///// パディング ////////////*/

/*トップ系 */
.pT5 { padding-top: 5px; }
.pT10 { padding-top: 10px; }
.pT15 { padding-top: 15px; }
.pT20 { padding-top: 20px; }
/*レフト系 */
.pL5 { padding-left: 5px; }
.pL10 { padding-left: 10px; }
.pL15 { padding-left: 15px; }
.pL20 { padding-left: 20px; }
/*ライト系 */
.pR5 { padding-right: 5px; }
.pR10 { padding-right: 10px; }
.pR15 { padding-right: 15px; }
.pR20 { padding-right: 20px; }
/* ボトム系 */
.pB5 { padding-bottom: 5px; }
.pB10 { padding-bottom: 10px; }
.pB15 { padding-bottom: 15px; }
.pB20 { padding-bottom: 20px; }
/* オール系 */
.pA5 { padding: 5px; }
.pA10 { padding: 10px; }
.pA15 { padding: 15px; }
.pA20 { padding: 20px; }

/*///// 行間 ////////////*/
.lh10 { line-height: 1em; }
.lh11 { line-height: 1.1em; }
.lh12 { line-height: 1.2em; }
.lh13 { line-height: 1.3em; }
.lh14 { line-height: 1.4em; }
.lh15 { line-height: 1.5em; }

/*///// 横位置 //////////*/
.taLeft { text-align: left; }
.taCenter { text-align: center; }
.taRight { text-align: right; }

/*///// 縦位置 //////////*/
.vaTop { vertical-align: top; }
.vaMiddle { vertical-align: middle; }
.vaBottom { vertical-align: bottom; }

/*///// フォント ////////*/

/* フォントサイズ */
.font8 { font-size: 8pt; }
.font10 { font-size: 10pt; }
.font11 { font-size: 11pt; }
.font12 { font-size: 12pt; }
.font14 { font-size: 14pt; }
/* ピクセル */
.fontPx10 { font-size: 10px; }
.fontPx12 { font-size: 12px; }
.fontPx14 { font-size: 14px; }
.fontPx18 { font-size: 18px; }
.fontPx24 { font-size: 24px; }

/* フォントの太さ */
.fontBw { font-weight: bold; }
.fontNw { font-weight: normal; }
/* フォントカラー */
.fontRc { color: #ff0000; } /* 赤 */
.fontGc { color: #00ff00; } /* 緑 */
.fontBc { color: #0000ff; } /* 青 */
.fontCc { color: #00ccff; } /* 水色（シアン） */
.fontKc { color: #000000; } /* 黒 */
.fontWc { color: #ffffff; } /* 白 */
.fontHc { color: #999999; } /* グレー */
.fontPc { color: #FF66FF; } /* ピンク */
.fontOc { color: #FF6600; } /* オレンジ */
.fontYc { color: #ffff00; } /* 黄 */
/* よく使用するものたちの定義 */
/* 8ptフォント関連 */
.fontBw8 {
	font-size: 8pt;
	font-weight: bold;
}
.fontRc8 {
	font-size: 8pt;
	color: #ff0000;
}
.fontBwRc8 {
	font-size: 8pt;
	font-weight: bold;
	color: #ff0000;
}
/* 10ptフォント関連 */
.fontBw10 {
	font-size: 10pt;
	font-weight: bold;
}
.fontRc10 {
	font-size: 10pt;
	color: #ff0000;
}
.fontBwRc10 {
	font-size: 10pt;
	font-weight: bold;
	color: #ff0000
}
/* 11ptフォント関連 */

.fontBw11 {
	font-size: 11pt;
	font-weight: bold;
}
.fontRc11 {
	font-size: 11pt;
	color: #ff0000;
}
.fontBwRc11 {
	font-size: 11pt;
	font-weight: bold;
	color: #ff0000;
}
/* 12ptフォント関連 */

.fontBw12 {
	font-size: 12pt;
	font-weight: bold;
}
.fontRc12 {
	font-size: 12pt;
	color: #ff0000;
}
.fontBwRc12 {
	font-size: 12pt;
	font-weight: bold;
	color: #ff0000;
}
/* グレーフォント関連 */
.fontHc3 { color: #333333; }
.fontHc6 { color: #666666; }
.fontHc9 { color: #999999; }
.fontHcC { color: #cccccc; }
.fontHcFE { color: #fefefe; }
.fontHcF5 { color: #f5f5f5; }
.fontHcE5 { color: #e5e5e5; }

/* hrの為に */
hr.lineHc {
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px 0px 0px 0px;
}

.mcPointer { cursor: pointer; }


/* トップページ */
div#keyvisual {
	width: 100%;
	height: 392px;
	background: url(../img/common/bg_kv.gif) top left repeat-x;
	margin-top: 10px;
}
#keyvisual .keyvisualImg {
	width: 950px;
	margin: 0px auto 0px;
}
div#keyvisual2 {
	width: 100%;
	height: 392px;
	background: url(../img/index2/bg_kv.gif) top left repeat-x;
	margin-top: 10px;
}
#keyvisual2 .keyvisualImg {
	width: 950px;
	margin: 0px auto 0px;
}

div#indexNews {
	width: 663px;
	padding: 5px;
	border: 1px solid #5e8bfe;
	background-color: #e0e9ff;
	float: left;
}
#indexNews div.newsBar {
	width: 663px;
	margin: 0px auto 5px;
}
#indexNews div.newsSpace {
	width: 663px;
	height: 190px;
	overflow-y: scroll;
	background-color: #ffffff;
}
#indexNews div.newsKiji {
	width: 630px;
	margin: 5px 0px 0px 5px;
	line-height: 1.3em;
	background: url(../img/index/news_line.gif) bottom left repeat-x;
}
#indexBanner {
	width: 270px;
	float: right;
}
.bannerSpace {
	width: 270px;
	margin: 0px auto 5px;
}

/* 店舗案内 */
div.shopBox {
	width: 860px;
	margin: 15px auto 0px;
}
div.shopPhoto {
	width: 860px;
	margin: 0px;
}

table.shopTable {
	border-collapse: separate;
	margin: 10px auto 0px;
}
.shopTable th {
	width: 800px;
	padding: 5px;
	font-size: 12px;
	color: #ffffff;
	background-color: #3366FF;
	text-align: left;
}
.shopTable td {
	padding: 5px 10px;
	font-size: 12px;
}

/* アクセス */
#accessMap {
	width: 850px;
	height: 550px;
	border: 10px solid #bfd1ff;
	margin: 10px auto 0px;
}
.accessHow {
	width: 800px;
	margin: 10px auto 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3em;
	padding: 10px;
	background-color: #bfd1ff;
}

/* お問い合わせ */
table.tableContact {
	border-collapse: separate;
	margin: 10px auto;
}
.tableContact th {
	width: 160px;
	padding: 5px;
	font-size: 14px;
	background-color: #3366FF;
	border: 1px solid #3366FF;
	color: #ffffff;
	vertical-align: top;
	text-align: left;
}
.tableContact td {
	width: 600px;
	padding: 5px;
	border: 1px solid #3366FF;
}
table.btnTable {
	border-collapse: separate;
	margin: 5px auto 0px;
}
.btnTable td {
	width: 150px;
	padding: 8px;
	text-align: center;
}
div.contactThanks {
	width: 600px;
	margin: 130px auto 200px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.3em;
}

