/*common*/
* {
	margin: 0px;
	padding: 0px;
}

html{
	height:100%;
}

* html div#container{
    height:100%;
}

div#container{
	width: 100%;
	position:relative;
	min-height: 100%;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

body > #container {
        height: auto;
}

body {
	color: #333333;
	background-color: #FFFFFF;
	height:100%;
	text-align:justify;
	text-justify:distribute;
	font: normal 0.75em/1.5em "メイリオ", "ＭＳ Ｐゴシック", "Hiragino Kaku GothicPro", "ヒラギノ角ゴ Pro W3", Osaka;

}

img {
	border-style: none;
}

div#main{
	padding-bottom:93px;
	float: none;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: auto;
}

#contents {
	float: none;
	width: 900px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#contents #topic_path {
	float: left;
	height: auto;
	width: 900px;
	padding-bottom: 8px;
	font-size: 0.9em;
	line-height: 17px;
	color: #555555;
	padding-top: 10px;
}

#topic_path ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#topic_path li {
	list-style-type: none;
	display: inline;
}

.ic_topic_arrow{
	list-style:none;
	background: url(../images/ic_topic_arrow.gif) no-repeat left ;
	padding-left: 10px;
	padding-right: 2px;
}

/*HEADER*/

#header {
	clear: both;
	float: none;
	height: 95px;
	width: 100%;
	background: url(../images/bg_hd.gif) repeat-x left top;
}

#header_box  #logo_box {
	float: none;
	height: 64px;
	width: 900px;
	background: url(../images/bg_hd_image.gif) no-repeat left top;
	clear: both;
}

#header #header_box {
	background: url(../images/bg_hd.gif) repeat-x left top;
	clear: both;
	float: none;
	height: 95px;
	width: 900px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}

#logo_box #logo {
	float: left;
}

#logo_box #sub_navi {
	float: left;
	height: auto;
	width: 721px;
	font-size: 0.9em;
	line-height: 17px;
	text-align: right;
	padding-top: 25px;
}

#sub_navi ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#sub_navi li {
	list-style-type: none;
	display: inline;
}

.ic_subnavi_arrow{
	list-style:none;
	background: url(../images/ic_arrow.gif) no-repeat left ;
	padding-left: 10px;
	padding-right: 2px;
}

/*NAVI*/

#logo_box #menu {
	float: none;
	height: 31px;
	width: 900px;
	position: relative;
	clear: both;
}

#menu ul {
	padding: 0;
	margin: 0;
}

/* Don't apply padding here (offsetWidth will differ in IE)
    If you need padding add it to the child anchor */
#menu ul li {
	float: left;
	list-style: none;
}

#menu ul li a {
	z-index: 1;
	float: left;
	height: 31px;
	position: relative;
	text-align: left;
	text-indent: -9999px;
}

#navi_home {
	margin-right: 65px;
	margin-left: 65px;
	display: inline;
}

#navi_home a {
	width: 50px;
	background: url('../images/menu_home.png') no-repeat center !important;
	background: url('../images/menu_home.gif') no-repeat center;
	float: left;
}

#navi_products {
	margin-right: 60px;
	margin-left: 60px;
	display: inline;
}

#navi_products a {
	width: 60px;
	background: url('../images/menu_products.png') no-repeat center !important;	
	background: url('../images/menu_products.gif') no-repeat center;
	float: left;
}

#navi_concept {
	margin-right: 40px;
	margin-left: 40px;
	display: inline;
}

#navi_concept a {
	width: 100px;
	background: url('../images/menu_concept.png') no-repeat center !important;	
	background: url('../images/menu_concept.gif') no-repeat center;
	float: left;
}

#navi_recruit {
	margin-right: 60px;
	margin-left: 60px;
	display: inline;
}

#navi_recruit a {
	width: 60px;
	background: url('../images/menu_recruit.png') no-repeat center !important;	
	background: url('../images/menu_recruit.gif') no-repeat center;
	float: left;
}

#navi_about {
	margin-right: 60px;
	margin-left: 60px;
	display: inline;
}

#navi_about a {
	width: 60px;
	background: url('../images/menu_about.png') no-repeat center !important;	
	background: url('../images/menu_about.gif') no-repeat center;
	float: left;
}

