body {
	background-image: url(../images/hd_bg_right.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	background-color: #eee;
}
h1 {
	font-style: normal;
	font-weight: normal;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}
a {
	color: #111;
	text-decoration: none; /*下線無し*/
}
a:hover {
	color: #111;
	text-decoration: underline; /*下線あり*/
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9em;
	color: #111;
	line-height: 1.5em;
}
.contents {
	background-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
}
#menu {
	float: right;
	color: #FFF;
}

#menu a {
	color: #FFF;
	text-decoration: none; /*下線無し*/
}
#menu a:hover {
	color: #FFF;
	text-decoration: underline; /*下線あり*/
}
#menu ul {
	list-style-type: none;
	padding-bottom: 5px;
	margin-top: 8px;
}
.menu01 {
	float: left;
	margin-right: 20px;
}
.menu02 {
	float: left;
	margin-right: 20px;
}
.menu03 {
	float: left;
	margin-right: 20px;
}
.menu04 {
	float: left;
}


a img {
	border: none;
}
.up {
	background-image: url(../images/btm.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #FFF;
	font-size: 0.8em;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	padding-right: 34px;
}
.line {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
}
#menu_b {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.left {
	float: left;
}
.left_10 {
	margin-left: 10px;
	float: left;
}
.con_left1 {
	float: left;
	width: 180px;
	margin-right: 10px;
}
.con_left2 {
	float: left;
	width: 460px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	padding-left: 15px;
	height: 140px;
}
.con_img {
	float: right;
	height: 140px;
	width: 250px;
	margin-bottom: 50px;
	overflow: hidden;
}
.sub_title {
	font-size: 1.5em;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-bottom: 10px;
	padding-left: 5px;
}
.up a {
	color: #FFF;
}
.clear {
	clear: both;
}
#copy {
	font-size: 0.8em;
	margin-top: 20px;
	text-align: center;
}
