@charset "utf-8";

/********** basic **********/
html,body,p,dl,dt,dd{
margin: 0px;padding: 0px;
}

body{background: #FFFFFF; text-align: center; background: url(../img/com/bg01.gif) repeat-x;overflow-x: hidden;}
body,td{color:#555555; font-size:12px; line-height:22px;}

a:link {text-decoration: none;color: #0066CC;}
a:visited {text-decoration: none;color: #0066CC;}
a:hover {text-decoration: none;color: #FF6600;}
a:active {text-decoration: none;color: #FF6600;}

img{
	border: none;
}

h2{
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top:0px;
}
/**利用中**/

h3,h4{
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom:0px;
	padding-top:0px;
}

.small{font-size: 10px;color: #545454;}
.small2{font-size: 11px;}

.note{
	font-size:10px;
	color: #FF6600;
	text-align: left;
}

.note1{
	margin: 0px;
	padding-bottom: 20px;
	padding-left: 1em;
	text-indent: -1em;
	text-align:left;
}

.note2{
	font-size: 12px;
	color: #545454;
	line-height:16px;
}

.note2 li{
	text-align:left;
	margin-left: 15pix
}

.note3{
	margin: 0px;
	padding-bottom: 20px;
	padding-right: 1em;
	text-align:right;
}
	
.note4{
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
}
	
.note5{
	font-size: 10px;
	color: #FF6600;
}

.clear{
	clear:both;
	}

.clear hr { display:none; } 

/********** header **********/
#header{
	margin: 0px auto;
	width: 1000px;
	height: 90px;
}

#header h1{
	font-size:0px;
}

#header_l {
	position: relative;
}

#header_l img{
	position: absolute;
	top: 20px;
	left: 0px;
}

#header_l{
	float: left;
	width: 300px;
	height: 90px;
	text-align: left;
}
	
#header_l p {
	color: #000080;
	font-size: 10px;
	padding: 0 0 0 10px;
}

#header_r {
	margin: 0px;
	float: right;
	width: 360px;
	height: 90px;
}
	
#header_rl{
	float: left;
	width: 75px;
	height: 75px;
}
	
#header_rr{
	float: right;
	width: 270px;
	height: 80px;
	padding: 10px 0 0 10px;
}
	
#header_rr p.rr_bottom{
	font-size: 12px;
	text-align: right;
	margin: 12px 0px 0px 0px;
}

/********** footer **********/
/*ページ操作(back,UP)*/
#btm_ope{
	margin:auto;
	width: 1000px;
	height: 10px;
	padding:20px 0 10px 0;
}

#ope{
	float: right;
	margin:auto;
	width: 105px;
	height: 10px;
}

/********** ナビゲーション **********/	
	
#g_navi {width: 1000px;height:38px; margin:0 auto;}
#g_navi ul {margin:0; padding:0;}
#g_navi li {margin:0; padding:0; display:inline; list-style-type:none;}
#g_navi li a {height:38px; display:block; float:left; text-indent:-9999px; text-decoration:none; overflow:hidden;}
 
/*------off*/  
#g_navi li.g_navi01 a {width:200px;background-image: url(../img/com/mn01.gif);background-repeat: no-repeat;}
#g_navi li.g_navi02 a {width:200px;background-image: url(../img/com/mn02.gif);background-repeat: no-repeat;}
#g_navi li.g_navi03 a {width:200px;background-image: url(../img/com/mn03.gif);background-repeat: no-repeat;}
#g_navi li.g_navi04 a {width:200px;background-image: url(../img/com/mn04.gif);background-repeat: no-repeat;}
#g_navi li.g_navi05 a {width:200px;background-image: url(../img/com/mn05.gif);background-repeat: no-repeat;}