#menu li.background {
	background: url('../images/bg_menu_right.gif') no-repeat right top;
	z-index: 0;
	position: absolute;
	visibility: hidden;
}

#menu .background .left {
	background: url('../images/bg_menu.gif') no-repeat left top;
	height: 31px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}

/*link*/

a {  
    outline: none;  
}

a:link {
	color: #336699;
	text-decoration: none;
	outline: 0;
}

a:visited {
	color: #336699;
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #003366;
	text-decoration: underline;
	outline: 0;
}

#sub_navi a:link {
	color: #336699;
	text-decoration: none;
	outline: 0;
	padding: 1px 3px;
}

#sub_navi a:visited {
	color: #336699;
	text-decoration: none;
	outline: 0;
	padding: 1px 3px;
}

#sub_navi a:hover {
	color: #FFFFFF;
	text-decoration: none;
	outline: 0;
	background: #6699CC;
	padding: 1px 3px;
}

#address a:link {
	color: #336699;
	text-decoration: none;
	outline: 0;
	padding: 1px 3px;
}

#address a:visited {
	color: #336699;
	text-decoration: none;
	outline: 0;
	padding: 1px 3px;
}

#address a:hover {
	color: #FFFFFF;
	text-decoration: none;
	outline: 0;
	background: #6699CC;
	padding: 1px 3px;
}

#topic_path a:link {
	color: #336699;
	text-decoration: none;
	outline: 0;
	padding: 1px 3px;
}

#topic_path a:visited {
	color: #336699;
	text-decoration: none;
	outline: 0;
	padding: 1px 3px;
}

#topic_path a:hover {
	color: #FFFFFF;
	text-decoration: none;
	outline: 0;
	background: #6699CC;
	padding: 1px 3px;
}

.ic_brp_arrow a:link {
	color: #336699;
	text-decoration: none;
	outline: 0;
	padding: 1px 3px;
}

.ic_brp_arrow a:visited {
	color: #336699;
	text-decoration: none;
	outline: 0;
	padding: 1px 3px;
}

.ic_brp_arrow a:hover {
	color: #FFFFFF;
	text-decoration: none;
	outline: 0;
	background: #336699;
	padding: 1px 3px;
}

.ic_si_arrow a:link {
	color: #252;
	text-decoration: none;
	outline: 0;
	padding: 1px 3px;
}

.ic_si_arrow a:visited {
	color: #252;
	text-decoration: none;
	outline: 0;
	padding: 1px 3px;
}

.ic_si_arrow a:hover {
	color: #FFFFFF;
	text-decoration: none;
	outline: 0;
	background: #5A8C5A;
	padding: 1px 3px;
}
.ic_koukyou_arrow a:link {
	color: #c60;
	text-decoration: none;
	outline: 0;
	padding: 1px 3px;
}

.ic_koukyou_arrow a:visited {
	color: #c60;
	text-decoration: none;
	outline: 0;
	padding: 1px 3px;
}

.ic_koukyou_arrow a:hover {
	color: #FFFFFF;
	text-decoration: none;
	outline: 0;
	background: #c98010;
	padding: 1px 3px;
}
.brpc a:link {
	color: #FFF;
	outline: 0;
}

.brpc a:visited {
	color: #FFF;
	outline: 0;
}

.brpc a:hover {
	color: #FFF;
	outline: 0;
}

/*footer*/

#footer {
	position:absolute;
	bottom:0px;
	height: 93px;
	width: 100%;
	float: none;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

#footer #pageup_box {
	float: none;
	height: 18px;
	width: 900px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}

#pageup_box #pageup {
	float: right;
	width: 20px;
	height: 18px;
}

#footer #address_box {
	float: none;
	height: 75px;
	width: 100%;
	background: #f5f5f5 url(../images/bg_ft.gif) repeat-x left top;
	margin-right: auto;
	margin-left: auto;
}

#address_box #address_area {
	float: none;
	width: 900px;
	height: 55px;
	padding-top: 20px;
	background: #f5f5f5 url(../images/bg_ft.gif) repeat-x left top;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}

