@charset "shift_jis";
/*共通スタイルスタート*/
* {
	margin:0;
	padding:0;
	border-style: none;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin-bottom: 5px;
	color: #222222;
	font-size: 90%;
}
ul li {
	list-style: none;
}
ol li {
	list-style: decimal inside;
	margin-left:2em;
	text-indent: -1.5em;
}

img {
	vertical-align: bottom;
	border: none;
}
imgover {
}
br {
	letter-spacing: 0px;
}
a:link {
	color: #0000FF;
	border-style: none;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color: #003399;
}
a.ya {/*矢印付きリンク*/
	background: url(../image/ya01.gif) no-repeat left center;
	padding-left: 13px;
}

table {
	border-collapse:collapse
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.img-right {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
.img-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.img-center {
	margin-bottom: 5px;
	clear: both;
	text-align: center;
}
td.top {
	vertical-align: top;
}
.smaller {
	font-size: 80%;
}
.larger {
	font-size: 120%;
}
.half {
	width: 50%;
}
.btn-right {
	text-align: right;
	font-size: 90%;
	color: #006699;
	clear: both;
}
.btn-center {
	text-align: center;
	font-size: 90%;
	color: #006699;
	clear: both;
}
.btn-right img, .btn-center img {
	text-align: right;
	font-size: 90%;
	color: #006699;
}
.clear {
	height:100%;
}
.clear:after {
	clear: both;
	content:"";
	display:block;
}
.orange {
	color: #FF6600;
}
.red {
	color: #FF0000;
}
.red-bg {
	border: 1px solid #FF0000;
	padding: 10px;
}
.red p {
	margin-bottom: 8px;
}
.blue {
	color: #048ED0;
}
/*パンくず*/
.pan {
	font-size: 10px;
	color: #666666;
}
/*注釈*/
dl.explanation {
	font-size: 90%;
}
dl.explanation dt, span.explanation {
	color: #CC0000;
}
dl.explanation dt {
	clear: both;
	float: left;
}
dl.explanation dd {
	margin-bottom: 8px;
	margin-left: 1em;
}
/*注釈赤*/
dl.explanation_red {
	font-size: 85%;
	margin-top: 8px;
}
dl.explanation_red dt, dl.explanation_red dd {
	color: #CC0000;
}
dl.explanation_red dt {
	clear: both;
	float: left;
}
dl.explanation_red dd {
	margin-bottom: 8px;
	margin-left: 1em;
}
/*注釈青*/
dl.explanation_blue {
	font-size: 85%;
	margin-top: 8px;
}
dl.explanation_blue dt, dl.explanation_blue dd {
	color: #048ED0;
}
dl.explanation_blue dt {
	clear: both;
	float: left;
}
dl.explanation_blue dd {
	margin-bottom: 8px;
	margin-left: 1em;
}
/*定義リスト青*/
dl.define {
}
dl.define dt {
	color: #048ED0;
	font-weight: bold;
}
dl.define dd {
	margin-bottom: 8px;
	margin-left: 1em;
}

/*リスト青矢印*/
ul.list-blue li {/*通常リスト*/
	padding-top: 8px;
}
ul.list-blue li {/*通常リスト*/
	margin-right: 20px;
	line-height: 1.2em;
	font-size: 12px;
}

ul.list-blue-fl {/*float付きリスト*/
	border-top: 1px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	padding-top: 8px;
}
ul.list-blue-fl:after {
	clear: both;
	content:"";
	display:block;
}
ul.list-blue-fl li {/*float付きリスト*/
	float: left;
	margin-right: 20px;
	line-height: 1.2em;
	font-size: 12px;
}
/*フォーム*/
input , textarea {
	color: #333333;
	font-size: 12px;
	border: 1px solid #999999;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 3px 2px 2px 3px;
	background: url(../image/form-bg.gif) no-repeat;
}
select {
	color: #333333;
	font-size: 12px;
	border: 1px solid #999999;
}
input.nostyle {
	border: none;
	background: url(none);
}

input.btn-gray {
	color: #FFFFFF;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	cursor: pointer;
	width: auto;
	background: #edeae4 url(../image/btn-bg-gray.gif) no-repeat right bottom;
	border: 1px solid #666666;
	padding: 5px 10px;
	margin-right: 3px;
	margin-left: 3px;
}
#main .form-item {
	margin-left: 60px;
	width: 550px;
}
#main .form-item td.tit {
	width: 130px;
}
#main .form-item td {
	display: table-cell;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
