/* 全体のレイアウトに関する記述（全ページ共通）
------------------------------------------------ */
body {
	margin: 0;
	padding: 0;
	}

.wrapper {
	margin: 0 auto;
	width: 782px;
	}

.w166 {
	width: 166px;
	float: left;
	}

.w616 {
	width: 616px;
	float: left;
	}

.w782 {
	width: 782px;
	float: left;
	}

#page_bg {background: url(../img/bg_page.gif) repeat-y top left;} 
	#page_bg:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
	}
#side_bg {background: url(../img/bg_side.gif) repeat-y top left;} 
	#side_bg:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
	}

#side {
	margin: 0 auto;
	padding: 0 3px;
	width: 160px;
	float: left;
	}

/* 下層ページ・本文
--------------------- */
.width_main {
	margin: 25px auto;
	width: 566px;
	}

/* VIPルーム
--------------------- */
td.vipdetails {border-bottom: #c5c5c5 solid 1px; font-size: 10px; line-height: 14px;}
td.vipdetails2 {font-size: 10px; line-height: 14px;}
td.vipgray {background-color: #c5c5c5;}

/* 施設紹介
--------------------- */
td.estabport {padding: 4px; line-height: 16px;}

/* 価格紹介
--------------------- */
p.price500 {margin: 20px auto; width: 500px; line-height: 16px;}
p.price5002 {margin: 20px auto; width: 500px; font-size: 10px; color: #999999; line-height: 14px;}
td.pricetd {padding-left: 10px; line-height: 16px;}
	/* V.I.Pコース */
	#a1 {background-color: #a2110a; border: #a2110a solid; border-width: 0px 1px 1px 0px; color: #ffffff;}
	#a2 {background-color: #d18885; border: #d18885 solid; border-width: 0px 1px 1px 0px;}
	#a3 {background-color: #ffffff; border: #d18885 solid; border-width: 0px 1px 1px 0px;}
	#a4 {background-color: #ffffff; border: #d18885 solid; border-width: 0px 1px 1px 1px;}
	/* ビジネスV.I.Pコース */
	#b1 {background-color: #524f7d; border: #524f7d solid; border-width: 0px 1px 1px 0px; color: #ffffff;}
	#b2 {background-color: #a9a7be; border: #a9a7be solid; border-width: 0px 1px 1px 0px;}
	#b3 {background-color: #ffffff; border: #a9a7be solid; border-width: 0px 1px 1px 0px;}
	#b4 {background-color: #ffffff; border: #a9a7be solid; border-width: 0px 1px 1px 1px;}
	/* エグゼクティブコース */
	#c1 {background-color: #147a8b; border: #147a8b solid; border-width: 0px 1px 1px 0px; color: #ffffff;}
	#c2 {background-color: #8abdc5; border: #8abdc5 solid; border-width: 0px 1px 1px 0px;}
	#c3 {background-color: #ffffff; border: #8abdc5 solid; border-width: 0px 1px 1px 0px;}
	#c4 {background-color: #ffffff; border: #8abdc5 solid; border-width: 0px 1px 1px 1px;}

/* お申し込み・フォーム
--------------------- */
.form90 {width: 90px; line-height: 16px;}
.form130 {width: 130px; line-height: 16px;}
.form200 {width: 200px; line-height: 16px;}
.form380 {width: 380px; line-height: 16px;}

.reqtitle {
	border-top: #c5c5c5 1px solid;
	border-bottom: #c5c5c5 1px dashed;
	}
.reqbutton {
	background: url(../company/img/req_buttonbg.gif) no-repeat left top;
	width: 139px;
	height: 23px;
	line-height: 24px;
	border: none;
	color: #333;
	font-size: 12px;
	}
.select-12px {font-size: 12px; height: 18px;}
.reqborder {border-bottom: #c5c5c5 1px dashed;}

/* よくある質問
--------------------- */
ul.faq {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	.faq li{
	margin-left: 12px;
	padding-left: 24px;
	background: url(../faq/img/icon.gif) no-repeat top left;
	line-height: 23px;
	}

/* トップページに関する記述
------------------------------------------------ */
#top_bg {background: url(../img/bg_top.gif) repeat-y top left;}

#top_bg:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
	}

#top_main {
	width: 450px;
	float: left;
	}

.w410 {
	margin: 20px auto;
	width: 410px;
	}

#top_side {
	margin: 0 auto;
	padding: 0 3px;
	width: 160px;
	float: left;
	}

/* サイドのバナー間隔
--------------------- */
.bn_1px {margin-top: 1px;}
.bn_2px {margin-top: 2px;}
.bn_3px {margin-top: 3px;}

/* メインフィールドのバナー間隔
--------------------- */
.bn_10px {margin-top: 10px;}

/* ページナビゲーション（全ページ共通）
------------------------------------------------ */

#pagenavi {
	width: 616px;
	height: 24px;
	background: #ff0000 no-repeat top left;
	}

ul.pagenavi {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	.pagenavi li a{
	display: block;
	width: 166px;
	height: 26px;
	text-indent: -9999px;
	text-decoration: none;
	}
	#pn_service {background: url(../img/pn_service.gif) no-repeat top left;}
	#pn_establishment {background: url(../img/pn_establishment.gif) no-repeat top left;}
	#pn_price {background: url(../img/pn_price.gif) no-repeat top left;}
	#pn_namingrights {background: url(../img/pn_namingrights.gif) no-repeat top left;}
	#pn_experience {background: url(../img/pn_experience.gif) no-repeat top left;}
	#pn_monitor {background: url(../img/pn_monitor.gif) no-repeat top left;}

ul.pagenavi2 {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	.pagenavi2 li a{
	display: block;
	width: 166px;
	height: 21px;
	background: url(../img/pn2_bg.gif) no-repeat top left;
	color: #444444;
	text-indent: 21px;
	text-decoration: none;
	line-height: 21px;
	font-size: 12px;
	}

/* ヘッダ部分（全ページ共通）
------------------------------------------------ */
#head_space {
	width: 166px;
	height: 24px;
	background:  url(../img/head_space.jpg) no-repeat top left;
	}

/* ヘッダリンク・フッタリンク（全ページ共通）
------------------------------------------------ */
#link_head {
	width: 616px;
	height: 23px;
	background: url(../img/head_link.gif) #2e2e2e no-repeat top left;
	}
#link_foot {
	width: 616px;
	height: 21px;
	background: url(../img/foot_link.gif) #c5c5c5 no-repeat top right;
	}