/*------hover*/  
#g_navi li.g_navi01 a:hover {width:200px;background-image: url(../img/com/mn01_h.gif);background-repeat: no-repeat;}
#g_navi li.g_navi02 a:hover {width:200px;background-image: url(../img/com/mn02_h.gif);background-repeat: no-repeat;}
#g_navi li.g_navi03 a:hover {width:200px;background-image: url(../img/com/mn03_h.gif);background-repeat: no-repeat;}
#g_navi li.g_navi04 a:hover {width:200px;background-image: url(../img/com/mn04_h.gif);background-repeat: no-repeat;}
#g_navi li.g_navi05 a:hover {width:200px;background-image: url(../img/com/mn05_h.gif);background-repeat: no-repeat;}

/*------active*/  
#g_navi li.g_navi01_a a {width:200px; background-image:url(../img/com/mn01_a.gif); background-repeat: no-repeat;}
#g_navi li.g_navi02_a a {width:200px; background-image:url(../img/com/mn02_a.gif); background-repeat: no-repeat;}
#g_navi li.g_navi03_a a {width:200px; background-image:url(../img/com/mn03_a.gif); background-repeat: no-repeat;}
#g_navi li.g_navi04_a a {width:200px; background-image:url(../img/com/mn04_a.gif); background-repeat: no-repeat;}
#g_navi li.g_navi05_a a {width:200px; background-image:url(../img/com/mn05_a.gif); background-repeat: no-repeat;}


/*サービスへのテキストリンク */

#service_navi_wrap{
	background-color: #E7E9E9;
}

#service_navi{
	width: 900px;
	text-align: center;
	margin: auto;
	padding: 10px 20px 0px;
	font-size: 10px;
}

#service_navi li{
	display: inline-block;
	vertical-align: top;
}

#service_navi p{
	text-align: center;
	padding: 15px 0 0 0;
}


/*フッター*/
#footer{height: 24px;background: url(../img/com/ft_bg.jpg) repeat-x;}
#footer_contents{width: 1010px;height: 24px;margin: 0px auto;}
#footer_copyright{float: left;margin: 0px auto;width: 250px;height: 24px;background: url(../img/com/ft_copyright.jpg) no-repeat;}
#footer_link{float: right;margin: 0px auto;width: 520px;height: 24px;}
#images_f{margin: 0px auto;width: 520px;height: 24px;}
.images_f ul {padding:0;text-align: center;margin:0;text-justify: distribute-all-lines;}
.images_f ul li{display:inline;padding:0;margin:0;}
div.images_f {margin-left:0px;text-align: center;height: 24px;padding-top: 0;}

/********** pages **********/

.page{
	margin: 0px auto;
	width: 240px;
}

#pagenavi{
	float: left;
	margin: 0px auto;
	padding: 0;
	width: 220px;
	height: auto;
}

#pagenavi li {
	list-style-type: none;
}

#pagenavi a{
	display: block;
}

#pagenavi span {
	display: none;
}

#pagecontents{
	margin: 0px auto;
	width: 510px;
}

#pagewriting{
	width: 480px;
	text-align: left;
	padding: 10px;
	text-align: left;
	border:solid #BCBCBC 1px;
}

/*各ページ共通のレイアウト*/
#pages{
	margin: auto;
	width: 1000px;
	margin-top:15px;
	}

#pagesl{
	margin: 0px auto;
	width:  740px;
	float: left;
	}
	
#pagesll{
	margin: 0px auto;
	width: 220px;
	float: left;
	margin-top:10px;
	}
	
#pageslr{
	margin: 0px auto;
	width: 500px;
	float: right;
	margin-top:10px;
	text-align: left;
	}
	
#pagesr{
	margin: 0px auto;
	width:  250px;
	float: right;
	text-align: left;
	}

.contents_inq{
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}

.contents_inq p{
	padding: 5px;
}

.sub_mn	{
	margin: 0px auto;
	padding: 0;
	width: 180px;
	margin-left:15px;
	text-align: left;
}

.sub_mn li{
	list-style-type:none;
}

.sub_mn strong{
	color: #FC6A00;
}

p.contents_int{
	padding: 0 0 20px 0;
}