/*ページ移動ナビゲーション*/
#main .log-navi {
	margin-left: auto;
	clear: both;
	width: 190px;
	margin-right: 0px;
}
#main .log-navi p {
	width: 80px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}

#main .log-navi a {
	width: 100%;
	display: block;
	border: 1px solid #666666;
	text-align: center;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	background: #999999;
	color: #FFFFFF;
}
#main .log-navi a:hover {
	background: #777777;
	color: #FFFFFF;
}
/*リッチテキストエディタエリア*/
.rich-edit {
}
.rich-edit font {
	line-height: 1.2em;
}
/*メインエリア*/
#cont-area #main p {
	line-height: 1.2em;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}
#cont-area #main .entry h3 {
	background: url(../image/entry-h3_bg.gif) no-repeat;
	line-height: 35px;
	height: 39px;
	padding-left: 30px;
	color: #FFFFFF;
	letter-spacing: 4px;
	font-size: 14px;
	margin-bottom: 7px;
}
#cont-area #main .entry {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 40px;
	clear: both;
	height:100%;
}
#cont-area #main .entry:after  {
	clear: both;
	content:"";
	display:block;
}
#cont-area #main .entry p.loose {
	line-height: 1.8em;
	text-indent: 1em;
	margin-bottom: 10px;
}
#cont-area #main .entry .txt {
	margin-right: 10px;
	margin-left: 10px;
}
#cont-area #main .entry .tbl01 {
	width: 100%;
}
#cont-area #main .entry .tbl01 td.tit {
	width: 150px;
	color: #009AEA;
	background: #E8F3F9;
}
#cont-area #main .entry .tbl01 td {
	border: 1px solid #009AEA;
	padding: 4px;
}
#cont-area #main .entry .tbl01 tr.odd td.tit {
	background: #D7EAF4;
}
#cont-area #main .entry .tbl01 tr.odd td {
	border: 1px solid #009AEA;
	background: #E8F3F9;
}
#cont-area #main .tbl02 {
	width:auto;
	margin-left:auto;
	margin-right:auto;
}
#cont-area #main .tbl02 td {
	padding:0px 10px 0px 10px;
}




/*ヘッダ*/
#hd h1,
#hd p {/*文字サイズ変更に関わらずレイアウトを固定*/
	font-size: 12px;
}
#hd #hd-top {
	padding-top: 20px;
	margin-bottom: 7px;
	height: 33px;
}
#hd #hd-top .logo {
	float: left;
	height: 33px;
	width: 271px;
	padding-left: 20px;
}
#hd #hd-top .terms {
	position: absolute;
	left: 820px;
	top: 30px;
	height: 20px;
	width: 200px;
}
#hd .menu {
	width: 940px;
	height: 40px;
	padding-right: 50px;
	padding-left: 50px;
	margin-bottom: 10px;
	background: url(../image/hd-menu-bg.gif) no-repeat;
	clear: both;
}
#hd .menu p {
	float: left;
	height: 40px;
	width: 120px;
}
/*フッタ*/
#ft #navi-up {
	text-align: right;
	margin-right: 10px;
	margin-bottom: 5px;
}
/**フッタ店舗一覧**/
#ft #stoa_list {
	margin-left: auto;
	margin-top: 25px;
	margin-right: 20px;
}
#ft #stoa_list td {
	vertical-align: top;
	padding-right: 8px;
	padding-left: 8px;
	height: 130px;
}
#ft #stoa_list ul {
	margin-bottom: 10px;
}
#ft #stoa_list li {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16px;
}
#ft #stoa_list li.tit {
	color: #FFCC00;
	font-weight: bold;
}
#ft #stoa_list li a {
	color: #FFFFFF;
	text-decoration: none;
}
#ft #stoa_list li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/**フッタリンク**/
#ft #navi-top {
	width: 940px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
#ft #navi-top p {
	font-size: smaller;
	text-align: center;
	margin-bottom: 5px;
}
#ft #navi-top a {
	background: url(../images/ya-01.gif) no-repeat left center;
	padding-left: 3px;
	padding-right: 3px;
	color: #048ED0;
}
#ft #navi-top a:hover {
	background: url(../images/ya-01.gif) no-repeat 2px;
	text-decoration: none;
}
#ft #navi-copy {
	font-size: x-small;
	text-align: right;
	padding-bottom: 10px;
	padding-top: 10px;
	clear: both;
	background-image: url(../images/ft-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #666666;
}

