/*初期設定*/
html{
	height: 100%;
}

body{
	font-size: 13px;
	*font-size: small; /* IE 7向け */
	*font: x-small; /* IE 6以下 */
	line-height: 150%;
	margin: 0;
	padding: 0;
	color:#333333;
	height: 100%;
}
p,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,address,noscript,form {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size:100%;
	line-height: 150%;
	list-style-type: none;
}

dd{
	zoom:1;
}

img {
	border:0;
	text-align:center;
}

img.spr {
	margin-right:10px;
}

img.spl {
	margin-left:10px;
}

ol li{
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size:100%;
	line-height: 150%;
	list-style-type: decimal;
}

a:link,a:visited{
	text-decoration:none;
	color:#04399F;
}
a:hover{
	text-decoration: underline;
	color:#04399F;
}

.bottom_space{
	padding-bottom:30px;
}

/* --------------------------------------------clear */
.clear {
	clear: both;
}
/* --------------------------------------------margin padding */
.m_l_5 {
	margin-left: 5px;
}
/* --------------------------------------------font-size */
.txt_24px{
	font-size: 184.6%;
}

.txt_21px{
	font-size: 161.4%;
}

.txt_20px{
	font-size: 153.8%;
}

.txt_18px{
	font-size: 138.4%;
}

.txt_16px{
	font-size: 123%;
}

.txt_14px{
	font-size: 107.6%;
}
.txt_12px{
	font-size: 83%;
}
.txt_normal{
	font-size: 100%;
}
.txt_notice {
	font-size: 85%;
	color:#FF0000;
}

.txt_small {
	font-size: 85%;
}
.font-bold {
	font-weight: bold;
}
.txt_red {
	color: #ff0000;
}
/* --------------------------------------------見出し設定 */
h1{
	color:#0554B4;
	text-align:left;
	font-size:184.6%;
	font-weight:bold;
	height:32px;
	margin:0 12px;
	padding-left:35px;
	background: url(../images/icon/ic_h1.jpg) no-repeat left top;
	line-height:120%;
}

h2{
	color:#0554B4;
	text-align:left;
	font-size:123%;
	font-weight:bold;
	height:27px;
	margin:5px 15px 5px 13px;
	padding-top:5px;
	padding-left:20px;
	background: url(../images/label/lb_h2.jpg) no-repeat left top;
	line-height:120%;

}

h3{
	border-left: #FFCC00 4px solid;
	text-align:left;
	margin:5px 0 5px 15px;
	padding:0 7px;
	font-size:100%;
	font-weight:bold;
	color: #666666;
}

h4{
	text-align:left;
	margin:0 0 5px 15px;
	padding-top:10px;
	font-size:100%;
	font-weight:bold;
	color: #063FA9;
}

/*　main エリア　カラム幅　*/

.column {
	margin:0 auto;
	text-align:left;
	width: 505px;
	font-size:100%;
	line-height:150%;
	padding-bottom: 10px;
}

div.pdf_link{
	text-align:right;
	vertical-align:middle;
	padding:10px 0 5px 0;
}
.ill_product {
	text-align: center;
	margin: 10px 0px;;
}
.product_2colum_box {
	width: 48%;
	float:left;
}
.product_2colum_title {
	border-left: #FFCC00 4px solid;
	text-align:left;
	margin:5px 0 5px 0px;
	padding:0 5px;
	font-size:100%;
	font-weight:bold;
	color: #666666;
}
.product_2colum_title_none {
	text-align:left;
	margin:5px 0 5px 0px;
	padding:0 5px;
	font-size:100%;
	font-weight:bold;
	color: #666666;
}
.table_product_spec {
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
}
.table_product_spec th {
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background: #cccccc;
	text-align :center;
	font-weight: normal;
	padding: 5px;
}
.table_product_spec td {
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background: #ffffcc;
	text-align :center;
	font-weight: normal;
	padding: 5px;
}
/* -- 確認用css110722 -- */
.table_product_spec_mini {
	width: 70%;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	float:left;
}
.table_product_spec_mini th {
	font-size: 83%;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background: #cccccc;
	text-align :center;
	font-weight: normal;
	padding: 2px;
}
.table_product_spec_mini td {
	font-size: 83%;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background: #ffffcc;
	text-align :center;
	font-weight: normal;
	padding: 2px;
}
.table_product_spec_mini_right {
	font-size: 83%;
	float: right;
	width: 28%;
}


