@charset "utf-8";
/* ---------------------------------------------- */
/* Base */
/* ---------------------------------------------- */
html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font:14px "MS Pゴシック",Arial,sans-serif;
	color: #666666;
	text-align: left;
	line-height: 1.3em;
	background: #FFFFFF url(img/body.jpg) repeat-x center top;
}
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: #0000ff;
	text-decoration: underline;
	line-height: 1.3em;
}
a:visited {
	color: #663366;
	text-decoration: underline;
	line-height: 1.3em;
}
a:hover , a:active {
	color: #009999;
	text-decoration: none;
	line-height: 1.3em;
}
li {
	line-height: 1.3em;
}

.clear-fix {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.Left {
	float: left;
	padding: 0px 10px 0px 0px;
}
.Right {
	float: right;
	padding: 0px 0px 0px 10px;
}
.Left{
	float: left;
}
.Right{
	float: right;
}
.l-float{
	margin: 0px 6px 6px 0px;
	float: left;
}
.r-float{
	margin: 0px 0px 6px 6px;
	float: right;
}
.img{
	float: left;
	display: inline;
	margin: 0px 4px 4px 0px;
	border: none;
}


/* ---------------------------------------------- */
/* Layout */
/* ---------------------------------------------- */
.wrap {
	padding: 0px;
	width: 900px;
	margin: 0px auto;
}


/* ---------------------------------------------- */
/* bread */
/* ---------------------------------------------- */
.bread {
    background: none repeat scroll 0 0 #01C428;
    color: #FFFFFF;
    font-size: 12px;
    margin: 0;
    padding: 4px 10px;
    width: 881px;
}


/* ---------------------------------------------- */
/* Page */
/* ---------------------------------------------- */
.ue{
	font-size: 12px;
	text-align: right;
	background: url(img/ue.gif) no-repeat right 8px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 24px;
	padding-bottom: 10px;
	padding-left: 5px;
}


/* ---------------------------------------------- */
/* nabi */
/* ---------------------------------------------- */
.nabi{
	margin: 0px 10px 10px 0px;
	padding: 5px;
}
.nabi a.navi_n,
.nabi a.navi_b{
	width:250px;
	display: block;
	margin: 0px;
	padding: 0px;
}
.nabi a.navi_n{
	text-align: right;
	float:right;
	background: url(img/PageNext.gif) no-repeat right 4px;
	padding: 0px 15px 0px 0px;
}
.nabi a.navi_b{
	text-align: left;
	float:left;
	background: url(img/PageBack.gif) no-repeat left 4px;
	padding: 0px 0px 0px 15px;
}

/* ---------------------------------------------- */
/* H1Area */
/* ---------------------------------------------- */
.H1Area {
    background: none repeat scroll 0 0 #01C428;
    margin: 0 auto;
    padding: 0 0 0 5px;
}
.H1Area .w900 {
	width:900px;
	color:#333333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
.H1Area h1 , .H1Area_title {
	font-size:12px;
	font-weight:normal;
	color:#FFF;
	line-height:1.2;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/* ---------------------------------------------- */
/* keyvisual */
/* ---------------------------------------------- */
.keyvisual {
    background: url("img/keyvisual.jpg") no-repeat scroll center top transparent;
    border-left: 1px solid #999999;
    height: 180px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 900px;
}
.keyvisual .logo {
    padding: 50px 0 0;
}
.keyvisual h1, .keyvisual-txt {
	color:#666;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.1em;
	padding-left: 20px;
	top: 5px;
	position: absolute;
	margin: 0px;
}
.keyvisual h1 a:link , .keyvisual-txt a:link ,
.keyvisual h1 a:visited , .keyvisual-txt a:visited {
	color:#674A2C;
	text-decoration: none;
}
.keyvisual h1 a:hover , .keyvisual-txt a:hover ,
.keyvisual h1 a:active , .keyvisual-txt a:active {
	color:#674A2C;
	text-decoration: underline;
}
.keyvisual p.caption {
	color: #074977;
	padding-left: 26px;
	padding-top: 0px;
	margin: 0;
	font-size: 14px;
}
.keyvisual p.HeaderCatch {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 10px;
	top: 3px;
	font-weight: bold;
	color: #4f4f4f;
}
.Instructions {
	font-size: 12px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 150px;
	width: 300px;
}
.Instructions ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.Instructions ul li {
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
}
.Instructions ul li a {
	background: url(img/instructions.gif) no-repeat left center;
	display: block;
	width: 87px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	color: #066;
	font-size: 12px;
	height: 21px;
	line-height: 150%;
}
.Instructions ul li a:link , .Instructions ul li a:visited {
	color: #006699;
	font-size: 12px;
}
.Instructions ul li a:hover , .Instructions ul li a:active {
	color: #FFFFFF;
	background: url(img/instructions-hover.gif) no-repeat left center;
}

/* ---------------------------------------------- */
/* layout-two-column */
/* ---------------------------------------------- */
.layout-two-column {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.layout-two-column::after {display:block;content:'';clear:both;}
/* ---------------------------------------------- */
/* pankuzu */
/* ---------------------------------------------- */
#pankuzu{margin-top:5px;font-size:13px;}
#pankuzu a{color: #006699;font-size:13px;}

/* ---------------------------------------------- */
/* foot */
/* ---------------------------------------------- */
.foot {
	text-align: center;
	color: #4F4F4F;
	font-size: 12px;
	background: #01c428;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.foot a:link ,
.foot a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.foot a:hover ,
.foot a:active {
	color: #FFCC66;
	text-decoration: underline;
}

/* ---------------------------------------------- */
/* Column */
/* ---------------------------------------------- */
.contents_area {
	width: 630px;
	float: left;
	margin: 0px;
	background: url(img/contents.gif) no-repeat left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.globalNavi {
	width: 270px;
	float: right;
	background: #FFFFFF url(img/globalNavi.gif) repeat-y center top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


/* ---------------------------------------------- */
/* Side */
/* ---------------------------------------------- */
.GuideTop {
	background: #FFFFFF url(img/guidetop.gif) no-repeat 0px 0px;
	padding: 0px;
	text-align: center;
	width: 270px;
	height: 48px;
	line-height: 48px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}
.assist_nav {
	width: 260px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7ae78a;
}


/* ---------------------------------------------- */
/* SideMenuListHead */
/* ---------------------------------------------- */
.GuideTopLink , 
.category {
	background: url(img/sidemenu-list.gif) no-repeat left bottom;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	width: 245px;
	color: #FFFFFF;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 5px;
	border: 1px solid #CCC;
}

.GuideTopLink a , 
.category a {
	display: block;
	background: url(img/category-guide.gif) no-repeat left bottom;
	padding-left: 24px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #FFF;
}

.GuideTopLink a:hover , 
.category a:hover {
	background: url(img/category_hover.gif) no-repeat left bottom;
	color: #069;
}



/* ---------------------------------------------- */
/* SideMenuList */
/* ---------------------------------------------- */
.assist_nav ul {
	padding: 0px;
	list-style: none;
	width: 250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	border: 1px solid #7ae78a;
	background: #effaf2;
}
.assist_nav ul li {
	margin: 0px;
	padding: 0px;
}

.assist_nav ul.entry-page li a {
    background: url("img/local-navi.gif") no-repeat scroll 5px center transparent;
    border-top: 1px dotted #7AE78A;
    color: #006699;
    display: block;
    margin: 1px 0;
    padding: 10px 10px 10px 26px;
}

.assist_nav ul.entry-page li a:hover {
	background: url(img/assistnavi-hover.gif) no-repeat 5px center;
	color: #690;
}

/* ---------------------------------------------- */
/* SideMenuListPickup */
/* ---------------------------------------------- */
.assist_nav ul li.boldness a {
    background: url("img/assistnav-pickup.gif") no-repeat scroll left top #DEEFCE;
    color: #006699;
    display: block;
    padding: 10px 10px 10px 50px;
}

.assist_nav ul li.boldness a:hover {
	background: url(img/assistnav-pickup-hover.gif) no-repeat left top;
	color: #690;
}


/* ---------------------------------------------- */
/* content */
/* ---------------------------------------------- */
.content , .lowpage{
	background: #FFF url(img/content.gif) repeat-y center top;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #01c428;
}
.content h2, .lowpage h1 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 1.5em;
	background: #FFFFFF url(img/content-h2.gif) no-repeat left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #01c428;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #01c428;
	border-right-color: #01c428;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #01c428;
}

/* --------------h2,h3デフォルト設定------------------ */

.content h3 , .lowpage h2 {
	font-weight: bold;
	color: #666666;
	font-size: 21px;
	line-height: 1.1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #01c428;
	background: #FFFFFF url(img/content-h3.gif) no-repeat left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #01c428;
}

.content h4 , .content h5 , .content h6 ,
.lowpage h3 , .lowpage h4 , .lowpage h5 , .lowpage h6 {
    background: url("img/midashi.jpg") no-repeat scroll left bottom #FFFFFF;
    border: 1px solid #999999;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin: 10px 0;
    padding: 10px;
}

/* --------------h2,h3　パーツデザイン設定------------------ */

.content h3.head_A, .lowpage h2.head_A {
	background: none;
	color: #ffffff;
	font-size:21px;
	padding:13px 12px;
	color:#666666;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #01c428;
	border-right-color: #01c428;
	border-bottom-color: #01c428;
	border-left-color: #01c428;
}
.content h2.head_A, .lowpage h1.head_A {
	background: none;
	color: #ffffff;
	font-size:21px;
	padding:13px 12px;
	color:#666666;
	margin-bottom: 20px;
	border-left-width: 6px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-left-color: #01c428;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #01c428;
	border-right-color: #01c428;
	border-bottom-color: #01c428;
}
.content h3.head_B, .lowpage h2.head_B {
	background: none;
	color: #ffffff;
	font-size:18px;
	padding:10px 12px;
	color:#01c428;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #01c428;
	border-bottom-color: #01c428;
}
.content h2.head_B, .lowpage h1.head_B {
	background: none;
	color: #ffffff;
	font-size:18px;
	padding:10px 12px;
	color:#01c428;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #01c428;
	border-bottom-color: #01c428;
}
.content h2.head_C, .lowpage h1.head_C {
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom: none;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0 0 10px;
	padding: 10px 0 10px 10px;
	background: #01c428;
}
.content h3.head_C, .lowpage h2.head_C {
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom: none;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0 0 10px;
	padding: 10px 0 10px 10px;
	background: #01c428;
}
.content h2.head_D, .lowpage h1.head_D {
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom: none;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0 0 10px;
	padding: 5px 0 5px 10px;
	background: #01c428;
}
.content h3.head_D, .lowpage h2.head_D {
	background-color:#FEEAAE;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom: none;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0 0 10px;
	padding: 5px 0 5px 10px;
}
.content h2.head_E, .lowpage h1.head_E {
	background: #FFFFFF url(img/bg_icon.png) no-repeat scroll right bottom;
	color: #333;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0 0 10px;
	padding: 25px 90px 25px 10px;
	border: 1px solid #999;
}
.content h3.head_E, .lowpage h2.head_E {
	background: #FFFFFF url(img/bg_icon.png) no-repeat left bottom;
	border: 1px solid #CCCCCC;
	color: #333;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0 0 10px;
	padding: 25px 90px 25px 10px;
}
.content h2.head_F, .lowpage h1.head_F {
	border: 1px solid #999;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	height: 25px;
	color: #333;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	background: #FFF url(img/midashi.jpg) no-repeat left bottom;
}
.content h3.head_F, .lowpage h2.head_F {
	border: none;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	height: 35px;
	color: #333;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	background: #FFF url(img/midashi.jpg) no-repeat left bottom;
}
/* --------------h2,h3　パーツデザイン（ランキング）設定------------------ */

.content h3.rank_01, .lowpage h2.rank_01 {
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom: none;
	background: #FFFFFF url(img/no1.gif) no-repeat left center;
	color: #666;
	font-size:18px;
	padding:5px 0 8px 45px;
}
.content h3.rank_02, .lowpage h2.rank_02 {
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom: none;
	background: #FFFFFF url(img/no2.gif) no-repeat left center;
	color: #666;
	font-size:18px;
	padding:5px 0 8px 45px;
}
.content h3.rank_03, .lowpage h2.rank_03 {
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom: none;
	background: #FFFFFF url(img/no3.gif) no-repeat left center;
	color: #666;
	font-size:18px;
	padding:5px 0 8px 45px;
}

/* --------------パーツデザイン（ランキング）設定------------------ */

.content .rank_01, .lowpage .rank_01 {
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom: none;
	background: #FFFFFF url(img/no1.gif) no-repeat left center;
	color: #666;
	font-size:18px;
	padding-top: 14px;
	padding-right: 0;
	padding-bottom: 14px;
	padding-left: 50px;
}
.content .rank_02, .lowpage .rank_02 {
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom: none;
	background: #FFFFFF url(img/no2.gif) no-repeat left center;
	color: #666;
	font-size:18px;
	padding-top: 14px;
	padding-right: 0;
	padding-bottom: 14px;
	padding-left: 50px;
}
.content .rank_03, .lowpage .rank_03 {
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom: none;
	background: #FFFFFF url(img/no3.gif) no-repeat left center;
	color: #666;
	font-size:18px;
	padding-top: 14px;
	padding-right: 0;
	padding-bottom: 14px;
	padding-left: 50px;
}


/* --------------h2,h3　枠線デザイン設定------------------ */

.content .waku_01, .lowpage .waku_01 {
	border:1px solid #01c428;
	margin: 0.5em 10px 1em;
	padding: 5px;
}
.content .waku_02, .lowpage .waku_02 {
	margin: 0.5em 10px 1em;
	padding: 5px;
	background: #effaf2;
}
.content .waku_03, .lowpage .waku_03 {
	border:1px dashed #01c428;
	margin: 0.5em 10px 1em;
	padding: 5px;
	background: #effaf2;
}	
.content .waku_04, .lowpage .waku_04 {
	background: url(img/paper_017_02.png) repeat-y 0 bottom;
	margin: 0.5em 10px 1em;
	padding: 5px;
	color: #003F5E;
}

.content p , .lowpage p {
	margin: 0.5em 10px 1.5em;
	padding: 0px;
	letter-spacing: 0.1em;
}
.content strong , .lowpage strong{
	font-weight:bold;
	color: #333333;
}
p.CatchCopy{
	border:1px solid #cdc7e1;
	color:#71719F;
	line-height: 37px;
	margin: 0px 10px 10px;
	padding: 19px 10px;
	background-attachment: scroll;
	background-image: url(img/CatchCopy.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
}


/* ---------------------------------------------- */
/* contentList */
/* ---------------------------------------------- */
.content ul  , .lowpage ul{
	margin: 10px 10px 1em 20px;
	padding: 0px;
	list-style: none;
}
.content ul li , .lowpage ul li {
	background: url(img/content-list.gif) no-repeat 0px top;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 24px;
}
.content ul.contentListLevel2 li , .lowpage ul.contentListLevel2 li {
	background: url(img/MainBodyListLevel2.gif) no-repeat 0px 3px;
}
.content ol  , .lowpage ol{
	margin: 10px 10px 1em 20px;
	padding: 0px;
}
.content ol li , .lowpage ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	line-height: 1.5em;
}


/* ---------------------------------------------- */
/* contentTable */
/* ---------------------------------------------- */
.content Table , .lowpage Table {
	margin: 10px 0px 15px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #01c428;
	border-left-color: #01c428;
}
.content Table th , .lowpage Table th {
	padding: 5px;
	line-height: 1.5em;
	font-weight: bold;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #01c428;
	border-bottom-color: #01c428;
	color: #505050;
	background: #effaf2;
}
.content Table td , .lowpage 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: #01c428;
	border-bottom-color: #01c428;
}


/* ---------------------------------------------- */
/* local_nav */
/* ---------------------------------------------- */
.local_nav {
	margin: 10px 0px 10px 0px;
	padding: 0px;
}
.local_nav h2 {
	border-bottom: 1px solid #538084;
	border-left: none;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.1em;
	color: #246;
	background-color: #e3f2fc;
	background-image: url(img/PageListHeadBgH2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.local_nav h3 {
	margin: 20px 0px 10px;
	padding: 5px 5px 5px 15px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.1em;
	color: #01585D;
	background-color: #f5fdfe;
	background-image: url(img/PageListHeadBgH3.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #79b6ec;
	border-left-style: none;
}

.local_nav ul li{
	background: url("img/local-navi.gif") no-repeat left center;
	margin:0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.local_nav ul li.inner_boldness{
	background: url(img/pagelist.gif) no-repeat left center;
	margin:0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}
