@charset "utf-8";

/* style resset */ 

*{
	margin:0px;
	padding:0px;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,adress,p{
	font-size:100%;
	font-weight:normal;
	font-style: normal;
	line-height: normal;
}

/*============================================================

天童ホテル ベーシックスタイルシート

最終更新日 2008年3月18日

■ 目次 ■

01.要素のリセット
02.レイアウトの設定
03.点線枠の設定

============================================================*/

/* 01.要素のリセット */
/* ===========================================================================*/

body { 
	text-align: center;
	margin: 0px;
	background-color: #000000;
}

img { 
	border: 0pt;
}

a:link { color: #725523; text-decoration: underline }
a:visited  { color: #725523; text-decoration: underline }
a:hover  { color: #725523; text-decoration: none }
a:active  { color: #725523; text-decoration: underline }

h1 { z-index:1; position:absolute; left:-9999px; }

#menu h2 {
	display: none;
}


/*========== floatバグ回避 ==========*/

.Clear {
		clear: both;
}


/* 02.レイアウトの設定 */
/* ===========================================================================*/

#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
}

#header {
	width: 750px;
	margin-bottom: 5px;
}

#menu {
	width: 744px;
	background-color: #FFFFFF;
	height: 34px;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
}

#contents{
	width: 720px;
	margin-top: 5px;
	background-color: #FFFFFF;
	background-image: url(../img/footerBanner.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 15px;
}

#main {
	width: 720px;
	height: auto;
}

#main p {
	height: 30px;
	width: 720px;
	margin: 0px;
	color: #725523;
	text-align: left;
	font-size: 100%;
	display: block;
	line-height: 1.4em;
}

#footer {
	font-size: 80%;
	width: 570px;
	height: auto;
	text-align: left;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: 10px 15px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 170px;
}

#topLeft {
	float: left;
	width: 555px;
}

#topRight {
	float: right;
	width: 160px;
}

#left {
	float: left;
	width: 540px;
}

#right {
	float: right;
	width: 160px;
}

#footerMenu {
	width: 700px;
	height: auto;
	clear: both;
	padding: 10px;
	color: #646464;
	font-size: 100%;
}


/*========== ラインドット ==========*/

.LineDotW {
	background-image: url(../img/lineDotW.gif);
	background-repeat: repeat-x;
	height: 5px;
	background-position: center center;
	clear: both;
}

.LineDotH {
	background-image: url(../img/lineDotH.gif);
	background-repeat: repeat-y;
	background-position: center center;
	width: 5px;
	float: left;
	height: 220px;
}

.LineW {
	background-image: url(../img/lineDotW.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 25px;
	clear: both;
	margin-top: 5px;
}

/*========== コンテンツメニュー ==========*/

#menuArea {
	width: 744px;
	height: 34px;
}

/*========== サイドメニュー ==========*/

#topRight .Banner01,
#right .Banner01 {
	width: 160px;
	height: auto;
}

#topRight .Banner02,
#right .Banner02 {
	width: 160px;
	height: auto;
}

#topRight .BannerContents, 
#right .BannerContents {
	width: 160px;
	height: auto;
}

/* 03.点線枠の設定 */
/* ===========================================================================*/

.box {
	background-color: #fff;
	background-image: url(../img/lineDotW1H3.gif);
	background-repeat: repeat-y;
	background-position: 100% 0;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0;
}
.bi {
	padding:0 0 0 15px;
	background-color: #fff;
	background-image: url(../img/lineDotW1H3.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}

.bt {
	height:15px;
	margin:0 -15px;
	background:url(../img/lineDotW540H6O.gif) 100% 0 no-repeat;
	}

.bb {
	height:15px;
	margin:0 -15px;
	background:url(../img/lineDotW540H6U.gif) 100% 100% no-repeat;
	}

.GrayArea {
	height:auto;
	width: auto;
	background-color: #EEEEEE;
	background-image: url(../img/bgGray.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 10px;
	}

.GoldArea {
	height:auto;
	width: auto;
	background-color: #D9D4C6;
	background-image: url(../img/bgGold.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 10px;
	}

.WhiteArea {
	height:auto;
	width: auto;
	padding: 10px;
	}