p.contents_int2{
	padding: 20px 0 25px 0;
}

.frame_01{
	background-color: #F5F5F5;
	border-color: #E6E6E6;
	border-style: solid;
	border-width: medium;
	clear: left;
	margin: 20px 10px;
	padding: 5px 10px;
	width: 450px;
}

.frame_01 h3{
	text-shadow: 1px 1px #CDCDC1;
}

.frame_01 p{
	margin: 10px 0 0 0;
}

/********** トップページ（ホーム） **********/	
#top{
	background-image: url(../img/top01.jpg);
	float: auto;
	width: 1000px;
	height: 245px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
	position:relative;
}

#top p{
	font-size: 35px;
	color: #FFFFFF;
	margin: 15px 10px;
	text-align: right;
	text-shadow: 1px 1px #104E8B; 
}

#top img{
	position:absolute;
	top:150px;
	left:650px;
	-moz-box-shadow: 3px 3px 5px 0px #666;
	-webkit-box-shadow: 3px 3px 5px 0px #666;
}

#top img:hover{
	position:absolute;
	top:152px;
	left:652px;
	-moz-box-shadow: 0px 0px 5px 0px #666;
	-webkit-box-shadow: 0px 0px 5px 0px #666;
}

#top_contents{
	width: 1000px;
	margin: auto;
}
	
#top_contents_left{
	float: left;
	width: 700px;
	margin: auto;
}

#top_contents_right{
	float: right;
	width: 250px;
	margin: auto;
}

#info_title{
	padding: 10px 0;
}

#top_contents_left h2{
	text-decoration:underline;
	margin: 10px auto 24px;
	text-align: left;
	font-size: 22px;
	color: #000;
}

#topic img:hover{
	-moz-box-shadow: 0px 0px 12px 5px #fff68f;
	-webkit-box-shadow: 0px 0px 12px 5px #fff68f;
}

.for_details{
	text-align: right;
	margin: 15px 0 0 0;
}

/********** top　ソーシャルメディアの普及によって **********/

#introduction{
	width: 700px;
	height: 300px;
	padding: 50px 50px;
	margin: auto;
	text-align: left;
}

#int_note {
	margin: 0 auto 40px;
	width: 700px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
}

/********** top　e-miningとは **********/	
#overview{
	width: 750px;
	height: 340px;
	padding: 20px 0 0 0;
	margin: auto;
}

#overview_left{
	float: left;
	width: 290px;
	padding: 10px;
	text-align: left;
}

#overview_right{
	float: right;
	width: 400px;
	padding: 30px 30px 0 10px;
}

/********** top　3point **********/	
#spec{
	margin: 5px auto 20px;
	width: 1000px;
	height: 155px;
}

#specl{
	float: left;
	width: 335px;
	height: 155px;
	background: url(../img/point01.png) no-repeat;
	position:relative;
}

#specr{
	margin: 0px;
	float: right;
	width: 665px;
	height: 115px;
}

#specrl{
	float: left;
	width: 330px;
	height: 155px;
	background: url(../img/point02.png) no-repeat;
	position:relative;
}

#specrr{
	float: right;
	width: 330px;
	height: 155px;
	background: url(../img/point03.png) no-repeat;
	position: relative;
}

#specl h2{
	position: absolute;
	top: 18px;
	left: 80px;
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
	color: #000;
}

#specl ul{
	position: absolute;
	top: 70px;
	left: 40px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	list-style-position:inside;
	padding: 0;
	margin: 0;
}

#specrr h2{
	position: absolute;
	top: 18px;
	left: 80px;
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
	color: #000;
}

#specrr ul{
	position: absolute;
	top: 80px;
	left: 40px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	list-style-position:inside;
	padding: 0;
	margin: 0;
}

#specrl h2{
	position: absolute;
	top: 18px;
	left: 80px;
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
	color: #000;
}

#specrl ul{
	position: absolute;
	top: 70px;
	left: 50px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	list-style-position:inside;
	padding: 0;
	margin: 0;
}

