/*　---------------------★コンテナー大枠----------------　*/

/*　メニュー背景ここで設定　*/

#container {
	background : url("img/i493f3a39a6055.gif") center repeat-y ;
/*	border-left:1px solid #aaa;
	border-right:1px solid #aaa;*/
	border:none;
}

/*　---------------------★メニュー---------------------　*/

/*　テキストリンク用　*/
#left #menu {
	padding:0px 0px ;
	width:178px;
	margin:19px 0px 0px 0px;
	border:1px solid #A6D8E3;
	background:#F0FBFC;
}

#left #menu ul {
	width:178px;
	margin:0px 0px;
	font-size:12px;
	border:none;
}

#left #menu li {
	margin:0px 0px 0px 0px;
	padding:0px;
	padding-top:1px;
	background:#F0FBFC url(img/i493f3d9715faa.gif) left top repeat-x;
	border:none;
	font-size:12px;
	font-weight:normal;
}
	
#left #menu li a{
	display:block;
	width:146px;
	background:url(img/i493f3b5997609.gif) left top no-repeat;
	padding:0px;
	padding-left:30px;
	text-decoration: none;
	height:39px;
	line-height:39px;
	color:#00667B;
}

#left #menu li a:hover {
	color: #FF6600;
	background:url(img/i493f3bdce30dd.gif) left top no-repeat;
}
	
/* サブメニュー */
#left #menu li.st {
	border-top:none;
	width:178px;
	padding:0px;
	border: none;
	background:none;
	margin:0px;
}

#left #menu li.st a{
	background:url(img/i493f3bf75cc74.gif) 15px center no-repeat;
	padding:0px 0px 0px 30px;
	margin:0px;
	height:30px;
	line-height:30px;
	border:none;
}

#left #menu li.st a:hover {
	background:url(img/i493f3c6a41ebe.gif) 15px center no-repeat;
}

/* 選択中 */
#left #menu li#on a {
	background:url(img/i493f3bdce30dd.gif) left top no-repeat;
	color: #00667B;
}
#left #menu li#on a:hover {
	color: #FF6600;
	background:url(img/i493f3bdce30dd.gif) left top no-repeat;
}

#left #menu li#on.st a {
	background:url(img/i493f3c6a41ebe.gif) 15px center no-repeat;
	color: #00667B;
}
#left #menu li#on.st a:hover {
	background:url(img/i493f3c6a41ebe.gif) 15px center no-repeat;
	color: #FF6600;
}


/*　---------------------★フッター---------------------　*/
#footer {
	background: #00667B ;
	padding-bottom:20px;
}

/*　---------------------★基本設定----------------------------------　*/
a {
	text-decoration : none ;
	color: #0F7083;
}
a:hover {
	text-decoration : none ;
	color: #FF6600;
}

/*　---------------------★コンテンツ---------------------　*/
#content {
	background: url("img_l/contents_bg.gif") repeat-x;}

/*　---------------------★コンテンツ設定---------------------　*/

#content-body {
	color: #666666;
	font-size:82%;
}
/*　h3タイトルバー　*/	
#content-body h3 {
	padding:0px 0px 0px 50px;
	line-height:40px ;
	background:url(img/i493f42d0a1234.gif) no-repeat ;
	color: #000000 ;
	font-size:18px ;
}

#content-body h4 {
	background : repeat-x bottom ;
	color: #1F5DA5;
	font-size:14px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
