@charset "utf-8";


* {
	margin: 0;
	padding: 0;
}


/* General Style */

body {
	width: 100%;
	color: #666;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", sans-serif;
	line-height: 1.6;
	text-align: center;
	background-image: url(../img/common/body_bi.gif);
	background-repeat: repeat-x;
}

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: 800px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

/* #headArea */

#headArea {
	width: 800px;
	height: 73px;
	text-align: left;
}

#headArea .rogo {
	float: left;
	width: 220px;
	font-size: 0px;

}

#headArea .rogo img {
	margin-top: 25px;
	margin-left: 41px;
}

#headArea .rogo h1 {
	font-size: 0px;
}

#headArea .info {
	float: right;
	width: 550px;
	font-size: 0px;
}

#headArea .info img {
	margin-top: 53px;
	margin-left: 160px;
}

/* #gmArea */

#gmArea {
	width: 800px;
	padding-top: 5px;
}

#gmArea ul {
	margin-left: 252px;
}

#gmArea ul li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	padding-right: 30px;
}

/* #contentArea */

#contentArea {
	clear: both;
	width: 750px;
	float: left;
	height: 475px;
}
#flashArea {
	margin-left: 250px;
	margin-top: 50px;
}

/* #footArea */

#footArea {
	clear: both;
	width: 100%;
	font-size: 75%;
	background-color: #CCC;
}

#footArea address {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}


#footArea address img {
	margin-left: 360px;
}

