
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: none;
	background: #000;
	line-height:1;
	color: #FFF;
}


/****************base*********************/

ul,li {
	list-style: none;
	margin:0;
	padding:0;
}

/*
a {
	text-decoration: underline;
	transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
}
a:link {
	color: #A31E78;
	transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
}
a:visited {
	color: #9B1E6E;
}
a:hover {
	color: #A31E78;
	transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
}
a:active {
	color: #DC179B;
}
*/

.orange {
	color: #FF7200;
}

.per {
	color: #A31E78;
}

.blue {
	color: #2D4FD6;
}

.pink {
	color: #F850B5;
}

.red {
	color: #FF0000;
}

.day {
	color: #565656;
}

.green {
	color: #009900;
}

.yellow {
	color: #FF9900;
}

.brown {
	color: #993300;
}


#ad_box {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#big_ad_box {
	width: 320px;
	height: 250px;
	padding: 0px;
	margin: 0px auto 0px auto;
	text-align: center;
	background: #CCC;
}

.clear {
	clear: both;
}

.sppink {
text-shadow:-1px 1px 2px #FF00CC,1px -1px 2px #FF00CC,-1px -1px 2px #FF00CC,1px 1px 2px #FF00CC;
}

.spblue {
	text-shadow:-1px 1px 2px #23D3FF,1px -1px 2px #23D3FF,-1px -1px 2px #23D3FF,1px 1px 2px #23D3FF;
}

.sporange {
	text-shadow:-1px 1px 2px #FF9900,1px -1px 2px #FF9900,-1px -1px 2px #FF9900,1px 1px 2px #FF9900;
}

/***************************************************************/

#head-box {
	width: auto;
	height: 400px;
	padding: 0px;
	margin: 0px auto;
}

#head-box .top-bar {
	width: auto;
	height: 35px;
	padding: 0px;
	margin: 0px auto;
	background: rgb(80,80,80); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(80,80,80,1) 0%, rgba(49,49,49,1) 48%, rgba(5,5,5,1) 50%, rgba(48,48,48,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(80,80,80,1)), color-stop(48%,rgba(49,49,49,1)), color-stop(50%,rgba(5,5,5,1)), color-stop(100%,rgba(48,48,48,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(80,80,80,1) 0%,rgba(49,49,49,1) 48%,rgba(5,5,5,1) 50%,rgba(48,48,48,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(80,80,80,1) 0%,rgba(49,49,49,1) 48%,rgba(5,5,5,1) 50%,rgba(48,48,48,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(80,80,80,1) 0%,rgba(49,49,49,1) 48%,rgba(5,5,5,1) 50%,rgba(48,48,48,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(80,80,80,1) 0%,rgba(49,49,49,1) 48%,rgba(5,5,5,1) 50%,rgba(48,48,48,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505050', endColorstr='#303030',GradientType=0 ); /* IE6-9 */
	border-top: solid 1px #FFFF99;
	border-bottom: solid 1px #FFFF99;
}

#head-box .top-bar .cent-area {
	width: 900px;
	height: 35px;
	padding: 0px;
	margin: 0px auto;
}

#head-box .top-bar .cent-area h1 {
	font-size: 16px;
	color: #FFF;
	padding: 11px 0px 0px 5px;
	margin: 0px;
	text-shadow: 0px -1px rgba(0, 0, 0, .8);
	letter-spacing: 0.06em;
}

#head-box .main-view {
	width: auto;
	height: 400px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	/*background-attachment:fixed;*/
}

#head-box .main-view .main-pict {
	width: 1000px;
	height: 400px;
	padding: 0px;
	margin: 0px auto;
}

/**************************************************/

#navigation {
	width: auto;
	height: 60px;
	padding: 0px;
	margin: 35px 0px 0px 0px;
background: rgb(80,80,80); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(80,80,80,1) 0%, rgba(49,49,49,1) 48%, rgba(5,5,5,1) 50%, rgba(48,48,48,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(80,80,80,1)), color-stop(48%,rgba(49,49,49,1)), color-stop(50%,rgba(5,5,5,1)), color-stop(100%,rgba(48,48,48,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(80,80,80,1) 0%,rgba(49,49,49,1) 48%,rgba(5,5,5,1) 50%,rgba(48,48,48,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(80,80,80,1) 0%,rgba(49,49,49,1) 48%,rgba(5,5,5,1) 50%,rgba(48,48,48,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(80,80,80,1) 0%,rgba(49,49,49,1) 48%,rgba(5,5,5,1) 50%,rgba(48,48,48,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(80,80,80,1) 0%,rgba(49,49,49,1) 48%,rgba(5,5,5,1) 50%,rgba(48,48,48,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505050', endColorstr='#303030',GradientType=0 ); /* IE6-9 */

}

#navigation .menu {
	width: 1000px;
	height: 60px;
	padding: 0px;
	margin: 0px auto 0px auto;
	border-left: solid 1px #CCC;
}

#navigation .menu ul {
	overflow: hidden;
}

#navigation .menu ul li {
	width: 248px;
	height: 60px;
	padding: 0px;
	margin: 0px;
	border-right: solid 1px #CCC;
	text-align: center;
	float: left;
}

#navigation .menu ul li a {
	display: block;
	width: auto;
	height: 37px;
	padding: 23px 0px 0px 0px;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-shadow: 0px -1px rgba(0, 0, 0, .8);
}

#navigation .menu ul li a:hover {
	color: #FFF;
	text-shadow:-1px 1px 2px #FF00CC,1px -1px 2px #FF00CC,-1px -1px 2px #FF00CC,1px 1px 2px #FF00CC;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}

/**************************************************/

#main-content {
	width: 1000px;
	height: auto;
	padding: 0px;
	margin: 0px auto;
}

#main-content .welcome-area {
	width: auto;
	height: auto;
	padding: 13px;
	margin: 55px 0px 0px 0px;
	border: solid 4px #E9DBC8;
	background-image: url(../img/b-bg.png);
	background-repeat: repeat;
}

