@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	background-color: #f5f5f5;
	background-image: url(img/bg.jpg);
	background-attachment:fixed;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Arial, Helvetica, sans-serif;
	color: #222222;
	font-size:12px;
	line-height:17px;
}

a:link    { color: #3D4199; text-decoration: underline }
a:visited { color: #3D4199; text-decoration: underline }
a:active  { color: #ff0000; text-decoration: none }
a:hover   { color: #ff5500; text-decoration: none }

img { border:0 }

#title {
	position:absolute;
	width:147px;
	height:33px;
	z-index:1;
	left: 21px;
	top: 19px;
}

#contents {
	position:absolute;
	width:721px;
	z-index:2;
	left: 31px;
	top: 61px;
}

ul {
	clear:both;
	margin-top:8px;
	width:721px;
	height:123px;
	list-style:none;
}
li {
	float:left;
	width:103px;
	height:123px;
	text-align:left;
	vertical-align:top;
	font-size:0px;
}
.mix {
	background-color:#010101;
}
.txt ul {
	position:relative;
	left:-6px;
	clear:both;
	margin-top:2px;
	width:721px;
	height:20px;
	list-style:none;
}
.txt li {
	float:left;
	width:103px;
	height:20px;
	text-align:center;
	vertical-align:top;
	font-size:10px;
	line-height:11px;
}
.sp1 {
	width:206px !important;
}

#title2 {
	margin-top:25px;
	margin-bottom:12px;
	width:45px;
	height:16px;
}
#txt1 {
	margin-top:30px;
	margin-bottom:5px;
	width:710px;
	height:17px;
	border-bottom:solid 1px #222222;
	vertical-align:bottom;
}

.pageTop {
	width:710px;
	font-size:10px;
	text-align:right;
	margin-top:10px;
	margin-bottom:15px;
}