#address_area #address {
	float: left;
	height: auto;
	width: 490px;
	background-image: url(../images/ic_address.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 10px;
	font-size: 0.9em;
	line-height: 17px;
	color: #555;
}

#address_area #copyright {
	background-image: url(../images/copyright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: right;
	height: 7px;
	width: 386px;
	text-align: left;
	text-indent: -9999px;
	padding-top: 15px;
	font-size: 0px;
	line-height: 0px;
}

/*button*/

#logo ul,
#logo ul li {
float:left;
}

#logo ul {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 64px;
	width: 179px;
	list-style-type: none;
}

#logo ul li a {
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	display: block;
	height: 64px;
	width: 179px;
}

#pageup ul,
#pageup ul li {
	float:left;
}

#pageup ul {
	background-image: url(../images/bt_pageup.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 20px;
	display: block;
	list-style-type: none;
}

#pageup ul li a {
font-size: 0px;
line-height: 0px;
text-indent: -9999px;
display: block;
height: 18px;
width: 20px;
}

ul li.pageup a:focus,
ul li.pageup a:hover,
ul li.pageup a:active {
	width: 20px;
	background-image: url(../images/bt_pageup.gif);
	background-repeat: no-repeat;
	background-position: -0px -18px;
}

#bt_more ul,
#bt_more ul li {
	float:left;
}

#bt_more ul {
	background-image: url(../images/bt_more.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 110px;
	display: block;
	list-style-type: none;
	overflow: hidden;
}

#bt_more ul li a {
font-size: 0px;
line-height: 0px;
text-indent: -9999px;
display: block;
height: 26px;
width: 110px;
}

ul li.bt_more a:focus,
ul li.bt_more a:hover,
ul li.bt_more a:active {
	width: 110px;
	background-image: url(../images/bt_more.gif);
	background-repeat: no-repeat;
	background-position: -0px -26px;
}

#bt_list ul,
#bt_list ul li {
	float:left;
}

#bt_list ul {
	background-image: url(../images/bt_list.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 90px;
	display: block;
	list-style-type: none;
}

#bt_list ul li a {
font-size: 0px;
line-height: 0px;
text-indent: -9999px;
display: block;
height: 22px;
width: 90px;
}

ul li.bt_list a:focus,
ul li.bt_list a:hover,
ul li.bt_list a:active {
	width: 90px;
	background-image: url(../images/bt_list.gif);
	background-repeat: no-repeat;
	background-position: -0px -22px;
}

/*TOP*/

#image_box {
	background: url(../images/bg_top.gif) repeat-x left top;
	clear: both;
	float: none;
	height: 317px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#flash_area {
	float: none;
	height: 317px;
	width: 906px;
	margin-right: auto;
	margin-left: auto;
}

#news_box {
	float: left;
	height: auto;
	width: 535px;
	padding-right: 15px;
}

#news_box #ti_news {
	float: left;
	height: 22px;
	width: 535px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 6px;
}

#news_box #bt_list {
	float: right;
	height: 22px;
	width: 90px;
}

#news_box .ti_news {
	font-size: 0px;
	line-height: 0px;
	background: url(../images/ti_news.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	float: left;
	height: 22px;
	width: 190px;
}

#news_box #news {
	float: left;
	height: auto;
	width: 535px;
	padding-top: 11px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E5E5E5;
}

#banner_box {
	float: right;
	height: auto;
	width: 350px;
}

#banner_box #banner {
	float: left;
	height: 150px;
	width: 170px;
	padding-bottom: 10px;
}

#banner_box #bt_recruit {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	float: none;
	height: 50px;
	width: 350px;
}

#bt_recruit ul,
#bt_recruit ul li {
	float:left;
}

#bt_recruit ul {
	background-image: url(../images/bt_recruit.jpg);
	background-repeat: no-repeat;
	height: 51px;
	width: 350px;
	display: block;
	list-style-type: none;
}

#bt_recruit ul li a {
font-size: 0px;
line-height: 0px;
text-indent: -9999px;
display: block;
height: 51px;
width: 350px;
}

