@charset "UTF-8";

body {
	background:url(../images/bg.gif);
}

#wrapper {
	width:800px;
	margin:0 auto;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*header*/

#header {
	background:url(../images/header.jpg);
	height:174px;
}

#header h1 {
	text-indent:-9999px;
	background:url(../images/header_logo.jpg);
	height:118px;
	width:111px;
	margin-top:6px;
	margin-left:150px;
	float:left;
	display: inline;
	zoom:1;
	margin-bottom:9px;

}

#header address {
	text-indent:-9999px;
	background:url(../images/header_tel.jpg);
	height:49px;
	width:223px;
	margin-top:41px;
	margin-left:219px;
	float:left;
	display: inline;
	zoom:1;
}


#header ul {
	clear:both;
	padding:0;
	margin:0;
	margin-left:95px;
}

#header ul li {
	display: inline;
	zoom:1;
	padding:0;
	margin:0;
}

#header ul li a{
	text-indent:-9999px;
	float:left;
	width:130px;
	height:37px;
	margin-right:30px;
}


#header ul li a#bt1 {
	background:url(../images/bt_1.gif);
}
#header ul li a#bt2 {
	background:url(../images/bt_2.gif);
}
#header ul li a#bt3 {
	background:url(../images/bt_4.gif);
}
#header ul li a#bt4 {
	background:url(../images/bt_3.gif);
}

#header ul li a#bt1:hover{
	background-position:0 37px;
}
#header ul li a#bt2:hover{
	background-position:0 37px;
}
#header ul li a#bt3:hover{
	background-position:0 37px;
}
#header ul li a#bt4:hover{
	background-position:0 37px;
}

/*main*/

#main {
	background:#FFF;
	padding:10px 30px;
	background-image:url(../images/gnav_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	width:740px;
}
#main_visual {
	margin-left:5px;
}
#main_visual h2 {
	text-indent:-9999px;
	background:url(../images/top1.jpg) no-repeat;
	width:740px;
	height:136px;
	display:block;
}

#concept {
	margin-top:20px;
}

#concept h3 {
	text-indent:-9999px;
	background:url(../images/top4.jpg) no-repeat;
	width:144px;
	height:143px;
	display:block;
	position:relative;
	top:90px;
	left:5px;
	float:left;
}

#concept dl {
	width:565px;
	float:right;
	border-left:#CCC 1px solid;
}

#concept dl dt{
	padding-left:30px;
	text-indent:-9999px;
	margin-bottom:5px;
}

#concept dl dt#c1{
	margin-left:30px;
	background:url(../images/top5.jpg) no-repeat;
	width:178px;
	height:25px;
}

#concept dl dt#c2{
	margin-top:20px;
	margin-left:30px;
	background:url(../images/top6.jpg) no-repeat;
	width:160px;
	height:25px;
}

#concept dl dt#c3{
	margin-top:20px;
	margin-left:30px;
	background:url(../images/top7.jpg) no-repeat;
	width:265px;
	height:25px;
}


#concept dl dd{
	font-size:12px;
	padding-left:30px;
	line-height:1.6em;
	
}

#concept img {
	margin:20px 0 10px 0;
}

#link {
	float:right;
	margin:0 0 20px 0;
}

#area {
	clear:both;
	color:#666;
}

#area h4 {
	float:left;
	position:relative;
	top:15px;
	left:15px;
	font-size:14px;
}

#area p{
	width:580px;
	float:right;
	font-size:12px;
}

/*footer*/
#footer {
	background:#06C;
	padding:10px 20px;
}

#footer p {
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	float:left;
}

#footer ul {
	float:right;
}

#footer ul li {
	float:left;
	background:url(../images/ftpoint.gif) no-repeat;
	background-position: 0% 50%;
	padding-left:1em;
	padding-right:2em;
	margin-bottom:10px;
	font-size:12px;
}


#footer ul li a {
	color:#9CF;
	text-decoration:none;
}

#footer address {
	font-size:12px;
	font-style:normal;
	clear:both;
	color:#FFF;
}

#footer address span {
	font-weight:bold;
}

#copyright {
	color:#7A3800;
	font-size:10px;
	text-align:center;
	margin:10px 0;
}