@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	background-position: center center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#body-frame {
	height: auto;
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/wrapper.png);
	background-repeat: repeat-y;
	background-position: center center;
	display: block;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.logo {
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: left;
}
h3 {
	display: block;
	height: 30px;
	width: 210px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	font-size: 13px;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/h3.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	background-color: #0068B7;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sub {
	display: block;
	padding: 0px;
	height: 30px;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/sidemenu.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 13px;
	line-height: 30px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: left;
	text-indent: 25px;
}
#sub a {
	text-decoration: none;
	color: #000;
	display: block;
}

#sub a:hover {
	text-decoration: none;
	color: #000;
	background-image: url(../images/sidemenu_over.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}
#rightContents #sub {
	padding: 0px;
	height: 30px;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/submenu.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 13px;
	line-height: 30px;
	font-weight: bolder;
	color: #000;
	text-decoration: none;
	text-align: left;
	text-indent: 25px;
	display: block;
}
#rightContents #sub a {
	text-decoration: none;
	color: #000;
}

#rightContents #sub a:hover {
	text-decoration: none;
	color: #000;
	background-image: url(../images/submenu_over.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}
#rightContents {
	display: block;
	padding: 0px;
	float: right;
	height: auto;
	width: 600px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 230px;
	margin-left: 0px;
}
#mainimg {
	display: block;
	padding: 0px;
	height: 300px;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
h2 {
	padding: 0px;
	height: 35px;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 14px;
	line-height: 35px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-image: url(../images/h2.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	text-align: left;
	text-indent: 50px;
}
#rightContents p {
	display: block;
	padding: 0px;
	height: auto;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	font-size: 14px;
	line-height: 25px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.thumbnail {
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
h1 {
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #929292;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: auto;
	display: block;
	float: right;
}
#main_outer {
	display: block;
	padding: 0px;
	height: 20px;
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#leftContents {
	display: block;
	padding: 0px;
	float: left;
	height: auto;
	width: 220px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
}
#leftContents a {
	text-decoration:none;
	color:#000;
}
#leftContents a:hover {
	text-decoration:none;
	color:#999;
}
#leftContents p {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding: 5px;
	height: auto;
	width: 200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	word-break: break-all;
	display: block;
}
#leftContents p img {
	float: left;
	height: auto;
	width: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: auto;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer {
	display: block;
	padding: 0px;
	height: 70px;
	width: 600px;
	font-size: 12px;
	line-height: 70px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	float: right;
	text-align: center;
	margin: 0px;
}
#footer a {
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	text-decoration: underline;
	color: #999999;
}
table {
	border-collapse:collapse;
	font-size:14px;
}
td,tr {
	border: 1px solid #e1e1e1;
	border-collapse:collapse;
	font-size:14px;
}
th {
	font-size: 14px;
	font-weight: normal;
	background-color: #f6f6f6;
	text-align: left;
	text-indent: 5px;
}
#links {
	font-size: 13px;
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	display: block;
	line-height: 25px;
}
#links a {
	text-decoration: none;
}
#links a:hover {
	text-decoration: underline;
}
#links .text_link {
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #0068B7;
	text-decoration: none;
	display: block;
	padding: 5px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#foot_lst {
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#foot_list {
	font-size: 12px;
	line-height: 30px;
	padding: 0px;
	height: 30px;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
