@charset "utf-8";


* {
	margin: 0;
	padding: 0;
}


/* General Style */

body {
	width: 100%;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", sans-serif;
	line-height: 1.6;
	text-align: center;
}

img {
	vertical-align: bottom;
}

a img {
	border: none;
	vertical-align: bottom;
}

a:link {
	color: #6666CC;
}

a:visited {
	color: #6666CC;
}

a:hover {
	color: #6666CC;
}

/* 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: 860px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

/* #headArea */

#headArea {
	width: 860px;
	height: 70px;
	text-align: left;
}

#headArea .headRogo {
	float: left;
	width: 775px;
	font-size: 0px;

}

#headArea .headRogo h1 {
	font-size: 0px;
}

#headArea .headLink {
	float: right;
	width: 85px;
	font-size: 0px;

}

/* #gmArea */

#gmArea {
	width: 860px;
	background-image: url(../img/common/gm/gm_bi.gif);
	background-repeat: no-repeat;
	height: 57px;
}

#gmArea img {
	margin-top: 18px;
	margin-left: 4px;
}


/* #contentArea */

#contentArea {
	clear: both;
	width: 858px;
	_width: 860px;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FA5399;
	border-left-color: #FA5399;
}
#topimgArea {
	clear: both;
	width: 858px;
}
#topArea {
	width: 858px;
	font-size: 0px;
}
#topArea table {
	width: 834px;
	margin-right: 12px;
	margin-left: 12px;
}

#topArea table td.wn {
	width: 327px;
}

#topArea table td .wnArea {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9DD91F;
	border-left-color: #9DD91F;

}

/* #footArea */

#footArea {
	clear: both;
	width: 860px;
	font-size: 75%;
	background-image: url(../img/common/foot/foot_bi.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 40px;
}

#footArea table {
	color: #333;
	width: 832px;
	clear: both;
	font-size: 85%;
	margin-right: 13px;
	margin-left: 13px;
	text-align: center;
}

#footArea table td {
	background-image: url(../img/common/foot/foot_line.gif);
	background-repeat: no-repeat;
	background-position: right center;

}

#footArea table td.noline {
	background-image: none;
}

#footArea span.pm {
	background-image: url(../img/common/foot/foot_pm.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 10px;

}

#footArea a {
	text-decoration: none;
	color: #333;
}

#footArea a:hover {
	text-decoration: underline;
	color: #333;
}

