@charset "utf-8";

/* General Style */
* {
	margin: 0;
	padding: 0;
}
img {
	vertical-align: bottom;
}
body {
	font-family: "lr oSVbN", "MS PGothic", "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", sans-serif;
	color: #333333;
	line-height: 1.4;
	background-repeat: repeat;
	background-image: url(../img/bi_body.gif);
}
body.inFrame {
	background: url(none);
}

embed {
	vertical-align: bottom;
}
hr {
	clear: both;
}

.attention {
	font-size: 85%;
}


/* link Styles */
a img { border: none; vertical-align: bottom; }
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}

/* font size */
#headArea, #footArea, #gm, #contentArea, #topArea {
	font-size: 100%;
}

/* width */
#headArea, #footArea, #gm, #contentArea, #topArea {
	background-color: #FFFFFF;
	clear: both;
	width: 758px;
}

/* clear */
.clear {
	clear: both;
}
.hissu {
	font-size: 85%;
	color: #FF0000;
}


#wrap {
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #A9A7A8;
	border-left: 1px solid #A9A7A8;
	width: 758px;
}

/* headArea */

#headArea {
	height: 97px;
}

/* gm */

#gm {
	clear: both;
	float: none;
	font-weight: bold;
	text-align: center;
	background-image: url(../img/bi_gm.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 3px;
	padding-bottom: 3px;
}
#gm img.mR3 {
	margin-right: 3px;
}


/* footArea */

#footArea {
	text-align: left;
	padding-top: 17px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A8A8A8;
	float: left;
	background-color: #FFFFFF;
	padding-bottom: 50px;
}
#footArea .address {
	float: left;
	width: 470px;
	padding-left: 30px;
	font-size: 85%;
}
#footArea .address em {
	font-style: normal;
}

#footArea .footMap {
	float: right;
	width: 218px;
	text-align: right;
	padding-right: 40px;
}