ul.link {
	margin: 0 0 0 86px;
	padding: 0;
	list-style: none;
	font-size: 10px;
	}
	.link li{
	display: inline;
	margin-left: 16px;
	}
	#ul_head li{
	padding-left: 13px;
	background: url(../img/lis_headlink.gif) no-repeat top left;
	color: #ffffff;
	line-height: 23px;
	}#ul_head li a{
	text-decoration: none;
	color: #ffffff;
	}
	#ul_foot li{
	padding-left: 13px;
	background: url(../img/lis_footlink.gif) no-repeat top left;
	color: #2e2e2e;
	line-height: 21px;
	}#ul_foot li a{
	text-decoration: none;
	color: #2e2e2e;
	}

/* グローバルナビゲーション（全ページ共通）
------------------------------------------------ */
#global {
	width: 616px;
	height: 24px;
	background: url(../img/head_gn3.jpg) no-repeat top left;
	}

ul.global {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	.global li{
	display: inline;
	}
	.global li a{
	display: block;
	margin-top: 1px;
	height: 23px;
	float: left;
	text-indent: -9999px;
	text-decoration: none;
	}
	#gn_service {width: 91px;}
	#gn_establishment {width: 73px;}
	#gn_price {width: 62px; height:}
	#gn_namingrights {width: 146px;}
	#gn_experience {width: 94px;}
	#gn_monitor {width: 93px;}

/* フッタ部分（全ページ共通）
------------------------------------------------ */
#foot_space {
	width: 166px;
	height: 21px;
	background: url(../img/foot_space.jpg) no-repeat top left;
	}

#foot_space2 {
	width: 166px;
	height: 57px;
	background: url(../img/foot_space2.jpg) no-repeat top left;
	}

#copy {
	height: 57px;
	background: url(../img/foot_copyright.gif) no-repeat top left;
	text-align: right;
	font-size: 11px;
	color: #999999;
	line-height: 11px;
	}
	#copy a{
	color: #999999;
	text-decoration: none;
	}

ul#copytop {
	margin: 0 8px 0 0;
	padding: 0;
	list-style: none;
	font-size: 10px;
	}
	#copytop li{
	display: inline;
	margin-left: 16px;
	padding-left: 13px;
	background: url(../img/lis_headlink.gif) no-repeat top left;
	color: #333333;
	line-height: 23px;
	}
	#copytop li a{
	text-decoration: none;
	color: #333333;
	}

/* サイトマップ
------------------------------------------------ */
.sm-ul {
	margin: 10px 0;
	padding: 0;
	width: 566px;
	line-height: 18px;
	list-style: none;
	}
.sm-10 {
	width: 566px;
	height: 22px;
	background: url(../info/img/lis_sitemap.gif) no-repeat top left;
	line-height: 20px;
	text-indent: 30px;
	font-weight: bold;
	}
.sm-102 {
	width: 566px;
	height: 22px;
	background: url(../info/img/lis_sitemap2.gif) no-repeat top left;
	line-height: 20px;
	text-indent: 30px;
	font-weight: bold;
	}
.sm-40 {
	padding-top: 1px;
	padding-left: 52px;
	background: url(../info/img/lis_mapline.gif) no-repeat left bottom;
	}
.sm-last {
	padding-top: 1px;
	padding-left: 52px;
	background: url(../info/img/lis_mapline2.gif) no-repeat left bottom;
	}

/* 
------------------------------------------------ */




/* 　ブログ
------------------------------------------------ */



.entry {
	padding-bottom:5px;
	margin-bottom:30px;
	border-bottom:1px dashed #999;
	letter-spacing:1px;
	line-height:150%;
	margin:0 20px 30px;
	}
	.entry img{
		margin:0 10px 5px 0;
		float:left;
		}
.blog-link img{margin-top:2px;}
.post-data {
	font-size:10px;
	text-align:right;
	margin-bottom:0;
	padding-bottom:0;
	}
.sideList {
	margin:0 0 20px 15px;
	padding:0;
	list-style:none;
	}
	.sideList li {
		margin:0 0 10px;
		padding:0;
		}
#info {
	color:#999;
	font-weight:bold;
	text-align:right;
	margin:5px 20px 0px;
	}
#prof {
	margin:0 1px 30px 0;
	padding:10px 20px 15px;
	line-height:150%;
	border-bottom:1px solid #ccc;
	background-color:#f0f0f0;
	}

/* カレンダー　*/

#calendar table {
	background-color:#606060;
	width:146px;
	margin:0 auto 20px;
	text-align:center;
	}
	#calendar th {
		background-color:#bbb;
		}

.calEnt {
	background-color:#e8d9dd;
	}
.calBlk {
	background-color:#f0f0f0;
	}
.calNon {
	background-color:#f0f0f0;
	}









/* 
------------------------------------------------ */