@charset "utf-8";
/* CSS Document */

/*===== BASIC ELEMENTS =====*/

html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

body {
    margin: 0;
    /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
	font-size: 12px;
}

form { margin: 0; padding: 0px; }
a {
	color: #596e2b; 
	text-decoration: underline;
}

a img {	border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
	margin: 0px;
	padding: 0px;
}

h2 {
/* toppage */
	font-size: 12px;
}

/* standard helper classes */

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac */
* html .pkg { height: 1%; }
.pkg {
	display: block;
}

/* center on ie */
/* body { text-align: center; } */
body {
	color: #333333;
	font-family: MS PGothic, 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}

.clear {
	clear:both;
}
/*===== PAGE LAYOUT - HEADER =====*/

#header, #header h1, #header-line {
	position:relative;
}

#header {
	margin: 0 auto;
	width: 830px;
	height: 45px;
	padding: 15px 0px 0px 0px;
	text-align:left;
	clear: both;
}

#header h1 {
	float:left;
	background-image:url(images/head_title.jpg);
	background-repeat:repeat-x;
	width: 277px;
	height: 44px;
	border: 0;
}

#header h1 a{
	text-indent:-9999px;
	height: 44px;
	display:block;
	overflow:hidden;
}

#header h2{
	float:right;
	width: 370px;
	text-align:left;
	font-size:12px;
}

#header-line {
	background-image:url(images/head_bar.gif);
	background-repeat:repeat-x;
	height: 17px;
}

/* main-navi */

#main-nav, #main-nav-container {
	position:relative;
}

#main-nav,
#main-nav-container,
#main-nav-container ul,
#main-nav-container li,
#main-nav-container li a {
	height: 49px;
}

#main-nav-container ul,
#main-nav-container li {
	margin: 0px;
	padding: 0px;
}

#main-nav {
	background-image:url(images/menu_bg.gif);
	background-repeat:repeat-x;
}

#main-nav-container {
	width: 830px;
	background-image:url(images/menu01.jpg);
	background-repeat:repeat-x;
	margin: 0 auto;
}

#main-nav-container ul {
	list-style-type: none;
}
#main-nav-container li {
	float: left;
	text-indent: -9999px;
	text-decoration: none;
}
#main-nav-container li a {
	display: block;
	overflow: hidden;
}
#main-nav-top a {
	width: 120px;
	background: transparent url(images/menu01.jpg) 0px 0px;
	margin-left: 0px;
}
#main-nav-top a:hover, #main-nav-top a:visited:hover {
	background: transparent url(images/menu01.jpg) 0px 49px;
	margin-left: 0px;
}
#main-nav-products a {
	width: 118px;
	background: transparent url(images/menu01.jpg) -120px 0px;
}
#main-nav-products a:hover, #main-nav-products a:visited:hover {
	background: transparent url(images/menu01.jpg) -120px 49px;
}
#main-nav-service a {
	width: 118px;
	background: transparent url(images/menu01.jpg) -238px 0px;
}
#main-nav-service a:hover, #main-nav-service a:visited:hover {
	background: transparent url(images/menu01.jpg) -238px 49px;
}
#main-nav-network a {
	width: 118px;
	background: transparent url(images/menu01.jpg) -356px 0px;
}
#main-nav-network a:hover, #main-nav-network a:visited:hover {
	background: transparent url(images/menu01.jpg) -356px 49px;
}
#main-nav-case a {
	width: 118px;
	background: transparent url(images/menu01.jpg) -474px 0px;
}
#main-nav-case a:hover, #main-nav-case a:visited:hover {
	background: transparent url(images/menu01.jpg) -474px 49px;
}
#main-nav-profile a {
	width: 118px;
	background: transparent url(images/menu01.jpg) -592px 0px;
}
#main-nav-profile a:hover, #main-nav-profile a:visited:hover {
	background: transparent url(images/menu01.jpg) -592px 49px;
}
#main-nav-contact a {
	width: 120px;
	background: transparent url(images/menu01.jpg) -710px 0px;
}
#main-nav-contact a:hover, #main-nav-contact a:visited:hover {
	background: transparent url(images/menu01.jpg) -710px 49px;
}

