/* タグ */
BODY {
	background-color: #ffffff;
	margin: 0px;
	text-align: center;
	color: #888888;
}
A {
	color: #000000;
	text-decoration: none;
}
A:hover {
	color: #000000;
	text-decoration: underline;
}
A.white {
	color: #ffffff;
	text-decoration: none;
}
A.white:hover {
	color: #ffffff;
	text-decoration: underline;
}
A.yellow {
	color: #ffff00;
	text-decoration: none;
}
A.yellow:hover {
	color: #ffff00;
	text-decoration: underline;
}
A.red {
	color: #ff0000;
	text-decoration: none;
}
A.red:hover {
	color: #ff0000;
	text-decoration: underline;
}
A.wine {
	color: #cc0000;
	text-decoration: none;
}
A.wine:hover {
	color: #cc0000;
	text-decoration: underline;
}
A.blue {
	color: #0000ff;
	text-decoration: none;
}
A.blue:hover {
	color: #0000ff;
	text-decoration: underline;
}
A.darkblue {
	color: #000088;
	text-decoration: none;
}
A.darkblue:hover {
	color: #000088;
	text-decoration: underline;
}
A.sky {
	color: #2266ff;
	text-decoration: none;
}
A.sky:hover {
	color: #2266ff;
	text-decoration: underline;
}
A.menu_link {
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	width: 150px;
	height: 21px;
	padding: 0px;
	border-width: 0px 0px 1px 0px;
	border-color: #002288;
	border-style: solid;

	/* 不透明度 */
	filter: filter: Alpha(opacity=40);
	-khtml-opacity: .40;	// Safari
	-moz-opacity: .40;		// Firefox
	opacity: .40;			// CSS2
}
A.menu_link:hover {
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	width: 150px;
	height: 21px;
	padding: 0px;
	border-width: 0px 0px 1px 0px;
	border-color: #002288;
	border-style: solid;

	/* 不透明度 */
	filter: filter: Alpha(opacity=80);
	-khtml-opacity: .80;	// Safari
	-moz-opacity: .80;		// Firefox
	opacity: .80;			// CSS2
}
TABLE,TR,TH,TD {
	padding: 0px;
	border-width: 0px;
	border-collapse: collapse;
}


/* 基本 */
.font50  { font-size: 0.5em; }
.font60  { font-size: 0.6em; }
.font70  { font-size: 0.7em; }
.font80  { font-size: 0.8em; }
.font90  { font-size: 0.9em; }
.font100 { font-size: 1.0em; }
.font110 { font-size: 1.1em; }
.font120 { font-size: 1.2em; }
.font130 { font-size: 1.3em; }
.font140 { font-size: 1.4em; }
.font150 { font-size: 1.5em; }

.font8px  { font-size: 8px; }
.font10px { font-size: 10px; }
.font12px { font-size: 12px; }
.font14px { font-size: 14px; }
.font16px { font-size: 16px; }

.line110  { line-height: 110%; }
.line120  { line-height: 120%; }
.line130  { line-height: 130%; }
.line140  { line-height: 140%; }
.line150  { line-height: 150%; }

