@charset "utf-8";

body {
	background: url(../img/body_bg_top.jpg) repeat-x top;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 94%;
	line-height: 1.5;
	color: #333333;
	font-family:Verdana,Helvetica,sans-serif,Georgia,Arial; 
}

textarea {
	font-size: 100%;
}

a {color: #1d8583;text-decoration: none;}
a:visited {color: #1d8583;}
a:hover {color: #0d79c1;text-decoration: none;}

.gray {
	color: #CCCCCC;
}

/* for clearfix---------------------------------------------------
----------------------------------------------------------------*/
.clearfix:after { 
   display: block;
   height: 0;
   visibility: hidden;
   clear: both;
   content: ".";
}
.clearfix {
   display: inline-block;
}
/*MacIE \*/
   * html .clearfix {height: 1em;}
   .clearfix {display: block;}

/*content---------------------------------------------------------
----------------------------------------------------------------*/
div#content {
	width: 894px;
	margin: 0 auto;
	text-align: left;
}

/*header----------------------------------------------------------
----------------------------------------------------------------*/
div#header {
	width: 800px;
	height: 423px;
	margin: 0 auto;
	text-align: center;
	background: url(../img/header_top_bg.jpg) no-repeat;
}
div#header h1.topfla {	
	width: 167px;
	height: 28px;
	float: left;
}
div#header p.link {	
	margin-top: 10px;
	float: right;
}

div#header div#fla {
	width: 799px;
	padding-top: 85px;
	_padding-top: 47px;
	padding-right: 1px;
	margin: 0 auto;
}
*+html body div#header div#fla {
	width: 799px;
	padding-top: 57px;
	padding-right: 1px;
	margin: 0 auto;
}

/*navi----------------------------------------------------------*/
div#navi {
	width: 806px;
	height: 76px;
	margin: 0 auto;
	background: url(../img/navi_bg.gif) no-repeat;
}
div#navi ul{
	padding: 18px 0px 0px 15px;
}
div#navi ul li{
	width: 128px;
	height: 40px;
	padding-left: 2px;
	float: left;
	display: block;
}

/*flash area----------------------------------------------------*/
div#flash_area{
	position: absolute;
	top: 42px;
	left: 400px;
}

/*main----------------------------------------------------------*/
div#main {
	width: 730px;
	padding: 20px 70px 0px 80px;
	float: left;
}
div#main p {
	text-indent: 1em;
	margin-bottom: 1em;
}
div#main p.top {
	text-indent: 0;
	margin-bottom: 1em;
	line-height: 1.8;
	font-size: 112%;
}
div#main p.center {
	width: 730px;
	margin-bottom: 1em;
	text-align: center;
}
div#main p.right {
	width: 420px;
	float: right;
	text-indent: 1em;
	margin-bottom: 1em;
}
span.blue{ color: #0000aa; font-weight: bold;}
span.green{ color: #009900; font-weight: bold;}
span.red{ color: #ff0000; font-weight: bold;}

div#main h2 {
	width: 680px;
	height: 40px;
	padding: 9px 26px;
	color: #FFFFFF;
	font-size: 110%;
	background: url(../img/h2_bg.gif) no-repeat;
	clear: both;
}
div#main h3 {
	
}
div#main ul.plus {
	margin: 20px;
}
div#main ul.plus li{
	padding-left: 26px;
	background: url(../img/list_01.gif) no-repeat left center;
}

div#main div.ul2box {
	overflow: auto;
	padding-left: 30px;
}
div#main ul.plus_harf {
	width: 290px;
	margin: 20px;
	float: left;
}
div#main ul.plus_harf li{
	padding-left: 26px;
	background: url(../img/list_01.gif) no-repeat left center;
}

div#main img.fleft {
	margin: 0px 20px 20px 0px;
	float: left;
}
div#main img#contactbtn {
	margin-left: 240px;
}

div#main div.bottombox {
	width: 730px;
	clear: left;
}

div#main div.bottombox dl {
	width: 350px;
	padding: 20px 0px 0px 0px;
	float: left;
}
div#main div.bottombox dl.right {
	width: 350px;
	padding: 20px 0px 0px 30px;
	float: left;
}
div#main div.bottombox dl dt{
	width: 350px;
}
div#main div.bottombox dl dd{
	width: 350px;
}
div#main div.bottombox dl dd img{
	margin-bottom: 10px;
}
/*footer----------------------------------------------------------
----------------------------------------------------------------*/
div#footer {
	width: 774px;
	height: 180px;
	margin: 0 auto;
	padding: 20px 60px 0px 60px;
	background :url(../img/footer_bg.gif) no-repeat top center;
	clear: both;
	text-align: left;
}
div#footer ul.submenu {
	padding-bottom: 10px;
	_padding-bottom: 10px;
	font-size: 82%;
	color: #999999;
}
div#footer ul.submenu li{
	float: left;
}
div#footer ul.submenu li.line{
	margin-left: 3px;
}

div#footer p.info {
	border-top: solid 1px #CCCCCC;
	padding-top: 10px;
	display: block;
	clear: both;
}
div#footer address {
	padding: 10px 0px;
	font-size: 82%;
}