/** RESET AND LAYOUT
===================================*/
body{
	padding-bottom:60px;
	}

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


/* Navi */
/* ----------------------------------------------------- */
#nav{
	margin-top:20px;
	margin-bottom:60px;
	overflow:hidden;
}
#nav li{
	width:200px;
	float:left;
}
#nav dt{
	float:left;
	width:80px;
}
#nav dd{
	float:left;
	width:120px;
	padding-top:27px;
}

.naviset{
	width:800px;
	margin-top:20px;
	overflow:hidden;
}
.naviset .inner{
	width:97px;
	float:right;
}
.naviset ul{
	float:right;
	width:69px;
}
.naviset .btn_top{
	float:left;
	width:24px;
}

/* Footer */
/* ----------------------------------------------------- */
#footer{
	color:#41266d;
	font-size: 1.1em;
	line-height:1;
}


/* TOP */
/* ----------------------------------------------------- */
#top {
	overflow:hidden;
	border-bottom:#d3d3d4 solid 5px;
	width:800px;
	height:450px;
	background:url(../img/top_bg.jpg) no-repeat left bottom;
	padding-top:30px;
}
#top .left{
	float:left;
	width:285px;
	text-align:center;
}
#top .right{
	float:right;	
	width:470px;
	height:450px;
	color:#41266d;
	position:relative;
}
#top .right li{
	font-size: 1.4em;/*14px*/
	line-height:1;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
}
#top h1{
	position:absolute;
	top:285px;
	left:210px;
}
#top h2{
	position:absolute;
	top:210px;
}
#top p{
	position:absolute;
	top:235px;
}

/* SERVICE */
/* ----------------------------------------------------- */
#service {
	overflow:hidden;
	width:800px;
	padding-top:50px;
}
#service .left{
	float:left;
	width:285px;
	text-align:left;
}
#service .right{
	float:right;	
	width:470px;
	color:#41266d;
}
#service .box{
	margin-top:5px;
	width:450px;
	background:#fed722;
	padding:10px;
	color:#000;
}
#service .right li{
	font-size: 1.1em;
	line-height:1;
	margin-bottom:5px;
}
#service .right p{
	font-size: 1.1em;
	line-height:1.6;
}

/* CONTACT */
/* ----------------------------------------------------- */
#contact {
	overflow:hidden;
	width:800px;
	padding-top:50px;
}
#contact .left{
	float:left;
	width:285px;
	text-align:center;
}
#contact .right{
	float:right;	
	width:470px;
	color:#41266d;
}
#contact .right p{
	color:#41266d;
	font-size: 1.2em;
	line-height:1.6;
}
#contact .right li{
	font-size: 1.2em;
	line-height:1;
	margin-bottom:8px;
}

/* ABOUT */
/* ----------------------------------------------------- */
#about {
	overflow:hidden;
	width:800px;
	padding-top:50px;
}
#about .left{
	float:left;
	width:285px;
	text-align:center;
}
#about .right{
	float:right;	
	width:470px;
	color:#41266d;
}
#about .right p{
	color:#41266d;
	font-size: 1.2em;
	line-height:1.6;
}
#about .right li{
	font-size: 1.2em;
	line-height:1;
	margin-bottom:8px;
}



















