/* CSS Document */

/*-------[0.基本にかかるリンクカラー]　特に指定しない場合、全頁に適用-------*/
a:hover   {
	color:#ff6600;
	text-decoration:underline;
	background-color: #FFFF66;
}

/*-------[0.センタリングの為に全てを格納するカラム]　bodyはIE対策-------*/
body {
text-align:center;
margin:0pt;
padding:0pt;
}
#all-contents {
	width:750px;
	margin:0 auto;
	text-align:left;
}

/*----------------------------------------------------------*/
/*-------[A.ヘッダ]　HOMEへのリンク、サイトマップ-------*/
#head {
	width:750px;
	vertical-align:bottom;
	}

/*-------[A-1.ヘッダ左側]　HOMEへのリンク-------*/
#home-link {
	width:170px;
	float: left;
	vertical-align:bottom;
}
/*-------[A-2.ヘッダ右側]　サイトマップ-------*/
#sitemap {
	width:400px;
	font-size:0.8em;
	float:right;
	text-align:right;
	background-color:#ffffff;
}
#sitemap ul,#sitemap li {
margin:0;
padding:0;
list-style:none;
}
#sitemap li {
float:right;
margin-right:1px;
}
#sitemap a,#sitemap a:link,#sitemap a:visited {
text-decoration:none;

color:#3333cc;
background-color:#FFCC00;
padding:2px 10px;
display:block;
/*＼*//*/
display:line;
/**/
}
#sitemap a:hover {
color:#ffffff;
background-color:#FF6633;
}

/*-------[B.メインコンテンツの大枠]　-------*/
#contents {
	width: 750px;
	clear: both;
}

/*-------[B-1.左側メニュー]　-------*/
#contents-menu {
	width: 200px;
	float: left;
	background-color: #eeeeee;
	padding: 2px;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
}
/*-------[F.左側サブコンテンツの見出し]　-------*/
#contents-menu h3 {
	font-size: 1em;
	color: #000000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
/*-------[F.左側サブコンテンツのロールオーバー]　-------*/
#contents-menu ul,#contents-menu li {
	margin:0;
	padding: 0px;
	list-style: none;
} 
#contents-menu li {
	width:auto;
	height:auto;
	color: #333333;
	background-color:#ffffff;
	padding: 2px;
	display: block;
	} 
#contents-menu a,#contents-menu a:link #contents-menu a:visited {
	text-decoration:none;
	color:#333333;
	background-color:#ffffff;
	display:block;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;

} 
#contents-menu a:hover {
	color:#333333;
	background-color: #FFFFCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
/*-------[E.右側メインコンテンツの大枠]　-------*/
#main {
	width: 530px;
	float: right;
}

/*-------[E-10.右側メインコンテンツ内のスクロールエリア]　-------*/
#scroll-width {
	width: 500px;
	float: right;
	overflow: scroll;
	margin-bottom: 6px;
	}
#scroll-height {
	width: 500px;
	height: 460px;
	float: right;
	overflow: scroll;
	margin: 6px;
}

/*-------[G.フッター]　-------*/
#footer {
	clear: both;
	width: 750px;
	font-size: 0.8em;
	padding: 6px;
	height: 1.8em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #FFFFFF;
	background-color: #333333;
}
/*-------[G.フッターを左右に分けます]　-------*/
#footer-1 {
	float: left;
	width: auto;
}
#footer-2 {
	float: right;
	width: auto;
	text-align: right;
	color: #FFFFFF;
}
#footer-2 a, #footer-2 a:link {
color: #FFFFFF;
}

/*-------[カラム構成に関する指定]　ここまで--------------------*/
/*----------------------------------------------------------------*/

/*---------------［ページ固有］----------------------*/
/*-----------用品のページで使うレターヘッド-----------*/
.point h2 {
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #339900;
	border-bottom-color: #339900;
	font-size: 1.2em;
	font-weight: bold;
}
.point li:first-letter {
 font-size:2em;
	color:#FF6600
	}

/*-----------ホテルページで使うリスト------------------------*/
.hotel-1 {
	font-size: 1em;
	font-weight: bold;
	background-color: #FFFF99;
	list-style-position: outside;
	list-style-image: url(images/hotelicon_r.gif);
}
.hotel-2 {
	font-size: 1em;
	font-weight: bold;
	background-color: #FFFF99;
	list-style-position: outside;
	list-style-image: url(images/hotelicon_b.gif);
}
/*------------自宅生ページで使うリスト-----------------*/
#jitaku dl {
	margin: 4px;
}
#jitaku dt {
	font-size: 1em;
	font-weight: bold;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #009900;
	margin-top: 6px;
}
#jitaku dd {
	font-size: 0.9em;
}
/*----------------------------------------------------------------------*/

/*----------------------------------------------------------------------*/
/*-------[other.共通して使用するクラス]　-------*/
	
#main h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #F08600;
	padding: 4px;
	margin-top: 6px;
	margin-bottom: 6px;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #66CC33;
	border-bottom-color: #66CC33;
}
#main h2 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #66CC33;
	border-bottom-color: #66CC33;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	text-indent: 10px;
}

/*-------[カラム　回り込み関係]　-------*/
.box-line {
	width: 700px;
	border: 1px dashed #666666;
	padding: 6px;
	margin: 4px;
}
.box-right {
	float: right;
}
.box-left {
	float: left;
}
.width-herf {
	width: 48%;
}
.width-full {
	width: 750px;
}
.width-right {
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}
.clear-all {
	clear: both;
}
.center {
	text-align: center;
}

/*-------[フォント　テキスト関係]　-------*/
.text-mid {
	font-size: 0.9em;
	line-height: 2em;
}
.text-cap {
	font-size: 0.7em;
	line-height: 1.4em;
}
.text-l {
font-size: 1.2em;
}
.text-m {
font-size: 0.9em;
}
.text-s {
font-size: 0.8em;
}
.text-ss {
font-size: 0.7em;
}
.text-red {
		color: #FF0000;
}
.text-bold {
	font-weight: bold;
}
.indent-20 {
	font-size: 0.8em;
	color: #333333;
	margin-bottom: 20px;
}