/* --------------------------------------------中央エリア中央寄せ */
div#container-middle {
	clear:both;
	width: 760px;
	position: relative;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF ;
	background-image:url("../images/background/bg_sidemenu.jpg");
	background-repeat:no-repeat;
	background-position:bottom left;
	overflow: hidden;
}


div#container-middle:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html div#container-middle {
	height: 1em;
	overflow: visible;
}
/**/
/* float対策ここまで */

/**/

/* --------------------------------------------main area (middle right) */
div#bread_cram {
	font-size:85%;
	height:30px;
	background:url("../images/background/bg_bread_cram.jpg") no-repeat top left;
	margin: 0 auto;
	display:block;
	vertical-align:middle;
	padding: 5px 0px 0px 10px;
	text-align: left;
	clear:both;
}

/* ▽IE6以下用 */
* html div#bread_cram {
	font-size:85%;
	height:30px;
	background:url("../images/background/bg_bread_cram.jpg") no-repeat top left;
	margin: 0 0 -5px 0;
	display:block;
	vertical-align:middle;
	padding: 10px 0px 0px 10px;
	text-align: left;
	clear:both;
}
/* △IE6以下用 */

div#bread_cram a{
	color:#000000;
	text-decoration:none;
}

div#bread_cram a:hover{
	color:#000000;
	text-decoration: underline;
}




/* --------------------------------------------menu area (middle left) */
div#sidebar {
	width: 195px;
	padding: 0;
	margin: 0px;
	float: right;
}

/* --------------------------------------------menu area (middle left) */

div#menu{
	width:191px;
	margin-left:2px;
	padding-bottom:13px;
	text-align: left;
}
div#sabu_menu{
	margin-top: 4px;
}

/*　SUB1　表示サイズw200(198) x h35 */

/*アクティブ時（ロールオーバー無し）*/
li.sub1act{
	width:191px;
	min-height: 42px;
	background-position: top left;
	background:url("../images/leftmenu/bg_leftmenu_sub1_f2.jpg") no-repeat ;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	font-weight: bold;
	line-height: 110%;
	text-decoration:none;
	color: #003399;
}

li.sub1act a{
	width:140px;
	min-height:15px;
	display:block;
	padding:13px 5px 14px 45px;
	color: #003399;
}


/*非アクティブ（ロールオーバー有り）*/
li.sub1{
	width:191px;
	min-height:42px;
	background-position: top left;
	background:url("../images/leftmenu/bg_leftmenu_sub1.jpg") no-repeat;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	font-weight: bold;
	line-height: 110%;
	color: #FFFFFF;
}

li.sub1 a{
	width:140px;
	min-height:15px;
	display:block;
	text-decoration:none;
	padding:13px 5px 14px 45px;
	color: #FFFFFF;
}

li.sub1 a:visited{
	background-position: top left;
	color: #FFFFFF;
}

li.sub1 a:hover{
	text-decoration:underline;
	background:url("../images/leftmenu/bg_leftmenu_sub1_f2.jpg") no-repeat ;
	background-position: top left;
	color: #FFFFFF;
	text-decoration: underline;
}

li.sub1act a:link{
	color: #003399;
}

li.sub1act a:visited{
	color: #003399;
}

li.sub1act a:hover{
	text-decoration:underline;
	background-position: top left;
	color: #FFFFFF;
	text-decoration: underline;
}




/*　SUB2　表示サイズw200(198) x h30　*/

