@charset "Shift_JIS";

/*-- WORKS  BY  FLAPTURN
http://www.flapturn.jp
--*/


/*-- デフォルトのスタイルをリセット --*/

/*@import "reset.css";*/

/*-------- all page -------*/


html
{
	height: 100%;
	overflow-y: scroll;
	background:  url(/images/body/bg_body) repeat-x #ffffff;
	color: #666666;
}

html#index
{
	height: 100%;
	overflow-y: scroll;
	background:  url(/images/body/bg_html_index.gif) repeat-x #ffffff;
}

body
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
	line-height: 1.5em;
	border-top: #009ce5 4px solid;
}

/*-- 各種見出しの設定 --*/

h1
{
	width: 400px;
	height: 40px;
	font-size: 12px;
	text-align: left;
	color: #3590bf;
	float: left;
	padding: 0px;
	margin: 18px 0px 0px 70px;
	line-height: 1.1em;
	font-weight: bold;
	position: absolute;
}


h2
{
	width: 500px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	float: left;
	line-height: 1.2em;
	padding: 1px 0px;
	margin: 50px auto 0px;
}

h2#index
{
	width: 600px;
	font-size: 12px;
	font-weight: normal;
	padding:  0px;
	margin: 0px;
}


div#h3_title
{
	width: 610px;
	height: 120px;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	float: right;
	padding: 22px 0px 0px 20px;
	background:  url(/images/title/title_aboutus.jpg) no-repeat;
}

h3#title
{
	width: 620px;
	font-size: 20px;
	text-align: left;
	float: left;
	color: #2f85c3;
	padding: 5px 0px 5px 10px;
	margin: 0px 0px 0px 0px;
	border-top: #cccccc 1px dotted;
	border-bottom: #cccccc 1px dotted;
}


h3#title img
{
	vertical-align: middle;
}

h3#title b
{
	vertical-align: middle;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	font-weight: normal;
}

h3#footer
{
	margin: 20px auto;
	padding: 4px 0px ;
	text-align: right;
	color: #6699ff;
	clear: both;
	width: 850px;
	height: 20px;
	display: inline-block;
}

h4 img
{
	vertical-align: middle;
}


h4.index
{
	width: 100%;
	font-size: 16px;
	text-align: left;
	float: left;
	color: #2f85c3;
	padding: 5px 0px 5px 10px;
	margin: 10px 0px 20px 0px;
	border-top: #cccccc 1px dotted;
	border-bottom: #cccccc 1px dotted;
}

h4.title
{
	height: 24px;
	font-size: 16px;
	padding: 10px 0px 5px 30px ;
	margin: 0px 0px 10px 0px;
	color: #6699ff;
	background: #eeeeee;
}

h4.index b,
h4.title b
{
	vertical-align: middle;
	margin: 0px 0px 0px 10px;
	font-weight: normal;
}

h4.prtext_index
{
	width: 100%;
	font-size: 16px;
	text-align: left;
	float: left;
	color: #2f85c3;
	padding: 5px 0px 5px 10px;
	margin: 10px 0px 20px 0px;
	border-top: #cccccc 1px dotted;
	border-bottom: #cccccc 1px dotted;
}

h4.prtext_index b
{
	vertical-align: middle;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	font-weight: normal;
}


h4.title_news
{
width: 100%;
font-size: 16px;
text-align: left;
float: left;
color: #2f85c3;
padding: 5px 0px 5px 10px;
margin: 10px 0px 20px 0px;
border-top: #cccccc 1px dotted;
border-bottom: #cccccc 1px dotted;
}

h4.title_news span
{
	margin-right: 5px;
	padding: 5px 4px 3px;
	font-size: 14px;
	font-weight: normal;
}

h4.caption
{
	font-weight: bold;
	padding: 2px 4px 1px;
	font-weight: normal;
	border-bottom: #000000 3px solid;
}

h4.sidebar
{
	font-weight: bold;
	padding: 4px 8px 5px;
	font-weight: normal;
	color: #ffffff;
	background: #2f85c3;
}

h5.title
{
	width: 580px;
	height: 24px;
	padding: 7px 0px 0px 0px ;
	margin: 0px 0px 0px 20px;
	font-size: 14px;
}

h5.title b
{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	border-left: #6699ff 3px solid;
}

h5.sidebar_title
{
	padding: 4px 10px 2px;
	margin: 10px 0px;
	background: #dddddd;
}