/********** top What's new **********/

#info{
	margin: 0px auto;
	width: 250px;
	height: auto;
	padding-top:25px;
}

#infol{
	float: left;
	width: 250px;
	height: auto;
	text-align:left;
	background: url(../img/ttl_sb_wn.gif) no-repeat;
	text-indent:-9877em;
}

#dml{
	width: 250px;
	height: auto;
	text-align:left;
	padding-top:15px;
	margin: auto;
}

table#table-info {
	width: 250px;
	text-align: left;
}

table#table-info th {
	padding: 5px 0 0 5px;
	line-height: 120%;
	text-align: left;
	width: 250px;
	}
	
table#table-info td {
	padding: 5px 0 5px 5px;
	line-height: 120%;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CDCDCD;
	width: 300px;}

/*セミナー*/
table#table-seminar {width: 480px;}
table#table-seminar th {
	background: #666666;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	line-height:20px;
	padding: 5px;
	line-height: 120%;
	text-align: left;
	border-width: 1px;
	border-style: dotted;
	border-color: #CDCDCD;
	width: 85px;
	}
	
table#table-seminar td{
	line-height:20px;
	padding: 5px;
	line-height: 120%;
	text-align: left;
	border-width: 1px;
	border-style: dotted;
	border-color: #CDCDCD;
	width: 360px;
}


/*お知らせのページ*/
#pagenaviinfo{float: left;margin: 0px auto;width: 180px;height: auto;}
#pagenaviinfo a {display: block;}
#pagenaviinfo span {display: none;}
#pageslinfol {margin: 0px auto;width: 180px;float: left;margin-top:10px;}
#pageslinfor {margin: 0px auto;width: 560px;float: right;margin-top:10px;text-align: left;}

table#table-news {
	width: 560px;
	text-align: left;
}

table#table-news th {
	padding: 5px;
	line-height: 120%;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CDCDCD;
	width: 85px;
}
	
table#table-news td {
	padding: 5px;
	line-height: 120%;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CDCDCD;
	width: 360px;
}

/*機能紹介＞便利な機能*/
.convenience_section{
	padding: 10px 0px 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CDCDCD;
	width: 500px;
}

.convenience_section h4{
	font-size: 15px;
}

.convenience_contents{
	margin: 20px 0px 30px 0px;
}

/*機能紹介＞オプションサービス*/

.option_contents{
	margin: 20px 0 0 0;
}

.option_contents img{
	margin: 10px 0 0 0;
}

.option_contents h4{
	border-bottom: 2px dotted #8B0000;
}

.option_contents p{
	margin: 0 0 10px 0;
}

/*活用事例＞活用事例*/

.case_baloon{
	width:500px;
	margin:0 0 10px 0;
	padding: 5px 0 30px 0;
}

.case_baloon_head{
	background-image: url(../img/baloon_head.png);
	background-repeat: no-repeat;
	width: 500px;
	height: 26px;
}

.case_baloon ul{
	width: 500px;
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.case_baloon li{
	background-image: url(../img/baloon_body.png);
	background-repeat: repeat-y;
	padding: 0 25px 10px 88px;
}

.case_baloon_foot{
	background-image: url(../img/baloon_foot.png);
	background-repeat: no-repeat;
	width: 500px;
	height: 58px;	
}

/*活用事例＞導入実績*/
.results_contents{
	margin:10px 0px;
	padding:20px 0px 5px 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CDCDCD;
	width: 500px;
}

.results_contents img{
	margin:25px 0px;
}

/*活用事例＞導入実績（利用状況）*/

#pageInfoOthers {
	margin: 0 auto;
	padding: 10px 20px;
	text-align: left;
	width: 500px;
	float: right;
}

#infoG{
	margin: 0 auto;
	text-align: center;
}

#infoG p{
	font-size: 10px;
	text-align: left;
}

/*活用事例＞口コミ調査レポート*/

.report_contents{
	width: 500px;
	padding: 40px 0 30px 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CDCDCD;
}

