
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: #333;
	line-height:1;
}


/****************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 {
	width: 640px;
	height: auto;
	padding: 0px;
	margin: 0px auto 0px auto;
	text-align: center;
	display: none;
}

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

.reds {
	font-size:13px;
}

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

#head_box {
	width: 640px;
	height: auto;
	padding: 0px;
	margin: 0px auto 0px auto;
	border-top: solid 2px #F0D8A4;
}

#head_box .title_bar {
	width: 640px;
	height: 30px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../img/sst_bg.gif);
	background-repeat: x-repeat;
	overflow: hidden;
	text-overflow: ellipsis;   /* IE6�ȏ� */
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis;   /* Opera */
	white-space: nowrap;
}

#head_box .l-heibar {
	background-image: url(../img/hei-bar.gif);
	background-repeat: no-repeat;
	width: 5px;
	height: 27px;
	margin-bottom: -27px;
	display: block;
	position: relative;
	top: -30px;
	left: 0px;
	z-index: 10;
}

#head_box .r-heibar {
	background-image: url(../img/hei-bar.gif);
	background-repeat: no-repeat;
	width: 5px;
	height: 27px;
	margin-bottom: -27px;
	display: block;
	position: relative;
	top: -30px;
	left: 635px;
	z-index: 10;
}

#head_box .title_bar h1 {
	font-size: small;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0px -1px rgba(0, 0, 0, .8);
	padding: 7px 0px 0px 15px;
}

#head_box .logo_box a:hover {
	opacity: 0.6;
}

#menu_block {
	width: 640px;
	height: auto;
	padding: 0px;
	margin: 1px auto 0px auto;
	background: #63153C;
}

#menu_block .title_bar {
	width: 640px;
	height: 30px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-image: url(../img/sst_bg.gif);
	background-repeat: x-repeat;
	border-top: solid 1px #E5C8A0;
}

#menu_block .title_bar h2 {
	font-size: small;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0px -1px rgba(0, 0, 0, .8);
	padding: 7px 0px 0px 15px;
}

#menu_block .l-heibar {
	background-image: url(../img/hei-bar.gif);
	background-repeat: no-repeat;
	width: 5px;
	height: 27px;
	margin-bottom: -27px;
	display: block;
	position: relative;
	top: -30px;
	left: 0px;
	z-index: 10;
}

#menu_block .r-heibar {
	background-image: url(../img/hei-bar.gif);
	background-repeat: no-repeat;
	width: 5px;
	height: 27px;
	margin-bottom: -27px;
	display: block;
	position: relative;
	top: -30px;
	left: 635px;
	z-index: 10;
}

#menu_block .menu_list {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	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-top: solid 1px #999;
	border-right: solid 1px #999;
}

#menu_block .menu_list ul {
	overflow: hidden;
}

#menu_block .menu_list ul 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;
}

#menu_block .menu_list ul 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;
}

#menu_block .menu_list ul li a:hover {
	background-attachment: scroll;
	background-color: #00FFFF;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #FFF;
	text-shadow: #AAA 0 1px 0;
}

#menu_block .menu_list ul li p:hover {
	background-attachment: scroll;
	background-color: #00FFFF;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #FFF;
	text-shadow: #AAA 0 1px 0;
}

#menu_block .menu_list ul li p {
	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;
	cursor: pointer;
}

#menu_block .text_block {
	width: auto;
	height: auto;
	padding: 12px;
	margin: 0px;
	display: none;
	background: #000;
	border: solid 1px #E5C8A0;
}

#menu_block .text_block p {
	font-size: 15px;
	color: #FFF;
	text-shadow: #555 0 1px 0;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	line-height: 22px;
	letter-spacing: 0.1em;
}

#menu_block .text_block h3 {
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	text-shadow: #555 0 1px 0;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	line-height: 22px;
	letter-spacing: 0.07em;
	border-bottom: solid 3px #E5C8A0;
}

#menu_block .text_block h3 .eng {
	font-family: "Times New Roman", Times, serif;
	color: #FFEE9C;
	text-shadow: 0px -1px rgba(0, 0, 0, .8);
	padding: 0px 10px 0px 0px;
	margin: 0px;
	float: right;
}