h5.sub
{
	font-size: 14px;
	margin: 5px 0px 5px;
	padding: 4px 0px 6px 10px;
	border-left: #6699ff 3px solid;
}
a
{
	color: #6699ff;
	text-decoration: none;
}

a:hover
{
	color: #99ccff;
}

.mouseover2:hover
{
	filter: alpha(opacity=60);
  -moz-opacity:0.60;
  opacity:0.60;
}

span.attention
{
	width: 100%;
	float: left;
	clear: both;
	color: #ff0000;
	margin: 4px 0px;
	font-size: 12px;
	line-height: 1.3em;
}

div.buttons
{
	margin: 20px 0px 0px;
}


input[type=submit],
input[type=button],
.button
{
	padding: 4px 20px;
	margin: 4px 0px;
	font-size: 14px;
	cursor: pointer ;
	color: #ffffff;
	background: #006696;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #a8c1d2 ;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 2px rgba(255,255,255,0);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 2px rgba(255,255,255,0);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 2px rgba(255,255,255,0);
	text-shadow:
		0px 0px 0px rgba(000,000,000,0),
		0px 0px 0px rgba(255,255,255,0);
}

input.left
{
	float: left;
	margin: 4px 10px 0px 0px;
}


div.buttons input
{
	font-size: 14px;
	padding: 10px 20px;
}


div.buttons input.to_confirm
{
	width: 100%;
}

div.buttons form.back
{
	width: 24%;
}


div.buttons input.back
{
	width: 100%;
}

div.buttons form.to_complete
{
	width: 75%;
	float: right;
}


div.buttons input.to_complete
{
	width: 100%;
}


/*-- 全頁共通div --*/

div#wrap
{
	position: relative;
	width: 850px;
	min-height: 600px;
	height: auto !important;
	margin: 0px auto 0px;
	padding: 0px 20px 20px;
	text-align: left;
	font-size: 12px;
}

div#wrap_latecharges
{
	position: relative;
	width: 750px;
	height: auto !important;
	margin: 0px auto 0px;
	padding: 0px 20px 20px;
	text-align: left;
	font-size: 14px;
}


div#wrap_latecharges p,
div#wrap_latecharges span,
div#wrap_latecharges div.text
{
	margin: 0px 20px 20px;
}



div#header
{
	width: 850px;
	margin: 0px 0px 0px 0px;
	height: 90px;
}

div#header_index
{
	width: 850px;
	margin: 0px 0px 0px 0px;
	height: 10px;
}


div#header img#logo,
div#header_index img#logo
{
	float: left;
	margin: 5px 0px 0px;
}

div#header img#contact,
div#header_index img#contact
{
	float: right;
	margin: -32px 0px 0px 0px;
	background: #ffffff;
}

div#header_latecharges
{
	height: 90px;
}

div#navi
{
	width: 850px;
	height: 40px;
	margin: 10px auto 0px;
	text-align: center;
	background:  url(/images/body/bg_pagetop.gif) ;
}

div#navi ul
{
	width: 850px;
	height: 40px;
	float : left;
	margin: 0px;
	padding: 0px;
	text-align: left;
	list-style: none;
}

div#navi ul li
{
	float : left;
	_display: inline;
	border-right: #eeeeee 1px solid;
}

div#navi ul li:last-child
{
	float: left;
	text-align: left;
	height: 40px;
	background-position: right 4px;
}

div#navi ul li:not(:last-child)
{
	float: left;
	text-align: left;
	height: 30px;
}

div#navi ul li a
{
	text-decoration: none;
	display: block;
	font-size: 16px;
	height: 30px;
	margin: 0px;
	padding: 7px 20px 0px ;
	color: #017db8;
}

div#navi ul li:hover
{
}

div#navi ul li a:hover
{
}

div#main
{
	margin: 0px 0px 0px;
}

div.main
{
	position: relative;
	float: right;
	width: 640px;
	margin: 0px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
}

span#breadcrumbs
{
	float: left;
	font-size: 12px;
	width: 850px;
	margin: 10px 0px 10px;
	padding: 0px;
}

div#sidebar
{
	position: relative;
	float: left;
	width: 200px;
	margin: 0px;
}


div.sidebar
{
	position: relative;
	float: right;
	width: 180px;
	margin: 0px;
}

