@charset "utf-8";

/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background: #ffffff url(none);
	font: 13px/16px "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3";
}
hr {
	display: none;
}

/* clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
	}

* html .clearfix { /* IE6にのみ適用 */
	height: 1%;
	}

*+html .clearfix { /* IE7にのみ適用 */
	display:inline-block;
	}

/* テーブル */

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	}
/* link styles
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
	position: relative;
	left: 1px;
	top: 1px;
}

#wrapper {
	width: 976px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}

/* header
------------------------------*/
#header {
	padding: 22px 0px 0px 285px;
	height: 57px;
	width: 635px;
	margin: 10px auto 0px;
	background: url(../images/header.jpg);
	font: bold 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/* footer
------------------------------*/
#footer {
	padding: 4px 0px 0px;
	clear: both;
	width: 920px;
	font-size: 10px;
	color: #FFFFFF;
	background: #00599d;
	text-align: center;
	height: 36px;
	border-top: thick double #005599;
	margin: 3px auto 0px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#footer a:link {
	color: #FFFFFF;
}
#footer a:hover {
	color: #CC00FF;
}

#footer address {
	font-size: 8px;
	color: #FFFFFF;
}
#mente {
	color: #eeeeee;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	font-size: 6px;
	text-decoration: none;
	text-align: right;
	height: 18px;
	float: left;
	clear: left;
}
#mente a {
	color: #eeeeee;
	text-decoration: none;
}
#mente a:hover {
	color: #eeeeee;
}