/* コンテンツ */
/* 外枠 */
.base {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.main {
	width: 750px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.content {
	display: block;
	margin: 0px;
	width: 750px;
	padding: 0px;
	text-align: left;
}
.main_content
{
	margin: 0px 5px 15px 15px;
	line-height: 130%;
}


/* ヘッドライン */
.seotxt_base {
	display: block;
	overflow: hidden;
	width: 750px;
	height: 25px;
	line-height: 100%;
	text-align: left;
	padding: 0px;
}
H1.seotxt_text {
	font-size: 12px;
	font-style: normai;
	font-weight: normal;
	color: #dddddd;
}
.header {
	display: block;
	overflow: hidden;
	width: 750px;
	height: 110px;
	line-height: 100%;
	text-align: left;
	padding: 0px;
}

/* メイン */
.content_main {
	width: 750px;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	vertical-align: top;
}

/* フッタ */
.footer {
	display: block;
	width: 750px;
	padding: 0px;
	border-width: 1px 0px 0px 0px;
	border-color: #002288;
	border-style: solid;
	text-align: center;
}
.footer_content {
	padding: 2px 5px 0px 5px;
	text-align: center;
	vertical-align: top;
	line-height: 100%;
	font-size: 0.9em;
}

/* トップニュース */
.news_main {
	display: block;
	margin: 5px 0px 5px 0px;
	width: 580px;
}
.news_title {
	text-align: left;
	font-weight: bold;
	font-size: 1.0em;
	color: #000000;
	padding: 0px 0px 5px 0px;
	line-height: 120%;
}
.news_date {
	text-align: right;
	font-size: 0.9em;
	color: #880000;
	padding: 0px 0px 5px 0px;
	line-height: 100%;
}
.news_body {
	vertical-align: top;
	text-align: left;
	font-size: 0.9em;
	line-height: 130%;
}
.news_photo {
	vertical-align: top;
	text-align: left;
	padding: 0px 0px 0px 10px;
	font-size: 0.8em;
	line-height: 130%;
	width: 210px;
}

/* サブタイトル用 */
.subtitle_base
{
	display: block;
	margin: 20px 0px 20px 0px;
	text-align: left;
	line-height: 100%;
}
.subtitle_DarkBlue
{
	border-width: 0px 0px 1px 3px;
	border-color: #ffffff #ffffff #aaaaaa #002288;
	border-style: solid;
	padding: 3px 20px 2px 10px;
	font-size: 1.0em;
	font-weight: bold;
	color: #333333;
}
.subtitle_SkyBlue
{
	border-width: 0px 0px 1px 3px;
	border-color: #ffffff #ffffff #aaaaaa #2266ff;
	border-style: solid;
	padding: 3px 20px 2px 10px;
	font-size: 1.0em;
	font-weight: bold;
	color: #333333;
}
.subtitle_Green
{
	border-width: 0px 0px 1px 3px;
	border-color: #ffffff #ffffff #aaaaaa #00aa00;
	border-style: solid;
	padding: 3px 20px 2px 10px;
	font-size: 1.0em;
	font-weight: bold;
	color: #333333;
}
.subtitle_Yellow
{
	border-width: 0px 0px 1px 3px;
	border-color: #ffffff #ffffff #aaaaaa #ffff00;
	border-style: solid;
	padding: 3px 20px 2px 10px;
	font-size: 1.0em;
	font-weight: bold;
	color: #333333;
}
.subtitle_Red
{
	border-width: 0px 0px 1px 3px;
	border-color: #ffffff #ffffff #aaaaaa #ff0000;
	border-style: solid;
	padding: 3px 20px 2px 10px;
	font-size: 1.0em;
	font-weight: bold;
	color: #333333;
}

/* パーキング */
.parkC
{
	padding: 3px 10px 3px 10px;
	border-width: 1px 0px 1px 0px;
	border-color: #333333;
	border-style: solid;
	font-size: 0.8em;
	text-align: center;
	line-height: 120%;
}
.parkL
{
	padding: 3px 10px 3px 10px;
	border-width: 1px 0px 1px 0px;
	border-color: #333333;
	border-style: solid;
	font-size: 0.8em;
	text-align: left;
	line-height: 120%;
}

/* 道のり */
.walkL
{
	padding: 5px 3px 5px 3px;
	font-size: 0.8em;
	text-align: justify;
	line-height: 120%;
	width: 126px;
	background-color: #e6e6e6;
}
.walkC
{
	padding: 0px;
	font-size: 0.9em;
	text-align: center;
	line-height: 120%;
}

/* 設備テーブル */
.keiG
{
	border-width: 1px 0px 1px 0px;
	border-color: #aaaaaa;
	border-style: solid;
	padding: 5px 5px 4px 10px;
	font-size: 0.9em;
	line-height: 120%;
}
.keiGB
{
	border-width: 2px 0px 1px 0px;
	border-color: #aaaaaa;
	border-style: solid;
	padding: 5px 5px 4px 10px;
	font-size: 0.9em;
	line-height: 120%;
}
.keiGH
{
	border-width: 1px 0px 1px 0px;
	border-color: #aaaaaa;
	border-style: solid;
	padding: 5px 5px 4px 5px;
	font-size: 0.9em;
	line-height: 120%;
}
.keiGTop
{
	border-width: 1px 0px 0px 0px;
	border-color: #aaaaaa;
	border-style: solid;
	padding: 5px 5px 4px 10px;
	font-size: 0.9em;
	line-height: 120%;
}
.keiGBottom
{
	border-width: 0px 0px 1px 0px;
	border-color: #aaaaaa;
	border-style: solid;
	padding: 5px 5px 4px 10px;
	font-size: 0.9em;
	line-height: 120%;
}

/* Ｑ＆Ａ */
dt.faq
{
	font-weight: bold;
}

/* トップページお知らせ */
.oshirase_headline
{
	border-width: 0px;
	border-color: #aaaaaa;
	border-style: solid;
	background-color: #aaaaaa;
	padding: 5px 5px 4px 10px;
	font-size: 0.9em;
	line-height: 100%;
	color: #ffffff;
	font-weight: bold;
}
