html {
	margin: 0;
	padding: 0;
}

body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #EFEFEF;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1, p {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

/* リンク */
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: underline;
}


.clear {
	clear: both;
}


#container {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin: 0px auto;
	padding: 0px;
	width: 714px;
	text-align: center;
	background-image: url(img/body-bg_index.jpg);
	background-repeat: repeat-y;
}

#header {
	width: 714px;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
}

#pagebody {
	width: 714px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#pagebody-inner {
	padding: 0px;
}

#main {
	width: 614px;
	padding: 0px 50px 0px 50px;
	text-align: left;
}

.main-header {
	margin-bottom: 20px;
	padding: 0px;
	font-size: 14px;
	color: #333333;
	line-height: 1.5em;
}

.main-contents {
	margin-bottom: 20px;
	font-size: 12px;
	color: #333333;
	line-height: 1.5em;
}

.main-contents-left {
	width: 180px;
	margin: 0px 35px 20px 0px;
	font-size: 12px;
	color: #333333;
	line-height: 1.5em;
	float: left;
}

.main-contents-middle {
	width: 180px;
	margin: 0px 35px 20px 0px;
	font-size: 12px;
	color: #333333;
	line-height: 1.5em;
	float: left;
}

.main-contents-right {
	width: 180px;
	margin: 0px 0px 20px 0px;
	font-size: 12px;
	color: #333333;
	line-height: 1.5em;
	float: left;
}

.contents-title {
	padding: 5px 5px 5px 7px;
	line-height: 1.3em;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	border-left: 2px solid #CCCCCC;
}

.contents-title-link {
	padding: 5px 15px 5px 7px;
	line-height: 1.3em;
	font-size: 12px;
	font-weight: bold;
	color: #0065CE;
	border-left: 2px solid #B90000;
}

.contents-title-link a:link {
	font-size: 12px;
	color: #0065CE;
	text-decoration: none;
}

.contents-title-link a:visited {
	font-size: 12px;
	color: #0065CE;
	text-decoration: none;
}

.contents-title-link a:hover {
	font-size: 12px;
	color: #0065CE;
	text-decoration: underline;
}

.contents-title-link a:active {
	font-size: 12px;
	color: #0065CE;
	text-decoration: none;
}

.contents-text {
	padding: 5px 15px 5px 7px;
	line-height: 1.3em;
	font-size: 12px;
	color: #CCCCCC;
}

.contents-text-link {
	padding: 5px 15px 5px 7px;
	line-height: 1.3em;
	font-size: 12px;
	color: #666666;
}


/* フッター */
#footer {
	background-image: url(img/footer-bg.jpg);
	background-repeat: no-repeat;
	width: 714px;
	height: 29px
}

#footer-logo {
	width: 330px;
	padding: 10px 0px 0px 10px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #183873;
	float: left;
}

#footer-logo a:link {
	font-size: 12px;
	font-weight: bold;
	color: #183873;
	text-decoration: none;
}

#footer-logo a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #183873;
	text-decoration: none;
}

#footer-logo a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #183873;
	text-decoration: underline;
}

#footer-logo a:active {
	font-size: 12px;
	font-weight: bold;
	color: #183873;
	text-decoration: none;
}

address {
	padding: 10px 10px 0px 0px;
	font-size: 12px;
	color: #666666;
	font-style: normal;
	float: left;
}