/*
当サイトのソースや文言は一切転載を禁じます。
発覚した場合は司法機関より訴訟を起します。
また、金銭等は全て転載をした側が負担するものとします。
*/


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


/****************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: #9B1E6E;
	transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
}
a:visited {
	color: #9B1E6E;
}
a:hover {
	color: #F282D4;
	transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
}
a:active {
	color: #DC179B;
}

.orange {
	color: #FF7200;
}

.per {
	color: #BF0661;
}

.blue {
	color: #2D4FD6;
}

.pink {
	color: #F850B5;
}

.red {
	color: #FF0000;
}

.day {
	color: #565656;
}

.green {
	color: #009900;
}

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

#big_ad_box {
	display: none;
}

p.u_space {
	margin: 0px 0px 18px 0px;
}

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

#head_box {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}

#head_box .head01 {
	width: auto;
	height: 31px;
	padding: 4px 0px 0px 4px;
	margin: 0px;
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 1%, rgba(47,47,47,1) 2%, rgba(17,17,17,1) 93%, rgba(51,51,51,1) 94%, rgba(51,51,51,1) 96%, rgba(0,0,0,1) 97%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(1%,rgba(0,0,0,1)), color-stop(2%,rgba(47,47,47,1)), color-stop(93%,rgba(17,17,17,1)), color-stop(94%,rgba(51,51,51,1)), color-stop(96%,rgba(51,51,51,1)), color-stop(97%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

	box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	-webkit-box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;   /* IE6以上 */
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis;   /* Opera */
	white-space: nowrap;
}

#head_box .head01 .home_btn {
	width: 40px;
	height: 23px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	border: solid 1px #CCC;
	text-align: center;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	float: left;
	
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 1%, rgba(47,47,47,1) 2%, rgba(17,17,17,1) 93%, rgba(51,51,51,1) 94%, rgba(51,51,51,1) 96%, rgba(0,0,0,1) 97%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(1%,rgba(0,0,0,1)), color-stop(2%,rgba(47,47,47,1)), color-stop(93%,rgba(17,17,17,1)), color-stop(94%,rgba(51,51,51,1)), color-stop(96%,rgba(51,51,51,1)), color-stop(97%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	-webkit-box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
}

#head_box .head01 .home_btn a {
	font-family: "Times New Roman", Times, serif;
	display: block;
	font-size: 10px;
	color: #FFF;
	text-shadow: #333 0 1px 0;
	text-decoration: none;
	width: auto;
	height: 17px;
	padding: 6px 0px 0px 0px;
	margin: 0px;
}

#head_box .head01 .home_btn a:hover {
	background: #D20109;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}

#head_box .head01 h1 {
	font-size: x-small;
	color: #FFF;
	text-shadow: 0px -2px rgba(0, 0, 0, .8);
	padding: 8px 10px 0px 0px;
	margin: 0px;
}

#head_box .head02 {
	clear: both;
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}

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

#content_box {
	width: auto;
	height: auto;
	padding: 0px;l
	margin: 0px;
}

#content_box .title_bar {
	width: auto;
	height: 31px;
	padding: 4px 0px 0px 4px;
	margin-top: -3px;
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 1%, rgba(47,47,47,1) 2%, rgba(17,17,17,1) 93%, rgba(51,51,51,1) 94%, rgba(51,51,51,1) 96%, rgba(0,0,0,1) 97%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(1%,rgba(0,0,0,1)), color-stop(2%,rgba(47,47,47,1)), color-stop(93%,rgba(17,17,17,1)), color-stop(94%,rgba(51,51,51,1)), color-stop(96%,rgba(51,51,51,1)), color-stop(97%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

	box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	-webkit-box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	overflow: hidden;
	text-overflow: ellipsis;   /* IE6以上 */
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis;   /* Opera */
	white-space: nowrap;
}

#content_box .title_bar .tap_bar {
	width: auto;
	height: 31px;
	padding: 0px 4px 0px 4px;
	background:transparent url(../img/u-arrow2.gif) no-repeat scroll right center;
	margin: 0px;
}

#content_box .title_bar h2 {
	font-size: small;
	color: #FFF;
	text-shadow: 0px -2px rgba(0, 0, 0, .8);
	padding: 8px 0px 0px 30px;
	margin: 0px;
}
#content_box .title_bar .item {
	width: 24px;
	height: 24px;
	background-image: url(../img/warning.png);
	background-repeat: no-repeat;
	display: block;
	position: relative;
	z-index: 1;
	left: 3px;
	top: -20px;
}

#content_box .title_bar .item2 {
	width: 24px;
	height: 24px;
	background-image: url(../img/hand2.png);
	background-repeat: no-repeat;
	display: block;
	position: relative;
	z-index: 10;
	left: 260px;
	top: -43px;
}

#content_box .content_in_box {
	width: auto;
	height: auto;
	padding: 10px;
	margin: 0px;
	background: -moz-linear-gradient(top, #303030, #101010);
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#101010));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010')";
	background:-ms-linear-gradient(top, #303030, #101010);
	background:linear-gradient(to bottom, #303030, #101010);
	box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	-webkit-box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
}

#content_box .content_in_box .plolog_box {
	width: auto;
	height: auto;
	background-image: url(../img/plolog_bg.png);
	background-repeat: no-repeat;
	-moz-background-size:100% 100%;
	background-size:100% 100%;
	padding: 0px;
	margin: 0px;
}

#content_box .content_in_box .plolog_box .text_box {
	width: auto;
	height: auto;
	padding: 14px 12px 25px 20px;
	margin: 0px;
}

#content_box .content_in_box .plolog_box .text_box p {
	font-size: small;
	color: #CC0000;
	text-shadow: #FFF 0 1px 0;
	line-height: 18px;
}

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

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

#navigation h2 {
	width: auto;
	height: 23px;
	margin-top: -3px;
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 1%, rgba(47,47,47,1) 2%, rgba(17,17,17,1) 93%, rgba(51,51,51,1) 94%, rgba(51,51,51,1) 96%, rgba(0,0,0,1) 97%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(1%,rgba(0,0,0,1)), color-stop(2%,rgba(47,47,47,1)), color-stop(93%,rgba(17,17,17,1)), color-stop(94%,rgba(51,51,51,1)), color-stop(96%,rgba(51,51,51,1)), color-stop(97%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

	box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	-webkit-box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	overflow: hidden;
	text-overflow: ellipsis;   /* IE6以上 */
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis;   /* Opera */
	white-space: nowrap;
	font-size: small;
	color: #FFF;
	text-shadow: 0px -2px rgba(0, 0, 0, .8);
	padding: 12px 0px 0px 10px;
	margin: 0px;
}