.report_subject{
	margin: 0 0 30px 0;
}

.view_pdf{
	padding: 0 0 40px 0;
}

/*価格＞価格*/

.price_contents1{
	padding: 5px 0 20px 0;
}

.price_contents2{
	padding: 25px 0 20px 0;
}

#price_footnote ul{
	padding: 0 0 0 20px;
}

#price_footnote h3{
	color: #B22222;
	padding: 20px 0 5px 0;
}


/*セミナーのページ*/
#seminar{margin-left: 20px;width: 480px;height: auto;text-align: left;}
#seminar_fin{margin-left: 20px;width: 480px;height: auto;font-size: 12px;color: #FF6600;font-weight: bold;text-align: center;margin-top: 5px;margin-bottom: 5px;}
	
/********** navi **********/
#navi_comp a		{height: 40px;background-image: url(../img/mn_sub_prof.jpg);background-repeat: no-repeat;width: 220px;}
#navi_comp a:hover	{height: 40px;background-image: url(../img/mn_sub_prof_h.jpg);background-repeat: no-repeat;}
#navi_comph a		{height: 40px;background-image: url(../img/mn_sub_prof_a.jpg);background-repeat: no-repeat;width: 220px;}
#navi_pp a 			{height: 40px;background-image: url(../img/mn_sub_pp.jpg);background-repeat: no-repeat;}	
#navi_pp a:hover 	{height: 40px;background-image: url(../img/mn_sub_pp_h.jpg);background-repeat: no-repeat;}
#navi_pph a 		{height: 40px;background-image: url(../img/mn_sub_pp_a.jpg);background-repeat: no-repeat;}
#navi_ps a 			{height: 40px;background-image: url(../img/mn_sub_ps.jpg);background-repeat: no-repeat;}
#navi_ps a:hover 	{height: 40px;background-image: url(../img/mn_sub_ps_h.jpg);background-repeat: no-repeat;}
#navi_psh a 		{height: 40px;background-image: url(../img/mn_sub_ps_a.jpg);background-repeat: no-repeat;}
#navi_agent a 		{height: 40px;background-image: url(../img/mn_sub_agent.jpg);background-repeat: no-repeat;width: 220px;}
#navi_agent a:hover {height: 40px;background-image: url(../img/mn_sub_agent_h.jpg);background-repeat: no-repeat;}
#navi_agenth a 		{height: 40px;background-image: url(../img/mn_sub_agent_a.jpg);background-repeat: no-repeat;width: 220px;}
#navi_sm a 			{height: 40px;background-image: url(../img/mn_sub_sm.jpg);background-repeat: no-repeat;width: 220px;}
#navi_sm a:hover 	{height: 40px;background-image: url(../img/mn_sub_sm_h.jpg);background-repeat: no-repeat;}
#navi_smh a 		{height: 40px;background-image: url(../img/mn_sub_sm_a.jpg);background-repeat: no-repeat;width: 220px;}


#navi_pm{float: left;margin: 0px auto;width: 75px;height: 95px;background: url(../img/com/privacy_mark.gif) no-repeat;margin-top:10px;}
#navi_pm a{float: left;margin: 0px auto;width: 75px;height: 95px;}

#navi_price a 		{height: 42px;background-image: url(../img/mn_sub_price.gif);background-repeat: no-repeat;width: 220px;}
#navi_price a:hover {height: 42px;background-image: url(../img/mn_sub_price_h.gif);background-repeat: no-repeat;}
#navi_priceh a 		{height: 42px;background-image: url(../img/mn_sub_price_a.gif);background-repeat: no-repeat;width: 220px;}
#navi_flow a 		{height: 40px;background-image: url(../img/mn_sub_flow.gif);background-repeat: no-repeat;width: 220px;}
#navi_flow a:hover 	{height: 40px;background-image: url(../img/mn_sub_flow_h.gif);background-repeat: no-repeat;}
#navi_flowh a 		{height: 40px;background-image: url(../img/mn_sub_flow_a.gif);background-repeat: no-repeat;width: 220px;}
#navi_report a 		{height: 40px;background-image: url(../img/mn_sub_report.gif);background-repeat: no-repeat;width: 220px;}
#navi_report a:hover 	{height: 40px;background-image: url(../img/mn_sub_report_h.gif);background-repeat: no-repeat;}
#navi_reporth a 		{height: 40px;background-image: url(../img/mn_sub_report_a.gif);background-repeat: no-repeat;width: 220px;}

