@charset "euc-jp"; 

/*--------------------------------------------------*/
body{
	margin : 0 auto;
	font-size : 10pt ;
	color : #000000 ;
	text-align : center;
	background-color : #eeeeee ;
}

p{
	margin : 0 ;
	padding : 0 ;
}

img{
	border : 0 ;
	padding : 0 ;
	margin : 0 ;
}

a {
	color : #4600ff ;
}

a:visited {
	color : #4600ff ;
}

a:hover {
	color : #5d7cbd ;
}

ul{
	margin : 0 auto ;
	padding : 0 ;
}

/*--共通プロパティー--*/

/*マージン*/
.mg5{
	margin : 5px ;
}

.mg5auto{
	margin : 5px auto;
}

.mg7{
	margin : 7px ;
}

.mg18{
	margin : 18px auto ;
}

.mgt3{
	margin-top : 3px ;
}

.mgt7{
	margin-top : 7px ;
}

.mgt15{
	margin-top : 15px ;
}

.mgt20{
	margin-top : 20px ;
}

.mgl10{
	margin-left : 10px ;
}

.mgl20{
	margin-left : 20px ;
}

.mgl25{
	margin-left : 25px ;
}

.mgl40{
	margin-left : 40px ;
}

/*パーツ*/
hr {
	color: #FFF;
	border: 1px dashed #AFAFAF;
	border-width: 1px 0 0 0;
	clear: both;
}

br.clear{
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
div.go_top{
	text-align: right;
}

img.title {
	margin: 15px auto;
}

/*----------全体----------*/
#wrapper{
	border-left : 3px solid #cbcbcb ;
	border-right : 3px solid #cbcbcb ;
	border-bottom : 3px solid #cbcbcb ;
	width : 903px ;
	background-color : #fff ;
	margin : 0 auto ;
	text-align : center ;
	padding-top : 5px ;
	line-height : 20px ;
}
.main_area {
	width : 880px ;
	margin : 5px auto 10px;
}

.under_button{
	width : 860px ;
	margin : 20px auto 0;
	border-top : 1px dashed #bebebe ;
}

.under_button img{
margin:20px 20px 0;
}

.pass_area{
	width:870px;
	margin:0 auto;
	font-size:80%;
	text-align:left;
}

/*-----ヘッダー-----*/
#header_area{
	width : 903px ;
	padding-bottom : 5px ;
	border-bottom : 5px solid #5d7cbd ;
	text-align : left ;
}

#header_area .text{
	float:left;
	margin-top:5px;
}

#header_area .logo{
	float:left;
	margin:10px 10px 0 10px;
}

#header_area .tel_area{
	float:right;
	width:260px;
	margin:0 auto;
}

/*-----ナビゲーション-----*/
#menu_area{
	width : 903px ;
	height : 43px ;
	margin : 0 auto ;
	position: relative ;
}

.menu_left{
	width : 718px ;
	height : 44px ;
	float : left ;
	background-color : #c4c4c4 ;
}

.menu_left ul li{
	display : inline ;
	list-style-type : none;
	margin : 0 auto ;
	padding : 0 ;
}

.menu_left ul li img{
	position : absolute ;
	top : 0px ;
}
.menu01{left:0px;}
.menu02{left:85px;}
.menu03{left:272px;}
.menu04{left:357px;}
.menu05{left:471px;}
.menu06{left:556px;}

.menu_right{
	width : 180px ;
	float : right ;
	margin-top : 3px ;
	margin-right : 2px ;
}

/*-----フッター-----*/
#footer_area{
	width : 903px ;
	margin-top:20px ;
	border-top:5px solid #5d7cbd;
	padding-top:5px;
}

.footer_area{
	background-color : #bac8e8 ;
	padding : 10px ;
}

.footer_left{
	float:left;
	margin-left:5px;
}

.footer_right{
	float:right;
	margin-right:5px;
}

.footer_right ul li{
	display: inline ;
	list-style-type : none ;
	margin : 0 auto ;
	padding : 0 15px ;
}

.footer_line{
	border-right : 1px solid ;
}