#menu_block .text_block2 {
	width: auto;
	height: auto;
	padding: 12px;
	margin: 0px;
	display: none;
	background: #000;
	border: solid 1px #E5C8A0;
}

#menu_block .text_block2 p {
	font-size: 15px;
	color: #FFF;
	text-shadow: #555 0 1px 0;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	line-height: 22px;
	letter-spacing: 0.1em;
}

#menu_block .text_block2 h3 {
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	text-shadow: #555 0 1px 0;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	line-height: 22px;
	letter-spacing: 0.07em;
	border-bottom: solid 3px #E5C8A0;
}

#menu_block .text_block3 {
	width: auto;
	height: auto;
	padding: 12px;
	margin: 0px;
	display: none;
	background: #000;
	border: solid 1px #E5C8A0;
}

#menu_block .text_block3 p {
	font-size: 15px;
	color: #FFF;
	text-shadow: #555 0 1px 0;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	line-height: 22px;
	letter-spacing: 0.1em;
}

#menu_block .text_block3 h3 {
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	text-shadow: #555 0 1px 0;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	line-height: 22px;
	letter-spacing: 0.07em;
	border-bottom: solid 3px #E5C8A0;
}

#menu_block .text_block1 p.u_space,#menu_block .text_block2 p.u_space,#menu_block .text_block3 p.u_space {
	margin-bottom: 20px;
}


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

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

#content_block .title_bar {
	width: auto;
	height: 30px;
	margin: -2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../img/sst_bg.gif);
	background-repeat: x-repeat;
	border-top: solid 1px #E5C8A0;
}

#content_block .title_bar h2 {
	font-size: small;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0px -1px rgba(0, 0, 0, .8);
	padding: 7px 0px 0px 15px;
	border-top: solid 1px #E5C8A0;
	display: inline-block;
}

#content_block .l-heibar {
	background-image: url(../img/hei-bar.gif);
	background-repeat: no-repeat;
	width: 5px;
	height: 27px;
	margin-bottom: -27px;
	display: block;
	position: relative;
	top: -30px;
	left: 0px;
	z-index: 10;
}

#content_block .r-heibar {
	background-image: url(../img/hei-bar.gif);
	background-repeat: no-repeat;
	width: 5px;
	height: 27px;
	margin-bottom: -27px;
	display: block;
	position: relative;
	top: -30px;
	left: 635px;
	z-index: 10;
}

#content_block .site_box {
	width: auto;
	height: auto;
	padding: 7px;
	margin: 0px 0px 0px 0px;
	background: rgb(76,76,76); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjNGM0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEyJSIgc3RvcC1jb2xvcj0iIzU5NTk1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIxJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMxJSIgc3RvcC1jb2xvcj0iIzQ3NDc0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iIzJjMmMyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQyJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzExMTExMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc2JSIgc3RvcC1jb2xvcj0iIzJiMmIyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkxJSIgc3RvcC1jb2xvcj0iIzFjMWMxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzEzMTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 21%, rgba(71,71,71,1) 31%, rgba(44,44,44,1) 36%, rgba(0,0,0,1) 42%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(12%,rgba(89,89,89,1)), color-stop(21%,rgba(102,102,102,1)), color-stop(31%,rgba(71,71,71,1)), color-stop(36%,rgba(44,44,44,1)), color-stop(42%,rgba(0,0,0,1)), color-stop(60%,rgba(17,17,17,1)), color-stop(76%,rgba(43,43,43,1)), color-stop(91%,rgba(28,28,28,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 21%,rgba(71,71,71,1) 31%,rgba(44,44,44,1) 36%,rgba(0,0,0,1) 42%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 21%,rgba(71,71,71,1) 31%,rgba(44,44,44,1) 36%,rgba(0,0,0,1) 42%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 21%,rgba(71,71,71,1) 31%,rgba(44,44,44,1) 36%,rgba(0,0,0,1) 42%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 21%,rgba(71,71,71,1) 31%,rgba(44,44,44,1) 36%,rgba(0,0,0,1) 42%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-8 */
	border-bottom: solid 1px #E5C8A0;
}

#content_block .site_box .image_box {
	width: 100px;
	height: 115px;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	float: left;
	border: solid 2px #E5C8A0;
}

