@charset "shift_jis";
/* CSS Document */

/* すべて */

body{
	margin: 0;
	padding: 0;
	color: #1B1B1B;
	font-size: small;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	background-image: url(image/back.gif);
	background-repeat: repeat-x;
	background-color: #f3faf9;
}
#box{
	margin: 0 auto 10px auto;
}

/* リンク */
	a, a:link, a:visited {
	color: #008878;
	text-decoration: underline;
		}
	a:hover {
	color: #999999;
		}


/* リンクつき画像 */
a img {
    border: 0;
}

/* サイズ切り替え */
.middle{
font-size:small;
line-height: 1.3em;
}
.big{
font-size:medium;
line-height: 1.4em;
}
.small{
font-size:x-small;
line-height: 1.3em;
}


/* 段落 */
p {
	padding: 0px;
	margin: 0px;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

.main  { color: #333333; font-size: small; line-height: 1.6em; font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

.style1 {color: #FFFFFF}
.footermenu {
	color: #008878;
	font-size: 10px;
}

.hotelchiiki a, .hotelchiiki a:link, .hotelchiiki a:visited, .hotelchiiki {
	text-decoration: underline;
	color: #1B1B1B;
}
.hotelchiiki a:hover{
text-decoration: none;
color: #999999;
}

.red{
text-decoration: none;
	color: #FF0000;	
}
.red a, .red a:link, .red a:visited{
	text-decoration: underline;
	color: #FF0000;	
}
.red a:hover{
text-decoration: none;
color: #FF0000;
}

/* リスト */
ul{
padding:0;
margin:0;
}



/* 枠線構成用 */
.line_base{
	background-image: url(image/linebase.gif);
	background-repeat: repeat-x;
}
.line_base_dot{
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCE0DE;
}

/* 枠高さ広げる */
.long{
padding:5px 0 5px 0;
}

/* 明朝書体 */
.mincho_dai{
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: medium;
	font-weight: bold;
	color: #392F29;
}
/* for IE */
*+html body .mincho_dai { padding-top:2px; }
* html body .mincho_dai {	padding-top:2px; }
/* --- */


.mincho_chu{
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: small;
	color: #666666;
}

#footermenu a,
#footermenu a:link,
#footermenu a:visited{
	color: #333333;
	text-decoration: none;
	}
#footermenu a:hover{
color: #999999;
}

#footer{
color:#333333;
padding:0 5px 5px 5px;
	text-align: right;
	font-size: 10px;
}
#footer_bottom{
	color:#663300;
	text-align: left;
	font-size: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.2em;	
}
#footer_bottom a,
#footer_bottom a:link,
#footer_bottom a:visited{
color: #333333;
}

/* 大丸色 */
.daimaru {color: #008878;}