/*アクティブ時（ロールオーバー無し）*/
li.sub2act{ 
	width:191px;
	min-height:24px;
	list-style:none;
	border-bottom: #003399 1px solid;
	background:#FFF0D3 url(../images/leftmenu/bg_leftmenu_sub2_f2.jpg) bottom left no-repeat;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 85%;
	color: #003399;
	font-weight: bold;
	text-decoration:none;
	line-height: 110%;
}

li.sub2lact a{
	width:142px;
	min-height:10px;
	display:block;
	text-decoration:none;
	padding:7px 4px 6px 45px;
	*padding:8px 4px 5px 45px;
}
li.sub2lact{ 
	width:191px;
	min-height:24px;
	list-style:none;
	border-bottom: #003399 1px solid;
	background:#FFF0D3 url(../images/leftmenu/bg_leftmenu_sub2l_f2.jpg) top left no-repeat;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 85%;
	color: #003399;
	font-weight: bold;
	text-decoration:none;
	line-height: 110%;
}

li.sub2act a{
	width:142px;
	min-height:10px;
	display:block;
	text-decoration:none;
	padding:7px 4px 6px 45px;
	*padding:8px 4px 5px 45px;
}


/*非アクティブ（ロールオーバー有り）*/
li.sub2{
	width:191px;
	min-height:24px;
	display:block;
	line-height:200%;
	text-decoration:none;
	color:#333333;
	background-position: top left;
	border-bottom: #003399 1px solid;
	background:#F8F9FB url("../images/leftmenu/bg_leftmenu_sub2.jpg") bottom left no-repeat;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 85%;
	line-height: 110%;
}
li.sub2l{
	width:191px;
	min-height:24px;
	display:block;
	line-height:200%;
	text-decoration:none;
	color:#333333;
	background-position: top left;
	border-bottom: #003399 1px solid;
	background:#F8F9FB url("../images/leftmenu/bg_leftmenu_sub2l.jpg") top left no-repeat;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 85%;
	line-height: 110%;
}

li.sub2 a{
	width:142px;
	min-height:10px;
	display:block;
	text-decoration:none;
	padding:7px 4px 6px 45px;
	*padding:8px 4px 5px 45px;
	color:#333333;
}
li.sub2l a{
	width:142px;
	min-height:10px;
	display:block;
	text-decoration:none;
	padding:7px 4px 6px 45px;
	*padding:8px 4px 5px 45px;
	color:#333333;
}

li.sub2 a:visited{
	background: #F8F9FB url("../images/leftmenu/bg_leftmenu_sub2.jpg") bottom left no-repeat;
	color:#333333;
}

li.sub2l a:visited{
	background: #F8F9FB url("../images/leftmenu/bg_leftmenu_sub2l.jpg") top left no-repeat;
	color:#333333;
}

li.sub2l a:hover{
	text-decoration:underline;
	background:#FFF0D3 url("../images/leftmenu/bg_leftmenu_sub2l_f2.jpg") top left no-repeat ;
	color:#003399;
}

li.sub2 a:hover{
	background:#FFF0D3 url("../images/leftmenu/bg_leftmenu_sub2_f2.jpg") bottom left no-repeat ;
	color:#003399;
	text-decoration: underline;
}

li.sub2act a:hover{
	background:#FFF0D3 url("../images/leftmenu/bg_leftmenu_sub2_f2.jpg") bottom left no-repeat ;
	color:#003399;
	text-decoration: underline;
}
li.sub2lact a:hover{
	background:#FFF0D3 url("../images/leftmenu/bg_leftmenu_sub2l_f2.jpg") top left no-repeat ;
	color:#003399;
	text-decoration: underline;
}

/* サイドバーバナー */

#bn_case{
	margin:10px auto;
	width:180px;
	height:212px;
	background:url(../images/banner/bn_case.jpg) no-repeat ;

}
#bn_case p{
	display:block;
	width:auto;
	font-size: 92.4%;
	font-weight:bold;
	color:#063B9F;
	text-align:center;
	padding: 9px 0 0 0;
	height: 24px;
}

