@charset "utf-8";

/* *********************************************************
 *
 * altstack base style seet
 * Copyright : altstack All Rights reserved.
 *
 * *********************************************************
 \*/

/*____________ element ____________\*/

html, body, div, span,applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dd, dl, dt, li, ol, ul,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	text-align: left;
	vertical-align: ;
}

a img, :link img, :visited img {
	border: 0;
}


q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

html, body {
height: 100%;
}

body {
	font-size: 62.5%;
	color: #000;
	font-family: Verdana, Helvetica, sans-serif;
	_text-align: center;
	background: #808080;
}

em {
	font-style: normal;
	font-weight: bold;
}

strong {
	font-weight: bold;
}


a:focus {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

img {
	vertical-align: bottom;
}

a img {
	border: none;
}

li img {
	vertical-align: bottom;
}

label {
	cursor: pointer;
}

hr {
	height: 1px;
	color: #ccc;
	background-color: #ccc;
	border: none;
	margin-bottom: 10px;
	padding: 0;
	overflow: hidden;
} 

/*____________ bits ____________\*/

.fclear {
	clear: both;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.align_c {
	text-align: center;
}

.align_l {
	text-align: left;
}

.align_r {
	text-align: right;
}

.nomargin {
	margin: 0px;
}

.marginb10 {
	margin-bottom: 10px;
}

.marginb20 {
	margin-bottom: 20px;
}

.marginb30 {
	margin-bottom: 30px;
}


.marginb2em {
	margin-bottom: 2em;
}

.paddingt2em {
	padding-top: 2em;
}

.hide {
	display: none;
}

.hidden {
	visibility: hidden;
}

.hidedisp {
	position:absolute;
	left: -1000%;
}

.underline {
	text-decoration: underline;
}

.overline {
	text-decoration: overline;
}

.ssfont {
	font-size: xx-small;
}

.sfont {
	font-size: x-small;
}

.mfont {
	font-size: medium;
}

.blue {
	color: #00f;
}

.red {
	color: #f00;
}

.orange {
	color: #f60;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

hr.hidden {
	height: 1px;
	clear: both;
	padding: 0;
	margin: 0;
	overflow: hidden;
}


br.fclear {
	clear: both;
	font-size: 1px;
	line-height: 0px;
	height: 1px;
	overflow: hidden;
}

div.fclear {
	height: 1px;
	overflow: hideen;
}

.fclear hr {
	display: none;
	height: 0px;
	margin: 0;
	padding: 0;
	overflow: hideen;
}

/*____________ table ____________\*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.simpletable {
	border: 1px solid #999;
	border-collapse: collapse;
	margin: 0 0 1em;
}

.simpletable th {
	border: 1px solid #999;
	padding: 2px 5px;
	white-space: nowrap;
}

.simpletable td {
	border: 1px solid #999;
	padding: 2px 5px;
}

.calendartable {
	border: 1px solid #ccc;
}

.simpletable#mailform01 {
	width: 98%;
	margin-bottom: 20px;
	border: none;
}

.simpletable#mailform01 th {
	width: 150px;
	font-size: 0.9em;
	lihe-height: 1.4em;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	border: none;
	padding: 3px 7px 3px;
	white-space: normal;
	background: #e6e6e6;
}

.simpletable#mailform01 span {
	text-align: left;
	font-size: 0.9em;
	color: #f00;
}

.simpletable#mailform01 td {
	font-size: 0.9em;
	vertical-align: top;
	font-weight: bold;
	padding: 3px 7px 3px;
	lihe-height: 1.5em;
	margin-bottom: 1em;
	border: none;
	background: #e6e6e6;
}

.simpletable#mailform01 th.oddtr01, .simpletable#mailform01 td.oddtr01 {
	background: #ccc;
}

.simpletable#mailform01 td.titlecol {
	color: #fff;
	font-weight: bold;
	background: #663;
}

.simpletable#mailform01 td input {
	padding: 3px;
}

.simpletable#mailform01 td input#zipcode00 {
	width: 65px;
}

.simpletable#mailform01 td input#zipcode01 {
	width: auto;
}

.simpletable#mailform01 td input#address5 {
	width: 80%;
}

.simpletable#mailform01 td textarea {
	width: 98%;
	height: 15em;
	padding: 3px;
}

.simpletable#mailform01 td #radio01,.simpletable#mailform01 td #radio02 {
	width: auto;
	padding: 0;
}

.formsubmit {
	text-align: center;
}

.formsubmit input {
	padding: 10px 10px;
}

.mailform02 {
	width: 98%;
	border: 1px solid #999;
	border-collapse: collapse;
	margin: 0 0 1em;
}

.mailform02 th {
	color: #000;
	padding: 2px 5px;
	border: 1px solid #999;
	background: #f2f2f2;
	white-space: nowrap;
}

.mailform02 td {
	border: 1px solid #999;
	padding: 2px 5px;
	font-size: 0.9em;
	vertical-align: top;
}

/*____________ contents bg ____________\*/

#contentsbg {
	width: 800px;
	background: #fff url(../img/back_footer_02.gif) left bottom repeat-x;
	margin: 0 auto;
	_text-align: left
}

/*____________ header ____________\*/

#header {
	height: 86px;
	background: url(../img/back_header_01.gif) left top no-repeat;

}

#header h1 {
	width: 88px;
	height: 63px;
	background: url(../img/back_logo_01.gif) left top no-repeat;
	overflow: hidden;
	float: left;
}