/*===== PAGE LAYOUT - BODY =====*/
/* Page Body Layout */
#container {
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 840px;
	background-color: #fff;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
}

#container-inner { 
	position: static;
	width: 830px;
	margin: 0 auto;
}

#pagebody {
	position: relative;
	width: 100%;
}

#pagebody-inner {
	margin: 0;
	padding: 0;
}

#alpha, #beta, #gamma, #delta {
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
	background: #ffffff;
}

#alpha {
	/*	margin: 0px 5px 0px 10px;*/
	width: 627px;
}

#beta {
	width: 200px;
	float: right;
}

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner {
	position: static;
}

#alpha-inner {
	margin: 0px 0px 20px 0px;
	padding: 0px 10px 0px 13px;
	height: 100%;
}

#beta-inner {
	margin: 0;
	padding: 0;
	background-image:	url(images/bg_right_line.gif);
	background-position:left;
	background-repeat:repeat-y;
	text-align:center;
}

/* page upper images */
#page-img-container {
	position: relative;
	margin: 0;
	padding: 0;
}

#top-img, #products-img, #parts-img, #sensha-img,
#cleaner-img, #filter-img, #tester-img, #network-img,
#spot-img, #flame-img, #lift-img, #booth-img,
#contact-img, #sitemap-img, #profile-img, #maintenance-img,
#case-img, #bankintakumi-img, #takuminavi-img {
	width: 830px;
	height: 106px;
	text-indent:-9999px;
	background-repeat:no-repeat;
	clear:both;
}

#top-img {height:227px;}

#top-img {background-image:url(images/top_image01.jpg);}
#products-img { background-image:url(images/top_image15.jpg);}
#parts-img { background-image:url(images/top_image02.jpg);}
#sensha-img { background-image:url(images/top_image03.jpg);}
#cleaner-img { background-image:url(images/top_image04.jpg);}
#filter-img { background-image:url(images/top_image05.jpg);}
#tester-img { background-image:url(images/top_image06.jpg);}
#network-img { background-image:url(images/top_image07.jpg);}
#spot-img { background-image:url(images/top_image08.jpg);}
#flame-img { background-image:url(images/top_image09.jpg);}
#lift-img {
	background-image:url(images/top_image10-2.jpg);
}
#booth-img { background-image:url(images/top_image11.jpg);}
#contact-img { background-image:url(images/top_image12.jpg);}
#sitemap-img { background-image:url(images/top_image13.jpg);}
#profile-img { background-image:url(images/top_image14.jpg);}
#maintenance-img { background-image:url(images/top_image16.jpg);}
#case-img  { background-image:url(images/top_image17.jpg);}
#bankintakumi-img {background-image:url(images/top_image18.jpg);}
#takuminavi-img {background-image:url(images/top_image19.jpg);}

/* Pankuzu*/
#pankuzu {
	position:relative;
	margin: 10px;
	width: 810px;
}

#pankuzu-inner {
	font-size:12px;
	text-align:left;
	color: #333;
}

#pankuzu-inner a {
	color: #596e2b;
}

/*===== PAGE LAYOUT - ALPHA =====*/
/* Common Link Display */
#returntop {
/* toppage ,maintenance-index, case-index, network-index */
	width: 584px;
	padding: 0px 10px;
	clear: both;
}

#returntop p, #returntop .link {
/* toppage, maintenance-index, case-index, network-index */
	line-height:1.4em;
	font-size:12px;
	text-align:right;
}

.point-txt {
/* network-contents */
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	height: 90px;
}

.p-txt {
/* network-contents */
	padding-left: 10px;
	margin-bottom: 10px;
}

.txt-red {
/* network-contents */
	color:#CC3300;
}

#alpha-inner .module-category {
	/* toppage , producs-index , maintenance-index, case-index, network-index, profile-index,
network-contents , booth-index */
	margin-bottom:20px;
	width: 100%;
	position: relative;
	height: auto;
}

