@charset "utf-8";
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;     /*通常のブラウザで13px*/
    * html font-size: small;   /*IE全般はsmall*/
    * html font: x-small;      /*IE 6/7後方互換モードはx-small*/
	line-height: 1.5;
	color: #666666;
	vertical-align: bottom;
	text-align: center;
	background-image: url(../img/back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
}

#contents {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}

#header {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 56px;
	position: relative;
	padding-left: 100px;
	overflow: hidden;
}
#header #privacyLink a {
	background-image: url(../img/subNavi.jpg);
	height: 28px;
	width: 158px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	right: 181px;
	background-position: left top;
	bottom: 0px;
	overflow: hidden;
}
#header #siteMapLink a {
	background-image: url(../img/subNavi.jpg);
	height: 28px;
	width: 101px;
	display: block;
	text-indent: -9999px;
	right: 80px;
	position: absolute;
	background-position: -158px top;
	bottom: 0px;
	overflow: hidden;
}
#header  #privacyLink  a:hover {
	background-position: left -28px;
}
#header  #siteMapLink  a:hover {
	background-position: -158px -28px;
}
#flashContents {
	height: 228px;
	width: 100%;
}
#flashContents .flashAlert {
	font-size: 120%;
	padding-top: 100px;
}

#contents #footer {
	width: 960px;
	background-image: url(../img/footerBack.jpg);
	height: 55px;
	padding-top: 30px;
	padding-bottom: 40px;
	background-repeat: no-repeat;
	text-align: center;
}
#contents #footer address {
	font-weight: bold;
}

input[type="text"]:focus,textarea:focus {
	background-color: #FFFFCC;
}
input[type="text"],textarea {
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