#header h1 a {
	display: block;
	height: 0;
	background: url(../img/back_logo_01.gif) left top no-repeat;
	padding: 65px 0 0;
}

#header p {
	height: 0px;
	width: 710px;
	padding: 63px 0 0;
	_padding: 1px 0 0;
	overflow: hidden;
	text-align: right;
}

#header ul {
	min-height: 23px;
	_height: 23px;
	padding: 0 0 0 140px;
	clear: both;
	background: #f6f6f6;
}

#header ul li {
	display: block;
	height: 23px;
	list-style-type: none;
	float: left;
	overflow: hidden;
}

#header ul li a {
	display: block;
	height: 0;
	padding: 23px 0 0;
}

#header ul li#headmenu01 {
	width: 56px;
	background: url(../img/btn_headermenu_on_01.gif) left top no-repeat;
}

#header ul li#headmenu01 a {
	width: 56px;
	background: url(../img/btn_headermenu_01.gif) left top no-repeat;
}

#header ul li#headmenu01 a:hover {
	background: url(../img/btn_headermenu_on_01.gif) left top no-repeat;
}

#header ul li#headmenu02 {
	width: 134px;
	background: url(../img/btn_headermenu_on_02.gif) left top no-repeat;
}

#header ul li#headmenu02 a {
	width: 134px;
	background: url(../img/btn_headermenu_02.gif) left top no-repeat;
}

#header ul li#headmenu02 a:hover {
	background: url(../img/btn_headermenu_on_02.gif) left top no-repeat;
}

#header ul li#headmenu03 {
	width: 63px;
	background: url(../img/btn_headermenu_on_03.gif) left top no-repeat;
}

#header ul li#headmenu03 a {
	width: 63px;
	background: url(../img/btn_headermenu_03.gif) left top no-repeat;
}

#header ul li#headmenu03 a:hover {
	background: url(../img/btn_headermenu_on_03.gif) left top no-repeat;
}

#header ul li#headmenu04 {
	width: 64px;
	background: url(../img/btn_headermenu_on_04.gif) left top no-repeat;
}

#header ul li#headmenu04 a {
	width: 64px;
	background: url(../img/btn_headermenu_04.gif) left top no-repeat;
}

#header ul li#headmenu04 a:hover {
	background: url(../img/btn_headermenu_on_04.gif) left top no-repeat;
}

#header ul li#headmenu05 {
	width: 87px;
	background: url(../img/btn_headermenu_on_05.gif) left top no-repeat;
}

#header ul li#headmenu05 a {
	width: 87px;
	background: url(../img/btn_headermenu_05.gif) left top no-repeat;
}

#header ul li#headmenu05 a:hover {
	background: url(../img/btn_headermenu_on_05.gif) left top no-repeat;
}

#header ul li#headmenu06 {
	width: 134px;
	background: url(../img/btn_headermenu_on_06.gif) left top no-repeat;
}

#header ul li#headmenu06 a {
	width: 134px;
	background: url(../img/btn_headermenu_06.gif) left top no-repeat;
}