div.sidebar a.sidebar_link
{
	float: left;
	margin: 0px 0px 10px;
}

div.sidebar_navi a
{
	margin: 0px 0px 10px;
	display: inline-block;
}

div.enterprise
{
	border: #dddddd 1px solid;
	padding: 10px;
}

div.enterprise table
{
	font-size: 12px;
}

div.enterprise table th
{
	padding: 10px 0px 2px;
	margin: 0px 0px 10px;
	border-bottom: #2f85c3 2px solid;
}

div.enterprise table td
{
	padding: 10px 0px;
}

div.enterprise table input[type=submit],
div.enterprise table input[type=button]
{
	font-size: 14px;
}


div#footer_menu
{
	text-align: center;
}

div#footer_wrap
{
	width: 100%;
	margin: 90px auto 0px;
	padding: 10px 0px;
	background: #eeeeee;
	border-top: #dddddd 1px solid;
	clear: both;
}

div#footer
{
	width: 850px;
	position: relative;
	margin: 0px auto 0px;
	padding: 10px 0px 0px;
	clear: both;
	font-size: 12px;
	line-height: 1.5em;
}


div#pagetop
{
	float: right;
	width: 140px;
	height: 70px;
	padding: 0px;
	margin: -80px 0px 20px;
	background:  url(/images/body/bg_pagetop.gif) ;
	color: #ffffff;
	text-align: center;
}

div#pagetop:hover
{
	height: 72px;
	padding: 0px;
	margin: -82px 0px 20px;
}

div#pagetop a
{
	padding: 40px 30px 12px;
	font-size: 12px;
	color: #ffffff;
	display: block;
}

div#footer ul
{
	float: left;
	width: 550px;
	display: block;
	margin: 4px auto;
}


div#footer li
{
	float: left;
	margin-right: 10px;
}

div#footer li:not(:last-child):before
{
	content: '・';
}

div#footer li a
{
	color: #0066cc;
}


div#footer li a:hover
{
	color: #6699ff;
}

div#footer_operator
{
	float: right;
	width: 330px;
	height: 100px;
	color: #666666;
	display: block;
	text-align: left;
	margin: 4px auto;
	padding: 0px 0px 0px 30px;
	border-left: #c0e2f9 1px solid;
}

div#footer_operator table
{
}

div#footer_operator table th
{
	padding: 0px 4px;
}


div#footer_operator h5
{
	width: 330px;
	font-size: 20px;
	margin: 5px 0px;
	padding: 2px 4px 8px;
	font-weight: normal;
	border-bottom: #333333 1px solid;
}

div#footer_operator b
{
}

div#footer_pr_wrap
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	clear: both;
}

div#footer_pr
{
	width: 850px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	clear: both;
}

div#footer_pr b
{
	float: left;
}

div.cross_fade
{
	width: 800px;
	margin: 0px 0px 0px 6px;
	display: inline-block;
	position: relative;
}

div.cross_fade div
{
	position: absolute;
	top: 0px;
	width: 100%;
}



p.allpage
{
	margin: 0px 20px 10px;
	color: #333333;
}


div.error
{
	color: #FF0000;
	text-decoration: blink;
}

td.error,
th.error
{
	background-color: #ffcccc!important;
}

/*-- indexページ --*/

div#pr_index
{
	position: relative;
	float: left;
	width: 300px;
	height: 600px;
	margin: 10px 0px 0px;
	padding: 0px;
	overflow: hidden;
}

div#pr_index a:hover
{
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}



div#text_index
{
	float: right;
	width: 550px;
	height: auto;
	margin: 0px auto 20px;
}



div.prtext_index_left
{
	float: left;
	width: 540px;
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 20px;
}

div.prtext_index_right
{
	float: left;
	width: 530px;
	display: block;
	margin: 0px 0px 10px 20px;
	padding: 0px;
	clear: both;
}

div.prtext_index_right p,
div.prtext_index_right div.text
{
	display: block;
	margin: 0px 10px 0px 10px;
}

div.prtext_index_right a.enterprise
{
	margin: 0px 10px 0px 10px;
	background: url(/images/body/index_linkbox.gif) no-repeat  #0072a7;
	background-position: right 50%;
	display: inline-block;
	padding: 10px 50px 10px 20px ;
	color: #ffffff;
	border: #dddddd 1px solid;
}