#navi_results a 		{height: 42px;background-image: url(../img/mn_sub_results.gif);background-repeat: no-repeat;width: 220px;}
#navi_results a:hover 	{height: 42px;background-image: url(../img/mn_sub_results_h.gif);background-repeat: no-repeat;}
#navi_resultsh a 		{height: 42px;background-image: url(../img/mn_sub_results_a.gif);background-repeat: no-repeat;width: 220px;}
#navi_case a 		{height: 40px;background-image: url(../img/mn_sub_case.gif);background-repeat: no-repeat;width: 220px;}
#navi_case a:hover 	{height: 40px;background-image: url(../img/mn_sub_case_h.gif);background-repeat: no-repeat;}
#navi_caseh a 		{height: 40px;background-image: url(../img/mn_sub_case_a.gif);background-repeat: no-repeat;width: 220px;}

#navi_2000 a 		{height: 40px;background-image: url(../img/mn_sub_2000.jpg);background-repeat: no-repeat;}
#navi_2000 a:hover 	{height: 40px;background-image: url(../img/mn_sub_2000_h.jpg);background-repeat: no-repeat;}
#navi_2000h a 		{height: 40px;background-image: url(../img/mn_sub_2000_a.jpg);background-repeat: no-repeat;}
#navi_2001 a 		{height: 40px;background-image: url(../img/mn_sub_2001.jpg);background-repeat: no-repeat;}
#navi_2001 a:hover 	{height: 40px;background-image: url(../img/mn_sub_2001_h.jpg);background-repeat: no-repeat;}
#navi_2001h a 		{height: 40px;background-image: url(../img/mn_sub_2001_a.jpg);background-repeat: no-repeat;}
#navi_2002 a 		{height: 40px;background-image: url(../img/mn_sub_2002.jpg);background-repeat: no-repeat;}
#navi_2002 a:hover 	{height: 40px;background-image: url(../img/mn_sub_2002_h.jpg);background-repeat: no-repeat;}
#navi_2002h a 		{height: 40px;background-image: url(../img/mn_sub_2002_a.jpg);background-repeat: no-repeat;}
#navi_2003 a 		{height: 40px;background-image: url(../img/mn_sub_2003.jpg);background-repeat: no-repeat;}
#navi_2003 a:hover 	{height: 40px;background-image: url(../img/mn_sub_2003_h.jpg);background-repeat: no-repeat;}
#navi_2003h a 		{height: 40px;background-image: url(../img/mn_sub_2003_a.jpg);background-repeat: no-repeat;}
#navi_2004 a 		{height: 40px;background-image: url(../img/mn_sub_2004.jpg);background-repeat: no-repeat;}
#navi_2004 a:hover 	{height: 40px;background-image: url(../img/mn_sub_2004_h.jpg);background-repeat: no-repeat;}
#navi_2004h a 		{height: 40px;background-image: url(../img/mn_sub_2004_a.jpg);background-repeat: no-repeat;}
#navi_2005 a 		{height: 40px;background-image: url(../img/mn_sub_2005.jpg);background-repeat: no-repeat;}
#navi_2005 a:hover 	{height: 40px;background-image: url(../img/mn_sub_2005_h.jpg);background-repeat: no-repeat;}
#navi_2005h a 		{height: 40px;background-image: url(../img/mn_sub_2005_a.jpg);background-repeat: no-repeat;}
#navi_2006 a 		{height: 40px;background-image: url(../img/mn_sub_2006.jpg);background-repeat: no-repeat;}
#navi_2006 a:hover 	{height: 40px;background-image: url(../img/mn_sub_2006_h.jpg);background-repeat: no-repeat;}
#navi_2006h a 		{height: 40px;background-image: url(../img/mn_sub_2006_a.jpg);background-repeat: no-repeat;}
#navi_2007 a 		{height: 40px;background-image: url(../img/mn_sub_2007.jpg);background-repeat: no-repeat;}
#navi_2007 a:hover 	{height: 40px;background-image: url(../img/mn_sub_2007_h.jpg);background-repeat: no-repeat;}
#navi_2007h a 		{height: 40px;background-image: url(../img/mn_sub_2007_a.jpg);background-repeat: no-repeat;}
#navi_2008 a 		{height: 40px;background-image: url(../img/mn_sub_2008.jpg);background-repeat: no-repeat;}
#navi_2008 a:hover 	{height: 40px;background-image: url(../img/mn_sub_2008_h.jpg);background-repeat: no-repeat;}
#navi_2008h a 		{height: 40px;background-image: url(../img/mn_sub_2008_a.jpg);background-repeat: no-repeat;}
#navi_2009 a 		{height: 40px;background-image: url(../img/mn_sub_2009.jpg);background-repeat: no-repeat;}
#navi_2009 a:hover 	{height: 40px;background-image: url(../img/mn_sub_2009_h.jpg);background-repeat: no-repeat;}
#navi_2009h a 		{height: 40px;background-image: url(../img/mn_sub_2009_a.jpg);background-repeat: no-repeat;}
#navi_2010 a 		{height: 40px;background-image: url(../img/mn_sub_2010.jpg);background-repeat: no-repeat;}
#navi_2010 a:hover 	{height: 40px;background-image: url(../img/mn_sub_2010_h.jpg);background-repeat: no-repeat;}
#navi_2010h a 		{height: 40px;background-image: url(../img/mn_sub_2010_a.jpg);background-repeat: no-repeat;}
#navi_2011 a 		{height: 40px;background-image: url(../img/mn_sub_2011.jpg);background-repeat: no-repeat;}
#navi_2011 a:hover 	{height: 40px;background-image: url(../img/mn_sub_2011_h.jpg);background-repeat: no-repeat;}
#navi_2011h a 		{height: 40px;background-image: url(../img/mn_sub_2011_a.jpg);background-repeat: no-repeat;}
#navi_2012 a 		{height: 40px;background-image: url(../img/mn_sub_2012.jpg);background-repeat: no-repeat;}
#navi_2012 a:hover 	{height: 40px;background-image: url(../img/mn_sub_2012_h.jpg);background-repeat: no-repeat;}
#navi_2012h a 		{height: 40px;background-image: url(../img/mn_sub_2012_a.jpg);background-repeat: no-repeat;}

