@charset "utf-8";

.clearFix:after{ content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearFix{ display:inline-table;min-height:1%;}
/* Hide from mac IE5 \*/
* html .clearFix{ height:1%;}
.clearFix{ display:block;}
/* End Hide from mac IE5 */
.hidden{display:none;}

body {
	margin: 0 auto;
	padding: 0;
	font-family: "MS P ゴシック","MS PGothic", "Osaka","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Lucida Grande", "Verdana";
	text-align: left;
	background-color: #333333;
}
#wrapper {
	width: 900px;
	margin: auto;
	background: #FFF;
}
#header {
	background: url(../images/header_bg.jpg) no-repeat top;
	width: 900px;
	height: 678px;
}
#header p {
	font-size: 0.8em;
	line-height: 1.6em;
	color: #534741;
	padding: 0 10px 0 10px;
}
#contents {
	padding: 0 35px;
	font-size: 0.98em;
	line-height: 2.1em;
	color: #555;
}
.container {
	padding: 0 0 35px 0;
}
#foot {
	background: url(../images/foot_bg.jpg) no-repeat;
	height: 160px;
	width: 900px;
	text-align: center;
}	
#foot p {
	padding-top: 46px;
	font-size: 0.8em;
}		

strong {
	font-weight: bold;
}
img {
	border: none;
}
table {
	border-collapse: collapse;
}
a: {text-decoration: none;}
a:link {text-decoration: underline;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}
a:hover {text-decoration: underline; color: #0000CC;}

a:hover {
	position: relative;
	top: 1px;
	left: 1px;
}
