body,div,h1,h2,h3,h4,h5,h6,h7,p,ul,ol,li,dl,dt,dd,address,form{
	margin: 0px;
	padding: 0px;
	font-size:12px;
	line-height:1.4;
	color:#000000;
}
body {
	/*background-image:url(../img/bg.jpg);
	background-color:#0C6DB2;
	background-repeat: no-repeat;
	background-position: top;*/
	
}
#wrapper {
text-align:center;

}

/* Header Styles
=====================================================================*/
div.menuArea {
margin-bottom:10px;
}
div.menuArea ul {
	margin: 0px;
	padding: 0px;
}
div.menuArea li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}
/* TOP MainArea Styles
=====================================================================*/
#main {
width:800px;
text-align:center;
margin:0px auto 0px auto;
}
#main table {
margin:40px 0px 0px 0px;
}
#main p.top_txt {
line-height:1.4;
margin-top:10px;
font-size:14px;
}
/* company Styles
=====================================================================*/
h2 {
margin:0px 0px 0px 10px;
text-align:left;
}


#main_com {
width:800px;
text-align:center;
margin:0px auto 20px auto;
}
#main_com table {
margin:10px 0px 0px 0px;
}
td.left_title {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #009fd7;
}
td.left {
text-align:left;

	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #1f2677;
}
td.left p {
margin:10px 0px 0px 10px;
line-height:1.7;
}
table.preArea img {
margin-left:10px;
}

/* aboutus Styles
=====================================================================*/
h3 {
margin:0px 0px 10px 0px;
}
div.exArea01 {

}
td.sono01 {
text-align:left;
padding-right:10px;
}
/* Footer Styles
=====================================================================*/
#footer {
	background-image: url(../img/footer.jpg);
	width:800px;
	height:80px;
	margin:0px auto 0px auto;
}
#footer address {
color:#FFFFFF;
font-style:normal;
padding:50px 10px 0px 0px;
text-align:right;
font-size:11px;
font-weight:bold;
}

/*Font Style
*********************************/
a:link    { color : #000000 ; text-decoration : none ;}
a:visited { color : #000000 ; text-decoration : none ; }
a:hover   { color : #009fd7 ; text-decoration : underline ; }
a:active  { color : #009fd7 ; text-decoration : underline ; }