#navi_convenience a 		{height: 40px;background-image: url(../img/mn_sub_convenience.gif);background-repeat: no-repeat;}
#navi_convenience a:hover 	{height: 40px;background-image: url(../img/mn_sub_convenience_h.gif);background-repeat: no-repeat;}
#navi_convenienceh a 		{height: 40px;background-image: url(../img/mn_sub_convenience_a.gif);background-repeat: no-repeat;}
#navi_advantage a 		{height: 40px;background-image: url(../img/mn_sub_advantage.jpg);background-repeat: no-repeat;}
#navi_advantage a:hover 	{height: 40px;background-image: url(../img/mn_sub_advantage_h.jpg);background-repeat: no-repeat;}
#navi_advantageh a 		{height: 40px;background-image: url(../img/mn_sub_advantage_a.jpg);background-repeat: no-repeat;}
#navi_function a 		{height: 40px;background-image: url(../img/mn_sub_basic.gif);background-repeat: no-repeat;}
#navi_function a:hover 	{height: 40px;background-image: url(../img/mn_sub_basic_h.gif);background-repeat: no-repeat;}
#navi_functionh a 		{height: 40px;background-image: url(../img/mn_sub_basic_a.gif);background-repeat: no-repeat;}
#navi_option a 		{height: 40px;background-image: url(../img/mn_sub_option.gif);background-repeat: no-repeat;}
#navi_option a:hover 	{height: 40px;background-image: url(../img/mn_sub_option_h.gif);background-repeat: no-repeat;}
#navi_optionh a 		{height: 40px;background-image: url(../img/mn_sub_option_a.gif);background-repeat: no-repeat;}