#main-content .welcome-area .title {
	width: auto;
	height: 30px;
	padding: 0px;
	margin: 0px;
}

#main-content .welcome-area .title h2 {
	font-size: 17px;
	color: #FF33CC;
	text-shadow: #FFF 0 1px 0;
	padding: 0px;
	margin: 0px auto;
}

#main-content .welcome-area .text-area {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}

#main-content .welcome-area .text-area p {
	font-size: 15px;
	color: #333;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	line-height: 22px;
	letter-spacing: 0.06em;
}

#main-content .first-area {
	width: auto;
	height: auto;
	padding: 0px 0px 0px 45px;
	margin: 15px auto 0px auto;
}

#main-content .first-area .ad-box {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

#main-content .first-area .ad-box ul {
	overflow: hidden;
}

#main-content .first-area .ad-box ul li {
	width: 300px;
	height: 250px;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	background: #FFF;
	float: left;
}

/**************************************************/

#main-content .second-area {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

#main-content .second-area .title {
	width: auto;
	height: 50px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	background: rgb(80,80,80); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(80,80,80,1) 0%, rgba(49,49,49,1) 48%, rgba(5,5,5,1) 50%, rgba(48,48,48,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(80,80,80,1)), color-stop(48%,rgba(49,49,49,1)), color-stop(50%,rgba(5,5,5,1)), color-stop(100%,rgba(48,48,48,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(80,80,80,1) 0%,rgba(49,49,49,1) 48%,rgba(5,5,5,1) 50%,rgba(48,48,48,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(80,80,80,1) 0%,rgba(49,49,49,1) 48%,rgba(5,5,5,1) 50%,rgba(48,48,48,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(80,80,80,1) 0%,rgba(49,49,49,1) 48%,rgba(5,5,5,1) 50%,rgba(48,48,48,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(80,80,80,1) 0%,rgba(49,49,49,1) 48%,rgba(5,5,5,1) 50%,rgba(48,48,48,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505050', endColorstr='#303030',GradientType=0 ); /* IE6-9 */
	border: solid 1px #FFFF99;
}

#main-content .second-area .title h2 {
	font-size: 17px;
	color: #FFF;
	text-shadow:-1px 1px 2px #FF00CC,1px -1px 2px #FF00CC,-1px -1px 2px #FF00CC,1px 1px 2px #FF00CC;
	padding: 17px 0px 0px 10px;
	margin: 0px;
	letter-spacing: 0.06em;
}

#main-content .second-area .content-area {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}

#main-content .second-area .content-area .sum-image {
	width: 450px;
	height: 300px;
	padding: 0px;
	margin: 0px 15px 0px 0px;
	float: left;
}

#main-content .second-area .content-area .sum-image img {
	width: 100%;
}

#main-content .second-area .content-area .text-area {
	overflow: hidden;
	width: auto;
	height: auto;
	padding: 12px;
	margin: 0px;
	background-image: url(../img/pattern.png);
	background-repeat: repeat;
	border: solid 1px #FFF;
}

#main-content .second-area .content-area .text-area p {
	font-size: 15px;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	line-height: 22px;
	letter-spacing: 0.06em;

}

