@charset "utf-8";
/* ---------------------------------------------- */
/* Base */
/* ---------------------------------------------- */
html {
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 14px;
	line-height: 1.5em;
	padding: 0px;
	margin: 5px 0px 0px;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
a:link {
	color: #3399FF;
	text-decoration: underline;
}
a:visited {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}

body {
	padding: 0px;
	font-size: 14px;
	text-align: center;
	color: #666666;
	background-repeat: repeat;
	background-color: #FFFFCC;
	background-image: url(../img/Bg.gif);
	margin: 15px 0px 20px 0px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #18ADED;
}
.Clear {
	font-size: 1px;
	clear: both;
}
.Left {
	float: left;
	padding: 0px 10px 0px 0px;
}
.Right {
	float: right;
	padding: 0px 0px 0px 10px;
}
.left{
	float: left;
}
.right{
	float: right;
}
.MainBodyImgLeft{
	margin: 0px 6px 6px 0px;
	float: left;
}
.MainBodyImgRight{
	margin: 0px 0px 6px 6px;
	float: right;
}
.img{
	float: left;
	display: inline;
	margin: 0px 4px 4px 0px;
	border: none;
}

/* ---------------------------------------------- */
/* Layout */
/* ---------------------------------------------- */
.All {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	padding: 0px;
	border: 1px solid #CCCCCC;
}

/* ---------------------------------------------- */
/* Pankuzu */
/* ---------------------------------------------- */
.Pankuzu {
	line-height: 1.3em;
	font-size: 12px;
	background-color: #C1ECF7;
	padding: 5px 10px 5px 10px;
	margin: 0px 2px 0px 2px;
	background-image: url(../img/footer_Bg.gif);
	background-repeat: repeat;
}
/* ---------------------------------------------- */
/* Page */
/* ---------------------------------------------- */
.PageUp{
	line-height: 1.3em;
	font-size: 12px;
	text-align:right;
	background-image: url(../img/Pageup.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin: 5px 10px 10px 0px;
	padding: 5px 15px 5px 5px;
}

.PageNavi{
	margin: 0px 10px 10px 0px;
	padding: 5px;
	line-height: 1.3em;
}
.PageNavi a.PageNaviNext,
.PageNavi a.PageNaviBack{
	width:250px;
	display: block;
	margin: 0px;
	padding: 0px;
}
.PageNavi a.PageNaviNext{
	text-align: right;
	float:right;
	background-image: url(../img/PageNext.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0px 15px 0px 0px;
}
.PageNavi a.PageNaviBack{
	text-align: left;
	float:left;
	background-image: url(../img/PageBack.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 15px;
}

/* ---------------------------------------------- */
/* HeaderArea */
/* ---------------------------------------------- */
.HeaderArea {
	padding: 0px;
	height: 253px;
	width: 900px;
	position: relative;
	background-image: url(../img/HeaderBg.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	margin: 0px;
}
.HeaderArea h1, .HeaderText {
	color: #666666;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 10px;
	top: 83px;
	width: 640px;
	text-align: center;
}
.HeaderArea h1 a:link , .HeaderText a:link ,
.HeaderArea h1 a:visited , .HeaderText a:visited {
	text-decoration: underline;
	color: #666666;
}
.HeaderArea h1 a:hover , .HeaderText a:hover ,
.HeaderArea h1 a:active , .HeaderText a:active {
	text-decoration: underline;
	color: #CCCC33;
}
.HeaderArea p.HeaderLead {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 10px;
	width: 640px;
	text-align: center;
	top: 126px;
	color: #333333;
}
.HeaderArea p.HeaderCatch {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 10px;
	top: 2px;
	width: 600px;
	height: 33px;
	line-height: 33px;
	color: #515151;
	font-size: 12px;
}
.HeaderInfoList {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 210px;
	right: 250px;
	width: 500px;
	font-size: 12px;
}
.HeaderInfoList ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.HeaderInfoList ul li {
	margin: 0px;
	padding: 0px;
	display:block;
	float: right;
}
.HeaderInfoList ul li a {
	display:block;
	background-image: url(../img/HeaderInfoListCross.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #0066FF;
	padding: 8px 0px 8px 20px;
	margin: 0px 1em 0px 0px;
}

/* ---------------------------------------------- */
/* ContentsArea */
/* ---------------------------------------------- */
.ContentsArea {
	background-color: #FFFFFF;
	background-position: 0px 0px;
	margin: 16px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
}
/* ---------------------------------------------- */
/* FooterLinkArea */
/* ---------------------------------------------- */
.FooterLinkArea {
	font-size: 12px;
	margin: 20px 2px 0px 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 0px 0px 10px 0px;
}
.FooterLinkArea dl {
	width: 220px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.FooterLinkArea dl dt {
	margin: 5px 0px 0px 10px;
	padding: 5px;
	background: #E5FCB4;
	line-height: 1.3em;
	font-size: 10px;
}
.FooterLinkArea dl dd {
	margin: 0px 0px 5px 10px;
	padding: 5px;
	line-height: 1.3em;
	font-size: 10px;
}

/* ---------------------------------------------- */
/* FooterCategoryArea */
/* ---------------------------------------------- */
.FooterCategoryArea{
	text-align: left;
	font-size: 12px;
	margin: 0px 2px 1px 2px;
	padding: 15px 5px 15px 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #EEFDFD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
/* ---------------------------------------------- */
/* AttentionArea */
/* ---------------------------------------------- */
.AttentionArea {
	margin: 20px 0px;
	font-size: 12px;
	line-height: 1.5em;
}
/* ---------------------------------------------- */
/* FooterArea */
/* ---------------------------------------------- */
.FooterArea {
	text-align: right;
	font-weight: normal;
	color: #003399;
	font-size: 12px;
	margin: 0px 2px 2px 2px;
	height: 25px;
	padding: 15px 10px 0px 0px;
	background-image: url(../img/footer_Bg.gif);
	background-repeat: repeat;
}
.FooterArea a:link ,
.FooterArea a:visited {
	color: #003399;
	text-decoration: none;
}
.FooterArea a:hover ,
.FooterArea a:active {
	color: #003399;
	text-decoration: underline;
}

/* ---------------------------------------------- */
/* Column */
/* ---------------------------------------------- */
.ColumnMain {
	width: 620px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.ColumnSide {
	width: 243px;
	float: right;
	background-image: url(../img/left_bg.gif);
	background-repeat: repeat-y;
	padding: 0px 0px 0px 0px;
	margin: 0px 7px 0px 0px;
}
/* ---------------------------------------------- */
/* Side */
/* ---------------------------------------------- */
.SideTopTitle {
	background: #559DE1 url(../img/SideMenuTitle.gif) no-repeat 0px 0px;
	text-align: left;
	width: 218px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	height: 46px;
	line-height: 39px;
	padding: 2px 0px 0px 25px;
}

.SideTopLink {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
.SideTopLink a {
	line-height: 1.3em;
	display: block;
	background-color: #FFFFFF;
	background-image: url(../img/SideMenuListCategoryLevel1.gif);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	padding: 6px 10px 6px 30px;
	color: #0066FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 1px 0px 0px 0px;
}
.SideTopLink a:hover {
	color: #00CC33;
}

.SideMenuListArea {
	padding: 0px;
	width: 231px;
	margin: 0px 6px 0px 6px;
}

/* ---------------------------------------------- */
/* SideMenuListHead */
.SideMenuListHeadLevel1,
.SideMenuListHeadLevel2 {
	padding: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
.SideMenuListHeadLevel1 a {
	line-height: 1.3em;
	display: block;
	background-color: #FFFFFF;
	background-image: url(../img/SideMenuListCategoryLevel1.gif);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	padding: 6px 10px 6px 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 1px 0px 0px 0px;
}
.SideMenuListHeadLevel2 a {
	line-height: 1.3em;
	display: block;
	background-color: #FFFFFF;
	background-image: url(../img/SideMenuListCategoryLevel2.gif);
	background-repeat: no-repeat;
	background-position: 12px 7px;
	padding: 6px 10px 6px 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 0px;
}
.SideMenuListHeadLevel1 a:hover {
}
.SideMenuListHeadLevel2 a:hover {
}

/* ---------------------------------------------- */
/* SideMenuList */
.SideMenuListArea ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.SideMenuListArea ul li,
.SideMenuListArea ul.SideMenuListLevel1 li,
.SideMenuListArea ul li.SideMenuListPickupLevel1 ,
.SideMenuListArea ul.SideMenuListLevel2 li,
.SideMenuListArea ul li.SideMenuListPickupLevel2 {
	margin: 0px;
	padding: 0px;
}

.SideMenuListArea ul li a,
.SideMenuListArea ul.SideMenuListLevel1 li a ,
.SideMenuListArea ul.SideMenuListLevel2 li a {
	margin: 0px;
	padding: 6px 10px 6px 30px;
	line-height: 1.3em;
	display: block;
}
.SideMenuListArea ul.SideMenuListLevel1 li a{
	background-color: #FFFFFF;
	background-image: url(../img/SideMenuListPageLevel1.gif);
	background-repeat: no-repeat;
	background-position: 30px 10px;
	padding-left: 48px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 1px 0px 0px 0px;
}
.SideMenuListArea ul.SideMenuListLevel2 li a{
	background-color: #FFFFFF;
	background-image: url(../img/SideMenuListPageLevel2.gif);
	background-repeat: no-repeat;
	background-position: 30px 10px;
	padding-left: 48px;
	margin-top: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 0px 0px 0px 0px;
}
.SideMenuListArea ul li a:hover,
.SideMenuListArea ul.SideMenuListLevel1 li a:hover ,
.SideMenuListArea ul.SideMenuListLevel2 li a:hover {
}


/* ---------------------------------------------- */
/* SideMenuListPickup */
.SideMenuListArea ul li.SideMenuListPickupLevel1 a {
	background-image: url(../img/SideMenuListPickupLevel1.gif);
	background-repeat: no-repeat;
	background-position: 25px 5px;
	margin: 1px 0px 0px 0px;
	padding: 6px 10px 6px 48px;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.SideMenuListArea ul li.SideMenuListPickupLevel1 a:hover {
}
.SideMenuListArea ul li.SideMenuListPickupLevel2 a {
	display:block;
	background-color: #FFFFFF;
	background-image: url(../img/SideMenuListPickupLevel2.gif);
	background-repeat: no-repeat;
	background-position: 25px 5px;
	margin: 1px 0px 0px 0px;
	padding: 6px 10px 6px 48px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.SideMenuListArea ul li.SideMenuListPickupLevel2 a:hover {
}




/* ---------------------------------------------- */
/* MainBody */
/* ---------------------------------------------- */
.MainBody , .MainBodyPage{
	margin: 0px 15px 10px 0px;
	padding: 0px 5px 0px 10px;
}

.MainBody h6 , .MainBodyPage h5 , .MainBodyPage h6 {
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #BEE5DF;
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 10px;
}
.MainBody h5 , .MainBodyPage h4 {
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #BEE5DF;
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 10px;
}
.MainBody h4 , .MainBodyPage h3 {
	font-size: 16px;
	font-weight:bold;
	margin:0px;
	background-image: url(../img/HeadBgH4.gif);
	color: #666666;
	border: 1px solid #D9D9D9;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding: 4px 8px 6px 14px;
	background-color: #F5F5F5;
}
.MainBody h3 , .MainBodyPage h2 {
	color:#FFFFFF;
	font-size:20px;
	font-weight:bold;
	background-image: url(../img/HeadBgH3.gif);
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #0069D2;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #3DB2FD;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 8px;
}
.MainBodyPage h2 a:link ,
.MainBodyPage h2 a:visited ,
.MainBodyPage h2 a:hover ,
.MainBodyPage h2 a:active {
	color: #FFFFFF;
}
.MainBodyPage h1 , .MainBody h2 {
	font-size: 24px;
	line-height: 1.3em;
	font-weight: bold;
	color: #3399FF;
	border: none;
	background-image: url(../img/HeadBgL.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 35px;
}

.MainBody p , .MainBodyPage p {
	margin: 0.5em 10px 1em;
	padding: 0px;
}
.MainBody strong , .MainBodyPage strong{
	font-weight:bold;
	color: #3399FF;
}
p.CatchCopy{
	color:#666666;
	line-height:38px;
	background-repeat: repeat;
	background-position: 0px 0px;
	background-image: url(../img/CatchCopy.gif);
	margin: 0px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
}

/* ---------------------------------------------- */
/* MainBodyList */
/* ---------------------------------------------- */
.MainBody ul  , .MainBodyPage ul{
	margin: 10px 10px 1em 20px;
	padding: 0px;
	list-style: none;
}
.MainBody ul li , .MainBodyPage ul li ,
.MainBody ul.MainBodyListLevel1 li , .MainBodyPage ul.MainBodyListLevel1 li {
	margin:0px;
	padding:0px 0px 5px 20px;
	line-height: 1.3em;
	background-image: url(../img/MainBodyListLevel1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.MainBody ul.MainBodyListLevel2 li , .MainBodyPage ul.MainBodyListLevel2 li {
	background-image: url(../img/MainBodyListLevel2.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
.MainBody ol  , .MainBodyPage ol{
	margin: 10px 10px 1em 20px;
	padding: 0px;
}
.MainBody ol li , .MainBodyPage ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	line-height: 1.5em;
}

/* ---------------------------------------------- */
/* MainBodyTable */
/* ---------------------------------------------- */
.MainBody Table , .MainBodyPage Table {
	margin: 10px 0px 15px 0px;
	padding: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
}
.MainBody Table th , .MainBodyPage Table th {
	font-weight: bold;
	padding: 5px;
	line-height: 1.5em;
	background-color: #E7FDD8;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
.MainBody Table td , .MainBodyPage Table td {
	padding: 5px;
	line-height: 1.5em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}

/* ---------------------------------------------- */
/* PageListArea */
/* ---------------------------------------------- */
.PageListArea {
	margin: 10px 0px;
	padding: 0px;
}
.PageListArea h2 {
	font-size: 16px;
	line-height: 1.1em;
	color: #FFFFFF;
	font-weight: bold;
	margin: 20px 0px 10px 5px;
	padding: 13px 0px 10px 36px;
	border: none;
	background: #FFFFFF url(../img/PageListHeadBg.gif) no-repeat 0px center;
}
.PageListArea h3 {
	font-size: 16px;
	line-height: 1.3em;
	color: #FFFFFF;
	font-weight: bold;
	margin: 20px 5px 10px 0px;
	padding: 7px 5px 7px 12px;
}
.PageListDouble {
	margin: 10px 0px;
	padding: 0px;
	background: url(../img/PageListBgDoubleFoot.gif) no-repeat 0px bottom;
}
.PageListSingle {
	margin: 10px 0px;
	padding: 0px;
	background: url(../img/PageListBgSingleFoot.gif) no-repeat 0px bottom;
}
.PageListSingle dl , .PageListDouble dl{
	margin: 0px;
	padding: 0px;
	width: 290px;
	float: left;
	background-image: url(../img/PageListBgSingleHead.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.PageListSingle dl {
	float:none;
}
.PageListSingle dl dt , .PageListDouble dl dt{
	margin: 0px;
	line-height: 1.5em;
	background-image: url(../img/PageListPage.gif);
	background-repeat: no-repeat;
	background-position: 15px 12px;
	padding: 10px 20px 5px 35px;
}
.PageListSingle dl dt.PageListPickup , .PageListDouble dl dt.PageListPickup{
	margin: 0px;
	line-height: 1.5em;
	background-image: url(../img/PageListPickup.gif);
	background-repeat: no-repeat;
	background-position: 20px 12px;
	padding: 10px 20px 5px 40px;
}
.PageListSingle dl dd , .PageListDouble dl dd{
	margin: 0px;
	line-height: 1.5em;
	padding: 0px 15px 10px 15px;
}
.PageListArea ul li{
	background: url(../img/PageListPage.gif) no-repeat 2px 7px;
	margin:0px;
	padding: 5px 0px 5px 26px;
}
.PageListArea ul li.PageListPickup{
	background: url(../img/PageListPickup.gif) no-repeat 3px 6px;
	margin:0px;
	padding: 5px 0px 5px 26px;
}

/* ---------------------------------------------- */
/* PageRelation */
/* ---------------------------------------------- */
.PageRelation{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px;
	line-height: 1.3em;
}
.PageRelation h2 {
	font-size: 18px;
	color: #3366FF;
	background-image: url(../img/PageRelationHeadBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 5px 0px 2px 0px;
	padding: 0px 10px 0px 36px;
	height: 36px;
	line-height: 36px;
	border: none;
}
.PageRelation ul {
	margin: 0px;
	list-style: none;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
}
.PageRelation ul li {
	line-height: 1.3em;
	background-image: url(../img/PageRelationListIcon.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	border: 1px solid #CCCCCC;
	margin: 0px 0px 2px 0px;
	padding: 4px 15px 4px 30px;
}

/* ---------------------------------------------- */
/* NewsTop */
/* ---------------------------------------------- */
.NewsTopArea {
	margin: 30px 0px 10px 0px;
	padding: 0px;
}
.NewsTopArea h2 {
	font-size: 18px;
	color: #3366FF;
	background-image: url(../img/NewsTopHeadBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 5px 0px 2px 0px;
	padding: 0px 10px 0px 36px;
	height: 36px;
	line-height: 36px;
	border: none;
}
.NewsTopArea ul {
	margin: 0px;
	list-style: none;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
}
.NewsTopArea ul li {
	line-height: 1.3em;
	background-image: url(../img/NewsTopListIcon.gif);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	border: 1px solid #CCCCCC;
	margin: 0px 0px 2px 0px;
	padding: 5px 15px 7px 26px;
}

/* ---------------------------------------------- */

.All .HeaderArea .HeaderInfoList a:hover {
	color: #996600;
}
.SideMenuBottom {
	background-image: url(../img/menu_under.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}