#bn_case a{
	display:block;
	margin-left:10px;
	margin-top:155px;
	font-size: 92.4%;
	font-weight:bold;
	color:#063B9F;
	text-align:center;
	text-decoration:none;
}


.bn_seminar{
	margin:0 auto;
	display:block;
	width:180px;
	text-indent:-9999px;
	overflow:hidden;
}

.bn_seminar a.link_inquiry{
	display:block;
	width:180px;
	height: 45px;
	padding: 0 auto 0 auto;
	margin:0 0 0 0;
	background:url(../images/banner/bn_shiryoseikyu.jpg) no-repeat top left;
	text-indent:-9999px;
	overflow:hidden;
}

.bn_seminar a.link_seminar{
	display:block;
	width:180px;
	height: 90px;
	padding: 0 auto 0 auto;
	margin:10px 0 0 0;
	background:url(../images/banner/bn_seminar_tky.jpg) no-repeat top left;
	text-indent:-9999px;
	overflow:hidden;
}
.bn_socia a{
	margin:10px auto;
	display:block;
	width:180px;
	height:47px;
	background:url(../images/banner/bn_socia.jpg) no-repeat ;
	text-indent:-9999px;
	overflow:hidden;
}
#banner_soudan {
	margin-top: 8px;
	margin-left: 7px;
	width: 180px;
	height: 304px;
	background: url(../images/banner/banner_soudan_bg.gif) no-repeat;
}
#banner_soudan div {
	padding-top: 263px;
	padding-left: 7px;
}
#banner_soudan a {
	width: 166px;
	height: 34px;
	display: block;
	background: url(../images/banner/banner_soudan_bu.gif) no-repeat;
}
#banner_soudan a span {
	display: none;
}
#banner_isms {
	margin-top: 8px;
	margin-left: 7px;
}
#banner_asp {
	margin-top: 8px;
	margin-left: 7px;
}
div.main_leftline{
	clear:both;
	top:0px;
	float:right;
	width:563px;
	padding:0;
	border-left:#1E6AD8 2px solid;

}

div#main {
	width: 560px;
	position: relative;
	text-align:center;
	padding:0;
	background: #FFFFFF url("../images/background/bg_main.jpg") no-repeat center top;
	border-left:#0093D6 3px solid;
	height: 100%;
	margin: 0 auto;
}
div#sub_menu {
	margin-top: 4px;
	margin-bottom: 4px;
}

/* ----- top button ----- */
#bg_top_bu_box {
	width: 550px;
	margin-left: 5px;
	background: #ffffff;
}
#bg_top_syugyo {
	position:relative;
	width: 550px;
	margin-left: 5px;
	height: 160px;
	background: url(../images/photo/ph_syugyo_top_bg.gif) no-repeat;
}
#bg_top_cloud {
	position:relative;
	width: 550px;
	margin-bottom: 5px;
	height: 160px;
	background: url(../images/photo/ph_cloud_top_bg.gif) no-repeat;
}
#bu_top_syugyo {
	position:absolute;
	top: 116px;
	left: 346px;
}
#bu_top_cloud {
	position:absolute;
	top: 116px;
	left: 346px;
}
.top_button_l_2 {
	margin-left: 2px;
}
.top_button_l_4 {
	margin-left: 4px;
}
.top_button_l_3 {
	margin-left: 3px;
}
#top_bu_box_top {
	margin-top: 2px;
	width: 550px;
	height: 60px;
	text-align: left;
}
#top_bu_box_end {
	margin-top: 3px;
	margin-bottom: 15px;
	width: 550px;
	height: 60px;
	text-align: left;
}

div.content_shadow{
	margin:0 auto;
	background:url("../images/background/bg_main_shadow.jpg") repeat-y top center;
}

