@charset "utf-8";
/** ページごとに違うのはなるべくここに置く **/
body {
	padding: 0px;
	margin: 0;
	background-color: #000;
	color: #000;
}
#wrap {
	width: 802px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}
.bgTop {
	width: 802px;
	height: 15px;
	padding: 0;
	margin: 0;
}
.img1 {
	width: 802px;
	height: 298px;
	display: block;
	background: top left url(img1.jpg) no-repeat;
	margin: 0;
	padding: 0;
}
.img2 {
	width: 802px;
	height: 57px;
	display: block;
	background: top left url(img2.jpg) no-repeat;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color:#FFF;
}
.img3 {
	width: 802px;
	height: 26px;
	display: block;
	background: top left url(img3.jpg) no-repeat;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}
.img4 {
	width: 802px;
	height: 155px;
	display: block;
	background: top left url(img4.jpg) no-repeat;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}
.img5 {
	width: 802px;
	height: 26px;
	display: block;
	background: top left url(img5.jpg) no-repeat;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}
.img6 {
	width: 802px;
	height: 155px;
	display: block;
	background: top left url(img6.jpg) no-repeat;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}
.img7 {
	width: 802px;
	height: 26px;
	display: block;
	background: top left url(img7.jpg) no-repeat;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}
.img8 {
	width: 802px;
	height: 220px;
	display: block;
	background: top left url(img8.jpg) no-repeat;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}
.img9 {
	width: 802px;
	height: 18px;
	display: block;
	background: top left url(img9.jpg) no-repeat;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}
.img10 {
	width: 802px;
	height: 62px;
	display: block;
	background: top left url(img10.jpg) no-repeat;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}
.img11 {
	width: 802px;
	height: 18px;
	display: block;
	background: top left url(img11.jpg) no-repeat;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}
.img12 {
	width: 802px;
	height: 99px;
	display: block;
	background: top left url(img12.jpg) no-repeat;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}
.img13 {
	width: 802px;
	height: 160px;
	display: block;
	background: top left url(img13.jpg) no-repeat;
	margin: 0;
	font-size: 12px;
	color:#FFF;
	line-height:17px;
	padding-top:100px;
}

#addinfo {
	color: #444444;
	font-size: 14px;
	text-align: left;
	line-height: 130%;
	margin-left: 30px;
	width: 770px;
}
#addinfo span {
	color: #444444;
	font-weight: bold;
}
#addinfo a {
	color: #ed145b;
	text-decoration: none;
}
#addinfo a:hover {
	color: #00bff3;
	text-decoration: none;
}

img {
	border: none;
}

img a {
	border: 0
}

img a:hover {
	border: 0
}
.icons {
	padding: 298px 255px 0px 0px;
	margin: 0px;
	float: right;
}

#wrap a {
	outline: none;
	color:#F00;
}
#wrap a:hover {
	outline: none;
	text-decoration:underline;
	color:#000;
}
.end {
	clear: both;
	margin: 0;
	padding: 0;
}
.home {
	margin: 0;
	padding: 5px 10px 0 0;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
	font-size: 1px;
}
.spacer {
	display: block;
	height: 1px;
}

/* テーブル部分1 */

dl#sample1 {
	border: none;
	border-top: none;
	width: 185px;
	float:left;
	margin-left:15px;
	text-align:left;
}

dl#sample1 a{
	color:#e6ce6f !important;
}

dl#sample1 a:hover{
	color:#fff !important;
	text-decoration:underline;
}

dl#sample1 dt {
	border: none;
	position: absolute; /* 絶対配置指定 */
	width: 50px;
}

dl#sample1 dd {
	border: none;
	height: 40px; /* min-height 非対応の IE 用 */
	margin-left: 60px;
}

body dl#sample1 dd {
	min-height: 40px; /* 高さの最小値(画像の高さ＋行間？値) */
}

dl#sample1 dd.last { /* 最後の dd には行間？は必要ないため */
	height: 40px; /* min-height 非対応の IE 用 */
}

body > dl#sample1 dd.last {
	min-height: 40px; /* 高さの最小値(画像の高さ) */
}

/* テーブル部分2 */

dl#sample2 {
	border: none;
	border-top: none;
	width: 185px;
	float:left;
	margin-left:10px;
	text-align:left;	
}

dl#sample2 a{
	color:#e6ce6f !important;
}

dl#sample2 a:hover{
	color:#fff !important;
	text-decoration:underline;
}

dl#sample2 dt {
	border: none;
	position: absolute; /* 絶対配置指定 */
	width: 50px;
}

dl#sample2 dd {
	border: none;
	height: 40px; /* min-height 非対応の IE 用 */
	margin-left: 60px;
}

body dl#sample2 dd {
	min-height: 40px; /* 高さの最小値(画像の高さ＋行間？値) */
}

dl#sample2 dd.last { /* 最後の dd には行間？は必要ないため */
	height: 40px; /* min-height 非対応の IE 用 */
}

body > dl#sample2 dd.last {
	min-height: 40px; /* 高さの最小値(画像の高さ) */
}

/* テーブル部分3 */

dl#sample3 {
	border: none;
	border-top: none;
	width: 185px;
	float:left;
	margin-left:10px;
	text-align:left;
}

dl#sample3 a{
	color:#e6ce6f !important;
}

dl#sample3 a:hover{
	color:#fff !important;
	text-decoration:underline;
}

dl#sample3 dt {
	border: none;
	position: absolute; /* 絶対配置指定 */
	width: 50px;
}

dl#sample3 dd {
	border: none;
	height: 40px; /* min-height 非対応の IE 用 */
	margin-left: 60px;
}

body dl#sample3 dd {
	min-height: 40px; /* 高さの最小値(画像の高さ＋行間？値) */
}

dl#sample3 dd.last { /* 最後の dd には行間？は必要ないため */
	height: 40px; /* min-height 非対応の IE 用 */
}

body > dl#sample3 dd.last {
	min-height: 40px; /* 高さの最小値(画像の高さ) */
}

/* テーブル部分4 */

dl#sample4 {
	border: none;
	border-top: none;
	width: 185px;
	float:left;
	margin-left:10px;
	text-align:left;	
}

dl#sample4 a{
	color:#e6ce6f !important;
}

dl#sample4 a:hover{
	color:#fff !important;
	text-decoration:underline;
}

dl#sample4 dt {
	border: none;
	position: absolute; /* 絶対配置指定 */
	width: 50px;
}

dl#sample4 dd {
	border: none;
	height: 40px; /* min-height 非対応の IE 用 */
	margin-left: 60px;
}

body dl#sample4 dd {
	min-height: 40px; /* 高さの最小値(画像の高さ＋行間？値) */
}

dl#sample4 dd.last { /* 最後の dd には行間？は必要ないため */
	height: 40px; /* min-height 非対応の IE 用 */
}

body > dl#sample4 dd.last {
	min-height: 40px; /* 高さの最小値(画像の高さ) */
}