#content_block .site_box .image_box .miller {
	width: 100px;
	height: 115px;
	background-image: url(../img/miller.png);
	background-repeat: no-repeat;
	display: block;
	position: relative;
	top: -117px;
	left: 0px;
	z-index: 10;
}

#content_block .site_box .site_title {
	width: auto;
	height: 20px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	text-overflow: ellipsis;   /* IE6�ȏ� */
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis;   /* Opera */
	white-space: nowrap;
	text-align: center;
}

#content_block .site_box .site_title h3 {
	font-size: midium;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-shadow: 0px -1px rgba(0, 0, 0, .8);
}

#content_block a {
	text-decoration: none;
	color: #F0D8A4;
	
}

#content_block a:hover {
	opacity: 0.6;
}

#content_block .site_box .guide_box {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 15px 0px 0px 0px;
	overflow: hidden;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

#content_block .site_box .guide_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;
}

#content_block .site_box .guide_box table td {
	width: 50%;
	padding: 5px;
	font-size: 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;
}

#content_block .site_box .guide_box table td p.star {
	font-size: 18px;
	font-weight: bold;
	color: #FFA020;
	padding: 0px;
	margin: 0px;
}

#content_block .site_box .guide_box table td p.luck {
	color: #CC0000;
	padding: 0px;
	margin: 0px;
}

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

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

#information .title_bar {
	width: auto;
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../img/sst_bg.gif);
	background-repeat: x-repeat;
	border: solid 1px #F0D8A4;
}

#information .title_bar h2 {
	font-size: small;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0px -1px rgba(0, 0, 0, .8);
	padding: 7px 0px 0px 15px;
}

#information .l-heibar {
	background-image: url(../img/hei-bar.gif);
	background-repeat: no-repeat;
	width: 5px;
	height: 27px;
	margin-bottom: -27px;
	display: block;
	position: relative;
	top: -31px;
	left: 0px;
	z-index: 10;
}

#information .r-heibar {
	background-image: url(../img/hei-bar.gif);
	background-repeat: no-repeat;
	width: 5px;
	height: 27px;
	margin-bottom: -27px;
	display: block;
	position: relative;
	top: -31px;
	left: 635px;
	z-index: 10;
}

#information .info_list {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}

#information .info_list ul {
	overflow: hidden;
}

#information .info_list ul li {
	width: auto;
	height: 40px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	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-bottom: solid 1px #999;
}

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

#information .info_list ul li a:hover {
	background-attachment: scroll;
	background-color: #00FFFF;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #FFF;
	text-shadow: #AAA 0 1px 0;
}

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

#foot_box {
	width: 616px;
	height: 40px;
	margin: 0px auto 0px auto;
	padding: 10px;
	background: rgb(76,76,76); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjNGM0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEyJSIgc3RvcC1jb2xvcj0iIzU5NTk1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM5JSIgc3RvcC1jb2xvcj0iIzQ3NDc0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzJjMmMyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzExMTExMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc2JSIgc3RvcC1jb2xvcj0iIzJiMmIyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkxJSIgc3RvcC1jb2xvcj0iIzFjMWMxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzEzMTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(12%,rgba(89,89,89,1)), color-stop(25%,rgba(102,102,102,1)), color-stop(39%,rgba(71,71,71,1)), color-stop(50%,rgba(44,44,44,1)), color-stop(51%,rgba(0,0,0,1)), color-stop(60%,rgba(17,17,17,1)), color-stop(76%,rgba(43,43,43,1)), color-stop(91%,rgba(28,28,28,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-8 */
	border: solid 2px #F0D8A4;
	text-align: center;

}

#foot_box a {
	font-size: small;
	font-weight: bold;
	color: #FFF;
	text-shadow: #555 0 1px 0;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

#foot_box p {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #F0D8A4;
	text-shadow: 0px -1px rgba(0, 0, 0, .8);
	padding: 0px;
	margin: 7px 0px 0px 0px;
	
}

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

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

#link_box .title_bar {
	width: 640px;
	height: 30px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-image: url(../img/sst_bg.gif);
	background-repeat: x-repeat;
	border-top: solid 1px #E5C8A0;
}