#main-content .second-area .content-area .btn-box {
	width: 530px;
	height: auto;
	padding: 0px;
	margin: 20px auto 0px auto;
	float: right;
}

#main-content .second-area .content-area .btn-box img {
	width: 100%;
	border: none;
}

/**********************************************************************/

#main-content .third-area {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

#main-content .third-area .title {
	width: auto;
	height: 50px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	background: rgb(80,80,80); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(80,80,80,1) 0%, rgba(49,49,49,1) 48%, rgba(5,5,5,1) 50%, rgba(48,48,48,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(80,80,80,1)), color-stop(48%,rgba(49,49,49,1)), color-stop(50%,rgba(5,5,5,1)), color-stop(100%,rgba(48,48,48,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(80,80,80,1) 0%,rgba(49,49,49,1) 48%,rgba(5,5,5,1) 50%,rgba(48,48,48,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(80,80,80,1) 0%,rgba(49,49,49,1) 48%,rgba(5,5,5,1) 50%,rgba(48,48,48,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(80,80,80,1) 0%,rgba(49,49,49,1) 48%,rgba(5,5,5,1) 50%,rgba(48,48,48,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(80,80,80,1) 0%,rgba(49,49,49,1) 48%,rgba(5,5,5,1) 50%,rgba(48,48,48,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505050', endColorstr='#303030',GradientType=0 ); /* IE6-9 */
	border: solid 1px #FFFF99;
}

#main-content .third-area .title h2 {
	font-size: 17px;
	color: #FFF;
	text-shadow:-1px 1px 2px #FF00CC,1px -1px 2px #FF00CC,-1px -1px 2px #FF00CC,1px 1px 2px #FF00CC;
	padding: 17px 0px 0px 10px;
	margin: 0px;
	letter-spacing: 0.06em;
}

#main-content .third-area .content-area {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}

#main-content .third-area .content-area .sum-image {
	width: 450px;
	height: 300px;
	padding: 0px;
	margin: 0px 0px 0px 15px;
	float: right;
}

#main-content .third-area .content-area .sum-image img {
	width: 100%;
}

#main-content .third-area .content-area .text-area {
	overflow: hidden;
	width: auto;
	height: auto;
	padding: 12px;
	margin: 0px;
	background-image: url(../img/pattern.png);
	background-repeat: repeat;
	border: solid 1px #FFF;
}

#main-content .third-area .content-area .text-area p {
	font-size: 15px;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	line-height: 22px;
	letter-spacing: 0.06em;

}

#main-content .third-area .content-area .btn-box {
	width: 530px;
	height: auto;
	padding: 0px;
	margin: 20px auto 0px auto;
	float: right;
}

#main-content .third-area .content-area .btn-box img {
	width: 100%;
	border: none;
}

/***************************************************************/

#main-content .mov-area {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