.under_line {
	border-bottom:#999999 1px solid;
}

.top-bar-category {
/* toppage , products-index , maintenance-index, case-index, network-index, profile-index,
network-contents, booth-index  */
	background-image:url(images/bar_none.gif);
	background-repeat:no-repeat;
	width: 100%;
	height: 30px;
	display: block;
	margin-bottom:10px;
	position: static;
}

.top-products, .top-products ul, .top-products li, .top-products li a {
/* toppage */
	height: 125px;
	margin: 0;
	padding: 0;
}

.top-products {
/* toppage */
	width: 604px;
	margin: 0px 0px 10px 0px;
	position: static;
}

.top-products ul {
/* toppage */
	list-style-type:none;
}

.top-products li {
/* toppage */
	float:left;
}

.top-products li.margin {
/* toppage */
	margin-right: 18px;
}

.top-products li a {
/* toppage */
	display: block;
	text-indent:-9999px;
	overflow:hidden;
}

/* toppage */
.top-products-booth a {	background-image:url(images/products_booth.jpg);}
.top-products-spot a { background-image:url(images/products_spot.jpg);}
.top-products-flame a {	background-image:url(images/products_flame.jpg);}
.top-products-filter a { background-image:url(images/products_filter.jpg);}
.top-products-tester a { background-image:url(images/products_tester.jpg);}
.top-products-lift a { background-image:url(images/products_lift.jpg);}
.top-products-parts a { background-image:url(images/products_parts.jpg);}
.top-products-cleaner a { background-image:url(images/products_cleaner.jpg);}
.top-products-sensha a { background-image:url(images/sensha/products_sensha.jpg);}

.top-products-booth a, .top-products-spot a, .top-products-flame a, .top-products-filter a,
.top-products-tester a, .top-products-lift a, .top-products-parts a, .top-products-cleaner a,
.top-products-sensha a {
	background-repeat:no-repeat;
	width:189px;
}

#info {
/* toppage */
	width: 584px;
	margin-bottom:10px;
	padding: 0px 10px;
	clear: both;
}

#info .date, #info p, #info .link {
/* toppage */
	line-height:1.4em;
	font-size:12px;
	text-align:left;
}

#info .date {
/* toppage */
	color:#333333;
}

#info .text-s-green {
/* toppage */
	color:#596e2b;
}

#info a {
/* toppage */
	color:#596e2b;
}

.category-name {
	/* products-index , maintenance-index, case-index, network-index, profile-index,
network-contents, booth-index  */
	padding: 5px 0px 5px 15px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color: #FFFFFF;
	display: block;
}

.module-products {
/* products-index */
	font-size:12px;
	color:#333333;
	height: 51px;
	width: 604px;
	text-align: left;
	clear: both;
	margin-bottom: 10px;
}

/* products-index */
.products_logo_saico { background-image:url(images/banner_saico.gif);}
.products_logo_celette { background-image:url(images/banner_celette.gif);}
.products_logo_sefac { background-image:url(images/banner_sefac.gif);}
.products_logo_rav { background-image:url(images/banner_rav.gif);}
.products_logo_ipec { background-image:url(images/banner_ipec.gif);}

.products_logo_saico,
.products_logo_celette,
.products_logo_sefac,
.products_logo_rav,
.products_logo_ipec {
	margin: 0;
	width: 180px;
	height: 51px;
	background-repeat:no-repeat;
}

.products_logo_saico p,
.products_logo_celette p,
.products_logo_sefac p,
.products_logo_rav p,
.products_logo_ipec p {
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}

table.products-table {
	border: none;
	border-collapse: collapse;
	text-align: left;
	clear: both;
	margin: 0;
}

table.products-table th {
	padding: 0.6em;
	text-align: left;
	font-size: 12px;
	font-weight:normal;
}

table.products-table td {
	text-align: right;
}
/* products-index End */
.banner {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
	text-align:center;
}

.cont {
	/* maintenance-index, case-index, network-index, network-contents, booth-index */
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
}

