@charset "Shift_JIS";

/* -- Common
-------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body,html {
	height: 100%;
	width: 100%;
}
body {
	font: normal 100.1%/1.5 Meiryo, "MS PGothic", Osaka, sans-serif;
	color: #4D4D4D;
	text-align: center;
	background: #FFFFFF url(../img/bg_body.png) repeat-x;
}

h1{
	font: normal 80%/1.5 Meiryo, "MS PGothic", Osaka, serif;
	color: #4D4D4D;
	text-align:right;
	padding-right:150px;
	}

table {
	border-collapse: collapse;
}
td,th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
ul,ol {
	list-style: none;
}
img {
	border: 0;
	vertical-align: top;
}
a {
	color: #666666;
	text-decoration: underline;
}
a:hover,a:active,a:focus {
	color: #FF0000;
	text-decoration: none;
}
hr {
	display: none;
}
.clr {
	clear: both;
}
ul.normal {
	padding-left: 20px;
	list-style-type: disc;
}
ol.normal {
	padding-left: 20px;
	list-style-type: decimal;
}



/* -- Clear_fix
-------------------------------------------------------------------------------- */
.cf:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.cf {
	/display: inline-block;
}

/* -- Layout
-------------------------------------------------------------------------------- */
#wrap {
	width: 100%;
	position: static;
	min-height: 100%;
}
* html #wrap {
	height: 100%;
}
body > #wrap {
	height: auto;
}
#main {
	padding-bottom: 103px;
	background: url(../img/bg.main.gif) no-repeat center 512px;
}
#foot {
	position: relative;
	bottom: 0;
	left: 0;
	height: 103px;
	width: 100%;
	background: url(../img/bg_foot.png) repeat-x;
	color: #D8D8D8;
}
.container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	font-size: 76%;
}
#head {
	background: url(../img/bg_ind_head.jpg) no-repeat center top;
	height: 403px;
	width: 100%;
	margin-top: 1px;
}
#mailBox {
	padding: 18px 0 25px;
}
#mailBox dl{
	float: left;
}
#mailBox p{
	margin:20px;
	vertical-align:middle;
	font-size:90%;
}
#foot address {
	font-style: normal;
	padding-top: 12px;
}
#foot p{
	text-align: right;
}

p.contents{
	font: normal 80%/1.5 Meiryo, "MS PGothic", Osaka, serif;
	margin-top:-110px;
	margin-bottom: 30px;
}