#link_box .title_bar h2 {
	font-size: small;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0px -1px rgba(0, 0, 0, .8);
	padding: 7px 0px 0px 15px;
}

#link_box .l-heibar {
	background-image: url(../img/hei-bar.gif);
	background-repeat: no-repeat;
	width: 5px;
	height: 27px;
	margin-bottom: -27px;
	display: block;
	position: relative;
	top: -30px;
	left: 0px;
	z-index: 10;
}

#link_box .r-heibar {
	background-image: url(../img/hei-bar.gif);
	background-repeat: no-repeat;
	width: 5px;
	height: 27px;
	margin-bottom: -27px;
	display: block;
	position: relative;
	top: -30px;
	left: 635px;
	z-index: 10;
}

#link_box .link_list {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}

#link_box .link_list ul {
	overflow: hidden;
}

#link_box .link_list ul li {
	width: auto;
	height: 40px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	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-bottom: solid 1px #999;
}

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

#link_box .link_list ul li a:hover {
	background-attachment: scroll;
	background-color: #00FFFF;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #FFF;
	text-shadow: #AAA 0 1px 0;
}


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

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

#kiyaku .title_bar {
	width: 640px;
	height: 30px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-image: url(../img/sst_bg.gif);
	background-repeat: x-repeat;
	border-top: solid 1px #E5C8A0;
}

#kiyaku .title_bar h2 {
	font-size: small;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0px -1px rgba(0, 0, 0, .8);
	padding: 7px 0px 0px 15px;
}

#kiyaku .l-heibar {
	background-image: url(../img/hei-bar.gif);
	background-repeat: no-repeat;
	width: 5px;
	height: 27px;
	margin-bottom: -27px;
	display: block;
	position: relative;
	top: -30px;
	left: 0px;
	z-index: 10;
}

#kiyaku .r-heibar {
	background-image: url(../img/hei-bar.gif);
	background-repeat: no-repeat;
	width: 5px;
	height: 27px;
	margin-bottom: -27px;
	display: block;
	position: relative;
	top: -30px;
	left: 635px;
	z-index: 10;
}

#kiyaku .kiyaku_box {
	width: auto;
	height: auto;
	padding: 10px;
	margin: 0px;
	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 */
}

#kiyaku .kiyaku_box h3 {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-shadow: #AAA 0 1px 0;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

#kiyaku .kiyaku_box p {
	font-size: 14px;
	color: #333;
	text-shadow: #FFF 0 1px 0;
	padding: 0px;
	margin: 0px 0px 17px 0px;
	line-height: 19px;
}

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

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

#comp .title_bar {
	width: 640px;
	height: 30px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-image: url(../img/sst_bg.gif);
	background-repeat: x-repeat;
	border-top: solid 1px #E5C8A0;
}

#comp .title_bar h2 {
	font-size: small;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0px -1px rgba(0, 0, 0, .8);
	padding: 7px 0px 0px 15px;
	display: inline-block;
}

#comp .l-heibar {
	background-image: url(../img/hei-bar.gif);
	background-repeat: no-repeat;
	width: 5px;
	height: 27px;
	margin-bottom: -27px;
	display: block;
	position: relative;
	top: -30px;
	left: 0px;
	z-index: 10;
}

#comp .r-heibar {
	background-image: url(../img/hei-bar.gif);
	background-repeat: no-repeat;
	width: 5px;
	height: 27px;
	margin-bottom: -27px;
	display: block;
	position: relative;
	top: -30px;
	left: 635px;
	z-index: 10;
}

#comp .comp_box {
	width: auto;
	height: auto;
	padding: 10px;
	margin: 0px;
	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 */
}

#comp .comp_box h3 {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-shadow: #AAA 0 1px 0;
	padding: 0px 0px 3px 3px;
	margin: 0px 0px 15px 0px;
	border-left: solid 3px #333;
	border-bottom: solid 3px #333;
}

#comp .comp_box p {
	font-size: 13px;
	color: #333;
	text-shadow: #FFF 0 1px 0;
	padding: 0px;
	margin: 0px 0px 17px 0px;
	line-height: 19px;
}

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