ul li.bt_recruit a:focus,
ul li.bt_recruit a:hover,
ul li.bt_recruit a:active {
	width: 350px;
	background-image: url(../images/bt_recruit.jpg);
	background-repeat: no-repeat;
	background-position: -0px -51px;
}

.padding_r10 {
	padding-right: 10px;
}

.padding_lr3 {
	padding-right: 3px;
	padding-left: 3px;
}

/*products*/

hr{
	height:0;
	border:0;
	visibility:hidden;
	display:none;
	}

.clear{
	margin:0;
	padding:0;
	clear:both;
	}

#contents #act_img {
	background: url(../images/p_brpa.jpg) no-repeat left top;
	height: 245px;
	width: 900px;
	margin-bottom:20px;
}
#contents #japrs_img {
	background: url(../images/p_brpj.jpg) no-repeat left top;
	height: 245px;
	width: 900px;
	margin-bottom:20px;
}
#contents #digital_img {
	background: url(../images/p_brpd.jpg) no-repeat left top;
	height: 245px;
	width: 900px;
	margin-bottom:20px;
}
#contents #radio_img {
	background: url(../images/p_brpr.jpg) no-repeat left top;
	height: 245px;
	width: 900px;
	margin-bottom:20px;
}
#contents #brpcp {
	padding-top:205px;
	padding-left:30px;
}
#contents #brpcp2 {
	padding-top:210px;
	padding-left:130px;
}

div.brp{
	color:#FFFFFF;
}

#contents #main_img {
	background: url(../images/img_products.jpg) no-repeat left top;
	height: 245px;
	width: 900px;
	margin-bottom:20px;
}

#contents #left {
	border-right: 1px solid #CCCCCC;
	padding-right: 24px;
	width: 575px;
	margin-top:20px;
	float:left;
}

#contents #right {
	width: 275px;
	margin-top:20px;
	float:right;
}

#contents #brp {
	float: left;
	height: auto;
	width: 575px;
	padding-bottom: 10px;
	padding-top: 15px;
}

#contents #brp_sub {
	float: left;
	height: auto;
	width: 575px;
	margin-top:15px;
}

#contents #si_solution {
	float:right;
	height:auto;
	width: 275px;
	padding-bottom: 10px;
	padding-top: 15px;
	border-bottom: 1px solid #CCCCCC;
}
#contents #koukyou_solution {
	float:right;
	height:auto;
	width: 275px;
	padding-bottom: 0px;
	padding-top: 20px;
}

#brp #brp_box {
	float: left;
	height:auto;
	width: 250px;
	padding-left: 20px;
	padding-right: 5px;
}

#si_solution #si_box {
	float:right;
	height:auto;
	width: 250px;
	padding-left: 20px;
	padding-right: 5px;
	margin-bottom:10px;
}

#koukyou_solution #koukyou_box {
	height: auto;
	width: 250px;

}

#koukyou_box #text_koukyou {
	background: url(../images/frame_koukyou_ctr.gif) repeat-y left top;
	clear: both;
	float: none;
	height:auto;
	width: 245px;
	color: #505050;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 22px;
	padding-bottom:10px;
}

#si_solution #under_flame {
	clear: both;
	float: none;
	height: auto;
	width: 245px;
	padding:20px 0px 15px 15px;
}
#koukyou_box #under_flame_koukyou {
	background: url(../images/frame_koukyou_ft.gif) no-repeat left bottom;
	clear: both;
	float: none;
	height: 40px;
	width: 245px;
	padding:0 15px;
}