div.prtext_index_right img.right
{
	float: right;
	margin: 35px 0px 0px;
}

div.prtext_index_center
{
	float: left;
	width: 970px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 20px;
	border: #eeeeee 1px solid;
	moz-box-shadow: 2px 2px 2px #ddd;
	-webkit-box-shadow: 2px 2px 2px #ddd;
}

div.prtext_index_center p
{
	margin: 0px 20px 20px 0px;
}

span.prtext_index_next
{
	float: right;
	text-align: right;
	width: 400px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 10px 40px 10px 10px;
	color: #ffffff;
	background: #99ccff;
	background:  url(/images/body/index_linkbox2.gif) no-repeat #99ccff;
	background-position: right 50%;
}

div#index_youtube
{
	display: inline-block;
	margin: 300px 0px 0px 640px;
}

div#pr_index img
{
	position: absolute;
	top: 0px;
	left: 0px;
}

div.index_contents
{
	float: left;
	width: 530px;
	height: 210px;
	margin: 20px 20px 0px 0px;
	padding: 0px 0px 20px;
	overflow:hidden;
	clear: both;
}

img.index_center
{
	text-align: center;
	margin: 20px 20px 0px;
}

dl.index_contents
{
	float: left;
	width: 530px;
	margin: 20px 20px 0px 20px;
	padding: 0px 0px 20px;
	line-height: 1.5em;
	overflow: hidden;
}

dl.index_contents dt
{
	margin: 5px 5px 0px;
}


dl.index_contents dt b
{
	margin-right: 5px;
	padding: 2px 4px 3px;
	font-weight: normal;
}

dl.index_contents dd
{
	border-bottom: #000000 1px dotted;
	margin: 0px 5px 0px;
	padding: 0px 0px 5px;
	line-height: 1.3em;
}

a.index_linkbox
{
	float: left;
	width: 260px;
	height: 50px;
	background:  url(/images/body/index_linkbox.gif) no-repeat;
	background-position: right 50%;
	border: #aaaaaa 1px solid;
	padding: 20px 30px 30px 10px;
	margin: 0px 20px 20px 0px;
	color: #0099ff;
	font-size: 20px;
	line-height: 1em;
	display: block;
}

a.index_linkbox:hover
{
	background:  url(/images/body/index_linkbox_on.gif) no-repeat ;
	background-position: right 50%;
	border: #cccccc 1px solid;
}


a.index_linkbox2
{
	float: left;
	width: 260px;
	height: 40px;
	background:  url(/images/body/index_linkbox2.gif) no-repeat #0099ff;
	background-position: right 50%;
	border: #0099ff 1px solid;
	padding: 30px 30px 30px 10px;
	margin: 0px 20px 20px 0px;
	color: #ffffff;
	font-size: 20px;
	line-height: 1em;
	display: block;
}

a.index_linkbox2:hover
{
	background:  url(/images/body/index_linkbox2_on.gif) no-repeat #0099ff;
	background-position: right 50%;
	border: #2aaaff 1px solid;
}

div.index_link_l
{
	float: left;
	width: 280px;
	height: 230px;
	margin: 0px 10px 10px 0px;
	padding: 0px;
}

div.index_link_l img
{
	margin: 0px 0px 10px 0px;
}

div.item_index
{
	float: left;
	width: 900px;
	height: 300px;
	margin: 10px 0px;
	background:  url(/images/index/item_index.jpg) no-repeat;
}

div.item_index p
{
	float: right;
	width: 650px;
	margin: 80px 20px 0px 0px;
}

div.item_index div
{
	float: right;
	width: 400px;
	margin: 0px;
}

div.item_index img
{
	float: left;
}

div.index_category
{
	float: left;
}

div.index_category h5
{
	margin: 10px 0px;
}


div.index_category a
{
	margin: 0px 0px 0px 10px;
}

a.index_category
{
	float: right;
	margin: 20px 0px 0px 0px;
}


/*-- articleページ --*/

div#article ul
{
	margin: 10px 0px;
}

div#article ol
{
	list-style-type: decimal;
	margin: 10px 0px;
}

div#article li
{
	margin-left: 40px;
}


div.contents
{
	width: 640px;
	margin: 0px 0px 0px;
	padding: 20px 0px 10px;
	overflow:hidden;
	clear: both;
}

div.contents p.text
{
	margin: 0px 10px 10px;
}


