html,body,#container {
	height:100%;
}
body {
	background: url(img/bg.jpg) no-repeat center bottom;
	color: #333333;
	font-family: 'MS PGothic',sans-serif;
	font-size: 12px;
	line-height: 150%;
	margin: 0px;
}
img {
	border: none;
	vertical-align: middle;
}
a {
	color: #4573B3;
}
#main {
	background-color: #FFFFFF;
	width: 648px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 15px;
}
#footer {
	background-color: #FFFFFF;
	margin: 0px;
	color: #7F7F7F;
	font-size: 10px;
	text-align: center;
	width: 100%;
	position: fixed !important; 
	position: absolute;
	bottom: 0px;
}

#navi {
	padding: 0px;
	height: 37px;
	width: 648px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
}
#navi li {
	list-style-type: none;
	float: left;
}
.text_box {
	width: 556px;
	text-align: left;
	margin: 15px auto;
}


.section {
	background: url(img/box_base.gif) repeat-y;
	width: 570px;
	margin: 15px auto;
	text-align: left;
}
.section dt {
	background: url(img/box_top.gif) no-repeat;
	padding-top: 15px;
	padding-left: 6px;
	color: #4573B3;
}
.section dd {
	background: url(img/box_bottom.gif) no-repeat bottom;
	padding-left: 60px;
	padding-top: 15px;
	margin: 0px;
	padding-bottom: 15px;
}


dt.c1 {
	background: url(img/c1.gif) no-repeat;
}
dt.c2 {
	background: url(img/c2.gif) no-repeat;
}
dt.c1,dt.c2{
	padding-top: 40px;
}
dt.ex,dd.ex{
	background-image: none;
	padding-bottom: 0px;
}


.section dd.no_text {
	padding-left: 0px;
}
.pict {
	text-align: center;
	display: block;
	color: #4573B3;
}
.att {
	font-size: 10px;
	padding-left: 30px;
	display: block;
}


.section dd.com_info {
	padding-left: 45px;
	padding-top: 3px;
}
.com_info table {
	width: 480px;
	border-collapse: collapse;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #4573B3;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4573B3;
}
th {
	background-color: #D9E5F0;
	border-right: 1px solid #4573B3;
	font-weight: normal;
}
th,td {
	border-bottom: 1px solid #4573B3;
	padding: 8px;
}
.url {
	width: 480px;
	text-align: right;
	margin-top: 5px;
}


.info_box {
	width: 480px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #4573B3;
	margin: 0px;
	padding: 10px 0;
}


table.contact {
	border: 1px solid #4573B3;
	margin-top: 10px;
	margin-bottom: 10px;
}
form {
	margin: 0px;
	padding: 0px;
}


.to_top {
	text-align: right;
	padding-right: 60px;
	padding-bottom: 30px;
}
.to_top a {
	background: url(img/arow.gif) no-repeat left;
	padding-left: 22px;
	padding-bottom: 5px;
}


/*=============================================
※ （Mac IE5以外）
=============================================\*/

html {
	overflow: hidden;
}
#container {
	overflow:auto;
}

/* ↑Mac IE5には適用しない \*//**/