.ti_brp_solution {
	font-size: 0px;
	line-height: 0px;
	background: url(../images/ti_brp_sol.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	float: none;
	height: 30px;
	width: 575px;
	clear: both;
	padding-bottom: 15px;
}

.ti_si_solution {
	font-size: 0px;
	line-height: 0px;
	background: url(../images/ti_si_sol.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	float: none;
	height: 30px;
	width: 275px;
	clear: both;
	padding-bottom: 15px;
}

.ti_koukyou_solution {
	font-size: 0px;
	line-height: 0px;
	background: url(../images/ti_koukyou_sol.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	float: none;
	height: 30px;
	width: 275px;
	clear: both;
	padding-bottom: 15px;
}

#brp_box #brp_text_digital {
	float: left;
	height: auto;
	width: 250px;
	background: url(../images/img_digital_h.gif) no-repeat 4px top;
	padding-top: 10px;
}

#system_box {
	float: left;
	height: auto;
	width: 275px;
	padding-top: 15px;
	margin:0 auto
}

.img_digital {
	font-size: 0px;
	line-height: 0px;
	background: url(../images/img_digital.jpg) no-repeat 4px top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	float: none;
	height: 64px;
	width: 192px;
	clear: both;
	padding-right: 54px;
	padding-left: 4px;
}

.tx_digital {
	font-size: 0px;
	line-height: 0px;
	background: url(../images/tx_digital.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	float: left;
	height: 14px;
	width: 83px;
	clear: both;
	padding-right: 167px;
	padding-bottom: 8px;
}

#brp_box #brp_text_radio {
	float: left;
	height: auto;
	width: 250px;
	background: url(../images/img_radio_h.gif) no-repeat 20px top;
	padding-top: 10px;
}

.img_radio {
	font-size: 0px;
	line-height: 0px;
	background: url(../images/img_radio.jpg) no-repeat 20px top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	float: none;
	height: 64px;
	width: 160px;
	clear: both;
	padding-right: 70px;
	padding-left: 20px;
}

.tx_radio {
	font-size: 0px;
	line-height: 0px;
	background: url(../images/tx_radio.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	float: left;
	height: 14px;
	width: 69px;
	clear: both;
	padding-right: 181px;
	padding-bottom: 8px;
}

#brp_box #brp_text_act {
	float: left;
	height: auto;
	width: 250px;
	background: url(../images/img_act_h.gif) no-repeat 23px top;
	padding-top: 10px;
}

.img_act {
	font-size: 0px;
	line-height: 0px;
	background: url(../images/img_act.jpg) no-repeat 23px top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	float: none;
	height: 64px;
	width: 154px;
	clear: both;
	padding-right: 73px;
	padding-left: 23px;
}

.tx_act {
	font-size: 0px;
	line-height: 0px;
	background: url(../images/tx_act.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	float: left;
	height: 14px;
	width: 78px;
	clear: both;
	padding-right: 172px;
	padding-bottom: 8px;
}

#brp_box #brp_text_japrs {
	float: left;
	height: auto;
	width: 250px;
	background: url(../images/img_japrs_h.gif) no-repeat 42px top;
	padding-top: 10px;
}

.img_japrs {
	font-size: 0px;
	line-height: 0px;
	background: url(../images/img_japrs.jpg) no-repeat 42px top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	float: none;
	height: 64px;
	width: 116px;
	clear: both;
	padding-right: 92px;
	padding-left: 42px;
}

.tx_japrs {
	font-size: 0px;
	line-height: 0px;
	background: url(../images/tx_japrs.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	float: left;
	height: 14px;
	width: 58px;
	clear: both;
	padding-right: 192px;
	padding-bottom: 8px;
}

#si_box #si_text_itflow {
	float: left;
	height: auto;
	width: 250px;
	background: url(../images/img_itflow_h.gif) no-repeat 20px top;
	padding-top: 10px;
}

.img_itflow {
	font-size: 0px;
	line-height: 0px;
	background: url(../images/img_itflow.gif) no-repeat 20px top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	float: none;
	height: 64px;
	width: 182px;
	clear: both;
	padding-right: 48px;
	padding-left: 20px;
}

.tx_itflow {
	font-size: 0px;
	line-height: 0px;
	background: url(../images/tx_itflow.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	float: left;
	height: 14px;
	width: 69px;
	clear: both;
	padding-right: 181px;
	padding-bottom: 8px;
}
#si_box #si_text_web {
	float: left;
	height: auto;
	width: 250px;
}

.img_web {
	font-size: 0px;
	line-height: 0px;
	background: url(../images/img_web.gif) no-repeat 20px top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	float: none;
	height: 64px;
	width: 200px;
	clear: both;
	padding-right: 30px;
	padding-left: 20px;
	margin-top:15px;
}

.tx_web {
	font-size: 0px;
	line-height: 0px;
	text-align: left;
	text-indent: -9999px;
	display: block;
	float: left;
	height: 14px;
	width: 69px;
	clear: both;
	padding-right: 181px;
	padding-bottom: 8px;
}
#si_box #si_text_itpro {
	float: left;
	height: auto;
	width: 250px;
	padding-top: 10px;
}