.cont p.photo{
	/* network-index, network-contents, booth-index */
	float:left;
	margin-right: 10px;
	width: auto;
	height: auto;
	position: relative;
	display: block;
}

.cont div.photo-right{
	/* network-index, network-contents, booth-index */
	float:right;
	margin-left: 10px;
	width: auto;
	height: auto;
	position: relative;
	display: block;
}

.cont p.photo a,
.cont div.photo-right a {
/* network-index, network-contents */
	text-decoration:none;
}

.cont p.cap{
	/* products(booth) */
	font-size:10px;
	line-height:1.5em;
}

.cont p{
	/* network-index, network-contents, booth-index */
	font-size:12px;
	line-height:1.5em;
}

.cont .center{
/* network-contents */
	text-align: center;
}

.cont ul {
/* network-contents */
	list-style:decimal;
	padding-left: 30px;
	font-size: 12px;
}

.cont li {
/* network-contents */
	margin: 10px 0 0 0;
}

.cont li p {
/* network-contents */
	padding: 0 0 0 5px;
	margin: 0;
}

.cont .margin img{
/* network-contents */
	padding-bottom:10px;
}

.cont h3 {
/* network-contents, booth-index */
	font-size:14px;
	line-height:1.5em;
	margin-top: 0.5em;
}

.cont .point01 {
/* network-contents */
	background-image:url(images/network/img_takuminavi03.gif);
	background-repeat:no-repeat;
	width: 500px;
	height: 90px;
	padding: 0px 0px;
	clear:both;
}

.cont .point02 {
/* network-contents */
	background-image:url(images/network/img_takuminavi04.gif);
	background-repeat:no-repeat;
	width: 500px;
	height: 90px;
	padding: 0px 0px;
	clear:both;
}

.cont .point03 {
/* network-contents */
	background-image:url(images/network/img_takuminavi05.gif);
	background-repeat:no-repeat;
	width: 500px;
	height: 90px;
	padding: 0px 0px;
	clear:both;
}

.cont .bold{
/* booth-index */
	font-weight:bold;
}

.cont .title{
	color: #596e2b;
	font-size:12px;
}

.link-discription {
	/* network-index, booth-index */
	margin: 0;
	height: 28px;
	padding-top: 5px;
	clear: both;
}

.link-discription-img {
/* network-index, booth-index */
	float:right;
	margin: 0;
	width: 140px;
	height: 23px;
	background-image:url(images/link_discription.gif);
	background-repeat:no-repeat;
	clear: right;
}

.link-case-img {
	/* booth-index */
	float:right;
	margin: 0 0 0 10px;
	width: 140px;
	height: 23px;
	background-image:url(images/link_case.gif);
	background-repeat:no-repeat;
}

.link-pdf-img {
	/* booth-index */
	float:right;
	margin: 0;
	width: 140px;
	height: 23px;
	background-image:url(images/link_pdf.gif);
	background-repeat:no-repeat;
}

.link-pdf-img-none {
	/* booth-index */
	float:right;
	margin: 0;
	width: 140px;
	height: 23px;
	background-image:url(images/link_pdf_none.gif);
	background-repeat:no-repeat;
}

.link-none-img {
	/* booth-index */
	float:right;
	margin: 0 0 0 10px;
	width: 140px;
	height: 23px;
	background-image:url(images/link_none.gif);
	background-repeat:no-repeat;
}

.link-bankintakumi-img {
	float:left;
	margin: 0;
	text-align:center;
	width: 604px;
	height: 44px;
}

.products-lineup {
	width: 604px;
	margin: 0;
	height: auto;
	overflow: auto;
	display: block;
}

.products-lineup .center{
	text-align:center;
}

.profile-copy {
/* profile-index */
	font-size:14px;
	font-weight:bold;
}

.profile-lineA,
.profile-lineB {
/* profile-index */
	margin: 5px 0px 10px 0px;
	width: 604px;
	height: 36px;
	border-top: solid 3px #CC3300;
	border-bottom: solid 3px #CC3300;
}

.profile-lineB {
/* profile-index */
	height: 40px;
	border-top: solid 3px #0033FF;
	border-bottom: solid 3px #0033FF;
}

