/* -- a -- */

a{
	color:#ff6600;
	text-decoration:underline;
}
a:active{
	color:#ff9900;
}
a.bold{
	color:#ff6600;
	text-decoration:underline;
	font-weight:bold;
}
a.bold:hover{
	color:#ff9900;
}
a.gray{
	color:#666;
	text-decoration:none;
}

/* -- img -- */

img{
	border:0px;
}
img.right{
	float:right;
	margin:0 0 5px 10px;
}
img.left{
	float:left;
	margin:0 10px 5px 0px;
}
img.contact_map{
	margin:30px 0 30px 15px;
}



/* -- text -- */

p{
	margin:10px 0 10px 0px;
}
p.mgn0{
	margin:0 0 0 0px;
}
p.textcenter{
	text-align:center;
}
p.textright{
	text-align:right;
}
p.notice{
	margin:15px 0 0 25px;
	font-size:10px;
}
p.mgn_b{
	margin:8px 0 8px 10px;
	font-weight:bold;
}
p.mgn_red{
	margin:8px 0 8px 10px;
	color:#cc0000;
}
p.nomgn{
	margin:0 0 0 0px;
}
p.gotop{
	text-align:right;
	background-image:url(img/common/sankaku_top.gif);
	background-repeat:no-repeat;
	padding:0 0 0 0px;
	margin:10px 0 10px 495px;
}
p.gotop_ref{
	text-align:right;
	background-image:url(img/common/sankaku_top.gif);
	background-repeat:no-repeat;
	padding:0 0 0 0px;
	margin:10px 0 10px 670px;
}
p.mgnleft10{
	margin:0px 0 15px 10px;
}
p.mgnleft20{
	margin:10px 0 10px 20px;
}
p.h5_lite{
	margin:0 0 0 10px;
}
.black12b{
	color:#333;
	font-weight:bold;
}
.black16{
	color:#333;
	font-size:16px;
}
.blue12{
	color:#006699;
}
.blue12b{
	color:#006699;
	font-weight:bold;
}
.red12{
	color:#ff0000;
}
.red12b{
	color:#ff0000;
	font-weight:bold;
}
.red16b{
	color:#ff0000;
	font-weight:bold;
	font-size:16px;
}
.darkred12{
	color:#990000;
}
.darkred12b{
	color:#990000;
	font-weight:bold;
}
.orange12{
	color:#ff9900;
}
.orange12b{
	color:#ff9900;
	font-weight:bold;
}
.orange_dark12b{
	color:#ff6600;
	font-weight:bold;
}
.orange16b{
	color:#ff6600;
	font-weight:bold;
}
.gray12{
	color:#999;
}
.gray12b{
	color:#999;
	font-weight:bold;
}
h1{
	font-size:16px;
	margin:0 0 15px 0px;
}
h1.topmgn_30{
	font-size:16px;
	margin:30px 0 15px 0px;
}
h1.topmgn_30_btm0{
	font-size:16px;
	margin:30px 0 0 0px;
}
h1.topmgn_30_left70{
	font-size:16px;
	margin:30px 0 0 70px;
}
h1.nomgn{
	font-size:16px;
	margin:0 0 0px 0px;
}
h2{
	font-size:16px;
	margin:10px 0 5px 0px;
	padding:3px 0 3px 30px;
	background-image:url(img/common/ic_h2.gif);
	background-repeat:no-repeat;
	background-color:#fff8da;
	line-height:14pt;
}
h2.policy{
	font-size:12px;
	margin:10px 0 5px 0px;
	padding:3px 0 3px 30px;
	background-image:url(img/common/ic_h2.gif);
	background-repeat:no-repeat;
	background-color:#fff8da;
	line-height:12pt;
}
h2.important_notice{
	font-size:16px;
	height:20px;
	margin:10px 0 5px 0px;
	padding:3px 0 0 30px;
	background-image:url(img/common/ic_h2.gif);
	background-repeat:no-repeat;
	background-color:#fff8da;
	color:#ff6600;
}
h3{
	font-size:16px;
	margin:20px 0 0 0px;
	color:#ff9900;
}
h3.nomgn{
	font-size:16px;
	margin:0 0 0 0px;
	color:#ff9900;
}
h3.dark{
	font-size:16px;
	margin:20px 0 0 0px;
	color:#ff6600;
}
h4{
	color:#333;
	font-size:13px;
	margin:20px 0 0 0px;
}
h4.nomgn{
	color:#333;
	font-size:13px;
	margin:0 0 0 0px;
}
h4.topmgn5_left20{
	color:#333;
	font-size:13px;
	margin:5px 0 5px 20px;
}
h5{
	color:#FF6600;
	font-size:12px;
	margin:10px 0 0 10px;
}
h5.lite{
	color:#FF9900;
	font-size:12px;
	margin:10px 0 0 10px;
}
h6{
	color:#0099CC;
	font-size:16px;
	margin:10px 0 0 10px;
}
h6.summaryBenefits{
	color:#333;
	font-size:12px;
	margin:10px 0 0 10px;
}
br.clear{
	clear:both;
}
hr.news{
	border:1px solid #ccc;
	color: #ccc;
	background-color:#ccc;
	height:1px;
	margin:20px 0 1px 0px;
}



