@charset "utf-8";


* {
	margin: 0;
	padding: 0;
}


/* General Style */

body {
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", sans-serif;
	line-height: 1.6;
	width: 100%;
	text-align: center;
}

img {
	vertical-align: bottom;
}

a img {
	border: none;
	vertical-align: bottom;
}

a:link {
	color: 0000FF;
}

a:visited {
	color: #663366;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

/* 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%;
}

#wrap {
	width: 994px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

/* #headArea */

#headArea {
	width: 974px;
	background-image: url(../img/common/head/head_bi.gif);
	background-repeat: no-repeat;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#headArea .rogo {
	text-align: right;
	padding-top: 14px;
	padding-right: 21px;
	padding-bottom: 13px;
}



#headArea h1 {
	margin-bottom: 0px;
	font-size: 100%;
}


/* #gm */

#gmArea {
	clear: both;
	width: 965px;
	_width: 974px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(../img/common/gm/gm_bi.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-left: 9px;
}

/* #crumbArea */

#crumbArea {
	clear: both;
	font-size: 70%;
	width: 974px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;

}

#crumbArea p {
	color: #666666;
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 10px;

}

/* #contentArea */

#contentArea {
	width: 974px;
	clear: both;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#pageTop {
	width: 974px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
	font-size: 65%;
	color: #1D4294;
}

#pageTop a {
}


#footArea {
	width: 974px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/common/foot/foot_bi.gif);
	background-repeat: repeat-x;
	text-align: center;
	height: 80px;
}
#footArea address {
	font-style: normal;
	padding-top: 25px;
	color: #000000;
}