#navigation ul {
	overflow: hidden;
}

#navigation li {
	width: 49.6%;
	height: 50px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	float: left;
	border-left: solid 1px #999;
	border-bottom: solid 1px #999;
}

#navigation li a {
	display: block;
	font-size: small;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	width: auto;
	height: 30px;
	padding: 20px 0px 0px 8px;
	margin: 0px;
	text-shadow: #FFF 0 1px 0;
	background:transparent url(../img/arrow.gif) no-repeat scroll right center;
}

#navigation li a:hover {
	background: -moz-linear-gradient(top, #8bdffc, #0ef4f7);
	background: -webkit-gradient(linear, left top, left bottom, from(#8bdffc), to(#0ef4f7));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#0ef4f7');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#0ef4f7')";
	box-shadow: inset 0 0 3px #777;
	-moz-box-shadow: inset 0 0 3px #777;
	-webkit-box-shadow: inset 0 0 3px #777;
}

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

#content_block {
	width: auto;
	height: auto;
	padding: 0px;l
	margin: 0px;
}

#content_block .title_bar {
	width: auto;
	height: 31px;
	padding: 4px 0px 0px 4px;
	margin-top: -3px;
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 1%, rgba(47,47,47,1) 2%, rgba(17,17,17,1) 93%, rgba(51,51,51,1) 94%, rgba(51,51,51,1) 96%, rgba(0,0,0,1) 97%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(1%,rgba(0,0,0,1)), color-stop(2%,rgba(47,47,47,1)), color-stop(93%,rgba(17,17,17,1)), color-stop(94%,rgba(51,51,51,1)), color-stop(96%,rgba(51,51,51,1)), color-stop(97%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

	box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	-webkit-box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	overflow: hidden;
	text-overflow: ellipsis;   /* IE6以上 */
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis;   /* Opera */
	white-space: nowrap;
}

#content_block .title_bar h2 {
	font-size: small;
	color: #FFF;
	text-shadow: 0px -2px rgba(0, 0, 0, .8);
	padding: 8px 0px 0px 30px;
	margin: 0px;
}
#content_block .title_bar .item {
	width: 24px;
	height: 24px;
	background-image: url(../img/heart.png);
	background-repeat: no-repeat;
	display: block;
	position: relative;
	z-index: 1;
	left: 3px;
	top: -20px;
}

#content_block .content_in_block {
	width: auto;
	height: auto;
	padding: 5px;
	margin: 0px;
	background: -moz-linear-gradient(top, #303030, #101010);
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#101010));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010')";
	background:-ms-linear-gradient(top, #303030, #101010);
	background:linear-gradient(to bottom, #303030, #101010);
	box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	-webkit-box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
}

#content_block .content_in_block .one_block {
	width: auto;
	height: auto;
	padding: 7px;
	margin: 0px 0px 15px 0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	border: solid 1px #CCC;
	background: -moz-linear-gradient(top, #303030, #101010);
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#101010));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010')";
	background:-ms-linear-gradient(top, #303030, #101010);
	background:linear-gradient(to bottom, #303030, #101010);
	box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	-webkit-box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
}

#content_block .content_in_block .one_block .sum {
	width: 100px;
	height: auto;
	padding: 0px;
	margin: 0px 7px 7px 0px;
	float: left;
}

#content_block .content_in_block .one_block .sum img {
	border: solid 1px #CCC;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}

#content_block .content_in_block .one_block .title_box {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px 0px 25px 0px;
	overflow: hidden;
	text-align: center;
}

#content_block .content_in_block .one_block .title_box h3 {
	padding: 0px;
	margin: 0px;
}

#content_block .content_in_block .one_block .title_box h3 a {
	font-weight: bolder;
	font-size: midium;
	color: #FB971E;
	text-shadow: 0px -2px rgba(0, 0, 0, .8);
}

#content_block .content_in_block .one_block .table_box {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}