div.contents div.text
{
	float: left;
	margin-right: 0px;
	width: 660px;
	padding: 0px;
}

div.contents div.text_right
{
	float: right;
	margin-top: 0px;
	width: 350px;
	padding: 0px;
}

div.contents div.text_left
{
	float: left;
	margin-top: 0px;
	width: 350px;
	padding: 0px;
}

div.contents div.picture_right
{
	float: right;
	margin-right: 0px;
	width: 280px;
}

div.contents div.picture_left
{
	float: left;
	margin-left: 0px;
	width: 280px;
}

div.contents img.right
{
	float: right;
}

table.article
{
	width: 630px;
	background-image: none;
	margin: 0px 0px 5px;
	float: left;
}

table.article caption
{
	font-weight: bold;
	margin: 4px 0px;
	padding: 0px 8px 0px;
	font-weight: normal;
	border-left: #6699ff 3px solid;
}


table.article th
{
	border: solid #999999 1px;
	padding: 20px;
	font-size: 14px;
	color: #0099ff;
}

table.article th.heading
{
	border: solid #999999 1px;
	padding: 20px;
	font-size: 18px;
	background: #e3f0f9;
	color: #0099ff;
	text-align: center;
}

table.article th.title
{
	border: solid #999999 1px;
	padding: 10px;
	font-size: 12px;
	color: #666666;
}


table.article td
{
	border: solid #999999 1px;
	vertical-align: middle;
	color: #333333;
	padding: 20px;
	font-size: 14px;
}


table.article td a
{
	color: #339900;
}

table.article td.clear
{
	border: none;
}

table.center
{
	text-align: center;
}


div.pictures
{
	margin: 0px;
}

div.pictures span
{
	float: left;
	text-align: left;
	width: 180px;
	margin: 10px 0px 0px 15px;
	padding: 0px;
	line-height: 1.3em;
}

div.pictures img
{
	float: left;
	margin: 0px;
}

div.pictures img:hover
{
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}


div.pictures a
{
	display: block;
	color: #555555;
}

span.signpost
{
	width: 660px;
	text-align: center;
	display: block;
}

a.article
{
	width: 660px;
	float: right;
	text-align: right;
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 5px 40px 5px 10px;
	color: #ffffff;
	background:  url(/images/body/index_linkbox2.gif) no-repeat #2aaaff;
	background-position: right 50%;
}

a.article:hover
{
	background:  url(/images/body/index_linkbox2_on.gif) no-repeat #55bbff;
	background-position: right 50%;
}


div.center
{
	float: left;
	width: 620px;
	margin: 0px 20px;
	padding: 0px 0px;
}

/*-- faqページ --*/


ul.faq
{
　padding: 0px;
	margin: 20px 30px;
}

ul.faq li
{
　padding: 0px;
}


ul.faq li.q
{
	height: 20px;
	font-size: 16px;
	color: #003399;
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	background:  #f5faff;
}

ul.faq li.q h5:before
{
	content: 'Q';
	margin: 0px 10px 10px 0px;
	font-size: 20px;
}

ul.faq li.a
{
	min-height: 22px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}

ul.faq li.a:before
{
	content: 'A';
	margin: 0px 10px 10px 0px;
	font-size: 20px;
}


/*-- linksページ --*/


ul.links
{
	
}

ul.links li
{
	height: 35px;
	margin: 5x 0px 0px;
	padding: 5px 0px 0px;
	line-height: 1.3em;
	border-bottom: #ededd1 1px dotted;
}

ul.links li:hover
{
}


ul.links li img
{
	float: left;
	margin: 0px 10px;
}

ul.links li a
{
	width: 100%;
	display: block;
}

ul.links li a:hover
{
	background:  #fef2df;
	text-decoration: none;
}


/*-- productページ --*/

div#product
{
	margin: 0px 10px 10px 0px;
}


div#list_product
{
	float: left;
	width: 622px;
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 10px;
	overflow: hidden;
}

div.list_product
{
	float: left;
	width: 140px;
	margin: 20px 10px 10px 0px;
	padding: 10px;
	text-align: center;
	overflow: hidden;
	border: solid #333333 1px;
}

div.list_product:hover
{
	background: #222222;
	border: solid #444444 1px;
	cursor:pointer;
	cursor:hand;
}




/*-------- contact --------*/

div.contact
{
	
}