.img_itpro {
	font-size: 0px;
	line-height: 0px;
	background: url(../images/img_itpro.gif) no-repeat 20px top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	float: none;
	height: 64px;
	width: 180px;
	clear: both;
	padding-right: 50px;
	padding-left: 20px;
	margin-top:20px;
}

.tx_itpro {
	font-size: 0px;
	line-height: 0px;
	text-align: left;
	text-indent: -9999px;
	display: block;
	float: left;
	height: 14px;
	width: 69px;
	clear: both;
	padding-right: 181px;
	padding-bottom: 8px;
}
#bt_more {
	float: left;
	height: 26px;
	width: 110px;
	padding-right: 70px;
	padding-left: 70px;
	padding-top: 10px;  
}

.ti_brp_sub {
	font-size: 0px;
	line-height: 0px;
	background: url(../images/ti_products_brpsub.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	float: none;
	height: 14px;
	width: 119px;
	clear: both;
}

#system_box #system_text {
	clear: both;
	float: none;
	height: auto;
	width: 275px;
	padding-bottom: 5px;
}

.margin_r25px {
	padding-right: 25px;
}

.ti_brp_sub1 {
	font-size: 0px;
	line-height: 0px;
	background: url(../images/ti_brp_sub1.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	float: none;
	height: 24px;
	width: 275px;
	clear: both;
	padding-bottom: 10px;
}

.ti_brp_sub2 {
	font-size: 0px;
	line-height: 0px;
	background: url(../images/ti_brp_sub2.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	float: none;
	height: 24px;
	width: 275px;
	clear: both;
	padding-bottom: 10px;
}

.ti_brp_sub3 {
	font-size: 0px;
	line-height: 0px;
	background: url(../images/ti_brp_sub3.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	float: none;
	height: 24px;
	width: 275px;
	clear: both;
	padding-bottom: 10px;
}

.ti_brp_sub4 {
	font-size: 0px;
	line-height: 0px;
	background: url(../images/ti_brp_sub4.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	float: none;
	height: 24px;
	width: 275px;
	clear: both;
	padding-bottom: 10px;
}

.ti_brp_sub5 {
	font-size: 0px;
	line-height: 0px;
	background: url(../images/ti_brp_sub5.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	float: none;
	height: 24px;
	width: 275px;
	clear: both;
	padding-bottom: 10px;
}

.ti_brp_sub6 {
	font-size: 0px;
	line-height: 0px;
	background: url(../images/ti_brp_sub6.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	float: none;
	height: 24px;
	width: 275px;
	clear: both;
	padding-bottom: 10px;
}

.ti_brp_sub7 {
	font-size: 0px;
	line-height: 0px;
	background: url(../images/ti_brp_sub7.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	float: none;
	height: 24px;
	width: 275px;
	clear: both;
	padding-bottom: 10px;
}

.ti_brp_sub8 {
	font-size: 0px;
	line-height: 0px;
	background: url(../images/ti_brp_sub8.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	float: none;
	height: 24px;
	width: 275px;
	clear: both;
	padding-bottom: 10px;
}

.ti_brp_sub9 {
	font-size: 0px;
	line-height: 0px;
	background: url(../images/ti_brp_sub9.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	float: none;
	height: 24px;
	width: 275px;
	clear: both;
	padding-bottom: 10px;
}

.ti_brp_sub10 {
	font-size: 0px;
	line-height: 0px;
	background: url(../images/ti_brp_sub10.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	float: none;
	height: 24px;
	width: 275px;
	clear: both;
	padding-bottom: 10px;
}

.ti_brp_sub11 {
	font-size: 0px;
	line-height: 0px;
	background: url(../images/ti_brp_sub11.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	float: none;
	height: 24px;
	width: 275px;
	clear: both;
	padding-bottom: 10px;
}


.ti_koukyou {
	font-size: 0px;
	line-height: 0px;
	background: url(../images/frame_koukyou_hd.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	float: none;
	height: 5px;
	width: 275px;
	clear: both;
}

.ic_brp_arrow{
	list-style:none;
	background: url(../images/ic_arrow_blue.gif) no-repeat right;
	padding-left: 2px;
	padding-right: 10px;
	float: right;
}

.ic_si_arrow{
	list-style:none;
	background: url(../images/ic_arrow_green.gif) no-repeat right;
	padding-left: 2px;
	padding-right: 10px;
	float: right;
}
.ic_koukyou_arrow{
	list-style:none;
	background: url(../images/ic_arrow_yellow.gif) no-repeat right;
	padding-left: 2px;
	padding-right: 10px;
	float: right;
}
/* add */
div#localnavi{
	width:200px;
	height:100%;
	clear:both;
	float:left;
	overflow:hidden;
	zoom:100%;
	margin:0;
	padding:0;
}
div#localnavi h2{
	margin:0;
	padding:0;
	height:34px;
}
div#localnavi ul{
	margin:2px 0 0;
	padding:0;
	list-style:none;
}
div#localnavi li{
	display:block;
	width:180px;
	line-height:2.7em;
	margin:0;
	padding:0 4px 0 16px;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #E5E5E5;
	background:url('../images/ic_arrow_blue.gif') no-repeat 2px;
}
div#localnavi li.current{
	background:url('../images/ic_square_orange.gif') no-repeat 2px;
}

div.wide{
	width:900px;
	float:left;
	overflow:hidden;
	zoom:100%;
}

div.wide h2{
	display:block;
	overflow:hidden;
	width:900px;
	height:26px;
	padding:0 0 18px;
}

div.wide h3{
	clear:both;
	font-size:1.1em;
	padding:0;
	margin:5px 0;
	color:#555555;
	overflow:hidden;
}

div#product.wide h4{
	padding:10px 0 5px;
	margin:0;
}

div#product.wide p{
	line-height:1.5em;
	padding:0 0 8px 0;
	margin:0;
}

div#access.wide p{
	padding:0 0 8px 0;
}

div.wide div.privacy, div.wide div.security{
	width:580px;
	margin:20px auto 10px;
}
div.wide div.privacy ol, div.wide div.security ol{
	margin:0 0 30px 2em;
}
div.wide div.privacy ol li, div.wide div.security ol li{
	margin:15px 0;
}
div.wide div.security img{
	display:block;
	margin:10px auto;
}
div.wide div.security table{
	margin:10px auto;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
}
div.wide div.security table th, div.wide div.security table td{
	border:1px solid #CCCCCC;
	padding:3px 5px;
}

p.sig{
	text-align:right;
}

div#product dl{
	margin:0 0 5px;
}
div#product dl dt{
	font-weight:bold;
}
div#product dl dd{
	margin:0 0 3px 1.3em;
}
div#product dl dd ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

div#product div.box_left{
	width:550px;
	float:left;
}

