@charset "shift_jis";

/* ------------------------------------------------------------------
 コンテンツ　レイアウト
 ------------------------------------------------------------------*/
/* 背景・文字設定 */
body {
	color: #000000;
	background: #FFFFFF;
}


/* ---------- 全体 ---------- */


/* ---------- ヘッダ ----------*/
div#header {
	background-image:url(../../shared/body_bg.gif);
}

/* ロゴ */
div#header .logo {
}

/* リンク */
div#header .head_link {
	display: none;
}

/* ボタン */
div#header .head_btn {
	display: none;
}

/* キャッチ横画像 */
div#header .bottom img {
	visibility:hidden;
}

/* キャッチ */
div#header img.catch {
	visibility:visible;
	margin-top:29px;
}

div#header img.head_tel {
	visibility:visible;
	margin-top:29px;
}


/* ---------- グローバルメニュー ----------*/
div#global {
	display: none;
}

/* ---------- パンくず ----------*/
div#page_list {
	display: none;
}


/* ---------- フッタ上 ----------*/
.bottom_link_box {
	display: none;
}

.totopL img {
	display: none;
}

/* ---------- フッタ ---------- */
#attention_box {
	background-color:#ababab;
}

div#footer {
	background:#000000;
}

div#footer .link_list {
	display: none;
}

.copy {
	margin-left:450px;
}


/* ------------------------------------------------------------------
 HOME
 ------------------------------------------------------------------*/


/* ------------------------------------------------------------------
 サブ
 ------------------------------------------------------------------*/


/* ------------------------------------------------------------------
 サブLP
 ------------------------------------------------------------------*/


/* ------------------------------------------------------------------
 共通
 ------------------------------------------------------------------*/
/* ---------- リンク ---------- */
a:link {
	color: #3366cc;
	text-decoration: underline;
}

a:visited {
	color: #3366cc;
	text-decoration: underline;
}

a:hover {
	color: #3366cc;
	text-decoration: underline;
}

a:active{
	color: #3366cc;
	text-decoration: underline;
}