table.contact
{
	width: 660px;
	background-image: none;
	margin: 0px 0px 5px;
	float: left;
}

table.contact caption
{
	font-weight: bold;
	margin: 4px 0px;
	padding: 0px 8px 0px;
	font-weight: normal;
	border-left: #6699ff 3px solid;
}


table.contact th
{
	border: solid #999999 1px;
	padding: 14px;
	font-size: 14px;
	color: #0099ff;
}

table.contact th.heading
{
	border: solid #999999 1px;
	padding: 14px;
	font-size: 14px;
	background: #e3f0f9;
	color: #0099ff;
	text-align: center;
}

table.contact th.title
{
	border: solid #999999 1px;
	padding: 10px;
	font-size: 12px;
	color: #666666;
}


table.contact td
{
	border: solid #999999 1px;
	vertical-align: middle;
	color: #333333;
	padding: 20px;
	font-size: 14px;
}


table.contact td a
{
	color: #339900;
}

table.contact td.clear
{
	border: none;
}

div.contact input
{
	margin-right: 3px;
}

div.contact .non_input
{
	color: #aaaaaa;
}

div.contact label
{
	cursor: pointer;
	margin: 0px 0px 5px;
	padding-right: 10px;
}

div.contact label input
{
	vertical-align:middle;
	margin-top: -3px;
}

div.contact label b
{
}


div.contact
{
	
}

input.submit
{
	background:  url(/images/body/submit.gif) repeat-x;
	color: #ffffff;
	padding: 4px 10px;
	font-weight: normal;
	text-align: center;
	border: solid #0033cc 1px;
	cursor: pointer;
	cursor: hand;
}

input.submit:hover
{
	color: #ffcc00;
	border: solid #333333 1px;
}

form.submit
{
	float: left;
	margin: 0px 5px 0px 0px;
}




/*-- newsページ --*/


div#news ul
{
	list-style-type: disc;
	margin: 10px 0px;
}

div#news ol
{
	list-style-type: decimal;
	margin: 10px 0px;
}

div#news li
{
	margin-left: 40px;
}


dl#news
{
	width: 660px;
	margin: 0px 10px 10px;
	padding: 20px 0px 30px;
	overflow:hidden;
	clear: both;
	border-bottom: #6699ff 1px dotted;
}

dl#news dt
{
	margin: 0px 0px 0px;
}

dl#news dt span
{
	/*float: right;*/
	margin: 0px 5px 0px 0px;
}

dl#news dd
{
	margin: 20px 0px 0px;
	padding: 0px 0px 5px;
	line-height: 1.3em;
}




ul#list_news
{
	width: 660px;
	font-size: 12px;
	margin: 0px 0px 10px;
	padding: 20px 0px 30px;
	overflow:hidden;
	clear: both;
}

ul#list_news li
{
	margin: 3px 10px;
	padding: 5px 0px 3px;
	line-height: 1.3em;
}

ul#list_news li a
{
	width: 100%;
	display: block;
	text-decoration: none;
}

ul#list_news li b
{
	margin-right: 5px;
	padding: 2px 4px 1px;
	background: #6699cc;
	font-weight: normal;
	color: #ffffff;
}

ul#list_news li:hover
{
	background:  #f5faff;
}

/*-------- clear --------*/


table.application
{
	width: 850px;
	background-image: none;
	margin: 0px 0px 5px;
	float: left;
}

table.application th
{
	border: solid #555555 1px;
	background: #eeeeee;
	padding: 5px 10px;
}

table.application td
{
	border: solid #555555 1px;
	vertical-align: middle;
	color: #333333;
	background: #ffffff;
	padding: 5px 10px;
}


table.application td a
{
	color: #339900;
}


table.application td.title
{
	border: solid #000000 1px;
	background: #010101;
	padding: 5px 10px;
}

table.application td.clear
{
	border: none;
}

/*-------- enterprise_list --------*/

div#enterprise_list
{
	float: left;
	margin: 0px 0px 0px 10px;
}

table#enterprise_list
{
	width: 600px;
}

table#enterprise_list th
{
	border-bottom: #6699cc 2px solid;
	color: #6699cc;
	text-align: center;
}


table#enterprise_list td
{
	padding: 0px;
}

table#enterprise_list td a
{
	width: ;
	height: ;
	display: block;
	margin: 5px 10px 2px;
}