div#product div.box_right{
	width:300px;
	float:right;
	border-left:1px solid #CCCCCC;
	margin:0;
	padding:0 0 10px 20px;
}
div#product div.box_rights{
	width:300px;
	float:right;
	border-left:1px solid #CCCCCC;
	margin:10px;
	padding:0 0 10px 20px;
}
div#product div.box_right h4{
	color:#333333;
	font-size:1.2em;
	background-image:url('../images/bg_products_h3.gif');
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:0 10px 3px 0;
	margin:2px 0 5px;
}
div#product div.box_rights h4{
	color:#333333;
	font-size:1.2em;
	background-image:url('../images/bg_products_h3.gif');
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:0 10px 3px 0;
	margin:2px 0 5px;
}
div#product div.silist{
	float:left;
	width:250px;
	padding:0 10px 30px 40px;
}

div.pti{
	font-size:1px;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:10px;
	margin:30px 20px 20px 20px;	
}

div#product div.silist ul{
	list-style:none;
	margin:0 !important;
	padding:0 !important;
}
div#product div.silist li{
	margin:0 !important;
	padding:0 !important;
}

img.concept_img{
	margin-top:30px;
}

div.narrow{
	float:left;
	width:680px;
	margin:0;
	padding:0 0 0 20px;
	overflow:hidden;
	zoom:100%;
}
div.narrow h3{
	display:block;
	width:680px;
	height:34px;
	padding:0 0 18px;
	margin:0;
}
div.narrow h4{
	clear:both;
	margin:0 0 5px;
}