/* -- layout -- */

body{
	margin:0px auto;
	text-align:center;
	color:#333;
	font-size:12px;
	line-height:16px;
	font-family:arial;
	background-color:#fff8de;
}
#outer{
	width:730px;
	margin:0px auto;
	text-align:left;
}
table{
	border:0px;
	font-size:12px;
}
table.main{
	width:730px;
	background-color:#fff;
}

.main_padding{
	padding:8px;
	vertical-align:top;
}
.intro_bn{
	margin:10px 0 10px 0px;
	text-align:center;
}
div.intro_bn p{
	margin:0 0 0 0px;
}
.intro_notice{
	margin:0 0 10px 0px;
	color:#999;
}
div.intro_notice li{
	margin:5px 0 5px 0px;
}
#product{
	margin:0 0 10px 0px;
}
div#product .bg_pink{
	width:490px;
	margin:13px;
	background-color:#fff8da;
	padding:5px;
}
div#product .bg_pink p{
	margin:0 0 3px 0px;
}
.price_notice{
	width:500px;
	margin:10px 0 15px 13px;
	color:#999;
}
div.price_notice p{;
	margin:0 0 0 0px;
}
.price_ex{
	width:250px;
	float:left;
	text-align:center;
}
div.price_ex p{
	margin:0 0 0 0px;
}
div.price_ex p.tit{
	margin:0 0 3px 0px;
}
div.price_ex p.tit2{
	margin:15px 0 3px 0px;
}
.advice{
	width:170px;
	float:right;
	margin:10px 0 10px 10px;
	padding:5px;
	background-color:#feedd6;
}
div.advice p.tit{
	margin:0 0 12px 0px;
	text-align:center;
}
div.advice p{
	margin:0 0 8px 0px;
	text-align:left;
}
.advice2{
	width:240px;
	float:right;
	margin:10px 0 10px 10px;
	padding:5px;
	background-color:#feedd6;
}
div.advice2 p.tit{
	margin:0 0 12px 0px;
	text-align:center;
}
div.advice2 p{
	margin:0 0 8px 0px;
	text-align:left;
}
#important_notice{
	padding:8px 8px 8px 0px;
	background-color:#fff8de;
}
#insert_memo{
	width:180px;
	background-color:#fff;
	margin:0 0 0 10px;
	float:right;
}
#insert_memo_inner{
	width:170px;
	background-color:#feedd6;
	padding:5px;
	margin:0 0 0 10px;
}
#box_memo{
	width:164px;
	background-color:#feedd6;
	padding:5px;
	margin:0 0 3px 5px;
	float:left;
	text-align:center;
}
div#insert_memo h1{
	font-size:13px;
	margin:0 0 15px 0px;
	color:#ff6600;
	text-align:center;
}
.yellow_box{
	padding:5px;
	background-color:#fff8de;
	margin:0 0 20px 0px;
}
div.yellow_box h1{
	margin:0 0 10px 0px;
	font-size:13px;
}
div.yellow_box h1.jpstyle{
	margin:0 0 2px 0px;
	font-size:13px;
}
div.yellow_box h1.jpstyle2{
	margin:15px 0 0 0px;
	font-size:13px;
}

/* -- sidebar -- */

.sidebar{
	background-image:url(img/common/sidebar_bg.gif);
	background-repeat:repeat-y;
}
.sidebar p{
	margin:0 0 0 0px;
}
.sidebar p.mgn9{
	margin:0 0 2px 9px;
	white-space:nowrap;
}
.sidebar p.mgn45{
	margin:0 0 2px 45px;
	white-space:nowrap;
}
#side_policy{
	width:120px;
	margin:60px 0 0 50px;
}
div#side_policy p{
	margin:0 0 5px 0px;	
}
p.footer_menu{
	margin:0 5px 0 0px;
	text-align:right;
	color:#666;
	font-size:10px;
}



/* -- list -- */

