/* 全体 */
*{
	margin:0;
	padding:0;
}
body{
	color:#000000;
	font-size:15px;
	letter-spacing:1px;
	background:#e9ffcf;
}
#bg{
	width:763px;
	margin:0 auto;
	background:#e9ffcf url("../image/back.jpg") repeat-y center;
}
#wrapper{
	width:750px;
	margin:0 auto;
	background:#94aade url("../image/menuback.gif") repeat-y right top;
}
#main{
	float:left;
	width:470px;
	padding:20px 25px;
	background:#ffffff;
}
img{
	border:0;
}
a:link{
	color:#0000cc;
}
a:visited{
	color:#990099;
}
a:hover{
	color:#9999ff;
}

/* ヘッダー(ロゴ)部分 */
#head{
	width:750px;
	height:75px;
	background:#ffffff url("../image/title.jpg") no-repeat 0px 0px;
}
#head h1{
	display:none;
}

/* メニュー部分 */
#navi{
	float:right;
	width:230px;
	font-size:16px;
	font-weight: bold;
}
#navi ul{
	list-style:none;
	border-top:1px solid #666699;
}
#navi li a{
	display:block;
	width:203px;
	padding:13px 0px 10px 27px;
	text-decoration:none;
	color:#ffffff;
	border-bottom:1px solid #666699;
}
#navi li a:hover{
	color:#333366;
	background:#ccccff url("../image/menuhover.gif") 0px 0px;
	border-bottom:1px solid #666699;
}
#navi li.current{
	display:block;
	width:203px;
	height:16px;
	padding:13px 0px 10px 27px;
	color:#ffffff;
	background:#666699 url("../image/menucurrent.gif") 0px 0px;
	border-bottom:1px solid #666699;
}

/* ページ上部へ戻る */
.topback{
	text-align:right;
	margin-right:7px;
}

/* お問い合わせ */
#reference{
	clear:both;
	width:730px;
	padding:5px 10px;
	color:#eeeeff;
	letter-spacing:0;
	background:#999999 url("../image/footback.gif");
}
#reference img.left{
	float:left;
	margin:13px 15px 0px 0px;
}
#reference .toiawase{
	float:right;
	width:585px;
	font-weight:bold;
	line-height:120%;
}
#reference .toiawase dl{
	margin:0 0 0 40px;
}
#reference .toiawase dl dt{
	float:left;
	padding-right:10px;
	white-space:nowrap;
}
#reference .toiawase dl dt.tel1{
	/*width:145px;*/
}
#reference .toiawase dl dt.tel2{
	clear:both;
	/*width:145px;*/
}
#reference .toiawase dl dt.fax{
	/*width:40px;*/
}
#reference .toiawase dl dd{
	float:left;
	width:160px;
}
#reference .toiawase dl span{
	font-size:13px;
}
#reference .clear{
	clear:both;
	height:0px;
	font-size:0px;
	line-height:0px;
}