div.gmap{
	border:1px solid #CCCCCC;
	width:598px;
	height:350px;
	margin:0 0 30px;
	float:left;
}

div.gaddress{
	float:left;
	width:280px;
	overflow:hidden;
	padding:0 10px;
}
div.gaddress p strong{
	color:#666666;
}

img.president{
	float:right;
	margin:0 0 40px 30px;
	border:1px solid #CCCCCC;
	padding:3px;
}

dl.huhmos{
	clear:both;
}
dl.huhmos dt{
}
dl.huhmos dd{
	margin:4px 0;
}

dl.profile{
	overflow:auto;
}
dl.profile dt{
	clear:both;
	float:left;
	width:98px;
	border-top:1px solid #E5E5E5;
	padding:10px 1px;
}
dl.profile dd{
	float:left;
	width:580px;
	border-top:1px solid #E5E5E5;
	padding:10px 0;
}
dl.profile p{
	margin:0 0 6px;
}
dl.profile p img{
	margin:2px 0 0;
}
dl.profile strong{
	color:#666666;
}
dl.profile ul{
	list-style:none;
	padding:0;
	margin:0;
}
a.blank{
	background:url('../images/ic_link.gif') right no-repeat;
	padding-right:11px;
}

dl.history{
	overflow:auto;
}
dl.history dt{
	clear:both;
	float:left;
	width:78px;
	border-top:1px solid #E5E5E5;
	padding:6px 1px;
}
dl.history dd{
	float:left;
	width:600px;
	border-top:1px solid #E5E5E5;
	padding:6px 0;
}

dl.info{
	margin:0 auto;
	overflow:auto;
}
dl.info dt{
	clear:both;
	float:left;
	width:128px;
	font-weight:bold;
	border-bottom:1px solid #E5E5E5;
	padding:6px 1px;
}
dl.info dd{
	float:left;
	width:770px;
	border-bottom:1px solid #E5E5E5;
	padding:6px 0;
}

dl.profile dt.fc, dl.profile dd.fc, dl.history dt.fc, dl.history dd.fc, dl.info dt.fc, dl.info dd.fc{
	border-top:1px solid #FFFFFF;
	padding-top:0;
}

ul.customer{
	list-style-type:none;
	padding:0;
	margin:0 0 15px;
}
ul.customer li{
	display:inline;
	line-height:1.6em;
	margin:0 2px 0 0;
}

dl.eco h4{
	width:680px;
	height:20px;
	margin:30px 0 10px;
}
dl.eco p{
	margin:0 0 2px;
}
img.border{
	padding:3px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
}

a#back{
	display:block;
	clear:both;
	width:110px;
	height:26px;
	overflow:hidden;
	text-indent:-9999px;
	background-image:url(../images/bt_back.gif);
	background-repeat:no-repeat;
	padding:0;
	margin:30px 0 5px;
	float:right;
}
a#back:hover{
	background-position:0 -26px;
}

dl.sitemap{
	width:430px;
	float:left;
	padding:0 10px;
}
dl.sitemap dt{
	border-bottom:1px solid #DDDDDD;
	margin:0 0 5px 0;
}
dl.sitemap dd{
	margin:0 0 20px;
}
dl.sitemap ul{
	list-style-type:none;
	clear:both;
	margin:0;
	padding:0 0 0 20px;
}
dl.sitemap dt, dl.sitemap ul li{
	line-height:1.8em;
}
dl.sitemap ul li span, dl.sitemap dt span{
	background:url(../images/ic_square_gray.gif) no-repeat left;
	padding:0 0 0 12px;
}
dl.sitemap ul li a, dl.sitemap dt a{
	background:url(../images/ic_arrow_blue.gif) no-repeat left;
	padding:0 0 0 12px;
}

p#spp{
	clear:both;
	color:#999999;
	font-size:0.8em;
	text-align:right;
	padding-top:20px;
}