#content_block .site_box .doc_box {
	width: auto;
	height: auto;
	padding: 10px;
	margin: 10px 0px 0px 0px;
	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 */
	box-shadow:inset 0px -1px 4px #000, 0px 1px 3px #000;
	-webkit-box-shadow:inset 0px -1px 4px #000, 0px 1px 3px #000;

}

#content_block .site_box .doc_box h4 {
	font-size: 15px;
	font-weight: bold;
	color: #FF9A1E;
	text-shadow: 0px -1px rgba(0, 0, 0, .8);
	padding: 0px;
	margin: 0px 0px 14px 0px;
}

#content_block .site_box .doc_box p {
	font-size: small;
	font-weight: normal;
	color: #333;
	text-shadow: #FFF 0 1px 0;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	line-height: 20px;
}

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

#new_block {
	width: 640px;
	height: auto;
	padding: 0px;
	margin: -2px auto 0px auto;
	background: #63153C;
}

#new_block .title_bar {
	width: 640px;
	height: 30px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-image: url(../img/sst_bg.gif);
	background-repeat: x-repeat;
	border-top: solid 1px #E5C8A0;
}

#new_block .title_bar h2 {
	font-size: small;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0px -1px rgba(0, 0, 0, .8);
	padding: 7px 0px 0px 15px;
}

#new_block .l-heibar {
	background-image: url(../img/hei-bar.gif);
	background-repeat: no-repeat;
	width: 5px;
	height: 27px;
	margin-bottom: -27px;
	display: block;
	position: relative;
	top: -30px;
	left: 0px;
	z-index: 10;
}

#new_block .r-heibar {
	background-image: url(../img/hei-bar.gif);
	background-repeat: no-repeat;
	width: 5px;
	height: 27px;
	margin-bottom: -27px;
	display: block;
	position: relative;
	top: -30px;
	left: 635px;
	z-index: 10;
}

#new_block .new_area {
	width: auto;
	height: auto;
	padding: 10px;
	margin: 0px;
	background: rgb(76,76,76); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjNGM0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEyJSIgc3RvcC1jb2xvcj0iIzU5NTk1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM5JSIgc3RvcC1jb2xvcj0iIzQ3NDc0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzJjMmMyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzExMTExMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc2JSIgc3RvcC1jb2xvcj0iIzJiMmIyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkxJSIgc3RvcC1jb2xvcj0iIzFjMWMxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzEzMTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(12%,rgba(89,89,89,1)), color-stop(25%,rgba(102,102,102,1)), color-stop(39%,rgba(71,71,71,1)), color-stop(50%,rgba(44,44,44,1)), color-stop(51%,rgba(0,0,0,1)), color-stop(60%,rgba(17,17,17,1)), color-stop(76%,rgba(43,43,43,1)), color-stop(91%,rgba(28,28,28,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-8 */
	
}

#new_block .new_area .text_area {
	width: auto;
	height: 80px;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	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 */
	box-shadow:inset 0px -1px 4px #000, 0px 1px 3px #000;
	-webkit-box-shadow:inset 0px -1px 4px #000, 0px 1px 3px #000;
	overflow: scroll;
}

#new_block .new_area .text_area p {
	font-size: 13px;
	font-weight: normal;
	color: #333;
	text-shadow: #FFF 0 1px 0;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
	border-bottom: dotted 1px #AAA;

}

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

#sub_menu {
	width: 628px;
	height: 20px;
	padding: 7px 5px 5px 5px;
	margin: -2px auto 0px auto;
	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-left: solid 1px #999;
	border-right: solid 1px #999;
}

#sub_menu ul {
	overflow: hidden;
}

#sub_menu ul li {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px 0px 0px 4px;
	float: left;
}

#sub_menu ul li p {
	font-size: 14px;
	color: #999;
	padding: 1px 0px 0px 0px;
	margin: 0px;
}

#sub_menu ul li a {
	font-size: 14px;
	color: #EE359A;
}

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

.site_box .go-site {
	width: 400px;
	height: 40px;
	padding: 0px;
	margin: 10px auto 5px auto;

	background: #3366FF;

	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	text-overflow: ellipsis;   /* IE6�ȏ� */
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis;   /* Opera */
	white-space: nowrap;
	transition: all 0.5s ease;
}

