@charset "shift_jis";

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


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


/* ---------- ヘッダ ----------*/
div#header {
	background-image:url(../../shared/body_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

/* ロゴ */
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:#FDDDD4;
}

div#footer {
	background:#CCA45C;
}

div#footer .link_list {
	display: none;
}

.copy {
	margin-left:450px;
}



/* ------------------------------------------------------------------
 HOME
 ------------------------------------------------------------------*/
.line_02_in_02 {
	width:279px;
	float:left;
	margin-left:30px;
}
/* -- 2行目 -- */
#line_02 .line_02_all {
	width:950px;
	background-image:url(../../images/index/l02_bg_all.gif);
	background-position:left;
	background-repeat:repeat-y;
}

#line_02 .line_02_bottom {
	width:950px;
	background-image:url(../../images/index/l02_bg_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:30px;
	padding-top:10px;
}

#line_02 .line_02_inall {
	width:900px;
	background-image:url(../../images/index/l02_bg_inall.gif);
	background-position:left;
	background-repeat:repeat-y;
	margin:0 auto;
}

.line_02_in_01 {
	width:280px;
	float:left;
}

.line_02_in_01 p {
	text-align:center;
	padding:5px;
}

.line_02_in_02 {
	width:280px;
	float:left;
	margin-left:30px;
}

.line_02_in_02 p {
	text-align:center;
	padding:5px;
}

/* -- 3行目 -- */
.news_box {
	width:443px;
	margin:0 auto;
	margin-top:5px;
}

.news_1l {
	clear:both;
	width:443px;
	background-image:url(../../images/index/l03_02_botline.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-top:5px;
	padding-bottom:8px;
}

.news_day {
	float:left;
	width:80px;
	word-break: break-all;
}

.news_data_no {
	float:left;
	width:345px;
	padding-left:18px;
}

.news_data {
	float:left;
	width:345px;
	background-image:url(../../images/index/l03_02_arrow.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:18px;
}

.news_list {
	clear:both;
	margin-top:5px;
}

.news_list a {
	clear:both;
	float:right;
	background-image:url(../../images/index/l03_02_arrow.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:15px;
}

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


/* ------------------------------------------------------------------
 サブ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;
}