#header ul li#headmenu06 a:hover {
	background: url(../img/btn_headermenu_on_06.gif) left top no-repeat;
}

#header ul li#headmenu07 {
	width: 63px;
	background: url(../img/btn_headermenu_on_07.gif) left top no-repeat;
}

#header ul li#headmenu07 a {
	width: 63px;
	background: url(../img/btn_headermenu_07.gif) left top no-repeat;
}

#header ul li#headmenu07 a:hover {
	background: url(../img/btn_headermenu_on_07.gif) left top no-repeat;
}

/*____________ contents ____________\*/

.contents {
	background: #fff url(../img/back_contents01.gif) left top repeat-y;
}

/*____________ maincol ____________\*/

#maincol {
	width: 657px;
	float: right;
	overflow: hidden;
}

#maincolhead {
	margin: 0 0 10px;
}

#maincolhead ul {
	height: 60px;	
	padding: 0 0 0 5px;
	background: #003d12 url(../img/back_centermanu_01.gif) left bottom repeat-x;
}

#maincolhead ul li {
	width: 162px;
	diplay: block;
	height: 50px;
	list-style-type: none;
	float: left;
	overflow: hidden;
}

#maincolhead ul li a {
	width: 162px;
	diplay: block;
	height: 0px;
	padding: 50px 0 0;
	list-style-type: none;
	float: left;
	overflow: hidden;
}

#maincolhead ul li#maincolmenu01 {
	background: url(../img/btn_centermenu_on_01.jpg) left top no-repeat;
}

#maincolhead ul li#maincolmenu01 a {
	background: url(../img/btn_centermenu_01.jpg) left top no-repeat;
}

#maincolhead ul li#maincolmenu01 a.now {
	background: url(../img/btn_centermenu_on_01.jpg) left top no-repeat;
}

#maincolhead ul li#maincolmenu01 a:hover {
	background: url(../img/btn_centermenu_on_01.jpg) left top no-repeat;
}

#maincolhead ul li#maincolmenu02 {
	width: 161px;
	background: url(../img/btn_centermenu_on_02.jpg) left top no-repeat;
}

#maincolhead ul li#maincolmenu02 a {
	width: 161px;
	background: url(../img/btn_centermenu_02.jpg) left top no-repeat;
}

#maincolhead ul li#maincolmenu02 a.now {
	width: 161px;
	background: url(../img/btn_centermenu_on_02.jpg) left top no-repeat;
}

#maincolhead ul li#maincolmenu02 a:hover {
	background: url(../img/btn_centermenu_on_02.jpg) left top no-repeat;
}

#maincolhead ul li#maincolmenu03 {
	background: url(../img/btn_centermenu_on_03.jpg) left top no-repeat;
}

#maincolhead ul li#maincolmenu03 a {
	background: url(../img/btn_centermenu_03.jpg) left top no-repeat;
}

#maincolhead ul li#maincolmenu03 a.now {
	background: url(../img/btn_centermenu_on_03.jpg) left top no-repeat;
}

#maincolhead ul li#maincolmenu03 a:hover {
	background: url(../img/btn_centermenu_on_03.jpg) left top no-repeat;
}

#maincolhead ul li#maincolmenu04 {
	background: url(../img/btn_centermenu_on_04.jpg) left top no-repeat;
}

#maincolhead ul li#maincolmenu04 a {
	background: url(../img/btn_centermenu_04.jpg) left top no-repeat;
}

#maincolhead ul li#maincolmenu04 a.now {
	background: url(../img/btn_centermenu_on_04.jpg) left top no-repeat;
}

#maincolhead ul li#maincolmenu04 a:hover {
	background: url(../img/btn_centermenu_on_04.jpg) left top no-repeat;
}

.halfcol_l {
	width: 328px;
	float: left;
}

.halfcol_r {
	width: 328px;
	float: right;
}

ul.arrivallist {
	width: 308px;
	min-height: 376px;
	max-height: 376px;	
	_height: 376px;
	padding: 10px 6px 0 2px;	
	margin: 0 0 15px 2px;
	overflow: auto;
	background: #ebebeb;
}

ul.arrivallist li {
	width: 278px;
	padding: 0 5px 0 6px;
	margin: 0 0 10px 0;
	list-style-type: none;
	float: left;
}

ul.arrivallist li a {
}