#navi_merit a 		{height: 40px;background-image: url(../img/mn_sub_merit.jpg);background-repeat: no-repeat;}
#navi_merit a:hover 	{height: 40px;background-image: url(../img/mn_sub_merit_h.jpg);background-repeat: no-repeat;}
#navi_merith a 		{height: 40px;background-image: url(../img/mn_sub_merit_a.jpg);background-repeat: no-repeat;}
#navi_risk a 		{height: 40px;background-image: url(../img/mn_sub_risk.jpg);background-repeat: no-repeat;}
#navi_risk a:hover 	{height: 40px;background-image: url(../img/mn_sub_risk_h.jpg);background-repeat: no-repeat;}
#navi_riskh a 		{height: 40px;background-image: url(../img/mn_sub_risk_a.jpg);background-repeat: no-repeat;}
#navi_section a 		{height: 40px;background-image: url(../img/mn_sub_section.jpg);background-repeat: no-repeat;}
#navi_section a:hover 	{height: 40px;background-image: url(../img/mn_sub_section_h.jpg);background-repeat: no-repeat;}
#navi_sectionh a 		{height: 40px;background-image: url(../img/mn_sub_section_a.jpg);background-repeat: no-repeat;}
#navi_others a 		{height: 40px;background-image: url(../img/mn_sub_others.jpg);background-repeat: no-repeat;}
#navi_others a:hover 	{height: 40px;background-image: url(../img/mn_sub_others_h.jpg);background-repeat: no-repeat;}
#navi_othersh a 		{height: 40px;background-image: url(../img/mn_sub_others_a.jpg);background-repeat: no-repeat;}

/********** companyinfo **********/
table#table-ci {width: 490px;border: 1px #CDCDCD solid;border-collapse: collapse;border-spacing: 0;padding-left: 0px;}
table#table-ci th {padding: 5px;border: #CDCDCD solid;border-width: 0 0 1px 1px;background: #CEE6FF;font-weight: bold;line-height: 120%;text-align: left;}
table#table-ci td {padding: 5px;border: 1px #CDCDCD solid;border-width: 0 0 1px 1px;text-align: left;}

/********** price **********/
table#table-price {width: 500px;border: 1px #CDCDCD solid;border-collapse: collapse;border-spacing: 0;padding-left: 0px;}
table#table-price th {padding: 5px;border: #CDCDCD solid;border-width: 0 0 1px 1px;background: #CEE6FF;font-weight: bold;line-height: 120%;text-align:center;}
table#table-price td {padding: 5px;border: 1px #CDCDCD solid;border-width: 0 0 1px 1px;text-align: center;}

/********** material **********/
table#table-mat{width: 740px;border: 1px #CDCDCD solid;border-collapse: collapse;border-spacing: 0;padding-left: 0px;}
table#table-mat th {padding: 5px;border: #CDCDCD solid;border-width: 0 0 1px 1px;background: #CEE6FF;line-height: 120%;text-align:left;}
table#table-mat td {padding: 5px;border: 1px #CDCDCD solid;border-width: 0 0 1px 1px;text-align: left;}

table#table-pm{
	width: 740px;
	border: 2px #FF6600 solid;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 10px;
	margin: 10px 0 0 0;
}

table#table-pm td {
	border: 2px #FF6600 solid;
	border-width: 0px;
	padding: 10px;
	text-align:left;
	line-height: 180%;
}

	