div.content_shadow_bottom{
	width:550px;
	background:url("../images/background/bg_main_shadow_bottom.jpg") no-repeat top center;
	padding:0 4px 15px 4px;
	margin:0 auto -1px auto;
}

div.content{
	clear:both;
	margin: 0 auto 0 auto;
	padding:0 auto;
	width:548px;
	background: #FFFFFF url("../images/label/lb_bottom01.jpg") no-repeat bottom center;
	border-top:#063B9F 1px solid;
	border-left:#063B9F 1px solid;
	border-right:#063B9F 1px solid;

}
div.suv_menu {
	margin-top: 4px;
}
div.content_top_header{
	margin: 0 0 -35px 0 ;
	width:100%;
	height:90px;
	background:url(../images/label/lb_top_fm.jpg) no-repeat top center;
}

div.content_header_socia{
	margin: 0 0 -25px 0 ;
	width:100%;
	height:90px;
	background:url(../images/label/lb_socia.jpg) no-repeat top center;
}

div.content_header_fm{
	margin: 0 0 -25px 0 ;
	width:100%;
	height:90px;
	background:url(../images/label/lb_top_fm.jpg) no-repeat top center;
}


div.content_footer{
	width:548px;
	height:55px;
	margin: 0 auto 0 auto ;
	text-align:center;
	background:url(../images/label/lb_bottom02.jpg) no-repeat bottom center;
	border-left:#063B9F 1px solid;
	border-right:#063B9F 1px solid;
	border-bottom:#063B9F 1px solid;
}

h1.topic{
	text-align:left;
	font-size:161.4%;
}

h2.topic{
	text-align:left;
	font-size:161.4%;
	font-weight:bold;
	height:26px;
	margin:5px 15px 0 13px;
	padding-left:35px;
	background: url(../images/icon/ic_h1.jpg) no-repeat left top;
	border-bottom: #999999 1px solid;
	line-height:100%;

}


dl.product_list_white{
	padding:5px;
}

dl.product_list_gray{
	background:#EEEEEE;
	padding:5px;
}

dl.product_list_gray dt{
	float:left;
}

dl.product_list_white dt{
	float:left;
}

dl.product_list_gray dd{
	margin-left:180px;
}

dl.product_list_white dd{
	margin-left:180px;
}


dl.sitemap_list_white{
	padding:5px;
}

dl.sitemap_list_gray{
	background:#EEEEEE;
	padding:5px;
}

dl.sitemap_list_gray dt{
	float:left;
}

dl.sitemap_list_white dt{
	float:left;
}

dl.sitemap_list_gray dd{
	margin-left:253px;
}

dl.sitemap_list_white dd{
	margin-left:253px;
}


/*footer banner*/
#footer_banner {
	width: 555px;
	height: 190px;
	margin: 0px 0px 20px 0px;
	background: url(../images/banner/banner_contact_main.gif) no-repeat 5px 54px;
	position: relative;
}
#footer_banner img {
	margin-left: 5px;
}
#footer_banner a {
	width: 250px;
	height: 73px;
	display: block;
	top: 107px;
	left: 15px;
	position: absolute;
}
#footer_banner span {
	display: none;
}
/*go top*/
div#goesUp {
	height:25px;
	text-align: right;
	margin: -1px 0 0 0;
	padding:0 0 0 0;
}

*+html div#goesUp {
	height:25px;
	text-align: right;
	margin:-3px 0 3px 0;
	padding:0 0 0 0;
}

*html div#goesUp {
	height:25px;
	text-align: right;
	margin:0;
	padding:0;
}


/* --------------------------------------------footer */
div#footer {
	clear:both;
	width: 760px;
	position: relative;
	margin: 0 auto 0 auto;
	background: url("../images/footer/bg_footer.jpg") no-repeat top left;
}

/*footerMenuここから↓*/