ul.arrivallist li img {
	display: block;
	float: left;
}

ul.arrivallist li p.arrivaltext {
	display: block;
	width: 155px;
	margin: 0 0 0 123px;

}

ul.arrivallist li p.arrivaltext a {
	display: block;
	height: 81px;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #000;
	text-decoration: none;
	padding: 0 0 ;
	background: url(../img/icon_arrow_01.gif) right bottom no-repeat;
	overflow: hidden;
}

ul.arrivallist li .arrivaltext a:hover {
	text-decoration: underline;
}


ul.whtsnewlist {
	width: 309px;
	min-height: 376px;
	max-height: 376px;	
	height: 376px;
	padding: 10px 6px 0 2px;
	margin: 0 0 15px 2px;
	overflow: auto;
	background: #ebebeb;
}

ul.whtsnewlist li {
	display: block;
	width: 285px;

	padding: 0 0 0 6px;
	margin: 0 0 0.5em 0;
	list-style-type: none;
	clear: both;
}

ul.whtsnewlist li span.orange {
	font-size: 1.2em;
	line-height: 1.4em;
	width: 63px;
	display: block;
	float: left;
}

ul.whtsnewlist li p {
	font-size: 1.2em;
	line-height: 1.4em;
	display: block;
	margin: 0 0 0 73px;
	padding: 0;
}

.graybg01 {
	width: 638px;
	padding: 10px 0 0 6px;
	margin: 0 0 10px 2px;
	background: #ebebeb;

}

.graybg01 .halfcol_l {
	width: 316px;
	float: left;
	padding: 0 0 0 3px;
	overflow: hidden;
}

.graybg01 .halfcol_r {
	width: 318px;
	float: right;
	overflow: hidden;
}

.addressbg {
	display: block;
	width: 296px;
	height: 136px;
	padding: 10px 3px 0 11px;
	margin: 0 0 10px;
	background: url(../img/back_index_01.gif) left top no-repeat;
}

.addressbg2 {
	display: block;
	width: 296px;
	height: 136px;
	padding: 10px 3px 0 11px;
	margin: 0 10px 0 0;
	background: url(../img/back_index_01.gif) left top no-repeat;
}

.graybox#linkarea {
	width: 634px;
	padding: 0 0 0 4px;
}

#linkarea p {
	margin: 0 0 10px;
}

#linkarea p img {
	margin: 0 2px 3px 0;
}

/*____________ maincol maincolbody ____________\*/

.maincolbody01 {
	width: 636px;
	padding: 5px 12px 0 9px;
}

.maincolbody01 h2 {
}

.texth2 {
	width: 613px;
	min-height: 27px;
	_height: 27px;
	padding: 14px 0 0 23px;
	margin: 0 0 10px;
	font-size: 1.2em;
	background: url(../img/back_titleh2_01.gif) left bottom no-repeat;
}

.entrybody {
	font-size: 1.25em;
	line-height:1.6em;
	margin: 0 0 1em;
}

.entrybody2 {
	font-size: 1.25em;
	line-height:1.6em;
	padding: 0 1em 0 ;
	margin: 0 0 1em;
}

.entrybody3 {
	font-size: 1.25em;
	line-height:1.6em;
	padding: 0 42px 0 37px;
	margin: 0 0 1em;
}

.entrybody4 {
	width: 607px;
	font-size: 1.25em;
	line-height:1.6em;
	margin: 0 0 1em;
}

.exampleList {
	width: 287px;
	height: 122px;
	margin: 0 11px 27px;
	float: left;
	overflow: hidden;
}

ul.inlinenavi01 {
	min-height: 2.5em;
	_height: 2.5em;
	font-size: 1.1em;
	padding: 0.5em 2px 1em;
	margin: 0 0 1em;
}

ul.inlinenavi01 li {
	display: block;
	padding: 3px 0;
	list-style-type: none;
	float: left;
}

ul.inlinenavi01 li a {
	display: block;
	color: #63705d;
	padding: 0 5px;
	margin: 0 0 0;
	border: none;
	white-space: nowrap;
	border-left: 1px solid #63705d;
}

ul.inlinenavi01 li a:hover {
	background: #f0f0f0;
}


ul.inlinenavi02 {
	height: 1.8em;
	font-size: 1.1em;
	padding: 0.5em 2px;
	margin: 0 0 2em;
}