.profile-ipec-img {
/* profile-index */
	background-image:url(images/profile/profile_ipec_logo.gif);
	background-repeat:no-repeat;
	width: 165px;
	height: 36px;
	padding: 0px 0px;
	clear:both;
}

.profile-inter-img {
/* profile-index */
	background-image:url(images/profile/profile_ip_logo.gif);
	background-repeat:no-repeat;
	width: 231px;
	height: 40px;
	padding: 0px 0px;
	clear:both;
}

.profile-ipec-img p a,
.profile-inter-img p a {
/* profile-index */
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	height: 36px;
}

.profile-inter-img p a {
/* profile-index */
	height: 40px;
}

.module-profile,
.module-profile-under {
/* profile-index */
	clear:both;
	width: 604px;
	margin: 0;
	padding-bottom: 20px;
	overflow: auto;
}

.module-profile-under {
/* profile-index */
	padding-bottom: 0;
}

.module-profile .section{
/* profile-index */
	width: 295px;
}

.module-profile-under .section2{
/* profile-index */
	width: 100%;
}

.module-profile .left {
/* profile-index */
	float:left;
}

.module-profile .right {
/* profile-index */
	float:right;
}

.module-profile .section h4,
.module-profile-under .section2 h4 {
	/* profile-index */
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	background-color: #596E2B;
	margin-bottom: 5px;
	line-height: 1.5em;
	text-indent: 5px;
}

.module-profile .section p,
.module-profile-under .section2 p {
/* profile-index */
	line-height:1.5em;
	font-size:12px;
}

.module-profile .photo,
.module-profile-under .photo {
/* profile-index */
	float:right;
	margin-left: 10px;
}

table.profile-table {
/* profile-index */
	border-collapse:collapse;
	width: 594px;
	margin: 5px 5px 0px 5px;
}

table.profile-table th,table.profile-table td {
/* profile-index */
	border: 1px solid #cccccc;
	color:#666666;
	padding: 8px 5px;
}

table.profile-table th {
/* profile-index */
	background-color: #EAEAE1;
	color:#666666;
	width: 5em;
}

.link-discription-top {
	height: 23px;
	padding-top: 5px;
	width: 380px;
	position: absolute;
}

.link-discription-sub {
	height: 23px;
	padding-top: 5px;
	width: 188px;
}

.link-movie-sub {
	height: 39px;
	width: 300px;
	float: right;
}

.link-discription-img2 {
	text-align:right;
	display:block;
	margin: 0;
	width: 140px;
	height: 23px;
	background-image:url(images/link_discription.gif);
	background-repeat:no-repeat;
}

.link-discription-img-mv {
	float:right;
	margin: 0px;
	width: 140px;
	height: 23px;
	background-image:url(images/link_discription.gif);
	background-repeat:no-repeat;
}

.link-movie-img,
.link-movie-img2 {
	float:left;
	margin: 0;
	width: 140px;
	height: 39px;
	background-image:url(images/link_movie.gif);
	background-repeat:no-repeat;
}

.link-movie-img2 {
	float:right;
}

.link-discription-img a,
.link-case-img a,
.link-pdf-img a,
.link-movie-img a,
.link-movie-img2 a,
.link-discription-img-mv a {
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	height: 23px;
}

.link-none-img a,
.link-pdf-img-none a {
	display:block;
	height: 23px;
	text-decoration: none;
	color: #fff;
	font-size: 10px;
	text-align: center;
	line-height: 1.6em;
}

.link-movie-img a,
.link-movie-img2 a {
	height:39px;
}

.products-cont-top {
	width: 604px;
	margin: 0;
	float: left;
	display: block;
	overflow: auto;
}

.products-cont-top .left {
	margin-right: 10px;
	width: 210px;
	float: left;
	height: 170px;
	margin-bottom: 20px;
	display: block;
}

.products-cont-top .right {
	width: 384px;
	float: right;
	height: auto;
}


.products-cont-top p,
.products-cont-top h3 {
	font-size:12px;
	line-height:1.5em;
	margin-top: 0.5em;
}

