﻿@charset "UTF-8";


#Top-Wrapper {
	background:none;
}

/*---見出し---*/
#Top-Wrapper h2 {
	clear: both;
	height:35px;
	font-size:18px;
	color:#222;
	font-weight:bold;
	background:url(../img/h2_bg_full.jpg) no-repeat left top;
	padding:15px 0px 0px 20px;
}

/*///// ナビ（リスト表記） /////*/
/*---枠---*/
#Top-List-Navi-Area {
	width:980px;
	height:182px;
	background: url(../img/top_right-contour.jpg) no-repeat right top;
}

#Top-List-Navi_01 {
	float:left;
	width:180px;
	height:182px;
	background: url(../img/top_left-contour.jpg) no-repeat left top;
}

#Top-List-Navi_02 {
	float:left;
	width:240px;
	height:182px;
	background: url(../img/top_left-contour.jpg) no-repeat left top;
}

#Top-List-Navi_03 {
	float:left;
	width:200px;
	height:182px;
	background: url(../img/top_left-contour.jpg) no-repeat left top;
}

#Top-List-Navi_04 {
	float:left;
	width:180px;
	height:182px;
	background: url(../img/top_left-contour.jpg) no-repeat left top;
}

#Top-List-Navi_05 {
	float:left;
	width:180px;
	height:182px;
	background: url(../img/top_left-contour.jpg) no-repeat left top;
}

/*---項目---*/
.Top-List-Navi_Tit01 a {
	display:block;
	width:180px;
	height:38px;
	background:url(../img/top_list_navi_01_on.jpg) no-repeat left top;
}

.Top-List-Navi_Tit01 a:hover {
	text-indent:-9999px;
}

.Top-List-Navi_Tit02 a {
	display:block;
	width:240px;
	height:38px;
	background:url(../img/top_list_navi_02_on.jpg) no-repeat left top;
}

.Top-List-Navi_Tit02 a:hover {
	text-indent:-9999px;
}

.Top-List-Navi_Tit03 a {
	display:block;
	width:200px;
	height:38px;
	background:url(../img/top_list_navi_03_on.jpg) no-repeat left top;
}

.Top-List-Navi_Tit03 a:hover {
	text-indent:-9999px;
}

.Top-List-Navi_Tit04 a {
	display:block;
	width:180px;
	height:38px;
	background:url(../img/top_list_navi_04_on.jpg) no-repeat left top;
}

.Top-List-Navi_Tit04 a:hover {
	text-indent:-9999px;
}

.Top-List-Navi_Tit05 a {
	display:block;
	width:180px;
	height:38px;
	background:url(../img/top_list_navi_05_on.jpg) no-repeat left top;
}

.Top-List-Navi_Tit05 a:hover {
	text-indent:-9999px;
}

/*---左右コンテンツ---*/
.Top-L-Cont {
	float:left;
	width:600px;
	display:inline;
}

.Top-R-Cont {
	float:right;
	width:360px;
	display:inline;
}

/*///// フッター /////*/
#Top-Footer-Wrap {
	height:140px;
	background:none;
}

#Top-Footer {
	width:980px;
	height:140px;
	margin:0 auto;
	line-height:1.4em;
	font-size:12px;
	color: #333;
}

/*///// お知らせ /////*/
#News-Tit {
	clear: both;
	height:35px;
	font-size:18px;
	color:#222;
	font-weight:bold;
	background:url(../img/news_bg.jpg) no-repeat left top;
	padding:15px 0px 0px 20px;
}

#Area_News {
	width:600px;
	height:200px;
	margin:0px 0px 0px 0px;
}

/*---記事一覧---*/
#List_Link {
	float:right;
	margin:-1px 20px 0px 0px;
	font-weight:normal;
	font-size:12px;
}

#List_Link a {
	color: #00A3D1;
	text-decoration: underline;
}

#List_Link a:hover {
	color: #00A3D1;
	text-decoration: none;
}
