@charset "utf-8";
/* CSS Document */

/* styleReset
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

h1, p, li, address {
	font-weight: normal;
	font-style: normal;
}

p {
	color: #999999;
}

address, address a {
	text-align: center;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}

img {
	border: none;
}



a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* pageStructureCommon
----------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	background: #000000;
	text-align: center;
	font-family: 'メイリオ',Meiryo,"HG丸ｺﾞｼｯｸM-PRO",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

#top {
	width: 940px;
	height: 34px;
}

h1 {
	float: right;
	width: 600px;
	text-align: right;
	font-size: 12px;
	color: #999999;
}

#box {
	position: absolute;
	width: 940px;
	height: 640px;
	bottom: 50%;
	right: 50%;
	text-align: left;
}

#main {
	position: absolute;
	width: 940px;
	height: 640px;
	padding: 0 0 0 0;
	left: 50%;
	top: 50%;
	background: url(../img/bgmain.jpg) no-repeat 0 35px;
}



/* others
----------------------------------------------- */

	



/* navi
----------------------------------------------- */
#navi {
	float: left;
	width: 250px;
}

#navi img {
	margin: 0;
}



/* footer
----------------------------------------------- */
#footer {
	margin: 0 auto;
	height: 30px;
	background: #000000;
}


/* logo
----------------------------------------------- */
#logo2 {
	position: absolute;
	top: 0;
	margin-left: 5px;
	width: 269px;
	height: 34px;
}

#tel {
	position: absolute;
	top: 68px;
	margin-left: 512px;

}



/* Others
----------------------------------------------- */
.bottom5 {
	margin-bottom: 5px;
}

.bottom10 {
	margin-bottom: 10px;
}

.bottom20 {
	margin-bottom: 20px;
}

.bottom50 {
	margin-bottom: 50px;
}

.top10 {
	margin-top: 10px;
}

.top13 {
	margin-top: 13px;
}

.bold {
	margin-bottom: 15px;
	font-weight: bold;
	line-height: 15px;
}

.bold2 {
	font-weight: bold;
	margin-bottom: 5PX;
}

.bold3 {
	font-weight: bold;
	margin: 5px 0;
}

.left {
	float: left;
}

.left2 {
	float: left;
	margin-right: 5px;
}

.right {
	float: right;
}

.copeImg {
	display: block;
	clear: both;
}

.fuchino a:link, .fuchino a:visited {
	color: #47230f;
}

.fuchino {
	font-size: 12px;
	color: #47230f;
}

.fuchino2 {
	color: #00ffff;
}

.white {
	padding: 10px;
	color: #ffffff;
}
