@charset "utf-8";

/********** 装飾用CSS **********/

/*

色指定

#666633（濃）
#C2C287（薄）
#E3E3E3（薄2）
#85855C（テキスト標準）

*/


/*スクロールバー*/

html,body {
	scrollbar-base-color: #C2C287;
	scrollbar-face-color: #ffffff;
	scrollbar-arrow-color: #666633;
}


/***** box *****/

.box1 {
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	line-height: 2.1em;
	letter-spacing: 0.2em;
	color: #85855C;
}

.box2 {
	width: 440px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	line-height: 1.9em;
	letter-spacing: 0.2em;
	color: #85855C;
}

.box3 {/*box1のh3に装飾なし*/
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	line-height: 2.1em;
	letter-spacing: 0.2em;
	color: #85855C;
}


/***** text *****/

.text1 { /*.box1のdefault*/
	font-size: 12px;
	line-height: 2.1em;
	letter-spacing: 0.2em;
	color: #85855C;
}

.text2 { /*faqで使用*/
	display: block;
	height: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 10px;
}

.text3 {/*restaurantで使用*/
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0.2em;
	color: #85855C;
	margin-top: 20px;
}

.text4 {/*h3の下のparagraph（複数行）用*/
	font-size: 12px;
	line-height: 1.7;
	letter-spacing: 0.2em;
	color: #85855C;
	margin-top: 12px;
	margin-bottom: 15px;
}

.text5 {/*spaで使用*/
	padding-left: 5px;
	text-align: left;
}

.text6 {/*spaで使用*/
	line-height: 1.3;
	margin-left: 1em;
}

.text7 {/*relaxationで使用*/
	line-height: 1.3;
	margin-left: 1em;
	margin-bottom: 3px;
}

.text8 {/*relaxationで使用*/
	font-size: 11px;
	line-height: 1.3;
	margin-left: 1em;
	letter-spacing: 0.1em;
	margin-bottom: 3px;
}


/***** color *****/

.texred {
	color: #F00;
}

/***** decolation *****/

.texbold {
	font-weight: bold;
}


/***** margin *****/

.marg1 {
	margin-bottom: 8px;
}

.marg2 {
	margin-bottom: 15px;
}

.marg3 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.marg4 {
	text-indent: 15px;
}

.marg5 {
	margin-top: 15px;
	margin-bottom: 5px;
}


/***** link *****/

.tlink a {
	display: block;
	margin-top: 20px;
	padding:20px;
	color: #663;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.3;
	background-color: #F0F0E1;
}

.tlink a:hover {
	background-color: #E0E0C3;
}


/***** listmark *****/

.limg_01 {/*accessで使用*/
	margin-left: 40px;
	font-size: 12px;
	line-height: 2.1em;
	letter-spacing: 0.2em;
	color: #85855C;
	text-indent: 15px;
}

.limg_01 li {
	background-image: url(../images/limg_01.gif);
	background-repeat: no-repeat;
}

.limg_01 a {
	text-decoration: none;
	color: #20374E;
}

.limg_01 a:hover {
	color: #09F;
}


/***** box *****/

.box1 h3 {
	text-indent: 15px;
	background-image: url(../images/limg_01.gif);
	background-repeat: no-repeat;
}

.box3 h4 {
	text-indent: 15px;
	background-image: url(../images/limg_01.gif);
	background-repeat: no-repeat;
}


/***** spacer *****/

.spacer1 {
	height: 30px;
}

.spacer10 {
	height: 10px;
}


/***** others *****/

.jump {
	font-size: 11px;
	text-align: right;
	margin: 15px 30px 10px auto;
}

.jump a {
	color: #20374E;
}

.jump a:hover {
	color: #09F;
}

.tex11 {
	font-size: 11px;
	letter-spacing: 0.1em;
}