ul.inlinenavi02 li {
	display: block;
	font-size: 1.6em;
	padding: 3px 0;
	list-style-type: none;
	float: left;
}

ul.inlinenavi02 li a {
	color: #63705d;
	padding: 0 5px;
	margin: 0 0 0;
	border: none;
	text-decoration: none;
	white-space: nowrap;
}

ul.inlinenavi02 li a:hover {
	color: #19ab0d;
}

ul.inlinenavi03 {
	width: 516px;
	height: 28px;
	padding: 3px 0 3px 120px;
	margin: 0 0 10px;
	overflow: hidden;
	background: url(../img/back_inlinebavi_03.gif) left top no-repeat;
}

ul.inlinenavi03 li {
	display: block;
	width: 86px;
	font-size: 1.4em;
	margin: 0 2px 0 0;
	list-style-type: none;
	float: left;
	overflow: hidden;
}

ul.inlinenavi03 li a {
	display: block;
	width: 74px;
	color: #fff;
	padding: 6px 5px;
	background: #838383;
	text-decoration: none;
}

ul.inlinenavi03 li a:hover {
	background: #a0a098;
	text-decoration: none;
}


.examplebox_l {
	width: 290px;
	min-height: 260px;
	_height: 260px;
	padding: 0 0 0 15px;
	margin: 0 0 10px;
	float: left;
}

.examplebox_r {
	width: 290px;
	min-height: 260px;
	_height: 260px;
	padding: 0 15px 0 0;
	margin: 0 0 10px;
	float: right;
}

.exampleimg01 {
	width: 179px;
	height: 179px;
	float: left;
	overflow: hidden;
}

.exsampletext01 {
	width: 100px;
	margin: 0 0 10px;
	float: right;
}

.examplebox_l .exsampletext01 {
	height: 120px;
	overflow: hidden;
}

.examplebox_r .exsampletext01 {
	height: 170px;
	overflow: hidden;
}

.exsampletext01 p {
	font-size: 0.8em;
	line-height: 1.5em;
}

.examplearrow01 {
	width: 100px;
	text-align: center;
	float: right;
}

.examplebox_l p.fclear, .examplebox_r p.fclear {
	display: block;
	width: 290px;
	clear: both;
}

.adminlistbox01 {
	width: 600px;
	overflow: hidden;
}

.adminlistbox01_l {
	width: 150px;
	height: 158px;
	float: left;
	overflow: hidden;
}

.adminlistbox01_r {
	width: 437px;
	line-height: 1.5em;
	float: right;
	overflow: hidden;
}

.orferres_border01 {
	clear: both;
	padding: 0 11px;
}

.orderres_box01 {
	width: 614px;
	padding: 0 11px;
	overflow: hidden;
	margin: 0 0 10px;
}

p.orderres_img01 {
	width: 220px;
	min-height: 200px;
	_height: 200px;
	float: left;
}

p.orderres_img01 img {
	padding: 12px;
	margin: 12px 0 0 17px;
	background: #f2efe8;
	border: 1px solid #999;
}

.orderres_textbox01 {
	width: 383px;
	float: right;
	margin: 0 0 10px;
}

.orderres_textbox01 h4 {
	margin: 0 0 10px;
}

.orderres_textbox01 p {
	font-size: 1.25em;
	line-height: 1.6em;
	overflow: hidden;
}

.orderres_textbox02 {
	width: 280px;
	float: right;
	font-size: 1.25em;
	line-height: 1.6em;
	margin: 0 0 10px;
}

.orderres_textbox02 h4 {
	margin: 0 0 10px;
}

.orderres_textbox02 p {
	font-size: 1.25em;
	line-height: 1.6em;
	overflow: hidden;
}

.orderres_box02 {
	width: 614px;
	padding: 0 11px;
	margin: 0 0 20px;
	overflow: hidden;
}

p.orderres_img02 {
	width: 296px;
	min-height: 296px;
	_height: 296px;
	float: left;
}

p.orderres_img02 img {
	padding: 12px;
	margin: 12px 0 0 25px;
	background: #f2efe8;
	border: 1px solid #999;
}

.orderres_textbox02 {
	width: 314px;
	float: right;
}

.orderres_textbox02 h4 {
	margin: 0 0 10px;
}



