@charset "utf-8";

/* Basics
---------------------------------------------*/
body {
	margin: 0px auto;
	text-align: center;
	background: #FFFFFF;
	font-size: 80%;
	color: #6F6F6F;
	line-height: 1.4;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: url(../images/common/background/back.jpg) repeat-x top center;
}
p, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, span, em  {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}
img {
	border: none;
	vertical-align: bottom;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #0099E0;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: none;
}

/* head
---------------------------------------------*/
#head {
	width: 775px;
	position: relative;
	margin: 0px auto;
	text-align: left;
}
#head h1 {
	font-size: 10px;
	position: absolute;
	right: 5px;
	top: 5px;
	color: #FFFFFF;
	z-index: 5;
}
#head h1 strong {
	font-weight: normal;
}
#head ul {
	position: absolute;
	width: 238px;
	right: 0px;
	top: 94px;
	z-index: 4;
}
#head li {
	display: inline;
}
.badge {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 3;
}

/* content
---------------------------------------------*/
#wrap {
	width: 775px;
	position: relative;
	margin: 10px auto 0px auto;
	background: url(../images/common/background/back_body.gif) repeat-y left top;
}

/*-----------------------
nav
 ----------------------*/
#nav {
	width: 210px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#nav ul {
	margin-bottom: 30px;
}
#tel {
	height: 249px;
	background: url(../images/common/menu/menu_tel_back.jpg) no-repeat left top;
}







/*-----------------------
@@@@@
 ----------------------*/





/*-----------------------
foot
 ----------------------*/
#foot {
	width: 775px;
	height: 197px;
	margin: 0px auto;
	text-align: right;
	font-size: 85%;
	background: url(../images/common/background/foot.gif) no-repeat left bottom;
}
#foot img {
	vertical-align: baseline;
}
#foot ul {
	margin-top: 20px;
	margin-bottom: 5px;
	padding-right: 15px;
}
#foot li {
	display: inline;
	/*\*/
	letter-spacing: 0.1em;
	/**/
}
.address {
	margin: 10px 0px;
	padding-right: 15px;
	line-height: 1.3;
	/*\*/
	letter-spacing: 0.1em;
	/**/
}
.copyright {
	padding-right: 15px;
	/*\*/
	letter-spacing: 0.1em;
	/**/
}



