@charset "utf-8";

#content ul {
	list-style: none;
	list-style-type: none;
	margin-top: 10px;		/* 上方向に10pxを指定 */
	margin-right: 5px;		/* 右方向に10pxを指定 */
	margin-bottom: 5px;		/* 下方向に10pxを指定 */
	margin-left: 15px;		/* 左方向に10pxを指定 */
	padding: 0px;
}
#content li {
	list-style: none;
	list-style-position: outside;
	margin-top: 0;		/* 上方向に10pxを指定 */
	margin-right: 5px;		/* 右方向に10pxを指定 */
	margin-bottom: 0;		/* 下方向に10pxを指定 */
	margin-left: 15px;		/* 左方向に10pxを指定 */
	padding: 0px;
}
#content a {
	text-decoration: none;
}
#content a:hover {
	color: #ff3300;
}
/* サブナビゲーション
---------------------------------------------*/
#subNav {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #E8E8E8 url(./images/global_nav_bg.gif) left top repeat-x;
	border-bottom: 1px solid #CCCCCC;		/* 下線ライン幅の指定*/
}
#subNav li {
	float: left;
	width: 150px;		/* 横幅の指定*/
	border-right: 1px solid #CCCCCC;
}
#subNav li a {
	display: block;
	width: 100%;
	line-height: 1.5em;
	color: #333333;
	text-decoration: none;
	text-align: center;
	background: #E8E8E8 url(./images/global_nav_a_bg.gif) 0 0 repeat-x;
}
#subNav li a:hover {
	color: #FFFFFF;
	background: #50B622 url(./images/global_nav_a_bg.gif) 0 -100px repeat-x;
}
#subNav li.selected a {
	color: #006600; /* オンマウス時の文字色を指定 */
	background-color: #FFFFFF; /* オンマウス時の背景色を指定 */
	background-image: url(../images/158down.gif); /* オンマウス時の背景画像を指定 */
}

