/* import ------------------------------------------*/


/* common -------------------------------------------*/


html,body,div{
margin:0px;/*無駄な余白の相殺（その1）*/
padding:0px;/*無駄な余白の相殺（その2）*/
}
html{
height:100%; /*背景画像を下ぎりぎりまでにする（その1）*/
}
body{
	height:100%;
	text-align:center;/*中央寄せ（その1）*/
	background-color: #ccc;
	background-image: url(../image/back.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#wrapper{
	text-align:center;
	width:762px;/*中央寄せ（その3）*/
	background:#fff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

a{color:#000;
}
.footer{color:#dd0026;
}
a:hover {
	text-decoration: underline;
}
.header {
	height: 45px;
	width: 762px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #666666;
	background-color: #FEFEFE;
}
.logo {
	margin: 0px;
	float: left;
	height: 45px;
	width: 100px;
	text-align: left;
	padding-left: 20px;
}
.menu {
	margin: 0px;
	float: right;
	height: 45px;
	width: 550px;
	color: #333333;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-top: 14px;
	text-align: right;
	padding-right: 10px;
}
.menu a:link, .menu a:visited {
	color: #333333;
	text-decoration: none;
}
.menu a:hover {
	color: #333333;
	text-decoration: underline;
}
#footer {
	height: 20px;
	width: 750px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.kikulon-copy {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	float: left;
	height: 20px;
	width: 250px;
	text-align: left;
}
.kikulon-copy a:link, .kikulon-copy a:visited {
	text-decoration: none;
	color: #7f2d00;
}
.kikulon-copy a:hover {
	text-decoration: underline;
}
.copyright {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	float: right;
	height: 20px;
	width: 400px;
	text-align: right;
	color: #333333;
}
.copyright a:link, .copyright a:visited {
	text-decoration: none;
	color: #7f2d00;
}
.copyright a:hover {
	text-decoration: underline;
}


/*SEO対策h1文字飛ばし*/
h1{ width:189px; height:60px; text-indent:-9999px; margin:0px; cursor:pointer; line-height:60px; background:url(../image/logo.gif);}
h1 a{ width:189px; height:60px; display:block; text-decoration:none; }

/*テーブルを積み上げるためのdiv囲み、および枠線*/
#contents {width:724px;background:#ccc;}
#contentsBox{margin-top:1px; margin-right:1px; margin-left:1px; border-bottom:1px solid #ccc;background:#fff;}