table#enterprise_list td.bottom
{
	padding: 0px 10px 5px;
	border-bottom: #6699cc 1px dotted;
}

/*-------- enterprise_detail --------*/

div#title_enterprise
{
}



div#title_enterprise h3
{
}

div#title_enterprise span
{
	float: left;
	font-size: 12px;
	margin: 10px 0px;
	padding: 0px 10px;
	color: #333333;
}

div#title_enterprise span.title
{
	float: right;
	font-size: 14px;
	color: #006699;
	border-bottom: #006699 1px solid;
}

div#title_enterprise span.title b
{
}

/*-------- latecharges_mydata --------*/

div#latecharges_mydata
{
	float: right;
	background: #dddddd;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	margin: 0px 0px 10px;
	padding: 5px 10px;
}

div#latecharges_mydata span#myname
{
	float: left;
	margin: 0px 10px 0px 0px;
}

div#latecharges_mydata span#logout
{
}

div#sheet
{
	width: 830px;
	padding: 0px;
	margin: 0px 0px 20px;
	font-size: 12px;
	float: left;
}

table#sheet1
{
	width: 340px;
	float: left;
	text-align: center;
}

div#sheet1
{
	width: 490px;
	padding: 0px;
	margin: 0px 0px 0px;
	font-size: 12px;
	float: left;
}



div#sheet1 input[type=submit],
div#sheet1 input[type=button]
{
	padding: 5px ;
	margin: 4px 10px 0px 0px;
	font-size: 12px;
	cursor: pointer ;
	float: left;
}

div#sheet2
{
	width: 490px;
	padding: 0px;
	margin: 0px 0px 20px;
	font-size: 12px;
	float: left;
}


div#sheet2 a,
div#sheet2 b
{
	padding: 0px;
	height: 14px;
	margin: 4px 10px 0px 0px;
	font-size: 12px;
	cursor: pointer ;
	float: left;
}

a.help
{
	padding: 2px 4px;
	display: inline-block;
}


table.latecharges_mydata_list
{
	width: 850px;
}

table.latecharges_mydata_list th
{
	border-bottom: #6699cc 2px solid;
	color: #6699cc;
	text-align: center;
}


table.latecharges_mydata_list td
{
	padding: 0px;
	border-bottom: #6699cc 1px dotted;
}

table.latecharges_mydata_list td a
{
	width: ;
	height: ;
	display: block;
	margin: 10px ;
}

div#sheet_mini
{
	width: 300px;
}


/*-------- pdf --------*/

div#pdf_page_title
{
	font-weight: bold;
	font-size: 30px;
}

div#pdf_page_title b
{
	font-size: 30px;
}


div#pdf_title
{

}


div#pdf_page_name
{

}


/*-------- clear --------*/

div.clear
{
	clear: both;
	width: 100%;
	height: 0%;
}


/*-- 外部 --*/

div#index_like
{
	width: 900px;
	text-align: right;
}

div.fb-like
{
	float: right;
	width: 70px;
	overflow: hidden;
	margin: 0px 0px 0px 5px;
}


div.cartjs_product_table
{
	margin: 8px;
}


div.cartjs_product_table td
{
	padding: 4px 8px;
}

div.cartjs_product_table th
{
	padding: 4px 8px;
}

div.cartjs_cart_in input
{
	background:  url(/images/body/submit.gif) repeat-x;
	color: #ffffff;
	padding: 4px 10px;
	font-weight: normal;
	text-align: center;
	border: solid #000000 1px;
	cursor: pointer;
	cursor: hand;
}

div.cartjs_cart_in input:hover
{
	color: #999999;
	border: solid #333333 1px;
}


div.page_navi
{
	width: 100%;
	margin: 20px 0px 0px;
	text-align: center;
}


div.page_navi a
{
	padding: 4px 6px;
	border: solid #6699cc 1px;
	background: #6699cc;
	color: #003399;
	font-weight: normal;
}

div.page_navi a:hover
{
	text-decoration: none;
	background: #e57b1e;
	color: #ffffff;
}

div.page_navi b
{
	padding: 4px 6px;
	border: solid #6699cc 1px;
	font-weight: normal;
	color: #6699cc;
}

div.page_navi span
{
	padding: 4px 6px;
	border: solid #6699cc 1px;
	font-weight: normal;
	color: #6699cc;
}

input.notes,
textarea.notes
{
	width: 100%;
}