.products-cont-top h3 {
	font-size:14px;
	font-weight:bold;
}

.module-products-lineup {
	clear:both;
	width: 100%;
	margin: 0 0 10px 0;
	height: auto;
	overflow: auto;
	display: block;
}

.lineup-contents {
	margin: 0;
	padding: 0px;
}

.products-lineup p,
.module-products-sub p,
.module-products-sub2 p {
	/* booth-index */
	font-size:12px;
	line-height:1.5em;
	margin-top: 0.5em;
	padding: 0 3px;
}

.lineup-contents p.photo {
	float:left;
	margin-right: 10px;
	width: auto;
	height: auto;
	display: block;
	line-height: 0;
}

.products-lineup .discription {
/* booth-index */
	float:right;
	margin: 10px 5px 2px 0;
}

.lineup-contents .center {
	text-align: center;
}

.lineup-contents .titleA {
	font-size:14px;
	font-weight:bold;
	line-height:1.5em;
	margin-top: 0.5em;
}

.products-lineup .titleB {
	/*booth-index */
	font-size:12px;
	font-weight:bold;
	line-height:1.5em;
	margin-top: 0.5em;
	color: #596e2b;
}

.lineup-contents .font-small {
	font-size:10px;
}

.lineup-contents .cap {
	font-size: x-small;
}

.lineup-contents h4 {
	margin: 10px 0 5px;
	padding: 0 0 0 5px;
	border-left: 5px solid #CC3300;
	border-bottom: 1px solid #CC3300;
	font-size: 14px;
}

.lineup-contents p.under {
	padding-bottom: 0.5em;
}

.products-lineup .box-left {
/* booth-index */
	float:left;
	width:190px;
}

.products-lineup .box-right {
	/* booth-index */
	width:190px;
	float: right;
	padding-right: 2px;
}

.products-lineup .rm{
/* booth-index */
	margin-right:15px;
}

.module-products-content{
	margin: 0 0 10px 0;
}

.module-products-content .center{
	text-align:center;
}

.module-products-sub2 {
	width: 524px;
	margin: 0 40px;
	padding-bottom: 20px;
	overflow: auto;
}

.module-products-sub2 .left {
	float:left;
	width:247px;
}

.module-products-sub2 .right {
	float:right;
	width:247px;
}

.module-products-sub2 .rm{
	margin-right:30px;
}

.products-bar-corner {
	width: 604px;
	height: auto;
	background-color:#E7E7E7;
	margin-bottom: 10px;
}

.products-point-name {
	font-size:14px;
	text-indent: 10px;
	line-height: 1.6em;
	font-weight: bold;
	color: #ff3300;
}

.products-corner-name {
	font-size:14px;
	text-indent: 15px;
	line-height: 1.6em;
	font-weight: bold;
}

table.products-spectable {
	border-collapse:collapse;
	width: 380px;
	margin: 0px;
}

table.products-spectable2 {
	border-collapse:collapse;
	width: 600px;
	margin: 0px;
}

table.products-spectable th,table.products-spectable td,
table.products-spectable2 th, table.products-spectable2 td {
	border: 1px solid #cccccc;
	color:#666666;
	padding: 5px 5px;
}

table.products-spectable th,
table.products-spectable2 th {
	background-color: #EAEAE1;
	color:#666666;
}

.ul-block p,
.ul-decimal p {
	font-size:12px;
	line-height:1.5em;
	margin-top: 0.5em;
}

.ul-block ul {
	list-style:square;
	padding-left: 220px;
	font-size: 12px;
	list-style-position: inside;
}

.ul-decimal ul {
	list-style:decimal;
	padding-left: 230px;
	font-size: 12px;
	list-style-position: inside;
}

.ul-decimal li,
.ul-block li {
	margin: 5px 0 0 0;
}

.ul-decimal li p,
.ul-block li p {
	padding: 0 0 0 15px;
	margin: 0;
}