ul li{
	margin:20px 0 20px 20px;
}
ul li.mgn5{
	margin:5px 0 5px 0px;
}
ul.mgn10{
	margin:10px 0 10px 20px;
}
ul.mgn15{
	margin:15px 0 15px 20px;
}
ul.mgn15 li{
	margin:15px 0 15px 20px;
}
ul.mgn15_14b{
	margin:15px 0 15px 20px;
	font-size:14px;
	font-weight:bold;
}
ul.notopmgn{
	margin:5px 0 5px 20px;
	padding:0 0 0 20px;
}
ul.noleftmgn{
	margin:5px 0 5px 0px;
	padding:0 0 0 0px;
}
ul.leftmgn5{
	margin:10px 0 5px 10px;
	padding:0 0 0 10px;
}
ul.discnoleftmgn{
	margin:5px 0 5px 40px;
	padding:0 0 0 0px;
	list-style-type: disc;
}
ul.notype{
	margin:20px 0 20px 0px;
	list-style:none;
}
ul.memo{
	margin:0px 0 10px 20px;
	padding:0 0 0 0px;	
}
ul.notype li.nomgn{
	margin:0 0 0 0px;
	list-style:none;
}
ul.index_textlinks{
	margin:0 0 0 10px;
	padding:0 0 0 0px;
}
ul.index_textlinks li{
	margin:0 0 0 10px;
	padding:0 0 0 0px;
}

ol li{
	margin:20px 0 20px 0px;
}
ol.alphabet{
	margin:20px 0 20px 20px;
	padding:0 0 0 20px;
	list-style-type:lower-alpha;
}
ol li.mgn5{
	margin:5px 0 5px 0px;
}
ol li.notype{
	margin:5px 0 5px 0px;
	list-style:none;
}

ol li{
	margin:20px 0 20px 0px;
}
ol.alphabetS{
	margin:20px 0 20px 20px;
	padding:0 0 0 20px;
	list-style-type:lower-roman;
}


table.pricelist{
	padding:1px;
	border:1px solid #fff;
	border-collapse:collapse;
	text-align:center;
	margin:0 0 5px 0px;
}

table.pricelist td{
	border:1px solid #fff;
	background-color:#fff8da;
	padding:3px 0 3px 0px;
}
table.pricelist tr.light td{
	background-color:#fefcf4;
}
table.pricelist tr.light_1 td{
	background-color:#fbfffd;
}
table.pricelist tr.light_2 td{
	background-color:#e3ffee;
}
table.pricelist td.dark{
	border:1px solid #fff;
	background-color:#feedd6;
	padding:3px 0 3px 0px;
}
table.pricelist td.textleft{
	border:1px solid #fff;
	background-color:#fff8da;
	padding:3px 0 3px 2px;
	text-align:left;
}
table.pricelist td.darkleft{
	border:1px solid #fff;
	background-color:#feedd6;
	padding:3px 0 3px 0px;
	text-align:left;
}
table.pricelist td.caption{
	background-color:#fff;
	text-align:left;
	font-weight:bold;
	padding:3px 0 3px 0px;
}
table.pricelist td.caption2{
	color:#666;
	background-color:#fff;
	text-align:left;
	padding:3px 0 3px 0px;
}
table.pricelist td.bg_wh{
	background-color:#fff;
	padding:3px 0 3px 0px;
}
table.pricelist th{
	border:1px solid #fff;
	background-color:#feedd6;
	padding:3px 0 3px 0px;
}
table.pricelist th.bg_wh{
	background-color:#fff;
	padding:3px 0 3px 0px;
}
table.pricelist th.bg_blue{
	border:1px solid #fff;
	background-color:#33cccc;
	padding:3px 0 3px 0px;
}
table.pricelist th.textred{
	border:1px solid #fff;
	background-color:#feedd6;
	padding:3px 0 3px 0px;
	color:#990000;
}
table.pricelist th.textright{
	border:1px solid #fff;
	background-color:#feedd6;
	padding:3px 2px 3px 0px;
	text-align:right;
}


#visit_p_pricelist_inner{
	margin:10px 0 0 15px;
}
div#visit_p_pricelist_inner p.caption1{
	margin:25px 0 5px 0px;
	font-weight:bold;
}
div#visit_p_pricelist_inner p.caption2{
	margin:0 0 10px 0px;
}
table.visit_p_pricelist{
	font-size:8pt;
	padding:1px;
	border:1px solid #fff;
	border-collapse:collapse;
	text-align:center;
	margin:0 0 5px 0px;
}

table.visit_p_pricelist td{
	border:1px solid #fff;
	background-color:#fff8da;
	padding:3px 0 3px 0px;
}
table.visit_p_pricelist td.dark{
	border:1px solid #fff;
	background-color:#feedd6;
	padding:3px 0 3px 0px;
}
table.visit_p_pricelist th{
	border:1px solid #fff;
	background-color:#feedd6;
	padding:3px 0 3px 0px;
	font-weight:bold;
}





table.kogo{
	width:440px;
	border:1px solid #fff;
	border-collapse:collapse;
	padding:1px;
}
table.kogo td.left_bg1{
	text-align:left;
	background-color:#feedd6;
}

table.kogo td.left_bg2{
	text-align:left;
	background-color:#fff8da;
}

