@charset "UTF-8";
/* CSS Document */

/* --------------------------------------------------- */
/* 固定スタイル(変更不可) */
/* --------------------------------------------------- */

html,body{ height:100%; }
html{ height:100%; }
body > #wrapper { height: auto; }
img { display: inline; }
* html p {letter-spacing: 0; }
p { letter-spacing: 0.1em; }
br { letter-spacing: 0; }

/* --------------------------------------------------- */
/* 主に背景や文字色の変更 */
/* --------------------------------------------------- */

body {
	font-size: 75%;
	letter-spacing: 0.1em;
	line-height: 150%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0;
	padding: 0;
	height:100%;
}

p,li,dd,dt,td {
	color: #333333;
	line-height: 150%;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	color: #cc9999;
	font-size: 10px;
	font-weight: 100;
	text-align: right;
	text-decoration: none;
}

h2 {
	font-size: 10px;
	text-align: center;
	font-weight: 100;
}


a {
	color: #996666;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #cc9999;
}

a:visited {
	color: #cc9999;
}

/* --------------------------------------------------- */
/* clearFix(分からない場合は使わないように) */
/* --------------------------------------------------- */

.clearfix:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
/* End hide from IE-mac */

.clearfix { display: inline-block; }

#clear-after { zoom: 100%; }

#clear-after:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

/* --------------------------------------------------- */
/* クラススタイル(他にも必要な場合は追加して) */
/* --------------------------------------------------- */

/* float関係 */
.alignleft { float: left; }

.alignright { float: right; }

.clear {
	clear: both;
	width: 100%;
}

/* 幅関係 */
.inner { padding: 10px; }
.indent-top { margin-top: 10px; }
.indent-top2 { margin-top: 20px; }
.indent-top3 { margin-top: 30px; }
.indent-bottom { margin-bottom: 10px; }
.indent-left { margin-left: 10px; }
.indent-right { margin-right: 10px; }
.left-padding { padding-left: 15px; }
.left-padding2 { padding-left: 25px; }

/* 文字スタイル */
.font-s { font-size: 10px; }
.font-m { font-size: 12px; }
.font-l { font-size: 14px; }
.red-01 { color: #FF0000; }

.tel-code {
	font-size: 14px;
	color: #fe6ca0;
	font-weight: bold;
}

/* その他 */
.png-fix { behavior:url(/iepngfix.htc); }

.bg-line {
	background: url(../images/common/line.png) 0 bottom repeat-x;
	padding: 2px 0;
	margin-bottom: 10px;
}

.back-home {
	padding: 10px 0;
	text-align: right;
	clear: both;
	width: 100%;
}

.arrow {
	background: url(../images/common/arrow.png) no-repeat center left;
	padding: 2px 0 2px 15px;
	margin-left: 10px;
}

.arrow2 {
	background:url(../images/common/arrow2.png) no-repeat center left;
	padding: 2px 0 2px 15px;
	margin-left: 10px;
}

.tel {
	font-size: 14px;
	color: #663333;
	font-weight: bold;
	font-family:Verdana, Geneva, sans-serif;
}

/* --------------------------------------------------- */
/* 固定スタイル(変更不可) */
/* --------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ----------------------------------------------------------- */
/* 全体枠 */
/* ----------------------------------------------------------- */

#wrapper {
	height: 1000px;
	overflow: hidden;
}

#contents {
	width: 1000px;
	margin: 10px auto;
}

#side-column {
	width: 210px;
	float: right;
	display: none;
	height: 800px;
	overflow: hidden;
}

#main-column {
	width: 580px;
	float: left;
	height: 950px;
	overflow: hidden;
}


/* ----------------------------------------------------------- */
/* ヘッダー(サイトごとに変更) */
/* ----------------------------------------------------------- */


h1#catch {
	background: #996666;
	padding: 3px;
	display: none;
}

#header {
	display: none;
	height: 1px;
	overflow: hidden;
}

#flash-area {
	width: 800px;
	margin: 0 auto;
}

#navi li {
	float: left;
	width: 130px;
	margin-right: 4px;
}

#navi {
	width: 800px;
	margin: 0 auto;
}

#navi li.right-fix {
	margin-right: 0px;
}

/* ----------------------------------------------------------- */
/* フッター(出来れば固定) */
/* ----------------------------------------------------------- */

#footer {
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
	display: none;
	height: 1px;
	overflow: hidden;
	margin-top: -500px;
}


/* ----------------------------------------------------------- */
/* coupon */
/* ----------------------------------------------------------- */

.coupon_btn {
	padding: 10px 0;
	width: 103px;
	float: right;
	display: none;
}

.coupon_txt {
	padding: 0px 0;
	width: 430px;
	float: left;
	display: none;
}

dl.line {
	line-height: 1.6;
	margin: 5px 0 5px 5px;
	padding: 5px 0;
	background: url(../images/common/line_dashed.png) repeat-x 0 bottom;
}

dt.coupon {
	width: 230px;
	float: left;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 24px;
 	clear: both;
	color: #996666;
}

dt.c1 { background:url(../images/coupon/icon_01.png) no-repeat center left; }
dt.c2 { background:url(../images/coupon/icon_02.png) no-repeat center left; }
dt.c3 { background:url(../images/coupon/icon_03.png) no-repeat center left; }
dt.c4 { background:url(../images/coupon/icon_04.png) no-repeat center left; }
dt.c5 { background:url(../images/coupon/icon_05.png) no-repeat center left; }
dt.c6 { background:url(../images/coupon/icon_06.png) no-repeat center left; }