div#footerLink {
	font-size:85%;
	clear: both;
	width: 760px;
	margin: 0;
	padding: 0;
	text-align: right;
}
div#footerLink li {
	margin: 0;
	padding: 0 8px 0 8px;
	display: inline;
	border-right:#434343 1px solid;
}
div#footerLink ul a:link {
	text-decoration: none;
	color: #434343;
}
div#footerLink ul a:visited {
	text-decoration: none;
	color: #434343;
}
div#footerLink ul a:hover {
	color: #434343;
	text-decoration: underline;
}
div#footerLink ul a:active {
	color: #434343;
	text-decoration: underline;
}
/*subMenuここまで↑*/


div#footerLink li.end{
	padding:0 5px;
	border-right:none;
	margin:0;
}

div#footer .corp_name{
	width:230px;
	height:20px;
	margin:0 0 0 5px;
	text-indent:-9999px;
	background-image: url(../images/footer/lb_corp_name.jpg);
	font-size:1px;
	text-align:left;
	line-height:1%;
}

div#footer .corp_adress{
	width:400px;
	height:12px;
	margin:2px 0 0 5px;
	text-indent:-9999px;
	background-image: url(../images/footer/lb_corp_adress.jpg);
	font-size:1px;
	text-align:left;
	line-height:1%;
}
div#footer .corp_url a{
	display:block;
	width:135px;
	height:11px;
	margin:0 0 0 5px;
	text-indent:-9999px;
	background-image: url(../images/footer/lb_corp_url.jpg);
	font-size:1px;
	text-align:left;
	line-height:1%;
	overflow:hidden;
}


div#footer .copyright{
	text-align:right;
	font-size:85%;
	color:#0743AE;
	padding:0 5px 3px 0px;
	line-height:1.0;
}


/* --------------------------------------------ドロップシャドウ */
div#top {
	margin: 0 auto 0 auto;
	clear:both;
	padding:0 0 0 0;
	width: 100%;
	background-image: url(../images/background/bg_shadow.jpg);
	background-position: center;
	background-repeat:repeat-y;
}

*+html div#top {
	margin: 0 auto 0 auto;
	clear:both;
	padding:0 0 0 1px;
	width: 100%;
	background-image: url(../images/background/bg_shadow.jpg);
	background-position: center;
	background-repeat:repeat-y;
}
*html div#top {
	margin: 0 auto 0 auto;
	clear:both;
	padding:0 0 0 1px;
	width: 100%;
	background-image: url(../images/background/bg_shadow.jpg);
	background-position: center;
	background-repeat:repeat-y;
}