#content_block .content_in_block .one_block .table_box table {
	width: 100%;
	height: auto;
	border: solid 1px #FFF;
	background: rgb(48,48,48); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(48,48,48,1) 0%, rgba(15,15,15,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(48,48,48,1)), color-stop(100%,rgba(15,15,15,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(48,48,48,1) 0%,rgba(15,15,15,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(48,48,48,1) 0%,rgba(15,15,15,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(48,48,48,1) 0%,rgba(15,15,15,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(48,48,48,1) 0%,rgba(15,15,15,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#0f0f0f',GradientType=0 ); /* IE6-9 */
	box-shadow:inset 0px -1px 4px #000, 0px 1px 3px #000;
	-webkit-box-shadow:inset 0px -1px 4px #000, 0px 1px 3px #000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}

#content_block .content_in_block .one_block .table_box table td {
	width: 50%;
	height: 15px;
	padding: 5px;
	font-size: x-small;
	text-align: center;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	border: solid 1px #AAA;
	color: #333;
	vertical-align: middle;
}

#content_block .content_in_block .one_block .table_box table td:hover {
	background: -moz-linear-gradient(top, #8bdffc, #0ef4f7);
	background: -webkit-gradient(linear, left top, left bottom, from(#8bdffc), to(#0ef4f7));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#0ef4f7');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#0ef4f7')";
	box-shadow: inset 0 0 3px #777;
	-moz-box-shadow: inset 0 0 3px #777;
	-webkit-box-shadow: inset 0 0 3px #777;

}

#content_block .content_in_block .one_block .s_btn,#content_block .content_in_block .one_block .s_btn2,#content_block .content_in_block .one_block .s_btn3,#content_block .content_in_block .one_block .s_btn4,#content_block .content_in_block .one_block .s_btn5,#content_block .content_in_block .one_block .s_btn6 {
	clear: both;
	width: 70%;
	height: 35px;
	border: solid 1px #FFF;
	text-align: center;
	padding: 0px;
	margin: 5px auto 5px auto;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	background: -moz-linear-gradient(top, #EEEBDF, #CDCDCD);
	background: -webkit-gradient(linear, left top, left bottom, from(#EEEBDF), to(#FFFFFD));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EEEBDF', endColorstr='#FFFFFD');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EEEBDF', endColorstr='#FFFFFD')";
	background:-ms-linear-gradient(top, #EEEBDF, #CDCDCD);
	background:linear-gradient(to bottom, #EEEBDF, #CDCDCD);
	box-shadow: 1px 1px 4px #777;
	-moz-box-shadow: 1px 1px 4px #777;
	-webkit-box-shadow: 1px 1px 4px #777;
}

#content_block .content_in_block .one_block .s_btn p,#content_block .content_in_block .one_block .s_btn2 p,#content_block .content_in_block .one_block .s_btn3 p,#content_block .content_in_block .one_block .s_btn4 p,#content_block .content_in_block .one_block .s_btn5 p,#content_block .content_in_block .one_block .s_btn6 p {
	display: block;
	width: auto;
	height: 23px;
	padding: 12px 0px 0px 0px;
	margin: 0px;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
	color: #333;
	text-shadow: #FFF 0 1px 0;
	cursor: pointer;
}

#content_block .content_in_block .one_block .s_btn p:hover,#content_block .content_in_block .one_block .s_btn2 p:hover,#content_block .content_in_block .one_block .s_btn3 p:hover,#content_block .content_in_block .one_block .s_btn4 p:hover,#content_block .content_in_block .one_block .s_btn5 p:hover,#content_block .content_in_block .one_block .s_btn6 p:hover {
	display: block;
	width: auto;
	height: 23px;
	padding: 12px 0px 0px 0px;
	margin: 0px;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
	color: #333;
	text-shadow: #FFF 0 1px 0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	background: -moz-linear-gradient(top, #8bdffc, #0ef4f7);
	background: -webkit-gradient(linear, left top, left bottom, from(#8bdffc), to(#0ef4f7));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#0ef4f7');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#0ef4f7')";
	box-shadow: inset 0 0 3px #777;
	-moz-box-shadow: inset 0 0 3px #777;
	-webkit-box-shadow: inset 0 0 3px #777;
}

#content_block .content_in_block .one_block .price_box,#content_block .content_in_block .one_block .price_box2,#content_block .content_in_block .one_block .price_box3,#content_block .content_in_block .one_block .price_box4,#content_block .content_in_block .one_block .price_box5,#content_block .content_in_block .one_block .price_box6 {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	display: none;
}

#content_block .content_in_block .one_block .price_box table,#content_block .content_in_block .one_block .price_box2 table,#content_block .content_in_block .one_block .price_box3 table,#content_block .content_in_block .one_block .price_box4 table,#content_block .content_in_block .one_block .price_box5 table,#content_block .content_in_block .one_block .price_box6 table {
	width: 100%;
	height: auto;
	border: solid 1px #FFF;
	background: rgb(48,48,48); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(48,48,48,1) 0%, rgba(15,15,15,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(48,48,48,1)), color-stop(100%,rgba(15,15,15,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(48,48,48,1) 0%,rgba(15,15,15,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(48,48,48,1) 0%,rgba(15,15,15,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(48,48,48,1) 0%,rgba(15,15,15,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(48,48,48,1) 0%,rgba(15,15,15,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#0f0f0f',GradientType=0 ); /* IE6-9 */
	box-shadow:inset 0px -1px 4px #000, 0px 1px 3px #000;
	-webkit-box-shadow:inset 0px -1px 4px #000, 0px 1px 3px #000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}

#content_block .content_in_block .one_block .price_box table td,#content_block .content_in_block .one_block .price_box2 table td,#content_block .content_in_block .one_block .price_box3 table td,#content_block .content_in_block .one_block .price_box4 table td,#content_block .content_in_block .one_block .price_box5 table td,#content_block .content_in_block .one_block .price_box6 table td {
	width: 50%;
	height: 15px;
	padding: 5px;
	font-size: x-small;
	line-height: 12px;
	text-align: center;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	border: solid 1px #AAA;
	color: #333;
	vertical-align: middle;
	text-align: left;
}

#content_block .content_in_block .one_block .price_box table td p.bold,#content_block .content_in_block .one_block .price_box2 table td p.bold,#content_block .content_in_block .one_block .price_box3 table td p.bold,#content_block .content_in_block .one_block .price_box4 table td p.bold,#content_block .content_in_block .one_block .price_box5 table td p.bold,#content_block .content_in_block .one_block .price_box6 table td p.bold {
	font-size: small;
	font-weight: bold;
	color: #0000FF;
	padding: 0px;
	margin: 0px 0px 0px 4px;
	text-shadow: #FFF 0 1px 0;
}

#content_block .content_in_block .one_block .price_box table td span.small,#content_block .content_in_block .one_block .price_box2 table td span.small,#content_block .content_in_block .one_block .price_box3 table td span.small,#content_block .content_in_block .one_block .price_box4 table td span.small,#content_block .content_in_block .one_block .price_box5 table td span.small,#content_block .content_in_block .one_block .price_box6 table td span.small {
	font-size: x-small;
}

#content_block .content_in_block .one_block .price_box table td span.ssmall,#content_block .content_in_block .one_block .price_box2 table td span.ssmall,#content_block .content_in_block .one_block .price_box3 table td span.ssmall,#content_block .content_in_block .one_block .price_box4 table td span.ssmall,#content_block .content_in_block .one_block .price_box5 table td span.ssmall,#content_block .content_in_block .one_block .price_box6 table td span.ssmall {
	font-size: x-small;
	color: #FF0000;
	display: block;
}

#content_block .content_in_block .one_block .price_box table td p.bold span,#content_block .content_in_block .one_block .price_box2 table td p.bold span,#content_block .content_in_block .one_block .price_box3 table td p.bold span,#content_block .content_in_block .one_block .price_box4 table td p.bold span,#content_block .content_in_block .one_block .price_box5 table td p.bold span,#content_block .content_in_block .one_block .price_box6 table td p.bold span {
	font-size: x-small;
	font-weight: normal;
	color: #FF0000;
	padding: 0px;
	margin: 0px;
}

#content_block .content_in_block .one_block .price_box table td:hover,#content_block .content_in_block .one_block .price_box2 table td:hover,#content_block .content_in_block .one_block .price_box3 table td:hover,#content_block .content_in_block .one_block .price_box4 table td:hover,#content_block .content_in_block .one_block .price_box5 table td:hover,#content_block .content_in_block .one_block .price_box6 table td:hover {
	background: -moz-linear-gradient(top, #8bdffc, #0ef4f7);
	background: -webkit-gradient(linear, left top, left bottom, from(#8bdffc), to(#0ef4f7));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#0ef4f7');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#0ef4f7')";
	box-shadow: inset 0 0 3px #777;
	-moz-box-shadow: inset 0 0 3px #777;
	-webkit-box-shadow: inset 0 0 3px #777;

}

#content_block .content_in_block .one_block .price_box table td.table_title,#content_block .content_in_block .one_block .price_box2 table td.table_title,#content_block .content_in_block .one_block .price_box3 table td.table_title,#content_block .content_in_block .one_block .price_box4 table td.table_title,#content_block .content_in_block .one_block .price_box5 table td.table_title,#content_block .content_in_block .one_block .price_box6 table td.table_title {
	background: #FFFAEC;
}

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

#guidance_box {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}

#guidance_box .title_bar {
	width: auto;
	height: 31px;
	padding: 4px 0px 0px 4px;
	margin-top: -3px;
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 1%, rgba(47,47,47,1) 2%, rgba(17,17,17,1) 93%, rgba(51,51,51,1) 94%, rgba(51,51,51,1) 96%, rgba(0,0,0,1) 97%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(1%,rgba(0,0,0,1)), color-stop(2%,rgba(47,47,47,1)), color-stop(93%,rgba(17,17,17,1)), color-stop(94%,rgba(51,51,51,1)), color-stop(96%,rgba(51,51,51,1)), color-stop(97%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

	box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	-webkit-box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	overflow: hidden;
	text-overflow: ellipsis;   /* IE6以上 */
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis;   /* Opera */
	white-space: nowrap;
}

#guidance_box .title_bar h2 {
	font-size: small;
	color: #FFF;
	text-shadow: 0px -2px rgba(0, 0, 0, .8);
	padding: 8px 0px 0px 30px;
	margin: 0px;
}
#guidance_box .title_bar .item {
	width: 24px;
	height: 24px;
	background-image: url(../img/moru-sum.png);
	background-repeat: no-repeat;
	display: block;
	position: relative;
	z-index: 1;
	left: -3px;
	top: -20px;
}

#guidance_box .text_guide_box {
	width: auto;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background: -moz-linear-gradient(top, #303030, #101010);
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#101010));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010')";
	background:-ms-linear-gradient(top, #303030, #101010);
	background:linear-gradient(to bottom, #303030, #101010);
	box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	-webkit-box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
}

#guidance_box .text_guide_box .text_title,#guidance_box .text_guide_box .text_title2,#guidance_box .text_guide_box .text_title3,#guidance_box .text_guide_box .text_title4 {
	width: auto;
	height: 26px;
	padding: 14px 0px 0px 10px;
	margin: 0px;
	background: -moz-linear-gradient(top, #EEEBDF, #CDCDCD);
	background: -webkit-gradient(linear, left top, left bottom, from(#EEEBDF), to(#FFFFFD));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EEEBDF', endColorstr='#FFFFFD');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EEEBDF', endColorstr='#FFFFFD')";
	background:-ms-linear-gradient(top, #EEEBDF, #CDCDCD);
	background:linear-gradient(to bottom, #EEEBDF, #CDCDCD);
	border-bottom: solid 1px #999;
	cursor: pointer;
	
}

#guidance_box .text_guide_box .text_title h3,#guidance_box .text_guide_box .text_title2 h3,#guidance_box .text_guide_box .text_title3 h3,#guidance_box .text_guide_box .text_title4 h3 {
	font-size: midium;
	color: #333;
	text-shadow: #FFF 0 1px 0;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background:transparent url(../img/u-arrow2.gif) no-repeat scroll right center;
}

#guidance_box .text_guide_box .text_title_in,#guidance_box .text_guide_box .text_title_in2,#guidance_box .text_guide_box .text_title_in3,#guidance_box .text_guide_box .text_title_in4 {
	width: 87%;
	height: auto;
	padding: 12px;
	border: solid 1px #CCC;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	margin: 10px auto 10px auto;
	background: -moz-linear-gradient(top, #303030, #101010);
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#101010));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010')";
	background:-ms-linear-gradient(top, #303030, #101010);
	background:linear-gradient(to bottom, #303030, #101010);
	box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	-webkit-box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	/*display: none;*/
}

#guidance_box .text_guide_box p {
	font-size: small;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	line-height: 18px;
}

#guidance_box .text_guide_box p.u_space {
	margin: 0px 0px 18px 0px;
}

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

#infomation {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}

#infomation .title_bar {
	width: auto;
	height: 31px;
	padding: 4px 0px 0px 4px;
	margin-top: -3px;
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 1%, rgba(47,47,47,1) 2%, rgba(17,17,17,1) 93%, rgba(51,51,51,1) 94%, rgba(51,51,51,1) 96%, rgba(0,0,0,1) 97%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(1%,rgba(0,0,0,1)), color-stop(2%,rgba(47,47,47,1)), color-stop(93%,rgba(17,17,17,1)), color-stop(94%,rgba(51,51,51,1)), color-stop(96%,rgba(51,51,51,1)), color-stop(97%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

	box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	-webkit-box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	overflow: hidden;
	text-overflow: ellipsis;   /* IE6以上 */
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis;   /* Opera */
	white-space: nowrap;
}

#infomation .title_bar h2 {
	font-size: small;
	color: #FFF;
	text-shadow: 0px -2px rgba(0, 0, 0, .8);
	padding: 8px 0px 0px 30px;
	margin: 0px;
}
#infomation .title_bar .item {
	width: 24px;
	height: 24px;
	background-image: url(../img/ita.png);
	background-repeat: no-repeat;
	display: block;
	position: relative;
	z-index: 1;
	left: -3px;
	top: -20px;
}

#infomation .info_in_box {
	width: auto;
	height: auto;
	padding: 0px;l
	margin: 0px;
}

#infomation .info_in_box .info_link {
	width: auto;
	height: 40px;
	padding: 0px;
	margin: 0px;
	background: -moz-linear-gradient(top, #EEEBDF, #CDCDCD);
	background: -webkit-gradient(linear, left top, left bottom, from(#EEEBDF), to(#FFFFFD));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EEEBDF', endColorstr='#FFFFFD');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EEEBDF', endColorstr='#FFFFFD')";
	background:-ms-linear-gradient(top, #EEEBDF, #CDCDCD);
	background:linear-gradient(to bottom, #EEEBDF, #CDCDCD);
	border-bottom: solid 1px #999;
}

#infomation .info_in_box .info_link a {
	display: block;
	width: auto;
	height: 26px;
	padding: 14px 0px 0px 10px;
	margin: 0px;
	font-size: midium;
	font-weight: bolder;
	text-decoration: none;
	color: #333;
	text-shadow: #FFF 0 1px 0;
	background:transparent url(../img/arrow.gif) no-repeat scroll right center;
}

#infomation .info_in_box .info_link a img {
	width: 24px;
	height: auto;
	padding: 0px;
	margin: 0px 5px 0px 5px;
	float: left;
	display: block;
	position: relative;
	top: -5px;
	left: -7px;
	z-index: 10;
}

#infomation .info_in_box .info_link a:hover {
	background: -moz-linear-gradient(top, #8bdffc, #0ef4f7);
	background: -webkit-gradient(linear, left top, left bottom, from(#8bdffc), to(#0ef4f7));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#0ef4f7');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#0ef4f7')";
	background:-ms-linear-gradient(top, #8bdffc, #0ef4f7);
	background:linear-gradient(to bottom, #8bdffc, #0ef4f7);
	box-shadow: inset 0 0 3px #777;
	-moz-box-shadow: inset 0 0 3px #777;
	-webkit-box-shadow: inset 0 0 3px #777;
}

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

#links {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}

#links .title_bar {
	width: auto;
	height: 31px;
	padding: 4px 0px 0px 4px;
	margin-top: -3px;
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 1%, rgba(47,47,47,1) 2%, rgba(17,17,17,1) 93%, rgba(51,51,51,1) 94%, rgba(51,51,51,1) 96%, rgba(0,0,0,1) 97%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(1%,rgba(0,0,0,1)), color-stop(2%,rgba(47,47,47,1)), color-stop(93%,rgba(17,17,17,1)), color-stop(94%,rgba(51,51,51,1)), color-stop(96%,rgba(51,51,51,1)), color-stop(97%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

	box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	-webkit-box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	overflow: hidden;
	text-overflow: ellipsis;   /* IE6以上 */
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis;   /* Opera */
	white-space: nowrap;
}

#links .title_bar h2 {
	font-size: small;
	color: #FFF;
	text-shadow: 0px -2px rgba(0, 0, 0, .8);
	padding: 8px 0px 0px 30px;
	margin: 0px;
}
#links .title_bar .item {
	width: 24px;
	height: 24px;
	background-image: url(../img/hand2.png);
	background-repeat: no-repeat;
	display: block;
	position: relative;
	z-index: 1;
	left: -3px;
	top: -20px;
}

#links .links_in {
	width: auto;
	height: auto;
	padding: 0px;l
	margin: 0px;
}

#links .links_in .links_link {
	width: auto;
	height: 40px;
	padding: 0px;
	margin: 0px;
	background: -moz-linear-gradient(top, #EEEBDF, #CDCDCD);
	background: -webkit-gradient(linear, left top, left bottom, from(#EEEBDF), to(#FFFFFD));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EEEBDF', endColorstr='#FFFFFD');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EEEBDF', endColorstr='#FFFFFD')";
	background:-ms-linear-gradient(top, #EEEBDF, #CDCDCD);
	background:linear-gradient(to bottom, #EEEBDF, #CDCDCD);
	border-bottom: solid 1px #999;
}

#links .links_in .links_link a {
	display: block;
	width: auto;
	height: 26px;
	padding: 14px 0px 0px 10px;
	margin: 0px;
	font-size: small;
	font-weight: bolder;
	text-decoration: none;
	color: #333;
	text-shadow: #FFF 0 1px 0;
	background:transparent url(../img/arrow.gif) no-repeat scroll right center;
}

#links .links_in .links_link a:hover {
	background: -moz-linear-gradient(top, #8bdffc, #0ef4f7);
	background: -webkit-gradient(linear, left top, left bottom, from(#8bdffc), to(#0ef4f7));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#0ef4f7');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#0ef4f7')";
	box-shadow: inset 0 0 3px #777;
	-moz-box-shadow: inset 0 0 3px #777;
	-webkit-box-shadow: inset 0 0 3px #777;

}

/***************************footer********************************/

#foot_box {
	width: auto;
	height: auto;
	padding: 15px;
	margin: 0px 0px 0px 0px;
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 1%, rgba(47,47,47,1) 2%, rgba(17,17,17,1) 93%, rgba(51,51,51,1) 94%, rgba(51,51,51,1) 96%, rgba(0,0,0,1) 97%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(1%,rgba(0,0,0,1)), color-stop(2%,rgba(47,47,47,1)), color-stop(93%,rgba(17,17,17,1)), color-stop(94%,rgba(51,51,51,1)), color-stop(96%,rgba(51,51,51,1)), color-stop(97%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

	box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	-webkit-box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	text-align: center;
}

#foot_box p {
	font-size: small;
	color: #FFF;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-shadow: 0px -1px rgba(0, 0, 0, .8);
}

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

#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 0px;
	background-color:rgba(164, 0, 0, 0.6);
	color:rgba(255, 255, 255, 0.8);
	text-shadow: #555 0 1px 0;

}

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

#plof_box .title_bar {
	width: auto;
	height: 31px;
	padding: 4px 0px 0px 4px;
	margin-top: -3px;
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 1%, rgba(47,47,47,1) 2%, rgba(17,17,17,1) 93%, rgba(51,51,51,1) 94%, rgba(51,51,51,1) 96%, rgba(0,0,0,1) 97%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(1%,rgba(0,0,0,1)), color-stop(2%,rgba(47,47,47,1)), color-stop(93%,rgba(17,17,17,1)), color-stop(94%,rgba(51,51,51,1)), color-stop(96%,rgba(51,51,51,1)), color-stop(97%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

	box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	-webkit-box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	overflow: hidden;
	text-overflow: ellipsis;   /* IE6以上 */
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis;   /* Opera */
	white-space: nowrap;
}

#plof_box .title_bar h2 {
	font-size: small;
	color: #FFF;
	text-shadow: 0px -2px rgba(0, 0, 0, .8);
	padding: 8px 0px 0px 30px;
	margin: 0px;
}
#plof_box .title_bar .item {
	width: 24px;
	height: 24px;
	background-image: url(../img/hand2.png);
	background-repeat: no-repeat;
	display: block;
	position: relative;
	z-index: 1;
	left: -3px;
	top: -20px;
}

#plof_box .title_bar .item2 {
	width: 24px;
	height: 24px;
	background-image: url(../img/company.png);
	background-repeat: no-repeat;
	display: block;
	position: relative;
	z-index: 1;
	left: -3px;
	top: -20px;
}

#plof_box {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	background: -moz-linear-gradient(top, #303030, #0f0f0f);
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#0f0f0f));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#0f0f0f');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#0f0f0f')";
	background:-ms-linear-gradient(top, #303030, #0f0f0f);
	background:linear-gradient(to bottom, #303030, #0f0f0f);
}

#plof_box .sum_box {
	width: 100px;
	height: 133px;
	padding: 0px;
	margin: 8px 7px 0px 8px;
	border: solid 1px #CCC;
	float: left;
}

#plof_box .right_box {
	width: auto;
	height: auto;
	padding: 8px;
	margin: 0px;
}

#plof_box .right_box p {
	font-size: small;
	line-height: 17px;
	color: #FFF;
	text-shadow: 0px -1px rgba(0, 0, 0, .8);
}

#plof_box .text_box {
	width: auto;
	height: auto;
	padding: 10px;
	margin: 0px;
}

#plof_box .text_box .text_in_box {
	background-color:rgba(255, 255, 255, 0.8);
	border: solid 1px #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	padding: 12px;
}

#plof_box .text_box .text_in_box p {
	font-size: small;
	color: #000;
	line-height: 19px;
}

/*****************************************************/8


#company_box {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}

#company_box .title_bar {
	width: auto;
	height: 31px;
	padding: 4px 0px 0px 4px;
	margin-top: -3px;
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 1%, rgba(47,47,47,1) 2%, rgba(17,17,17,1) 93%, rgba(51,51,51,1) 94%, rgba(51,51,51,1) 96%, rgba(0,0,0,1) 97%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(1%,rgba(0,0,0,1)), color-stop(2%,rgba(47,47,47,1)), color-stop(93%,rgba(17,17,17,1)), color-stop(94%,rgba(51,51,51,1)), color-stop(96%,rgba(51,51,51,1)), color-stop(97%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

	box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	-webkit-box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	overflow: hidden;
	text-overflow: ellipsis;   /* IE6以上 */
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis;   /* Opera */
	white-space: nowrap;
}

#company_box .title_bar h2 {
	font-size: small;
	color: #FFF;
	text-shadow: 0px -2px rgba(0, 0, 0, .8);
	padding: 8px 0px 0px 30px;
	margin: 0px;
}

#company_box .title_bar .item {
	width: 24px;
	height: 24px;
	background-image: url(../img/company.png);
	background-repeat: no-repeat;
	display: block;
	position: relative;
	z-index: 1;
	left: -3px;
	top: -20px;
}

#company_box .title_bar .item2 {
	width: 24px;
	height: 24px;
	background-image: url(../img/hand2.png);
	background-repeat: no-repeat;
	display: block;
	position: relative;
	z-index: 1;
	left: -3px;
	top: -20px;
}

#company_box .company_in_box {
	width: auto;
	height: auto;
	padding: 12px;
	margin: 0px;
	background: -moz-linear-gradient(top, #EEEBDF, #CDCDCD);
	background: -webkit-gradient(linear, left top, left bottom, from(#EEEBDF), to(#FFFFFD));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EEEBDF', endColorstr='#FFFFFD');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EEEBDF', endColorstr='#FFFFFD')";
	background:-ms-linear-gradient(top, #EEEBDF, #CDCDCD);
	background:linear-gradient(to bottom, #EEEBDF, #CDCDCD);
}

#company_box .company_in_box p {
	font-size: small;
	font-weight: normal;
	color: #333;
	padding: 0px;
	margin: 0px;
	text-shadow: #FFF 0 1px 0;
}

#company_box .company_in_box p.u_space {
	margin: 0px 0px 18px 0px;
}

#company_box .company_in_box p.comp {
	font-size: midium;
	font-weight: bold;
	color: #333;
	padding: 0px;
	margin: 0px 0px 1px 0px;
	border-bottom: solid 6px #CC0000;
}

#company_box .company_in_box2 .s_link_box {
	width: auto;
	height: 40px;
	padding: 0px;
	margin: 0px;
	background: -moz-linear-gradient(top, #EEEBDF, #CDCDCD);
	background: -webkit-gradient(linear, left top, left bottom, from(#EEEBDF), to(#FFFFFD));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EEEBDF', endColorstr='#FFFFFD');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EEEBDF', endColorstr='#FFFFFD')";
	background:-ms-linear-gradient(top, #EEEBDF, #CDCDCD);
	background:linear-gradient(to bottom, #EEEBDF, #CDCDCD);
	border-bottom: solid 1px #AAA;
}

#company_box .company_in_box2 .s_link_box a {
	display: block;
	width: auto;
	height: 27px;
	padding: 13px 0px 0px 10px;
	margin: 0px;
	text-decoration: none;
	font-size: midium;
	font-weight: bold;
	color: #333;
	text-shadow: #FFF 0 1px 0;
	background:transparent url(../img/arrow.gif) no-repeat scroll right center;
}

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

#hame_box {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}

#hame_box .title_bar {
	width: auto;
	height: 31px;
	padding: 4px 0px 0px 4px;
	margin-top: -3px;
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 1%, rgba(47,47,47,1) 2%, rgba(17,17,17,1) 93%, rgba(51,51,51,1) 94%, rgba(51,51,51,1) 96%, rgba(0,0,0,1) 97%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(1%,rgba(0,0,0,1)), color-stop(2%,rgba(47,47,47,1)), color-stop(93%,rgba(17,17,17,1)), color-stop(94%,rgba(51,51,51,1)), color-stop(96%,rgba(51,51,51,1)), color-stop(97%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

	box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	-webkit-box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	overflow: hidden;
	text-overflow: ellipsis;   /* IE6以上 */
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis;   /* Opera */
	white-space: nowrap;
}

#hame_box .title_bar h2 {
	font-size: small;
	color: #FFF;
	text-shadow: 0px -2px rgba(0, 0, 0, .8);
	padding: 8px 0px 0px 30px;
	margin: 0px;
}
#hame_box .title_bar .item {
	width: 24px;
	height: 24px;
	background-image: url(../img/moru-sum.png);
	background-repeat: no-repeat;
	display: block;
	position: relative;
	z-index: 1;
	left: -3px;
	top: -20px;
}

#hame_box .hame_in_box {
	width: auto;
	height: auto;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	background: -moz-linear-gradient(top, #303030, #101010);
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#101010));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010')";
	background:-ms-linear-gradient(top, #303030, #101010);
	background:linear-gradient(to bottom, #303030, #101010);
	box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	-webkit-box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
}

#hame_box .hame_in_box .text_box {
	width: 88%;
	height: auto;
	padding: 12px;
	margin: 0px auto 0px auto;
	border: solid 1px #CCC;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	background: -moz-linear-gradient(top, #303030, #101010);
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#101010));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010')";
	background:-ms-linear-gradient(top, #303030, #101010);
	background:linear-gradient(to bottom, #303030, #101010);
	box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	-webkit-box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
}

#hame_box .hame_in_box .text_box p {
	font-size: small;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	line-height: 18px;
}

#hame_box .hame_in_box .text_box p.u_space {
	margin: 0px 0px 18px 0px;
}

#hame_box .hame_in_box .text_box .image_box {
	width: 120px;
	height: auto;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	float: left;
}

#hame_box .hame_in_box .text_box .image2 {
	width: 240px;
	height: auto;
	padding: 0px;
	margin: 0px auto 15px auto;
}

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


#sakura_box {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}

#sakura_box .title_bar {
	width: auto;
	height: 31px;
	padding: 4px 0px 0px 4px;
	margin-top: -3px;
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 1%, rgba(47,47,47,1) 2%, rgba(17,17,17,1) 93%, rgba(51,51,51,1) 94%, rgba(51,51,51,1) 96%, rgba(0,0,0,1) 97%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(1%,rgba(0,0,0,1)), color-stop(2%,rgba(47,47,47,1)), color-stop(93%,rgba(17,17,17,1)), color-stop(94%,rgba(51,51,51,1)), color-stop(96%,rgba(51,51,51,1)), color-stop(97%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

	box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	-webkit-box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	overflow: hidden;
	text-overflow: ellipsis;   /* IE6以上 */
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis;   /* Opera */
	white-space: nowrap;
}

#sakura_box .title_bar h2 {
	font-size: small;
	color: #FFF;
	text-shadow: 0px -2px rgba(0, 0, 0, .8);
	padding: 8px 0px 0px 30px;
	margin: 0px;
}
#sakura_box .title_bar .item {
	width: 24px;
	height: 24px;
	background-image: url(../img/warning.png);
	background-repeat: no-repeat;
	display: block;
	position: relative;
	z-index: 1;
	left: 0px;
	top: -20px;
}

#sakura_box .sakura_in {
	width: auto;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background: -moz-linear-gradient(top, #303030, #101010);
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#101010));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010')";
	background:-ms-linear-gradient(top, #303030, #101010);
	background:linear-gradient(to bottom, #303030, #101010);
	box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	-webkit-box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
}

#sakura_box .sakura_in .text_title,#sakura_box .sakura_in .text_title2,#sakura_box .sakura_in .text_title3,#sakura_box .sakura_in .text_title4 {
	width: auto;
	height: 26px;
	padding: 14px 0px 0px 10px;
	margin: 0px;
	background: -moz-linear-gradient(top, #EEEBDF, #CDCDCD);
	background: -webkit-gradient(linear, left top, left bottom, from(#EEEBDF), to(#FFFFFD));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EEEBDF', endColorstr='#FFFFFD');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EEEBDF', endColorstr='#FFFFFD')";
	background:-ms-linear-gradient(top, #EEEBDF, #CDCDCD);
	background:linear-gradient(to bottom, #EEEBDF, #CDCDCD);
	border-bottom: solid 1px #999;
	cursor: pointer;
	
}

#sakura_box .sakura_in .text_title h3,#sakura_box .sakura_in .text_title2 h3,#sakura_box .sakura_in .text_title3 h3,#sakura_box .sakura_in .text_title4 h3 {
	font-size: midium;
	color: #333;
	text-shadow: #FFF 0 1px 0;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background:transparent url(../img/u-arrow2.gif) no-repeat scroll right center;
}

#sakura_box .sakura_in .text_in h4,#sakura_box .sakura_in .text_in2 h4,#sakura_box .sakura_in .text_in3 h4,#sakura_box .sakura_in .text_in4 h4 {
	font-size: midium;
	color: #F850B5;
	padding: 0px;
	margin: 25px 0px 5px 0px;

}

#sakura_box .sakura_in .text_in,#sakura_box .sakura_in .text_in2,#sakura_box .sakura_in .text_in3{
	width: 87%;
	height: auto;
	padding: 12px;
	border: solid 1px #CCC;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	margin: 10px auto 10px auto;
	background: -moz-linear-gradient(top, #303030, #101010);
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#101010));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010')";
	background:-ms-linear-gradient(top, #303030, #101010);
	background:linear-gradient(to bottom, #303030, #101010);
	box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	-webkit-box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	/*display: none;*/
}

#sakura_box .sakura_in .text_in4 {
	width: 87%;
	height: auto;
	padding: 12px;
	border: solid 1px #CCC;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	margin: 10px auto 0px auto;
	background: -moz-linear-gradient(top, #303030, #101010);
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#101010));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010')";
	background:-ms-linear-gradient(top, #303030, #101010);
	background:linear-gradient(to bottom, #303030, #101010);
	box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	-webkit-box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	/*display: none;*/
}

#sakura_box .sakura_in .text_in p,#sakura_box .sakura_in .text_in2 p,#sakura_box .sakura_in .text_in3 p,#sakura_box .sakura_in .text_in4 p {
	font-size: small;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	line-height: 18px;
}

#sakura_box .sakura_in .text_in p.u_space,#sakura_box .sakura_in .text_in2 p.u_space,#sakura_box .sakura_in .text_in3 p.u_space,#sakura_box .sakura_in .text_in4 p.u_space {
	margin: 0px 0px 18px 0px;
}

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

#attention {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}

#attention .title_bar {
	width: auto;
	height: 31px;
	padding: 4px 0px 0px 4px;
	margin-top: -3px;
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 1%, rgba(47,47,47,1) 2%, rgba(17,17,17,1) 93%, rgba(51,51,51,1) 94%, rgba(51,51,51,1) 96%, rgba(0,0,0,1) 97%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(1%,rgba(0,0,0,1)), color-stop(2%,rgba(47,47,47,1)), color-stop(93%,rgba(17,17,17,1)), color-stop(94%,rgba(51,51,51,1)), color-stop(96%,rgba(51,51,51,1)), color-stop(97%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

	box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	-webkit-box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	overflow: hidden;
	text-overflow: ellipsis;   /* IE6以上 */
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis;   /* Opera */
	white-space: nowrap;
}

#attention .title_bar h2 {
	font-size: small;
	color: #FFF;
	text-shadow: 0px -2px rgba(0, 0, 0, .8);
	padding: 8px 0px 0px 30px;
	margin: 0px;
}
#attention .title_bar .item {
	width: 24px;
	height: 24px;
	background-image: url(../img/warning.png);
	background-repeat: no-repeat;
	display: block;
	position: relative;
	z-index: 1;
	left: 0px;
	top: -20px;
}

#attention .attention_in {
	width: auto;
	height: auto;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	background: -moz-linear-gradient(top, #303030, #101010);
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#101010));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010')";
	background:-ms-linear-gradient(top, #303030, #101010);
	background:linear-gradient(to bottom, #303030, #101010);
	box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	-webkit-box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
}

#attention .attention_in .text_box {
	width: 88%;
	height: auto;
	padding: 12px;
	margin: 0px auto 0px auto;
	border: solid 1px #CCC;
	background: -moz-linear-gradient(top, #303030, #101010);
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#101010));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010')";
	background:-ms-linear-gradient(top, #303030, #101010);
	background:linear-gradient(to bottom, #303030, #101010);
	box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	-webkit-box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}

#attention .attention_in .text_box p {
	font-size: small;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	line-height: 18px;
}

#attention .attention_in .text_box p.u_space {
	margin: 0px 0px 18px 0px;
}

#attention .attention_in .text_box .atten_btn {
	width: 80%;
	height: 35px;
	border: solid 1px #FFF;
	text-align: center;
	padding: 0px;
	margin: 10px auto 15px auto;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	background: -moz-linear-gradient(top, #EEEBDF, #CDCDCD);
	background: -webkit-gradient(linear, left top, left bottom, from(#EEEBDF), to(#FFFFFD));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EEEBDF', endColorstr='#FFFFFD');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EEEBDF', endColorstr='#FFFFFD')";
	background:-ms-linear-gradient(top, #EEEBDF, #CDCDCD);
	background:linear-gradient(to bottom, #EEEBDF, #CDCDCD);
	box-shadow: 1px 1px 4px #777;
	-moz-box-shadow: 1px 1px 4px #777;
	-webkit-box-shadow: 1px 1px 4px #777;
}

#attention .attention_in .text_box .atten_btn a {
	display: block;
	width: auto;
	height: 23px;
	padding: 12px 0px 0px 0px;
	margin: 0px;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
	color: #333;
	text-shadow: #FFF 0 1px 0;
}

#attention .attention_in .text_box .atten_btn a:hover {
	display: block;
	width: auto;
	height: 23px;
	padding: 12px 0px 0px 0px;
	margin: 0px;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
	color: #333;
	text-shadow: #FFF 0 1px 0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	background: -moz-linear-gradient(top, #8bdffc, #0ef4f7);
	background: -webkit-gradient(linear, left top, left bottom, from(#8bdffc), to(#0ef4f7));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#0ef4f7');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#0ef4f7')";
	background:-ms-linear-gradient(top, #8bdffc, #0ef4f7);
	background:linear-gradient(to bottom, #8bdffc, #0ef4f7);
	box-shadow: inset 0 0 3px #777;
	-moz-box-shadow: inset 0 0 3px #777;
	-webkit-box-shadow: inset 0 0 3px #777;
}

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

#qa_box {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}

#qa_box .title_bar {
	width: auto;
	height: 31px;
	padding: 4px 0px 0px 4px;
	margin-top: -3px;
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 1%, rgba(47,47,47,1) 2%, rgba(17,17,17,1) 93%, rgba(51,51,51,1) 94%, rgba(51,51,51,1) 96%, rgba(0,0,0,1) 97%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(1%,rgba(0,0,0,1)), color-stop(2%,rgba(47,47,47,1)), color-stop(93%,rgba(17,17,17,1)), color-stop(94%,rgba(51,51,51,1)), color-stop(96%,rgba(51,51,51,1)), color-stop(97%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(47,47,47,1) 2%,rgba(17,17,17,1) 93%,rgba(51,51,51,1) 94%,rgba(51,51,51,1) 96%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

	box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	-webkit-box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	overflow: hidden;
	text-overflow: ellipsis;   /* IE6以上 */
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis;   /* Opera */
	white-space: nowrap;
}

#qa_box .title_bar h2 {
	font-size: small;
	color: #FFF;
	text-shadow: 0px -2px rgba(0, 0, 0, .8);
	padding: 8px 0px 0px 30px;
	margin: 0px;
}
#qa_box .title_bar .item {
	width: 24px;
	height: 24px;
	background-image: url(../img/help.png);
	background-repeat: no-repeat;
	display: block;
	position: relative;
	z-index: 1;
	left: 0px;
	top: -20px;
}

#qa_box .qa_in {
	width: auto;
	height: auto;
	padding: 12px;
	margin: 0px;
	background: -moz-linear-gradient(top, #EEEBDF, #CDCDCD);
	background: -webkit-gradient(linear, left top, left bottom, from(#EEEBDF), to(#FFFFFD));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EEEBDF', endColorstr='#FFFFFD');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EEEBDF', endColorstr='#FFFFFD')";
	background:-ms-linear-gradient(top, #EEEBDF, #CDCDCD);
	background:linear-gradient(to bottom, #EEEBDF, #CDCDCD);
	box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
	-webkit-box-shadow:inset 0px -1px 4px #333, 0px 1px 3px #333;
}

#qa_box .qa_in h3 {
	font-size: 15px;
	color: #CC0000;
	text-shadow: #FFF 0 1px 0;
	padding: 2px;
	margin: 10px 0px 15px 0px;
	line-height: 20px;
	border-bottom: solid 4px #333;
}

#qa_box .qa_in h3 span {
	font-size: 22px;
	color: #FF00FF;
	
}

#qa_box .qa_in p {
	font-size: small;
	color: #333;
	text-shadow: #FFF 0 1px 0;
	padding: 0px;
	margin: 0px 0px 30px 0px;
	line-height: 16px;
}

#qa_box .qa_in p span {
	font-size: 18px;
	font-weight: bolder;
	color: #0000FF;
}

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

#news-area {
	display: none;
}


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

#under-ad {
	display: none;
}