.site_box .go-site a {
	display: block;
	width: auto;
	height: 28px;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	text-decoration: none;
	background: none;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.site_box .go-site:hover {
	background: #00FFFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.site_box .go-site a .privilege {
	margin-top: 4px;
	display: block;
	font-size: 12px;
	color: yellow;
	transition: all 0.3s ease;
}


.site_box .fordetail {
	width: 400px;
	height: 40px;
	padding: 0px;
	margin: 15px auto 10px auto;
	background: #3366FF;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.site_box .fordetail .a-detail {
	display: block;
	width: auto;
	height: 28px;
	padding: 12px 0px 0px 0px;
	margin: 0px;
	text-decoration: none;
	background: none;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.site_box .fordetail .a-detail:hover {
	background: #00FFFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}


/******************************************************************/
#comp .comp_box ul {
    margin: 0px 0px 17px 0px;
}
#comp .comp_box li {
    font-size: 13px;
    color: #333;
    text-shadow: #FFF 0 1px 0;
    padding: 2px;
}

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

.swiper-container {
	width: auto !important;
	height: auto !important;
	padding: 5px 0px 0px 15px !important;
	margin: 7px auto 45px auto !important;
}

.swiper-container .swiper-slide {
	width: 200px;
	height: auto;
	padding: 5px;
	margin: 0px 10px 0px 0px;
	/*
	border: solid 1px #AAA;
	background: #FFF;
	box-shadow:inset 0px -10px 30px #EAEAEA;
	*/
	
}

.swiper-slide .pcsum {
	width: 200px;
	height: 212px;
	padding: 0px;
	margin: 0px auto 0px auto;
	overflow: hidden;
}

.swiper-slide .spsum {
	display: none;
}

.swiper-slide .pcsum img {
	width: 100%;
	border: none;
}

.swiper-slide .link-title {
	width: auto;
	height: auto;
	padding: 5px;
	margin: 5px auto 0px auto;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;   /* IE6�ȏ� */
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis;   /* Opera */
	white-space: nowrap;
}

.swiper-slide .link-title ul li {
	width: auto;
	height: auto;
	padding: 3px 0px 3px 0px;
	margin: 0px auto 0px auto;
}

.swiper-slide .link-title li .s-star-text {
	font-size: 12px;
	color: #ff3300;
	letter-spacing: 0.06em;
}

.swiper-slide .link-title li .s-price-text {
	font-size: 12px;
	color: #222222 !important;
}



.swiper-slide a {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	display: block;
}

.swiper-slide .link-title .client-link-title {
	font-size: 13px;
	color: #222222 !important;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	letter-spacing: 0.06em;
	display: block;
}

.swiper-slide .link-title .s-freepoint-text {
	font-size: 13px;
	color: #222222 !important;
	padding: 0px;
	margin: 0px;
	display: block;
}

.swiper-slide:hover {
	opacity: 0.6;
}

.foot-shadow-menu {
	display: none;
}

#fmenu {
	display: none !important;
}

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

#comp .comp_box .like-list-box {
	width: auto;
	height: auto;
	padding: 7px;
	margin: 0px 0px 3px 0px;
	border: solid 1px #222222;
	background: #FFF;
}

#comp .comp_box .like-list-box .like-list-sum {
	width: 60px;
	height: 92px;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	float: left;
}

#comp .comp_box .like-list-box .like-list-sum:hover {
	opacity: 0.6;
}

#comp .comp_box .like-list-box .like-list-sum img {
	width: 60px;
	height: 92px;
	border: none;
}

#comp .comp_box .like-list-box .like-list-name {
	overflow: hidden;
	width: auto;
	height: 30px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

#comp .comp_box .like-list-box .like-list-name a {
	font-size: 18px;
	font-weight: bold;
	color: #222222;
	padding: 0px;
	margin: 0px;
}

#comp .comp_box .like-list-box .like-list-name a:hover {
	opacity: 0.6;
}

#comp .comp_box .like-list-box .delete-btn {
	float: right;
	width: 70px;
	height: 20px;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	border: solid 1px #222222;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	position: relative;
	top: -47px;
	left: 0px;
	z-index: 25;
	cursor: pointer;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