#main-content .mov-area .title {
	width: auto;
	height: 50px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	background: rgb(80,80,80); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(80,80,80,1) 0%, rgba(49,49,49,1) 48%, rgba(5,5,5,1) 50%, rgba(48,48,48,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(80,80,80,1)), color-stop(48%,rgba(49,49,49,1)), color-stop(50%,rgba(5,5,5,1)), color-stop(100%,rgba(48,48,48,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(80,80,80,1) 0%,rgba(49,49,49,1) 48%,rgba(5,5,5,1) 50%,rgba(48,48,48,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(80,80,80,1) 0%,rgba(49,49,49,1) 48%,rgba(5,5,5,1) 50%,rgba(48,48,48,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(80,80,80,1) 0%,rgba(49,49,49,1) 48%,rgba(5,5,5,1) 50%,rgba(48,48,48,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(80,80,80,1) 0%,rgba(49,49,49,1) 48%,rgba(5,5,5,1) 50%,rgba(48,48,48,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505050', endColorstr='#303030',GradientType=0 ); /* IE6-9 */
	border: solid 1px #FFFF99;
}

#main-content .mov-area .title h2 {
	font-size: 17px;
	color: #FFF;
	text-shadow:-1px 1px 2px #FF00CC,1px -1px 2px #FF00CC,-1px -1px 2px #FF00CC,1px 1px 2px #FF00CC;
	padding: 17px 0px 0px 10px;
	margin: 0px;
	letter-spacing: 0.06em;
}

#main-content .mov-area .doc-text-area {
	overflow: hidden;
	width: auto;
	height: auto;
	padding: 12px;
	margin: 0px;
	background-image: url(../img/pattern.png);
	background-repeat: repeat;
	border: solid 1px #FFF;
}

#main-content .mov-area .doc-text-area p {
	font-size: 15px;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	line-height: 22px;
	letter-spacing: 0.06em;
}

#main-content .mov-area .mov-content {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}

#main-content .mov-area .mov-content .one-mov {
	width: 450px;
	height: auto;
	padding: 0px;
	margin: 15px 15px 15px 30px;
	float: left;
}

#main-content .mov-area .mov-content .one-mov img {
	width: 100%;
	border: none;
}

#main-content .mov-area .btn-box {
	width: 589px;
	height: auto;
	padding: 0px;
	margin:35px auto 0px auto;
}

#main-content .mov-area .btn-box img {
	width: 100%;
	border: none;
}

/**************************************************/

