*{
    margin:0;
    padding:0;
}

html{
    height:100%;
}
body {
	height:100%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin:0px auto;
	background-color: #FFFFFF;
}
#top_bar {
	background-color: #000000;
	height: 36px;
	width: 100%;
}

* html div#container{
    height:100%;
}


img {
	border: 0px;
}
a {
	text-decoration: none;
	color: #0070C5;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}

.cle {
	clear: both;
}

#container {
	background-color: #FFFFFF;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	height:100%;
	min-height: 100%;
}
body > #container {
    height: auto;
}

#head_copy {
	font-size: 12px;
	height: 89px;
	text-align: left;
	padding: 0px;
	width: 920px;
}
#main {
	font-size: 14px;
	color: #000000;
	width: 760px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	line-height: 200%;
	padding-right: 80px;
	padding-left: 80px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 28px;
}

#info {
	text-align: left;
	width: 920px;
}
.info_t {
	float: left;
	width: 164px;
	text-align: left;
	height: 35px;
}
.info_dbox {
	width: 677px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	text-align: left;
	padding-bottom: 22px;
	float: right;
	margin-bottom: 20px;
}
.info_dbox_bottom {
	width: 677px;
	text-align: left;
	padding-bottom: 22px;
	float: right;
	margin-bottom: 20px;
}

.section_name {
	font-size: 14px;
	color: #000000;
	text-align: left;
	width: 250px;
	margin-right: 4px;
	float: left;
	line-height: 200%;
}
.section_add {
	font-size: 14px;
	line-height: 200%;
	color: #000000;
	text-align: left;
	float: right;
	width: 422px;
}
#foot_copy {
	font-size: 11px;
	color: #666666;
	width: 920px;
	text-align: right;
	margin-bottom: 48px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 10px;
}