#comp .comp_box .like-list-box .delete-btn p.delete-text {
	font-size: 14px;
	color: #222222;
	padding: 0px;
	margin: 0px;
}

#comp .comp_box .like-list-box .delete-btn:hover {
	opacity: 0.6;
}
#comp .comp_box .like-list-box .like-delete-go {
	overflow: hidden;
	width: auto;
	height: auto;
	padding: 0px 0px 8px 0px;
	margin: 0px;
}

#comp .comp_box .like-list-box .like-delete-go ul li {
	width: auto;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 20px auto;
	float: left;
}

#comp .comp_box .like-list-box .like-delete-go ul li:hover {
	opacity: 0.6;
}

#comp .comp_box .like-list-box .like-delete-go ul li.detail-go {
	width: 100px;
	height: 35px;
	padding: 0px;
	margin: 0px 20px 0px 0px;
	background: #CC0000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;   /* IE6�ȏ� */
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis;   /* Opera */
	white-space: nowrap;
	cursor: pointer;
	box-shadow: 4px 4px 0px #880308;
	-moz-box-shadow: 4px 4px 0px #880308;
	-webkit-box-shadow: 4px 4px 0px #880308;
}

#comp .comp_box .like-list-box .like-delete-go ul li.detail-go a {
	display: block !important;
	width: auto !important;
	height: 24px !important;
	padding: 11px 0px 0px 0px !important;
	margin: 0px !important;
	text-decoration: none !important;
	font-size: 13px !important;
	font-weight: bold !important;
	color: #FFFFFF !important;
	text-shadow: none !important;
}

#comp .comp_box .like-list-box .like-delete-go ul li.goto-site {
	width: 100px;
	height: 35px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background: #3366FF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;   /* IE6�ȏ� */
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis;   /* Opera */
	white-space: nowrap;
	cursor: pointer;
	box-shadow: 4px 4px 0px #000066;
	-moz-box-shadow: 4px 4px 0px #000066;
	-webkit-box-shadow: 4px 4px 0px #000066;
}

#comp .comp_box .like-list-box .like-delete-go ul li.goto-site a {
	display: block !important;
	width: auto !important;
	height: 24px !important;
	padding: 11px 0px 0px 0px !important;
	margin: 0px !important;
	text-decoration: none !important;
	font-size: 13px !important;
	font-weight: bold !important;
	color: #FFFFFF !important;
	text-shadow: none !important;
}

/*****/


#comp .comp_box .s-site-sum {
	text-align: center;
}

#comp .comp_box .site-description p {
	line-height: 1.9em;

}
#comp .comp_box .site-data-detail li, 
#comp .comp_box .site-data-praice-detail li {
	line-height: 1.5em;
}
#comp .comp_box .like-btn .FavoriteSet {
	display: none;
}

#comp .comp_box .junle-data h3,
#comp .comp_box .site-data-company h3,
#comp .comp_box .site-data-praice h3,
#comp .comp_box .comment-area h3
{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-shadow: #AAA 0 1px 0;
    padding: 0px 0px 3px 0px;
    margin: 17px 0px 5px 0px;
    border-left: none;
    border-bottom: solid 2px #333;
}

#comp .comp_box .go-site {
	width: 400px;
    height: 40px;
    padding: 0px;
    margin: 10px auto 10px auto;
    background: #3366FF;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
	transition: all 0.5s ease;
}

#comp .comp_box .go-site a {
	display: block;
    width: auto;
    height: 28px;
    padding: 5px 0px 0px 0px;
    margin: 0px;
    text-decoration: none;
    background: none;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
}

#comp .comp_box .go-site:hover {
	background: #00FFFF;
}

#comp .comp_box .go-site a .privilege {
	margin-top: 4px;
	display: block;
	font-size: 12px;
	color: yellow;
	transition: all 0.3s ease;
}

.rw-rating-table {
	margin-bottom: 15px;
}

#comp .comp_box .comment-author {
	margin: 10px 0;
	font-weight: bold;
}

.logo_box img {
	width: 100%;
	height: auto;
}

p.pr-text-guide {
	width: 90%;
	background: #DDD;
	padding: 8px !important;
	margin:10px auto !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	text-shadow: none !important;
}