#foot-box {
	width: auto;
	height: auto;
	padding: 15px;
	margin: 0px;
	background: rgb(80,80,80); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(80,80,80,1) 0%, rgba(49,49,49,1) 48%, rgba(5,5,5,1) 50%, rgba(48,48,48,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(80,80,80,1)), color-stop(48%,rgba(49,49,49,1)), color-stop(50%,rgba(5,5,5,1)), color-stop(100%,rgba(48,48,48,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(80,80,80,1) 0%,rgba(49,49,49,1) 48%,rgba(5,5,5,1) 50%,rgba(48,48,48,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(80,80,80,1) 0%,rgba(49,49,49,1) 48%,rgba(5,5,5,1) 50%,rgba(48,48,48,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(80,80,80,1) 0%,rgba(49,49,49,1) 48%,rgba(5,5,5,1) 50%,rgba(48,48,48,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(80,80,80,1) 0%,rgba(49,49,49,1) 48%,rgba(5,5,5,1) 50%,rgba(48,48,48,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505050', endColorstr='#303030',GradientType=0 ); /* IE6-9 */

}

#foot-box .middle-area {
	width: 900px;
	height: auto;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
}

#foot-box .middle-area p {
	font-size: 15px;
	color: #FFF;
	text-shadow: 0px -1px rgba(0, 0, 0, .8);
	padding: 0px;
	margin: 0px;
	letter-spacing: 0.06em;
	line-height: 23px;
}

/*********************************/

.back-top {
	position: fixed;
	bottom: 20px;
}
.back-top a {
	width: 70px;
	font-size: small;
	display: block;
	text-decoration: none;
}

.back-top span {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	width: 70px;
	height: 20px;
	display: block;
	padding: 10px 0px 0px 25px;
	margin-left: 5px;
	background-color:rgba(247, 69, 137, 0.7);
	color:rgba(255, 255, 255, 0.7);
	text-shadow: #555 0 1px 0;

}


/**********************************************************************/

#smart-ad-box {
	display: none;
}

/**********************************************************************/

#main-content .site-list-box {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}

#main-content .site-list-box .title {
	width: auto;
	height: 50px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	background: rgb(80,80,80); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(80,80,80,1) 0%, rgba(49,49,49,1) 48%, rgba(5,5,5,1) 50%, rgba(48,48,48,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(80,80,80,1)), color-stop(48%,rgba(49,49,49,1)), color-stop(50%,rgba(5,5,5,1)), color-stop(100%,rgba(48,48,48,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(80,80,80,1) 0%,rgba(49,49,49,1) 48%,rgba(5,5,5,1) 50%,rgba(48,48,48,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(80,80,80,1) 0%,rgba(49,49,49,1) 48%,rgba(5,5,5,1) 50%,rgba(48,48,48,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(80,80,80,1) 0%,rgba(49,49,49,1) 48%,rgba(5,5,5,1) 50%,rgba(48,48,48,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(80,80,80,1) 0%,rgba(49,49,49,1) 48%,rgba(5,5,5,1) 50%,rgba(48,48,48,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505050', endColorstr='#303030',GradientType=0 ); /* IE6-9 */
	border: solid 1px #FFFF99;
}

#main-content .site-list-box .title h2 {
	font-size: 17px;
	color: #FFF;
	text-shadow:-1px 1px 2px #FF00CC,1px -1px 2px #FF00CC,-1px -1px 2px #FF00CC,1px 1px 2px #FF00CC;
	padding: 17px 0px 0px 10px;
	margin: 0px;
	letter-spacing: 0.06em;
	display: inline-block;
}

#main-content .site-list-box .site-one-box {
	width: 95%;
	height: auto;
	padding: 0px 0px 30px 0px;
	margin: 0px auto 30px auto;
	border-bottom: solid 1px #FFFF99;
}

#main-content .site-list-box .site-one-box .site-sum {
	width: 300px;
	height: 250px;
	padding: 0px;
	margin: 0px 15px 0px 0px;
	background: #FFF;
	float: left;
}

#main-content .site-list-box .site-one-box .site-sum img {
	width: 100%;
	border: none;
}

#main-content .site-list-box .site-one-box .site-title {
	overflow: hidden;
	width: auto;
	height: 35px;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	text-align: center;
}

#main-content .site-list-box .site-one-box .site-title a {
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	color: #FFF;
	text-shadow:-1px 1px 2px #23D3FF,1px -1px 2px #23D3FF,-1px -1px 2px #23D3FF,1px 1px 2px #23D3FF;
}

#main-content .site-list-box .site-one-box .site-title a:hover {
	text-shadow:-1px 1px 2px #FF9900,1px -1px 2px #FF9900,-1px -1px 2px #FF9900,1px 1px 2px #FF9900;
}

#main-content .site-list-box .site-one-box .data-box {
	overflow: hidden;
	width: 40%;
	height: auto;
	padding: 0px;
	margin: 0px auto 15px auto;
}

#main-content .site-list-box .site-one-box .data-box table {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	border: solid 1px #FFF;
}

#main-content .site-list-box .site-one-box .data-box table td{
	width: auto;
	height: auto;
	padding: 5px;
	margin: 0px;
	border: solid 1px #FFF;
	background: #222;
	font-size: 14px;
}

#main-content .site-list-box .site-one-box .data-text {
	overflow: hidden;
	width: auto;
	height: auto;
	padding: 8px;
	margin: 0px 0px 0px 0px;
	border: solid 4px #E9DBC8;
	background-image: url(../img/b-bg.png);
	background-repeat: repeat;
}

#main-content .site-list-box .site-one-box .data-text p {
	font-size: 14px;
	color: #333;
	padding: 0px;
	margin: 0px;
	line-height: 22px;
	letter-spacing: 0.06em;
}

/*********************************************************************/

#pc-big-ad {
	width: 700px;
	height: 200px;
	padding: 0px;
	margin: 20px auto 45px auto;
	background: #FFF;
}










































