@charset "utf-8";


* {
	margin: 0;
	padding: 0;
}


/* General Style */

body {
	padding-bottom: 10px;
	width: 760px;
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", sans-serif;
	line-height: 1.6;
}

img {
	vertical-align: bottom;
}

a img {
	border: none;
	vertical-align: bottom;
}

a:link {
	color: #2660D9;
}

a:visited {
	color: #663366;
}

a:hover {
	text-decoration: underline;
	color: #D30404;
}

/* font size */
#headArea, #footArea, #contentArea, #topArea {
	font-size: 75%;
}

.noUse {
	display: none;
}
.clear {
	clear: both;
}

.navskip {
	display: none;
} 

.hissu {
	font-weight: normal;
	color: #FF0000;
	font-size: 85%;
}


/* #headArea */


/* #headArea */

#headArea {
	clear: both;
	width: 760px;
	background-image: url(../img/common/head/head_bi.gif);
	background-repeat: no-repeat;
	float: left;
	height: 130px;
	position: relative;
	text-align: center;
}
#headArea ul {
	position: absolute;
	right: 0px;
	list-style-type: none;
	top: 80px;
}
#headArea ul li {
	float: left;
}

#headArea img {
	margin-top: 20px;
}


/* #crumbArea */

#crumbArea {
	clear: both;
	font-size: 70%;
	width: 760px;
	height: 30px;

}

#crumbArea p {
	padding-right: 5px;
	padding-left: 10px;
	color: #666666;

}

/* #crumbArea2 */

#crumbArea2 {
	clear: both;
	font-size: 70%;
	width: 760px;
	height: 30px;

}

/* #contentArea */

#contentArea {
	width: 740px;
	_width: 750px;
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
}
#bannerArea {
	width: 760px;
	text-align: center;
}
#bannerArea img.mRB5 {
	margin-right: 5px;
	margin-bottom: 5px;
}
#bannerArea img.mB5 {
	margin-bottom: 5px;
}


/* #footArea */

#footArea {
	clear: both;
	font-size: 70%;
	width: 760px;
	padding-top: 5px;
	background-image: url(../img/common/foot/foot_bi.gif);
	background-repeat: no-repeat;
	float: left;
}

#footArea p {
	float: left;
	width: 280px;
	padding-top: 25px;
	padding-left: 10px;
	padding-bottom: 25px;
}

#footArea p a {
	color: #00c;
}

#footArea address {
	float: right;
	width: 470px;
	padding-top: 25px;
	padding-bottom: 25px;
}