table.kogo td.right_bg1{
	text-align:right;
	background-color:#feedd6;
}

table.kogo td.right_bg2{
	text-align:right;
	background-color:#fff8da;
}



table.summary{
	border:1px solid #fff;
	border-collapse:collapse;
	padding:1px;
}
table.summary th{
	font-weight:bold;
	background-color:#ffcc66;
	padding:3px 5px 3px 5px;
	text-align:left;
}
table.summary td{
	text-align:left;
	background-color:#fff8da;
	padding:3px 5px 3px 5px;
}
table.summary td.dark{
	border:1px solid #fff;
	background-color:#feedd6;
	padding:3px 5px 3px 5px;
}
table.summary ul{
	margin:0px;
	padding:0 0 0 15px;
}
table.summary ul li{
	margin:0px;
	padding:0px;
}




/*-- index.html --*/
#biis_index_date{
	width:130px;
	padding:30px 0 30px 75px;
	float:left;
	text-align:center;
}
#biis_index_l{
	width:136px;
	margin:30px 0 30px 45px;
	float:left;
}
#biis_index_r{
	width:160px;
	margin:100px 0 0 0px;
	float:left;
}
div#biis_index_r img{
	margin:0 0 12px 0px;
}
.background{
	background-image:url(img/common/sidebar_bg_4index.gif);
	background-repeat:repeat-y;
}
table.index_submenu{
	margin:5px 0 0 52px;
}
table.index_submenu img{
	margin:0 0 5px 0px;
}
table.indexmenu{
	width:510px;
	margin:0 0 0 164px;
	white-space:nowrap;
}

/*--tu.html / iti.html--*/
.tu_left{
	width:168px;
	float:left;
	margin:0 0 20px 0px;
}
.tu_right{
	width:360px;
	float:left;
}
div.tu_right h1{
	font-size:16px;
	margin:5px 0 10px 0px;
	color:#ff6600;
}
div.tu_right h1.nomgn{
	font-size:16px;
	margin:5px 0 0 0px;
	color:#ff6600;
}
#index_intro{
	width:430px;
	padding:20px 50px 30px 0px;
	float:right;
}
#index_intro_btn{
	width:430px;
	padding:0px 50px 0px 0px;
	float:right;
}
#form_btn{
	margin:10px auto;
	display: block;
	width:220px;
}
#index_intro_jp{
	width:450px;
	margin:30px 0 30px 220px;
}
#index_intro_ch{
	width:450px;
	margin:30px 0 30px 220px;
}



/*-- living.html --*/
.reference{
	margin:50px 0 0 40px;
	color:#666;
}
div.reference p{
	margin:0 0 0 0px;
}



/*-- link.html --*/
.link_div2{
	width:250px;
	margin:0 15px 0 0px;
	float:left;
	text-align:left;
}
div.link_div2 ul{
	margin:5px 0 5px 20px;
	padding:0 0 0 0px;
}
div.link_div2 ul li{
	margin:5px 0 5px 20px;
	padding:0 0 0 0px;
}


/*-- contact us --*/
#contact{
	width:400px;
	margin:20px 0 0 20px;
	float:right;
	text-align:left;
	color:#666;
}
div#contact p{
	margin:0 0 5px 0px;
}
dl.contact_en{
	margin:0px;
	padding:0px;
}
dl.contact_en dt{
	width:160px;
	margin:0px;
	padding:15px 10px 0 0px;
	float:left;
}
dl.contact_en dd{
	width:360px;
	margin:0px;
	padding:15px 0 15px 0px;
	float:left;
}
dl.contact_en dd p{
	margin:3px 0 3px 0px;
	padding:0 0 0 0px;
}





/*-- sitemap --*/
#sitemap{
	width:710px;
	overflow:auto;
	margin:10px 0 50px 0px;
}
.sitemap_inner{
	width:225px;
	margin:15px 10px 0 0px;
	float:left;
	text-align:left;
}
.sitemap_inner a.bold{
	color:#ff6600;
	font-weight:bold;
}
.sitemap_inner a{
	color:#ff9900;
}
ul.sitemap{
	margin:0 0 0 0px;
	color:#666;
}
ul.sitemap li{
	margin:0 0 8px 10px;
	padding:0 0 0 0px;
	background-color:#fff;
	list-style-type:none;
}
ul.sitemap li.title{
	margin:10px 0 10px 0px;
	padding:5px 0 5px 5px;
	background-color:#FFE1C4;
	font-weight:bold;
	list-style-type:none;
	color:#333;
}
ul.sitemap li.sub{
	margin:0 0 8px 30px;
	padding:0 0 0 0px;
	list-style-type:circle;
}
ul.sitemap li.sub2{
	margin:0 0 8px 50px;
	padding:0 0 0 0px;
	list-style-type:circle;
}


