/*common*/
*	{
	padding: 0px;
	margin: 0px;
	}

img {
	border: 0;
	}	

body{
	background-color:#ffffff;
	background-image:url(../img/bg01.gif);
	font-family: sans-serif;
	font-size:80%;
	line-height:140%;
	color: #333333;
	}

p {
	margin:10px;
	}

h1{
	background-color:#ffffff;
	height:23px;
	padding: 2px 8px;
	margin-top:4px;
	margin-bottom:12px;
	font-size:12px;
}

h1.service{
	background: url(../img/common/h1_back_service.gif) no-repeat left bottom;
}

h1.company{
	background: url(../img/common/h1_back_company.gif) no-repeat left bottom;
}

h1.info{
	background: url(../img/common/h1_back_info.gif) no-repeat left bottom;
}

h2 {
	margin-top:30px;
	margin-bottom:12px;
}
h2.topic{
	background: url(../img/common/h2_back.gif) no-repeat left bottom;
	height:21px;
	padding: 2px 8px;
	margin-top:30px;
	margin-bottom:12px;
	font-size:12px;
}

h2.htop {
	margin-top:0px;
}

h2.topic img{
margin-top:5px;
}
.bold {
	font-weight: bold;
}	

.graysmall
	{
	color:#747888;
	font-size:85%;
	}

/*link*/
a:link{text-decoration:underline;color: #4189DD;}
a:active{text-decoration:underline;color: #C10435;}
a:visited{text-decoration:underline;color: #7C6495;}
a:hover{text-decoration:underline;color: #C10435;}
div#footer a:link{text-decoration:none;color: #333333;}
div#footer a:active{text-decoration:underline;color: #4555C7;}
div#footer a:visited{text-decoration:none;color: #333333;}
div#footer a:hover{text-decoration:underline;color: #4555C7;}

/*cleaner*/
.cleaner
	{
	clear:both;
	height:1px;
	}

/*list*/


.list_on {
	margin:3px 0px 8px 10px;
	}
	
.list_on li {
	list-style:url(../img/header_tri.gif) circle;
	margin:0px 0px 2px 10px;
	font-weight:normal;
	}

div#container
	{
	margin: 0px auto;
	padding: 0px;
	background: #ffffff;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: #4189DD;
	width: 700px;
	}

#header
	{
	margin:0px;
	}
	
#header img
	{
	margin:0px;
	padding:0px;
	}

#content, #leftnavi, #contentwide
	{
	text-align: left;	
	}


#contentwide
	{
	clear:both;
	margin:10px;
	padding:10px;
	}

div#content
	{
	background-color:#ffffff;
	float:left;
	margin-left:12px;
	width:486px;
	}
div#leftnavi
	{
	float:left;
	width:162px;
	}

#footer 
	{
	clear: both;
	float:left;
	width:100%;
	background-color:#ffffff;
	border-style: solid;
	border-width: 1px 0px 0px 0px; 
	border-color: #4189DD;
	padding-bottom:60px;
	}

.copyimg
	{
	float:right;
	padding: 10px 20px 0px 0px;
	text-align:right;
	font-size:85%;
	}

.copytext
	{
	padding: 8px 4px 0px 20px;
	float:left;
	font-size:85%;
	}

.fl_left
	{
	float:left;	
	}
	
.fl_right
	{
	float:right;
	}
	
/*table start*/
table.line {
	border-style: solid;
	border-width: 1px;
	border-color: #8CB4E8;
}

table.line td, table.line th
	{
	padding:3px 5px;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	border-color: #8CB4E8;
	}
	

table.line td.td_r, table.line th.td_r {
	border-right-width: 0px; 
}

table.line td.td_btm, table.line th.line {
	border-bottom-width: 0px; 
}

/* right bottom */
table.linen td.right, table.line th.right {
	border-right-width: 0px; 
}

table.line td.btm, table.line th.btm {
	border-bottom-width: 0px; 
}

/* bg*/

td.bg, th.bg {
	background-color: #EAF4FE;
}
/*table end*/
/*margin start*/

.mar_top14{
	margin-top:14px;
	}

.mar_tb14
	{
	margin:14px 0px;
	}

.mar_btm10 {
	margin-bottom:10px;
	}

.mar_btm14
	{
	margin-bottom:14px;
	}

.mar_btm20
	{
	margin-bottom:20px;
	}

.mar_btm30
	{
	margin-bottom:30px;
	}

.mar_btm36
	{
	margin-bottom:36px;
	}

.mar_btm50
	{
	margin-bottom:50px;
	}

.mar_l5
	{
	margin-left:5px;
	}

.mar_lr5
	{
	margin-left:5px;
	margin-right:5px;
	}


.mar_l10
	{
	margin-left:10px;
	}

.mar_l35
	{
	margin-left:35px;
	}

.mar_l40
	{
	margin-left:40px;
	}

.mar_l35em
	{
	margin-left: 3.5em;
	}

.padd5
	{
	padding: 5px;
	}

.pad_top10
	{
	padding-top:10px;
	}
/*margin end*/	