/*===== PAGE LAYOUT - BETA =====*/
/* banner-list */
#beta-inner #bar_saico, #beta-inner #bar_celette,
#beta-inner #bar_sefac,#beta-inner #bar_rav,
#beta-inner #bar_ipec, #beta-inner #bar_maintenance,
#beta-inner #bar_bankintakumi, #beta-inner #bar_takuminavi,
#beta-inner #bar_toiawase {
	width: 180px;
	height: 51px;
	margin: 0px 10px 10px 10px;
}

#beta-inner #bar_saico, #beta-inner #bar_celette,
#beta-inner #bar_sefac, #beta-inner #bar_rav,
#beta-inner #bar_ipec, #beta-inner #bar_maintenance,
#beta-inner #bar_bankintakumi, #beta-inner #bar_takuminavi,
#beta-inner #bar_toiawase {
	background-repeat:no-repeat;
}

#beta-inner #bar_saico {	background-image:url(images/banner_saico.gif);}
#beta-inner #bar_celette { background-image:url(images/banner_celette.gif);}
#beta-inner #bar_sefac {	background-image:url(images/banner_sefac.gif);}
#beta-inner #bar_rav { background-image:url(images/banner_rav.gif);}
#beta-inner #bar_ipec { background-image:url(images/banner_ipec.gif);}
#beta-inner #bar_maintenance { background-image:url(images/banner_bg_maintenance.jpg); height: 83px;}
#beta-inner #bar_toiawase { background-image:url(images/banner_contact_page_s.gif); height: 83px;}
#beta-inner #bar_bankintakumi { background-image:url(images/banner_bankintakumi.jpg); height: 59px;}
#beta-inner #bar_takuminavi {	background-image:url(images/banner_takuminavi.jpg); height: 59px;}

#beta-inner #bar_saico a, #beta-inner #bar_celette a,
#beta-inner #bar_sefac a, #beta-inner #bar_rav a,
#beta-inner #bar_ipec a{
	width: 180px;
	height: 51px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}

#beta-inner #bar_bankintakumi a,
#beta-inner #bar_takuminavi a{
	width: 180px;
	height: 59px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}

#beta-inner #bar_toiawase a{
	width: 180px;
	height: 83px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}

#beta-inner #bar_maintenance p{
	text-align:left;
	font-size:12px;
	padding: 30px 5px 5px 5px;
}

#beta-inner #bar_maintenance p a{
	color: #333333;
	text-decoration:none;
}

#beta-inner p {
	font-size:12px;
	color:#596e2b;
}

/* Products Category */
#beta-inner #category-list{
	width: 180px;
	margin: 0px 10px 10px 10px;
}

#beta-inner #category-list img {
	margin-bottom: 5px;
}

#category-list .tree {
	text-align:left;
	line-height: 1.5em;
}

#category-list ul.tree {
    margin: 0 0 0 3px;
    padding: 0;
    font-size: 12px;
    list-style: none;
}

#category-list ul.tree ul {
    margin: 0;
    padding: 0;
}

#category-list ul.tree li {
	margin: 0px;
	padding: 0 0 0 17px;
	background: url(images/side_point.gif) no-repeat 0px 0.5em;
	list-style: none;
}

#category-list li h3 a{
	font-size:12px;
}

.f10 {
	font-size:10px;
}

/*===== PAGE LAYOUT - FOOTER =====*/
#footer {
	position: relative;
	margin: 0 auto;
	width: 830px;
	height: 55px;
	background-image:url(images/bg_footer.gif);
	background-repeat:no-repeat;
	clear: both;
}

#footer-inner {
	position: static;
	height: 30px;
	padding: 15px 10px 10px 10px;
}

#footer-inner-left {
	float: left;
	width: 210px;
	text-align:left;
}

#footer-inner-left p {
	color:#FFFFFF;
	font-size:10px;
}

#footer-inner-right {
	float: right;
	width: 600px;
	text-align:right;
}

#footer p {
	color:#FFFFFF;
	font-size:12px;
}

#footer p a,#footer p a:hover,#footer p a:visited:hover{
	color:#FFFFFF;
	font-size:12px;
	text-decoration:underline;
}