div#bottom{
	clear:both;
	margin: 0 auto 0 auto;
	padding:0 0 15px 0;
	*padding:0 0 0 0;
	width: 100%;
	background-image: url(../images/background/bg_shadow_bottom.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

/* ---説明文付箇条書きリスト--- */
dl.list_detail {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;

}

dl.list_date {
	margin: 0 20px ;
	padding: 7px 0;
	text-align:left;
	border-bottom:#666666 1px dashed;

}
dl.list_date dt {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align:left;
	color:#2166BB;
	padding: 0 0 0 5px;
	font-weight: bold;
	float:left;
}
dl.list_date dd {
	margin: 0 0 0 100px;
}

.list_arrow li{
	float:left;
	background:url(../images/icon/ic_help_arrow02.gif) left no-repeat;
	padding:0 15px 0 15px;
	margin:0 0 0 0;
	color:#04399F;
}

.line_aqua{
	clear:both;
	margin:8px auto 0 auto;
	display:block;
	line-height:1%;
	font-size:1%;
	width:500px;
	height:0px;
	border-top:#C5EAFA 1px solid;
	border-bottom:#FFFFFF 1px solid;
}

div.aquabox_top{
	display:block;
	width:520px;
	background:url(../images/background/bg_help_answer_top.jpg) top center no-repeat;
	padding:10px 0 0 0;
	margin:0 auto;
}

div.aquabox_top p{
	margin-left:30px;
	font-size:92.4%;
	text-align:left;
	font-weight:bold;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#063FA9;
	line-height:16px;
}



div.aquabox_middle{
	width:520px;
	background:url(../images/background/bg_help_answer_middle.jpg) top center repeat-y;
	text-align:left;
	margin:0 auto;
	
}

div.aquabox_bottom{
	width:520px;
	height:10px;
	background:  url(../images/background/bg_help_answer_bottom.jpg) top center no-repeat;
	text-align:left;
	margin:0 auto 5px auto;
}

div.aquabox_right {
	padding:0;
	margin: 8px 15px 0 15px;
	font-size:100%;
}

.list_mark li {
	list-style-image:url(../images/icon/ic_list.gif);
	margin:0 0 0 20px;
	padding-bottom: 10px;
}

.bt_pro_send{
	text-indent:-9999px;
	overflow:hidden;
	width:256px;
	height:49px;
	background:url("../images/button/bt_pro_send.jpg") no-repeat top left;
	padding:0 0 4px 0;
	margin:0 auto;
}


.bt_pro_send a {
	display:block;
	overflow:hidden;
	width:256px;
	height:49px;
	background:url("../images/button/bt_pro_send.jpg") no-repeat top left;
}

.bt_pro_send a:hover{
	width:256px;
	height:49px;
	background:url("../images/button/bt_pro_send_f2.jpg") no-repeat top left;
}



/*CSSハック*/
*html dd.bug {
	text-indent:-3px;
}
*html li.bug {
	text-indent:-3px;
}

.socia_concept{
	background:url("../images/illust/ill_socia_concept03.jpg");
	margin:0 auto;
	width:505px;
	height:490px;
	text-indent:-9999px;
}

/*導入事例会社概要用*/
/* ---会社概要用CSS--- */
div#case_company {
	float:left;
	width:300px;
	border:#6C88B7 solid 1px;
	line-height:100%;
	font-size:92.4%;
	background-color:#FFFFFF;
	padding:2px;
	margin:10px 0 0 0;
}

#case_company img.right{
	float:right;
	vertical-align:baseline;
}

#case_company dl{
	clear:both;
	text-align:left;
	border-left:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
	border-top:#CCCCCC 1px solid;
	background: url(../images/background/bg_company.gif);
}
#case_company dl.end{
	text-align:left;
	border-bottom:#CCCCCC 1px solid;
	background: url(../images/background/bg_company.gif);
}

#case_company dt {
	border-left:#063FA9 solid 3px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#063FA9;
	width:85px;
	line-height:120%;
	float:left;
	margin: 7px 0 0 3px;
	padding:0 3px 0 3px;

}
#case_company dd {
	padding:5px 5px 3px 5px;
	margin: 0 0 0 85px;
	background-color:#F9F9F9;
	border-left:#CCCCCC 1px solid;
}

.case_space{
padding-bottom:30px;
}

.sm_tokyo{
	margin:0 auto;
	text-align:center;
	color:#FF6600;
}

.sm_osaka{
	margin:0 auto;
	text-align:center;
	color:#339900;
}

.sm_nagoya{
	margin:0 auto;
	text-align:center;
	color:#660000;
}

dl.sm_txt_center{
	border-bottom: #999999 1px solid;
	margin:0 15px;

}

dl.sm_txt_center dt{
	font-weight: bold;
	float:left;
	width:60px;
	margin:0 auto;
	padding-left:15px;
	text-align:center;
	color:#000000;
}

dl.sm_txt_center dd{
	margin:0 auto;
	text-align:center;
	color:#000000;
	font-weight: bold;
}

.sm_company{
	width:180px;
	margin:0 0 0 auto;
	text-align:left;

}
.sm_company2 {
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
}


.bn_hc a{
	margin:10px auto;
	display:block;
	width:180px;
	height:70px;
	background:url(../images/banner/hc08banner1.gif) no-repeat ;
	text-indent:-9999px;
	overflow:hidden;
}