.ordertypenavi {
	width: 495px;
	height: 45px;
	padding: 0 0 0 149px;
	margin: 0 0 15px;
	background: url(../img/btn_orderres_00.gif) left top no-repeat;
}

.ordertypenavi li {
	display: block;
	width: 644px;
	height: 45px;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.ordertypenavi li a {
	display: block;
	height: 0px;
	padding: 45px 0 0 0;
	overflow: hidden;
}

.ordertypenavi li.ordertypebtn01 {
	width: 82px;
	background: url(../img/btn_orderres_02.gif) left top no-repeat;
}

.ordertypenavi li.ordertypebtn01 a {
	background: url(../img/btn_orderres_02.gif) left top no-repeat;
}

.ordertypenavi li.ordertypebtn01 a:hover {
	background: url(../img/btn_orderres_on_02.gif) left top no-repeat;
}

.ordertypenavi li.ordertypebtn02 {
	width: 82px;
	background: url(../img/btn_orderres_03.gif) left top no-repeat;
}

.ordertypenavi li.ordertypebtn02 a {
	background: url(../img/btn_orderres_03.gif) left top no-repeat;
}

.ordertypenavi li.ordertypebtn02 a:hover {
	background: url(../img/btn_orderres_on_03.gif) left top no-repeat;
}

.ordertypenavi li.ordertypebtn03 {
	width: 81px;
	background: url(../img/btn_orderres_04.gif) left top no-repeat;
}

.ordertypenavi li.ordertypebtn03 a {
	background: url(../img/btn_orderres_04.gif) left top no-repeat;
}

.ordertypenavi li.ordertypebtn03 a:hover {
	background: url(../img/btn_orderres_on_04.gif) left top no-repeat;
}

.ordertypenavi li.ordertypebtn04 {
	width: 81px;
	background: url(../img/btn_orderres_05.gif) left top no-repeat;
}

.ordertypenavi li.ordertypebtn04 a {
	background: url(../img/btn_orderres_05.gif) left top no-repeat;
}

.ordertypenavi li.ordertypebtn04 a:hover {
	background: url(../img/btn_orderres_on_05.gif) left top no-repeat;
}

.ordertypenavi li.ordertypebtn05 {
	width: 82px;
	background: url(../img/btn_orderres_06.gif) left top no-repeat;
}

.ordertypenavi li.ordertypebtn05 a {
	background: url(../img/btn_orderres_06.gif) left top no-repeat;
}

.ordertypenavi li.ordertypebtn05 a:hover {
	background: url(../img/btn_orderres_on_06.gif) left top no-repeat;
}

.ordertypenavi li.ordertypebtn06 {
	width: 87px;
	background: url(../img/btn_orderres_07.gif) left top no-repeat;
}

.ordertypenavi li.ordertypebtn06 a {
	background: url(../img/btn_orderres_07.gif) left top no-repeat;
}

.ordertypenavi li.ordertypebtn06 a:hover {
	background: url(../img/btn_orderres_on_07.gif) left top no-repeat;
}

/*____________ leftcol ____________\*/

#leftcol {
	width: 135px;
	float: left;
}

#leftcol p {
	text-align: center;
	margin: 0 0 1em;
}

#leftcol ul li {
	color: #fff;
	width: 135px;
	display: block;
	list-style-type: none;
	overflow: hidden;
}

#leftcol ul li a {
	display: block;
	width: 0;
	padding: 0 0 0 135px;
	overflow: hidden;
}

.leftborder01 {
	width: 123px;
	height: 1px;
	background: #40b936;
	padding: 0;
	margin: 0 6px 21px;
	_margin: 0 6px 11px;	
	overflow: hidden;
}
/* IE7 */
*+html .leftborder01 {
	margin: 0 6px 11px;
}

/*____________ footer ____________\*/

#footer {
	height: 47px;
	padding: 50px 0 0;
	background: url(../img/back_footer_01.gif) left top no-repeat;
	clear: both;
}

#footer p.float_l {
	color: #fff;
	width: 309px;
	line-height: 1.1em;
	padding: 20px 0 0 10px;
}

#footer p.float_r {
	color: #fff;
	width: 470px;
	text-align: right;
	line-height: 1.1em;
	padding: 20px 10px 0 0;
}

#footer p a {
	color: #fff;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}

