@import "center_only.css";
@import "messageLayout.css";
@import "one_contents.css";
@import "style_m.css";
@import "style_one_contents_cg.css";
@import "two_contents_cg.css";
@import "jquery.rating.css";
@import "jquery.ui.css";

@charset "utf-8";

/*/--- all ---/*/
body {
	color: #000000;
	font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "MS Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	background: #E2E4E7;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
}
div, a, p, em, ul, li, h1, h2, h3, h4, img {
	color: #000000;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	vertical-align: baseline;
}

div{
    word-wrap: break-word;
}

a {
	color: #0064B5;
}
a:visited {
	/*/-- color: #0064B5; --/*/
}
a:hover {
	text-decoration: none;
}
a:hover img {
	/* modan */
	opacity: 0.8;
	/* IE6-7 */
	filter: alpha(opacity=80);
	/* IE8 */
	-ms-filter: "alpha(opacity=80)";
}
a.on img {
	/* modan */
	opacity: 0.8;
	/* IE6-7 */
	filter: alpha(opacity=80);
	/* IE8 */
	-ms-filter: "alpha(opacity=80)";
}
hr {
	display: none;
}
li {
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
}

#page {
	color: #000000;
	margin: 0 0;
	text-align: center;
	vertical-align: baseline;
}

/*/------------------------------------------------------------------------------------------------------------------------------------------------*/
/* item */
/*/------------------------------------------------------------------------------------------------------------------------------------------------*/
.disnon {
	display: none;
}



form.yousersearch {
	display: table;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}
form.border {
	width: 100%;
	border-bottom: 1px solid #000000;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
form.yousersearch div.f_both {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}
form.yousersearch div.f_left {
	width: auto;
	height: auto;
	margin: 10px 50px 10px 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	float: left;
}
form.yousersearch div.f_right {
	width: auto;
	height: auto;
	margin: 10px 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	float: left;
}
form.yousersearch input.yForm {
	width: 400px;
}
form.yousersearch div.radio {
	position: relative;
	top: -20px;
	left: 200px;
	width: auto;
	height: auto;
	margin: 0 0 -20px;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
}



/*/------------------------------------------------------------------------------------------------------------------------------------------------*/
/* header */
/*/------------------------------------------------------------------------------------------------------------------------------------------------*/
div#header {
	width: auto;
	height: auto;
	background: url(../images/header_bp.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	margin: 0 auto;
	text-align: center;
	vertical-align: baseline;
	clear: both;
}
div#header_inner {
	width: 1042px;
	height: 161px;
	margin: 0 auto;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}



h1 {
	position: relative;
	top: 46px;
	left: 0;
	width: 290px;
	height: 115px;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
}
h1 a {
	display: block;
	width: 300px;
	height: 105px;
	background: url(../images/logo.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	text-indent: -9999px;
}



div#fukidashi {
	position: relative;
	top: -69px;
	left: 0;
	width: auto;
	height: auto;
	background: url(../images/fukidashi.png);
	background-position: 0 20px;
	background-repeat: no-repeat;
	margin: 0 0 0 300px;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
}
div#fukidashi_inner {
	width: 86px;
	height: 60px;
	background: #FFFFFF;
	margin: 0 0 0 10px;
	padding: 5px;
	text-align: left;
	vertical-align: baseline;

	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari and Chrome */
	-khtml-border-radius: 10px; /* IE */
	border-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}
div#fukidashi_inner a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	line-height: 125%;
}
div#fukidashi_inner a:hover {
	text-decoration: underline;
}



div#header div#header_inner div.banner {
	position: relative;
	top: -139px;
	left: 0;
	width: auto;
	height: 60px;
	margin: 0 0 0 420px;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
}
div#header div#header_inner div.banner a {
    	display: block;
	width: 468px;
	height: 60px;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
}



div#header div#header_inner div#form {
	position: relative;
	top: -119px;
	left: 0;
	width: auto;
	height: auto;
	margin: 0 0 0 310px;
	text-align: left;
	vertical-align: baseline;
}
div#header div#header_inner div#form select#select {
	width: 150px;
	height: 20px;
	border: 1px solid #C8C8C8;
	margin: 0 5px 0 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	float: left;
}
div#header div#header_inner div#form select#selectjump {
	width: 150px;
	height: 20px;
	border: 1px solid #C8C8C8;
	margin: 0 5px 0 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	float: left;
}
div#header div#header_inner div#form input.sForm {
	width: 250px;
	height: 16px;
	border: 1px solid #C8C8C8;
	margin: 0;
	text-align: left;
	vertical-align: baseline;
	float: left;
}
div#header div#header_inner div#form input#searchSubmit {
	width: 20px;
	height: 20px;
	margin: 0 50px 0 -1px;
	background: url(../images/bt_search.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	border: none;
	text-align: left;
	vertical-align: baseline;
	text-indent: -9999px;
	cursor: pointer;
	float: left;
}
div#header div#header_inner div#form input#jumpSubmit {
	width: 70px;
	height: 20px;
	margin: 0;
	background: url(../images/bt_jump.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	border: none;
	text-align: left;
	vertical-align: baseline;
	text-indent: -9999px;
	cursor: pointer;
	float: left;
}



div#header div#header_inner ul#translation {
	position: relative;
	top: -221px;
	left: 0;
	width: auto;
	height: auto;
	margin: 0;
	text-align: left;
	vertical-align: baseline;
	float: right;
}
div#header div#header_inner ul#translation li {
	width: auto;
	height: auto;
	list-style: none;
	margin: 0 5px 0 0;
	text-align: left;
	vertical-align: baseline;
	float: left;
}



/*/------------------------------------------------------------------------------------------------------------------------------------------------*/
/* globalNavi */
/*/------------------------------------------------------------------------------------------------------------------------------------------------*/
div#globalNavi {
	position: relative;
	top: -297px;
	width: auto;
	height: auto;
	margin: 0 auto;
	text-align: center;
	vertical-align: baseline;
	clear: both;
}
.ie div#globalNavi,
.opera div#globalNavi {
	top: -291px;
}
div#globalNavi_inner {
	width: 930px;
	height: 36px;
	margin: 0 auto;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}



div#globalNavi_inner ul {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}
div#globalNavi_inner ul li {
	width: auto;
	height: 36px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	float: left;
}
div#globalNavi_inner ul li a {
	display: block;
	width: auto;
	height: 36px;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	text-indent: -9999px;
}
div#globalNavi_inner ul li#gn_01 a {
	width: 99px;
	background: url(../images/header_bt_home.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
div#globalNavi_inner ul li#gn_02 a {
	width: 36px;
	background: url(../images/header_bt_star.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0 0 0 179px;
}
div#globalNavi_inner ul li#gn_03 a {
	width: 36px;
	background: url(../images/header_bt_comment.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
div#globalNavi_inner ul li#gn_04 a {
	width: 36px;
	background: url(../images/header_bt_mylist.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
div#globalNavi_inner ul li#gn_05 a {
	width: 36px;
	background: url(../images/header_bt_message.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
div#globalNavi_inner ul li#gn_06 a {
	width: 36px;
	background: url(../images/header_bt_mynews.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
div#globalNavi_inner ul li#gn_07 a {
	width: 36px;
	background: url(../images/header_bt_pt.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
div#globalNavi_inner ul li#gn_08 a {
	width: 52px;
	background: url(../images/header_bt_r18.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0 0 0 179px;
}
div#globalNavi_inner ul li#gn_09 a {
	width: 67px;
	background: url(../images/header_bt_help.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
div#globalNavi_inner ul li#gn_10 a {
	width: 54px;
	background: url(../images/header_bt_set.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
div#globalNavi_inner ul li#gn_11 a {
	width: 84px;
	background: url(../images/header_bt_logout.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
div#globalNavi_inner ul li#gn_01 a:hover,
div#globalNavi_inner ul li#gn_02 a:hover,
div#globalNavi_inner ul li#gn_03 a:hover,
div#globalNavi_inner ul li#gn_04 a:hover,
div#globalNavi_inner ul li#gn_05 a:hover,
div#globalNavi_inner ul li#gn_06 a:hover,
div#globalNavi_inner ul li#gn_07 a:hover,
div#globalNavi_inner ul li#gn_08 a:hover,
div#globalNavi_inner ul li#gn_09 a:hover,
div#globalNavi_inner ul li#gn_10 a:hover,
div#globalNavi_inner ul li#gn_11 a:hover {
	background-position: 0 -36px;
}
div#globalNavi_inner ul li#gn_01 a.on,
div#globalNavi_inner ul li#gn_02 a.on,
div#globalNavi_inner ul li#gn_03 a.on,
div#globalNavi_inner ul li#gn_04 a.on,
div#globalNavi_inner ul li#gn_05 a.on,
div#globalNavi_inner ul li#gn_06 a.on,
div#globalNavi_inner ul li#gn_07 a.on,
div#globalNavi_inner ul li#gn_08 a.on,
div#globalNavi_inner ul li#gn_09 a.on,
div#globalNavi_inner ul li#gn_10 a.on,
div#globalNavi_inner ul li#gn_11 a.on {
	background-position: 0 -36px;
}



/*/------------------------------------------------------------------------------------------------------------------------------------------------*/
/* title */
/*/------------------------------------------------------------------------------------------------------------------------------------------------*/
div#main_contents h2 {
	width: 910px;
	height: 30px;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	background: #FFFFFF url(../images/event_title.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0 0 10px;
	padding: 20px 10px 5px;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}



div#main_contents h3 {
	width: 680px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	background: #98FB98;
	margin: 0;
	padding: 0 10px;
	text-align: left;
	vertical-align: baseline;
	clear: both;

	-moz-border-top-left-radius: 10px; /* Firefox */
	-moz-border-top-right-radius: 10px; /* Firefox */
	-webkit-border-top-left-radius: 10px; /* Safari and Chrome */
	-webkit-border-top-right-radius: 10px; /* Safari and Chrome */
	-khtml-border-top-left-radius: 10px; /* IE */
	-khtml-border-top-right-radius: 10px; /* IE */
	border-top-left-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	border-top-right-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}



div#main_contents h3.sub {
	margin: 10px 0 0;
}



div#main_contents h3.none {
	background: #FFC149;

	-moz-border-top-left-radius: 0; /* Firefox */
	-moz-border-top-right-radius: 0; /* Firefox */
	-webkit-border-top-left-radius: 0; /* Safari and Chrome */
	-webkit-border-top-right-radius: 0; /* Safari and Chrome */
	-khtml-border-top-left-radius: 0; /* IE */
	-khtml-border-top-right-radius: 0; /* IE */
	border-top-left-radius: 0; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	border-top-right-radius: 0; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}



div#contents_left h3 {
	width: 480px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	background: #98FB98;
	margin: 10px 0 0;
	padding: 0 10px;
	text-align: left;
	vertical-align: baseline;
	clear: both;

	-moz-border-top-left-radius: 10px; /* Firefox */
	-moz-border-top-right-radius: 10px; /* Firefox */
	-webkit-border-top-left-radius: 10px; /* Safari and Chrome */
	-webkit-border-top-right-radius: 10px; /* Safari and Chrome */
	-khtml-border-top-left-radius: 10px; /* IE */
	-khtml-border-top-right-radius: 10px; /* IE */
	border-top-left-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	border-top-right-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}

div#contents_left h3.event {
	width: 710px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	background: #98FB98;
	margin: 10px 0 0;
	padding: 0 10px;
	text-align: left;
	vertical-align: baseline;
	clear: both;

	-moz-border-top-left-radius: 10px; /* Firefox */
	-moz-border-top-right-radius: 10px; /* Firefox */
	-webkit-border-top-left-radius: 10px; /* Safari and Chrome */
	-webkit-border-top-right-radius: 10px; /* Safari and Chrome */
	-khtml-border-top-left-radius: 10px; /* IE */
	-khtml-border-top-right-radius: 10px; /* IE */
	border-top-left-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	border-top-right-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}



div#contents_right h3 {
	width: 198px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	background: #98FB98;
	margin: 10px 0 0;
	padding: 0 10px;
	text-align: left;
	vertical-align: baseline;
	clear: both;

	-moz-border-top-left-radius: 10px; /* Firefox */
	-moz-border-top-right-radius: 10px; /* Firefox */
	-webkit-border-top-left-radius: 10px; /* Safari and Chrome */
	-webkit-border-top-right-radius: 10px; /* Safari and Chrome */
	-khtml-border-top-left-radius: 10px; /* IE */
	-khtml-border-top-right-radius: 10px; /* IE */
	border-top-left-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	border-top-right-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}



div#sidebar h3 {
	width: 200px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	background: #98FB98;
	margin: 10px 0 0;
	padding: 0 10px;
	text-align: left;
	vertical-align: baseline;
	clear: both;

	-moz-border-top-left-radius: 10px; /* Firefox */
	-moz-border-top-right-radius: 10px; /* Firefox */
	-webkit-border-top-left-radius: 10px; /* Safari and Chrome */
	-webkit-border-top-right-radius: 10px; /* Safari and Chrome */
	-khtml-border-top-left-radius: 10px; /* IE */
	-khtml-border-top-right-radius: 10px; /* IE */
	border-top-left-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	border-top-right-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}



/*/------------------------------------------------------------------------------------------------------------------------------------------------*/
/* tab */
/*/------------------------------------------------------------------------------------------------------------------------------------------------*/
ul#tab_mywork {
	width: 700px;
	height: 30px;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}
ul#tab_mywork li {
	display: block;
	width: 174px;
	height: 22px;
	background: #B2AEAE;
	border-right: 1px solid #7E7E7E;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 8px 0 0;
	text-align: center;
	vertical-align: baseline;
	float: left;
	cursor: pointer;
}
ul#tab_mywork li.select {
	background: #FFFFFF;
}
ul#tab_mywork li:last-child {
	width: 175px;
	border-right: none;
}



ul#tab_community {
	width: 700px;
	height: 50px;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	margin: 10px 0 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}
ul#tab_community li {
	display: block;
	width: 174px;
	height: 40px;
	background: #9ACD32;
	border-right: 1px solid #7E7E7E;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 10px 0 0;
	text-align: center;
	vertical-align: baseline;
	float: left;
	cursor: pointer;
}
ul#tab_community li.select {
	background: #98FB98;
}
ul#tab_community li:first-child {
	-moz-border-top-left-radius: 10px; /* Firefox */
	-webkit-border-top-left-radius: 10px; /* Safari and Chrome */
	-khtml-border-top-left-radius: 10px; /* IE */
	border-top-left-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}
ul#tab_community li:nth-child(2) {
	height: 33px;
	padding: 17px 0 0;
}
ul#tab_community li:last-child {
	width: 175px;
	height: 33px;
	border-right: none;
	padding: 17px 0 0;

	-moz-border-top-right-radius: 10px; /* Firefox */
	-webkit-border-top-right-radius: 10px; /* Safari and Chrome */
	-khtml-border-top-right-radius: 10px; /* IE */
	border-top-right-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}



ul#tab_favorite {
	width: 700px;
	height: 30px;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}
ul#tab_favorite li {
	display: block;
	width: 349px;
	height: 22px;
	background: #B2AEAE;
	border-right: 1px solid #7E7E7E;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 8px 0 0;
	text-align: center;
	vertical-align: baseline;
	float: left;
	cursor: pointer;
}
ul#tab_favorite li.select {
	background: #FFFFFF;
}
ul#tab_favorite li:last-child {
	width: 350px;
	border-right: none;
}



ul#tab_work {
	width: 500px;
	height: 50px;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	margin: 10px 0 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}
ul#tab_work li {
	display: block;
	width: 124px;
	height: 40px;
	background: #9ACD32;
	border-right: 1px solid #7E7E7E;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 10px 0 0;
	text-align: center;
	vertical-align: baseline;
	float: left;
	cursor: pointer;
}
ul#tab_work li.select {
	background: #98FB98;
}
ul#tab_work li:first-child {
	-moz-border-top-left-radius: 10px; /* Firefox */
	-webkit-border-top-left-radius: 10px; /* Safari and Chrome */
	-khtml-border-top-left-radius: 10px; /* IE */
	border-top-left-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}
ul#tab_work li:last-child {
	width: 125px;
	height: 33px;
	border-right: none;
	padding: 17px 0 0;

	-moz-border-top-right-radius: 10px; /* Firefox */
	-webkit-border-top-right-radius: 10px; /* Safari and Chrome */
	-khtml-border-top-right-radius: 10px; /* IE */
	border-top-right-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}



ul#tab_event {
	width: 730px;
	height: 30px;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	margin: 10px 0 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}
ul#tab_event li {
	display: block;
	width: 364px;
	height: 22px;
	background: #9ACD32;
	border-right: 1px solid #7E7E7E;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 8px 0 0;
	text-align: center;
	vertical-align: baseline;
	float: left;
	cursor: pointer;
}
ul#tab_event li.select {
	background: #98FB98;
}
ul#tab_event li:first-child {
	-moz-border-top-left-radius: 10px; /* Firefox */
	-webkit-border-top-left-radius: 10px; /* Safari and Chrome */
	-khtml-border-top-left-radius: 10px; /* IE */
	border-top-left-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}
ul#tab_event li:last-child {
	width: 365px;
	border-right: none;

	-moz-border-top-right-radius: 10px; /* Firefox */
	-webkit-border-top-right-radius: 10px; /* Safari and Chrome */
	-khtml-border-top-right-radius: 10px; /* IE */
	border-top-right-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}



ul#tab_rank {
	width: 500px;
	height: 30px;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	margin: 10px 0 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}
ul#tab_rank li {
	display: block;
	width: 249px;
	height: 22px;
	background: #9ACD32;
	border-right: 1px solid #7E7E7E;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 8px 0 0;
	text-align: center;
	vertical-align: baseline;
	float: left;
	cursor: pointer;
}
ul#tab_rank li.select {
	background: #98FB98;
}
ul#tab_rank li:first-child {
	-moz-border-top-left-radius: 10px; /* Firefox */
	-webkit-border-top-left-radius: 10px; /* Safari and Chrome */
	-khtml-border-top-left-radius: 10px; /* IE */
	border-top-left-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}
ul#tab_rank li:last-child {
	width: 250px;
	border-right: none;

	-moz-border-top-right-radius: 10px; /* Firefox */
	-webkit-border-top-right-radius: 10px; /* Safari and Chrome */
	-khtml-border-top-right-radius: 10px; /* IE */
	border-top-right-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}



ul.tab_ranksub {
	width: 500px;
	height: 30px;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}
ul.tab_ranksub li {
	display: block;
	width: 164px;
	height: 22px;
	background: #B2AEAE;
	border-right: 1px solid #7E7E7E;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 8px 0 0;
	text-align: center;
	vertical-align: baseline;
	float: left;
	cursor: pointer;
}
ul.tab_ranksub li.select {
	background: #FFFFFF;
}
ul.tab_ranksub li:last-child {
	width: 170px;
	border-right: none;
}



ul#tab_history {
	width: 500px;
	height: 30px;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	margin: 10px 0 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}
ul#tab_history li {
	display: block;
	width: 249px;
	height: 22px;
	background: #9ACD32;
	border-right: 1px solid #7E7E7E;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 8px 0 0;
	text-align: center;
	vertical-align: baseline;
	float: left;
	cursor: pointer;
}
ul#tab_history li.select {
	background: #98FB98;
}
ul#tab_history li:first-child {
	-moz-border-top-left-radius: 10px; /* Firefox */
	-webkit-border-top-left-radius: 10px; /* Safari and Chrome */
	-khtml-border-top-left-radius: 10px; /* IE */
	border-top-left-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}
ul#tab_history li:last-child {
	width: 250px;
	border-right: none;

	-moz-border-top-right-radius: 10px; /* Firefox */
	-webkit-border-top-right-radius: 10px; /* Safari and Chrome */
	-khtml-border-top-right-radius: 10px; /* IE */
	border-top-right-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}



ul#tab_ranking {
	width: 218px;
	height: 30px;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}
ul#tab_ranking li {
	display: block;
	width: 73px;
	height: 22px;
	background: #B2AEAE;
	border-right: 1px solid #7E7E7E;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 8px 0 0;
	text-align: center;
	vertical-align: baseline;
	float: left;
	cursor: pointer;
}
ul#tab_ranking li.select {
	background: #FFFFFF;
}
ul#tab_ranking li:last-child {
	width: 70px;
	border-right: none;
}



ul#tab_friend {
	width: 220px;
	height: 30px;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	margin: 10px 0 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}
ul#tab_friend li {
	display: block;
	width: 74px;
	height: 22px;
	background: #9ACD32;
	border-right: 1px solid #7E7E7E;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 8px 0 0;
	text-align: center;
	vertical-align: baseline;
	float: left;
	cursor: pointer;
}
ul#tab_friend li.select {
	background: #98FB98;
}
ul#tab_friend li:first-child {
	-moz-border-top-left-radius: 10px; /* Firefox */
	-webkit-border-top-left-radius: 10px; /* Safari and Chrome */
	-khtml-border-top-left-radius: 10px; /* IE */
	border-top-left-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}
ul#tab_friend li:last-child {
	width: 145px;
	border-right: none;

	-moz-border-top-right-radius: 10px; /* Firefox */
	-webkit-border-top-right-radius: 10px; /* Safari and Chrome */
	-khtml-border-top-right-radius: 10px; /* IE */
	border-top-right-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}



div.bt {
	width: auto;
	height: auto;
	margin: 10px auto 0;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
	clear: both;
}



/*/------------------------------------------------------------------------------------------------------------------------------------------------*/
/* contents */
/*/------------------------------------------------------------------------------------------------------------------------------------------------*/
div#login_contents {
	position: relative;
	top: -162px;
	display: table;
	width: 960px;
	height: auto;
	margin: 0 auto -162px;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
	clear: both;
}
.ie div#login_contents,
.opera div#login_contents {
	top: -158px;
	margin: 0 auto -158px;
}



div#logout_contents {
	position: relative;
	top: -126px;
	display: table;
	width: 956px;
	height: auto;
	margin: 0 auto -126px;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
	clear: both;
}
.ie div#logout_contents,
.opera div#logout_contents {
	top: -122px;
	margin: 0 auto -122px;
}



/*/------------------------------------------------------------------------------------------------------------------------------------------------*/
/* main_contents */
/*/------------------------------------------------------------------------------------------------------------------------------------------------*/
div#main_contents {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	float: right;
}



div#main_contents div.main_box_wide {
	width: 680px;
	height: auto;
	background: #FFFFFF;
	margin: 0;
	padding: 10px;
	text-align: left;
	vertical-align: baseline;
	clear: both;

	-moz-border-radius: 10px; /* Firefox */
	-webkit-borde-radius: 10px; /* Safari and Chrome */
	-khtml-border-radius: 10px; /* IE */
	border-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}



div#main_contents div.box_wide {
	width: 680px;
	height: auto;
	background: #FFFFFF;
	margin: 0;
	padding: 10px;
	text-align: left;
	vertical-align: baseline;
	clear: both;

	-moz-border-bottom-left-radius: 10px; /* Firefox */
	-moz-border-bottom-right-radius: 10px; /* Firefox */
	-webkit-border-bottom-left-radius: 10px; /* Safari and Chrome */
	-webkit-border-bottom-right-radius: 10px; /* Safari and Chrome */
	-khtml-border-bottom-left-radius: 10px; /* IE */
	-khtml-border-bottom-right-radius: 10px; /* IE */
	border-bottom-left-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	border-bottom-right-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}



div#main_contents div.box_none {
	width: 680px;
	height: auto;
	background: #FFFFFF;
	margin: 0;
	padding: 10px;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}



div#main_contents div.box_wide div.more {
	width: auto;
	height: auto;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: right;
	vertical-align: baseline;
	clear: both;
}
div#main_contents div.box_wide div.more a {
	font-weight: bold;
	text-decoration: none;
}
div#main_contents div.box_wide div.more a:hover {
	text-decoration: underline;
}



div#main_contents div.box_change {
	width: 680px;
	height: auto;
	background: #FFFFFF;
	margin: 0;
	padding: 10px;
	text-align: left;
	vertical-align: baseline;
	clear: both;

	-moz-border-bottom-left-radius: 10px; /* Firefox */
	-moz-border-bottom-right-radius: 10px; /* Firefox */
	-webkit-border-bottom-left-radius: 10px; /* Safari and Chrome */
	-webkit-border-bottom-right-radius: 10px; /* Safari and Chrome */
	-khtml-border-bottom-left-radius: 10px; /* IE */
	-khtml-border-bottom-right-radius: 10px; /* IE */
	border-bottom-left-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	border-bottom-right-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}



div#main_contents div.box_change div.more {
	width: auto;
	height: auto;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: right;
	vertical-align: baseline;
	clear: both;
}
div#main_contents div.box_change div.more a {
	font-weight: bold;
	text-decoration: none;
}
div#main_contents div.box_change div.more a:hover {
	text-decoration: underline;
}



/*/------------------------------------------------------------------------------------------------------------------------------------------------*/
/* post */
/*/------------------------------------------------------------------------------------------------------------------------------------------------*/
div#main_contents div.post {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}
div#main_contents div.post_bt {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
	clear: both;
}
div#main_contents div.post div.post_header {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}
div#main_contents div.post div.post_header div.day {
	width: auto;
	height: auto;
	font-size: 10px;
	line-height: 15px;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	float: left;
}
div#main_contents div.post div.post_header div.classification {
	width: auto;
	height: auto;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	float: left;
}
div#main_contents div.post div.post_header div.classification span.classification_title {
	color: red;
}
div#main_contents div.post div.post_header div.classification span.classification_work {
	color: blue;
}
div#main_contents div.post div.post_header div.bt_event {
	width: auto;
	height: auto;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	float: left;
}
div#main_contents div.post div.post_header ul.numerical {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: right;
	vertical-align: baseline;
	float: right;
}
div#main_contents div.post div.post_header ul.numerical li {
	width: auto;
	height: auto;
	font-weight: bold;
	list-style: none;
	border-bottom: 1px dotted #A8A7A3;
	margin: 0;
	padding: 0;
	text-align: right;
	vertical-align: baseline;
}



div#main_contents div.post div.post_header div.contents {
	width: auto;
	height: auto;
	margin: 0;
	padding: 10px 0 0;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}



div#main_contents div.post div.post_header div.contents h2 {
	width: 420px;
	height: auto;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/icon.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0;
	padding: 5px 0 10px 40px;
	text-align: left;
	vertical-align: baseline;
	float: left;
}



div#main_contents div.post div.post_header div.contents p {
	width: 420px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	float: left;
}

div#main_contents div.post div.post_header div.contents div.contents_element {
        word-wrap: break-word;
	width: 420px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	float: left;
}

div#main_contents div.post div.post_header div.contents div.post_graph {
	display: block;
	width: auto;
	height: auto;
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	float: right;
}

div#main_contents div.post div.post_header div.contents div.post_star {
	display: block;
	width: auto;
	height: auto;
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	float: right;
}

div#main_contents div.post div.post_header div.contents ul.post_tag {
	display: table;
	width: 658px;
	height: auto;
	border: 1px solid #A8A7A3;
	margin: 10px 0;
	padding: 10px;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}
div#main_contents div.post div.post_header div.contents ul.tag_edit {
	width: 658px;
	border: 1px solid #A8A7A3;
	margin: 10px 0;
	padding: 10px;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}
div#main_contents div.post div.post_header div.contents ul.post_tag li {
	width: auto;
	height: auto;
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	float: left;
}
div#main_contents div.post div.post_header div.contents ul.post_tag li a {
	color: #996699;
	text-decoration: none;
}
div#main_contents div.post div.post_header div.contents ul.post_tag li a:hover {
	text-decoration: underline;
}
div#main_contents div.post div.post_header div.contents ul.post_tag li:last-child a {
	color: red;
}


div#main_contents div.post div.post_header div.contents ul.bookmark {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	flaot: left;
}
div#main_contents div.post div.post_header div.contents ul.bookmark li {
	width: auto;
	height: auto;
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	float: left;
}



div#main_contents div.post div.post_header div.contents ul.bt_addition {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	float: right;
}
div#main_contents div.post div.post_header div.contents ul.bt_addition li {
	width: auto;
	height: auto;
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	float: left;
}



div#main_contents div.post div#ph_list {
	width: 680px;
	height: auto;
	margin: 0;
	padding: 15px 0 0;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}



div#main_contents div.post div#ph_list ul {
	display: table;
	width: auto;
	height: auto;
	margin: 0 ;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	float: left;
}
div#main_contents div.post div#ph_list ul li {
	display: block;
	width: auto;
	height: auto;
	list-style: none;
	margin: 0 0 2px;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	clear: both;
	cursor: pointer;
}
div#main_contents div.post div#ph_list ul li.select img {
	/* modan */
	opacity: 0.8;
	/* IE6-7 */
	filter: alpha(opacity=80);
	/* IE8 */
	-ms-filter: "alpha(opacity=80)";
}
div#main_contents div.post div#ph_list ul li img {
	border:5px solid #000;
}

div#main_contents div.post div#ph_list div.ph_list_main {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
}
div#main_contents div.post div#ph_list div.ph_list_main div.photo_container {
        display: block;
        margin: 0 0 0 70px;
        padding: 0;
        text-align: left;
        vertical-align: baseline;
}

div#main_contents div.post div#ph_list div.ph_list_main div.photo_container img {
	margin: 0 auto;
	width: auto;
	display: block;
}

div#main_contents div.post div.bottom_bar {
    position: relative;
　　margin:10px 0 0 0;
    clear: both;
    width: 680px;
    vertical-align: baseline;
}

div#main_contents div.post div.bottom_bar input.tForm {
    width: 600px;
    height: auto;
    margin: 0 0 10px;
    text-align: left;
    vertical-align: baseline;
}
div#main_contents div.post div.bottom_bar textarea {
	width: 670px;
	line-height: 17px;
	margin: 0;
	text-align: left;
	vertical-align: baseline;
}
div#main_contents div.post div.bottom_bar div.linknavi {
	width: auto;
	height: auto;
	margin: 10px 0 0;
	padding: 0 0 20px;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}
div#main_contents div.post div.bottom_bar a {
	font-weight: bold;
	text-decoration: none;
}
div#main_contents div.post div.bottom_bar a:hover {
	text-decoration: underline;
}
div#main_contents div.post div.bottom_bar div.linknavi div.prev {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	float: left;
}
div#main_contents div.post div.bottom_bar div.linknavi div.next {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: right;
	vertical-align: baseline;
	float: right;
}

div#main_contents div.post ul#comments {
	display: table;
	width: 680px;
	height: auto;
	margin: 20px 0 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}
div#main_contents div.post ul#comments li {
	display: table;
	width: 680px;
	height: auto;
	list-style: none;
	border-bottom: 1px solid #000000;
	margin: 5px 0 0;
	padding: 0 0 5px;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}
div#main_contents div.post ul#comments li div.c_name {
	width: 110px;
	height: auto;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	float: left;
}
div#main_contents div.post ul#comments li div.c_day {
	width: 110px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	float: left;
	clear: left;
}
div#main_contents div.post ul#comments li div.c_thum {
	position: relative;
	width: auto;
	height: auto;
	margin: -20px 0 0 10px;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	float: left;
}
div#main_contents div.post ul#comments li div.c_text {
	width: 380px;
	height: auto;
        word-wrap: break-word;
	line-height: 18px;
/*	margin: -20px 0 0 10px; */
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	float: left;
}
div#main_contents div.post ul#comments li div.c_delete {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	float: right;
}



div#main_contents div.post div.violation {
	width: auto;
	height: auto;
	margin: 10px 0 0;
	padding: 0;
	text-align: right;
	vertical-align: baseline;
	clear: both;
}
div#main_contents div.post div.violation a {
	font-weight: bold;
	text-decoration: none;
}
div#main_contents div.post div.violation a:hover {
	text-decoration: underline;
}



div#main_contents div.post ul.post_work {
	display: table;
	width: auto;
	height: auto;
	list-style: none;
	margin: 10px;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
}
div#main_contents div.post ul.post_work li {
        word-wrap: break-word;
	width: 150px;
	height: auto;
	line-height: 15px;
	list-style: none;
	margin: 0 20px 10px 0;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
	float: left;
}
div#main_contents div.post ul.post_work li:nth-child(4n+4) {
	margin: 0;
}
div#main_contents div.post ul.post_work li div {
	width: auto;
	height: auto;
	line-height: 15px;
	margin: 5px 0 0;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
}



div#main_contents div.post ul.post_work li div.w_title input {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
	float: left;
}

div#main_contents div.post ul.post_work li div.w_title {
    word-wrap: break-word;
}


div#main_contents div.post ul.post_work li p {
	width: auto;
	height: auto;
	line-height: 15px;
	margin: 5px 0 0;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
}
div#main_contents div.post ul.post_work li p.w_list {
	width: auto;
	height: auto;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	margin: 5px 0 0 -10px;
	padding: 0;
	text-align: center;
	vertical-align: top;
}
div#main_contents div.post ul.post_work li p.w_list img {
	width: auto;
	height: auto;
	margin: 0 5px 0 10px;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
}
div#main_contents div.post ul.post_work li p.w_youser {
        width: auto;
        height: auto;
        font-size: 10px;
        line-height: 15px;
        font-weight: bold;
        margin: 5px 0;
        padding: 5px 0;
        text-align: center;
        vertical-align: baseline;
}
div#main_contents div.post ul.post_work li p.w_youser a {
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
div#main_contents div.post ul.post_work li p.w_tag {
    width: auto;
	height: auto;
	font-size: 10px;
	line-height: 15px;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
}
div#main_contents div.post ul.post_work li p.w_tag a {
	font-size: 10px;
	line-height: 15px;
	margin: 0 5px 0 0;
	padding: 0;
}



div#main_contents div.post ul.post_youser {
	display: table;
	width: auto;
	height: auto;
	list-style: none;
	margin: 10px;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
}
div#main_contents div.post ul.post_youser li {
	width: 115px;
	height: auto;
	line-height: 15px;
	list-style: none;
	margin: 0 20px 10px 0;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
	float: left;
}
div#main_contents div.post ul.post_youser li:nth-child(5n+5) {
	margin: 0;
}
div#main_contents div.post ul.post_youser li div {
	width: auto;
	height: auto;
	line-height: 15px;
	margin: 5px 0 0;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
}



div#main_contents div.post div.pagenavi {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: right;
	vertical-align: baseline;
	clear: both;
}
div#main_contents div.post div.pagenavi div.number {
	width: auto;
	height: auto;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}
div#main_contents div.post div.pagenavi form {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	float: left;
}



div#main_contents div.post div.del_foot {
	width: auto;
	height: auto;
	border-top: 1px solid #000000;
	margin: 10px 0 0;
	padding: 10px 0 0;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}



div#main_contents form.communitycheck {
	width: auto;
	height: auto;
	margin: 0;
	text-align: left;
	vertical-align: baseline;
}
div#main_contents form.communitycheck input#cForm {
	width: 500px;
	height: auto;
	margin: 0 10px 0 0;
	text-align: left;
	vertical-align: baseline;
}



div#main_contents ul.com_list {
	display: table;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
}
div#main_contents ul.com_list li {
	width: auto;
	height: auto;
	list-style: none;
	margin: 0 20px 0 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	float: left;
}
div#main_contents ul.com_list li a {
	font-weight: bold;
	text-decoration: none;
}
div#main_contents ul.com_list li a:hover {
	text-decoration: underline;
}



/*/------------------------------------------------------------------------------------------------------------------------------------------------*/
/* contents_left */
/*/------------------------------------------------------------------------------------------------------------------------------------------------*/
div#contents_left {
	width: auto;
	height: auto;
	margin: -10px 10px 0 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	float: left;
}



div#contents_left div.main_box {
	width: 480px;
	height: auto;
	background: #FFFFFF;
	margin: 0;
	padding: 10px;
	text-align: left;
	vertical-align: baseline;
	clear: both;

	-moz-border-bottom-left-radius: 10px; /* Firefox */
	-moz-border-bottom-right-radius: 10px; /* Firefox */
	-webkit-border-bottom-left-radius: 10px; /* Safari and Chrome */
	-webkit-border-bottom-right-radius: 10px; /* Safari and Chrome */
	-khtml-border-bottom-left-radius: 10px; /* IE */
	-khtml-border-bottom-right-radius: 10px; /* IE */
	border-bottom-left-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	border-bottom-right-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}

div.main_box hr{
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #0064B5;
	height: 1px;
}
div#contents_left div.main_box ul{
    width: 460px;
}

div#contents_left div.main_box ul li{
    max-width: 460px;
}

div#contents_left div.main_box div.more {
	width: auto;
	height: auto;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: right;
	vertical-align: baseline;
	clear: both;
}
div#contents_left div.main_box div.more a {
	font-weight: bold;
	text-decoration: none;
}
div#contents_left div.main_box div.more a:hover {
	text-decoration: underline;
}




div#contents_left div.main_box ul {
	display: table;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}



div#contents_left div.main_box ul.work {
	display: table;
	width: auto;
	height: auto;
	list-style: none;
	margin: 5px 5px -10px;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
}
div#contents_left div.main_box ul.work li {
	width: 150px;
        min-height: 170px;
	height: auto;
	line-height: 15px;
	list-style: none;
	margin: 0 10px 15px 0;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
	float: left;
}
div#contents_left div.main_box ul.work li:nth-child(3n+3) {
	margin: 0;
}
div#contents_left div.main_box ul.work li a {
	display: block;
	margin: 0 auto 5px;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
}

div#contents_left div.main_box ul.work li .content_title {
    word-wrap: break-word;
	text-align: center;
	vertical-align: baseline;
}

div#contents_left div.main_box ul.event {
	width: auto;
	height: auto;
	list-style: none;
	margin: 5px 5px -10px;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
}
div#contents_left div.main_box ul.event li {
	width: 110px;
	height: auto;
	font-size: 10px;
	line-height: 12px;
	list-style: none;
	margin: 0 10px 15px 0;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
	float: left;
}
div#contents_left div.main_box ul.event li:nth-child(4n+4) {
	margin: 0;
}
div#contents_left div.main_box ul.event li a {
	display: block;
	margin: 0 auto 5px;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
}

div.main_box ul.tag {
    position: relative;
	display: table;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}
div.main_box ul.tag li {
	width: auto;
	height: auto;
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	float: left;
}
div.main_box ul.tag li a {
	text-decoration: none;
}
div.main_box ul.tag li a:hover {
	text-decoration: underline;
}



div#contents_left div.main_box p.rank_title {
	width: auto;
	height: auto;
	font-size: 30px;
	line-height: 35px;
	font-weight: bold;
	margin: 10px 0;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
}
div#contents_left div.main_box p.extracts {
	width: auto;
	height: auto;
	background: #9ACD32 url(../images/bt_extracts.png);
	background-position: 75px 9px;
	background-repeat: no-repeat;
	font-weight: bold;
	margin: 10px -10px 0;
	padding: 10px;
	text-align: left;
	vertical-align: baseline;
	cursor: pointer;
}
div#contents_left div.main_box p.extracts_on {
	background: #9ACD32 url(../images/bt_extracts_on.png);
	background-position: 75px 9px;
	background-repeat: no-repeat;
}



div#contents_left div.main_box ul.extracts {
	display: table;
	width: 450px;
	height: auto;
	background: #9ACD32;
	margin: 10px -10px 0;
	padding: 10px 25px;
	text-align: center;
	vertical-align: baseline;
}
.safari div#contents_left div.main_box ul.extracts {
	width: 500px;
}
div#contents_left div.main_box ul.extracts li {
	width: 80px;
	height: auto;
	list-style: none;
	font-weight: bold;
	border-right: 1px solid #000000;
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
	text-align: center;
	vertical-align: baseline;
	float: left;
}
div#contents_left div.main_box ul.extracts li:last-child {
	border-right: none;
	margin: 0;
	padding: 0;
}
div#contents_left div.main_box ul.extracts li a {
	font-weight: bold;
	text-decoration: none;
}



div#contents_left div.main_box ul.rank {
	display: table;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
}
div#contents_left div.main_box ul.rank li {
	display: table;
	width: auto;
	height: auto;
	list-style: none;
	margin: 20px 0 0;
	padding: 0 0 0 49px;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}
div#contents_left div.main_box ul.rank li.rank_01 {
	background: url(../images/rank_01-big.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
div#contents_left div.main_box ul.rank li.rank_02 {
	background: url(../images/rank_02-big.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
div#contents_left div.main_box ul.rank li.rank_03 {
	background: url(../images/rank_03-big.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
div#contents_left div.main_box ul.rank li.rank_04 {
	background: url(../images/rank_04-big.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
div#contents_left div.main_box ul.rank li.rank_05 {
	background: url(../images/rank_05-big.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
div#contents_left div.main_box ul.rank li.rank_06 {
	background: url(../images/rank_06-big.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
div#contents_left div.main_box ul.rank li.rank_07 {
	background: url(../images/rank_07-big.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
div#contents_left div.main_box ul.rank li.rank_08 {
	background: url(../images/rank_08-big.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
div#contents_left div.main_box ul.rank li.rank_09 {
	background: url(../images/rank_09-big.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
div#contents_left div.main_box ul.rank li div.thum {
	width: auto;
	height: auto;
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	float: left;
}
div#contents_left div.main_box ul.rank li div.rank_info {
	width: 271px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	float: right;
}
div#contents_left div.main_box ul.rank li div.rank_info p {
	width: auto;
	height: auto;
	margin: 0 0 5px;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}
div#contents_left div.main_box ul.rank li div.rank_info p a {
	text-decoration: none;
}
div#contents_left div.main_box ul.rank li div.rank_info p a:hover {
	text-decoration: underline;
}
div#contents_left div.main_box ul.rank li div.rank_info p.title a {
	font-size: 14px;
}
div#contents_left div.main_box ul.rank li div.rank_info p.cat {
	text-align: center;
}
div#contents_left div.main_box ul.rank li div.rank_info p.cat span.main a {
	color: blue;
}
div#contents_left div.main_box ul.rank li div.rank_info p.cat span.sub a {
	color: red;
}
div#contents_left div.main_box ul.rank li div.rank_info p.youser img {
	margin: 0 10px 5px 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	float: left;
}
div#contents_left div.main_box ul.rank li div.rank_info p.info_text {
	font-size: 10px;
	line-height: 12px;
}



div#contents_left div.main_box form.extractssearch {
	display: none;
	width: auto;
	height: 180px;
	border: 2px solid #8BCFFF;
	margin: 10px auto;
	padding: 10px;
	text-align: left;
	vertical-align: baseline;
	clear: both;

	-moz-border-radius: 10px; /* Firefox */
	-webkit-borde-radius: 10px; /* Safari and Chrome */
	-khtml-border-radius: 10px; /* IE */
	border-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}
div#contents_left div.main_box form.extractssearch div {
	width: auto;
	height: auto;
	margin: 0 20px;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	float: left;

}
div#contents_left div.main_box form.extractssearch div.main_extracts {
	border-right: 1px solid #000000;
	padding: 0 40px 0 0;

}



div#contents_left div.event_box {
	width: 710px;
	height: auto;
	background: #FFFFFF;
	margin: 0;
	padding: 10px;
	text-align: left;
	vertical-align: baseline;
	clear: both;

	-moz-border-bottom-left-radius: 10px; /* Firefox */
	-moz-border-bottom-right-radius: 10px; /* Firefox */
	-webkit-border-bottom-left-radius: 10px; /* Safari and Chrome */
	-webkit-border-bottom-right-radius: 10px; /* Safari and Chrome */
	-khtml-border-bottom-left-radius: 10px; /* IE */
	-khtml-border-bottom-right-radius: 10px; /* IE */
	border-bottom-left-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	border-bottom-right-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}

div#contents_left div.event_box p {
	width: auto;
	height: auto;
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding: 10px 0 0;
	text-align: left;
	vertical-align: baseline;
}



div#contents_left div.event_box div.event_info {
	display: table;
	width: 710px;
	height: auto;
	border-bottom: 1px solid #000000;
	margin: 0;
	padding: 0 0 10px;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}
div#contents_left div.event_box div.event_info div.img {
	width: auto;
	height: auto;
	margin: 0 20px 0 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	float: left;
}
div#contents_left div.event_box div.event_info ul {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
}
div#contents_left div.event_box div.event_info ul li {
	width: auto;
	height: auto;
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
}



div#contents_left div.event_box ul.event_work {
	display: table;
	width: auto;
	height: auto;
	list-style: none;
	margin: 5px 15px -10px;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
}
div#contents_left div.event_box ul.event_work li {
	width: 150px;
	height: auto;
	line-height: 15px;
	list-style: none;
	margin: 0 25px 15px 0;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
	float: left;
}
div#contents_left div.event_box ul.event_work li:nth-child(4n+4) {
	margin: 0;
}
div#contents_left div.event_box ul.event_work li a {
	display: block;
	margin: 0 auto 5px;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
}



div#contents_left div.event_box ul.event_youser {
	display: table;
	width: auto;
	height: auto;
	list-style: none;
	margin: 5px 25px -10px;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
}
div#contents_left div.event_box ul.event_youser li {
	width: 110px;
	height: auto;
	line-height: 15px;
	list-style: none;
	margin: 0 25px 15px 0;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
	float: left;
}
div#contents_left div.event_box ul.event_youser li:nth-child(5n+5) {
	margin: 0;
}
div#contents_left div.event_box ul.event_youser li a {
	display: block;
	margin: 0 auto 5px;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
}



div#contents_left div.event_box ul.event_list {
	display: table;
	width: auto;
	height: auto;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
	clear: both;
}
div#contents_left div.event_box ul.event_list li {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
	clear: both;
}
div#contents_left div.event_box ul.event_list li a {
	text-decoration: none;
	margin: 0 0 0 10px;
}
div#contents_left div.event_box ul.event_list li a:hover {
	text-decoration: underline;
}



div#contents_left div.event_box div.more {
	width: auto;
	height: auto;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: right;
	vertical-align: baseline;
	clear: both;
}
div#contents_left div.event_box div.more a {
	font-weight: bold;
	text-decoration: none;
}
div#contents_left div.event_box div.more a:hover {
	text-decoration: underline;
}



div#contents_left div.banner {
	width: auto;
	height: auto;
	margin: 10px auto 0;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
	clear: both;
}
div#contents_left div.banner img{
    display: block;
    margin: 0 0 0 auto;
}

.banner {
	text-align: center;
}

.twitter {
	margin:0;
	padding:0;
	list-style:none;
}
.twitter li {
	margin:0;
	padding:0;
}


/*/------------------------------------------------------------------------------------------------------------------------------------------------*/
/* contents_right */
/*/------------------------------------------------------------------------------------------------------------------------------------------------*/
div#contents_right {
	width: auto;
	height: auto;
	margin: 0 0 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	float: right;
}



div#contents_right div.main_box {
    word-wrap: break-word;
	width: 198px;
	height: auto;
	background: #FFFFFF;
	margin: 0;
	padding: 10px;
	text-align: left;
	vertical-align: baseline;
	clear: both;

	-moz-border-bottom-left-radius: 10px; /* Firefox */
	-moz-border-bottom-right-radius: 10px; /* Firefox */
	-webkit-border-bottom-left-radius: 10px; /* Safari and Chrome */
	-webkit-border-bottom-right-radius: 10px; /* Safari and Chrome */
	-khtml-border-bottom-left-radius: 10px; /* IE */
	-khtml-border-bottom-right-radius: 10px; /* IE */
	border-bottom-left-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	border-bottom-right-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}



div#contents_right div.main_box ul {
	display: table;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}



div.main_box ul.info {
    position: relative;
    width: 480px;
    height: auto;
    list-style: none;
    margin: 0 0 -5px;
    padding: 0;
    text-align: left;
    vertical-align: baseline;
}
div.main_box ul.info li {
    word-wrap: break-word;
	width: 470px;
	height: auto;
	line-height: 15px;
	list-style: none;
	background: url(../images/info_list.png);
	background-position: 0 5px;
	background-repeat: no-repeat;
	margin: 0 0 5px;
	padding: 0 0 0 10px;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}
#contents_right div.main_box ul.info {
    position: relative;
    width: 170px;
    height: auto;
    list-style: none;
    margin: 0 0 -5px;
    padding: 0;
    text-align: left;
    vertical-align: baseline;
}
#contents_right div.main_box ul.info li {
    word-wrap: break-word;
	width: 160px;
	height: auto;
	line-height: 15px;
	list-style: none;
	background: url(../images/info_list.png);
	background-position: 0 5px;
	background-repeat: no-repeat;
	margin: 0 0 5px;
	padding: 0 0 0 10px;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}

div.main_box ul.info li a {
	line-height: 15px;
	text-decoration: none;
}
div.main_box ul.info li a:hover {
	text-decoration: underline;
}



div#contents_right div.banner {
	width: auto;
	height: auto;
	margin: 10px auto 0;
	padding: 0;
	text-align:center;

	vertical-align: baseline;
	clear: both;
}
div#contents_right div.banner img{
    display: block;
    margin: 0 auto;
}

div#contents_right div.box {
	width: 170px;
	height: auto;
	background: #FFFFFF;
	margin: 10px 15px 0;
	padding: 10px;
	text-align: left;
	vertical-align: baseline;
	clear: both;

	-moz-border-radius: 10px; /* Firefox */
	-webkit-borde-radius: 10px; /* Safari and Chrome */
	-khtml-border-radius: 10px; /* IE */
	border-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}



div#contents_right div.box p.small {
	width: auto;
	height: auto;
	font-size: 10px;
	line-height: 15px;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}



div#contents_right div.box form {
	width: auto;
	height: auto;
	margin: 5px 0 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}
div#contents_right div.box form div {
	width: auto;
	height: auto;
	margin: 5px 0 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}
div#contents_right div.box form input.login_box {
	width: 168px;
	height: 18px;
	border: 1px solid #C8C8C8;
	margin: 0;
	text-align: left;
	vertical-align: baseline;
}
div#contents_right div.box form input#autologin {
	width: auto;
	height: auto;
	margin: 3px 5px 0 0;
	text-align: left;
	vertical-align: baseline;
	float: left;
}
div#contents_right div.box form input#login_btn {
	width: 166px;
	height: 36px;
	margin: 0 2px 5px;
	background: url(../images/bt_login.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	border: none;
	text-align: center;
	vertical-align: baseline;
	float: left;
	text-indent: -9999px;
	cursor: pointer;
}



div#contents_right div.box div.box_link {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
}
div#contents_right div.box div.box_link a {
	font-size: 10px;
	line-height: 15px;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
}



/*/------------------------------------------------------------------------------------------------------------------------------------------------*/
/* sidebar */
/*/------------------------------------------------------------------------------------------------------------------------------------------------*/
div#sidebar {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	float: left;
}



div#sidebar div.main_box {
	width: 200px;
	height: auto;
	background: #FFFFFF;
	margin: 0;
	padding: 10px;
	text-align: left;
	vertical-align: baseline;
	clear: both;

	-moz-border-bottom-left-radius: 10px; /* Firefox */
	-moz-border-bottom-right-radius: 10px; /* Firefox */
	-webkit-border-bottom-left-radius: 10px; /* Safari and Chrome */
	-webkit-border-bottom-right-radius: 10px; /* Safari and Chrome */
	-khtml-border-bottom-left-radius: 10px; /* IE */
	-khtml-border-bottom-right-radius: 10px; /* IE */
	border-bottom-left-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	border-bottom-right-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}



div#sidebar div.box {
	width: 200px;
	height: auto;
	background: #FFFFFF;
	margin: 10px 0 0;
	padding: 10px;
	text-align: left;
	vertical-align: baseline;
	clear: both;

	-moz-border-radius: 10px; /* Firefox */
	-webkit-borde-radius: 10px; /* Safari and Chrome */
	-khtml-border-radius: 10px; /* IE */
	border-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}



div#sidebar div.profile_box {
	width: 200px;
	height: auto;
	background: #FFFFFF;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	margin: 0;
	padding: 10px;
	text-align: center;
	vertical-align: baseline;
	clear: both;

	-moz-border-radius: 10px; /* Firefox */
	-webkit-borde-radius: 10px; /* Safari and Chrome */
	-khtml-border-radius: 10px; /* IE */
	border-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}
div#sidebar div.profile_box img {
	display: block;
	margin: 0 auto 10px;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
	clear: both;
}
div#sidebar div.profile_box div.link_logo {
	position: relative;
	top: -75px;
	left: 146px;
	width: 54px;
	background: #FFFFFF;
	margin: 0 0 -35px;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}
div#sidebar div.profile_box div.link_logo a {
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}
div#sidebar div.profile_box div.link_logo a img {
	display: block;
	border: 1px solid #000000;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}



div#sidebar div.youser_box {
	width: 220px;
	height: auto;
	background: #87D2FC;
	margin: 10px 0 0;
	padding: 7px 0;
	text-align: left;
	vertical-align: baseline;
	clear: both;

	-moz-border-radius: 10px; /* Firefox */
	-webkit-borde-radius: 10px; /* Safari and Chrome */
	-khtml-border-radius: 10px; /* IE */
	border-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}



div#sidebar div.ot_youser_box {
	width: 220px;
	height: auto;
	background: #1D96BE;
	margin: 10px 0 0;
	padding: 7px 0;
	text-align: left;
	vertical-align: baseline;
	clear: both;

	-moz-border-radius: 10px; /* Firefox */
	-webkit-borde-radius: 10px; /* Safari and Chrome */
	-khtml-border-radius: 10px; /* IE */
	border-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}

div#sidebar ul.youser_list {
	display: table;
	width: 185px;
	height: 42px;
	background: url(../images/youser_list.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0 7px;
	padding: 0 10px;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}
div#sidebar ul.youser_list li {
    position: relative;
	width: auto;
	height: auto;
	font-size: 10px;
	font-weight: bold;
	list-style: none;
	border-right: 1px solid #FFFFFF;
	margin: 9px 10px 0 0;
	padding: 0 10px 0 0;
	text-align: left;
	vertical-align: baseline;
	float: left;
}
div#sidebar ul.youser_list li:nth-child(3n+3) {
	border-right: none;
	margin: 9px 0 0;
	padding: 0;
}
div#sidebar ul.youser_list li a {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
}
div#sidebar ul.youser_list li a:hover {
	text-decoration: underline;
}

div#sidebar ul.youser_list li ul.sub {
    clear: both;
    position: absolute;
    top: 20px;
    left: -1px;
    padding: 5px;
    width: 100px;
    background: #2ea2d1;
    border: solid 1px #ccc;
}

div#sidebar ul.youser_list li ul.sub li {
    position: relative;
    clear: both;
    height: auto;
    width: auto;
    border: none;
    margin: 0;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    vertical-align: baseline;
}


div#sidebar ul.ot_youser_list {
	display: table;
	width: 205px;
	height: 42px;
	background: url(../images/youser_list.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0 7px;
	padding: 0 10px;
	text-align: left;
	vertical-align: baseline;
	clear: both;
}
div#sidebar ul.ot_youser_list li {
	width: auto;
	height: auto;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	list-style: none;
	border-right: 1px solid #FFFFFF;
	margin: 7px 8px 0 0;
	padding: 0 8px 0 0;
	text-align: center;
	vertical-align: baseline;
	float: left;
}
div#sidebar ul.ot_youser_list li:nth-child(3n+3) {
	border-right: none;
	margin: 7px 0 0;
	padding: 0;
}
div#sidebar ul.ot_youser_list li a {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
}
div#sidebar ul.ot_youser_list li a:hover {
	text-decoration: underline;
}



div#sidebar div.graph {
	width: auto;
	height: auto;
	margin: 5px auto 0;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
	clear: both;
}
div#sidebar div.point {
	width: auto;
	height: auto;
	background: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	margin: 10px auto 0;
	padding: 10px;
	text-align: center;
	vertical-align: baseline;
	clear: both;
}
div#sidebar div.point img {
	width: auto;
	height: auto;
	margin: 0 10px 0 0;
	padding: 0;
}
div#sidebar div.about_premium {
	width: auto;
	height: auto;
	font-weight: bold;
	margin: 5px auto 0;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
	clear: both;
}
div#sidebar div.about_premium a {
	color: #FFFFFF;
	font-weight: bold;
}

div#sidebar div.main_box ul.my_friend {
	display: table;
	width: auto;
	height: auto;
	list-style: none;
	margin: 0 10px -10px;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
}
div#sidebar div.main_box ul.my_friend li {
	width: 50px;
	height: auto;
	font-size: 10px;
	line-height: 12px;
	list-style: none;
	margin: 0 15px 10px 0;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
	float: left;
}
div#sidebar div.main_box ul.my_friend li:nth-child(3n+3) {
	margin: 0;
}
div#sidebar div.main_box ul.my_friend li a {
	display: block;
	margin: 0 auto 5px;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
}



div#sidebar div.main_box ul.my_community {
	display: table;
	width: auto;
	height: auto;
	list-style: none;
	margin: 5px 5px -10px;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
}
div#sidebar div.main_box ul.my_community li {
	width: 90px;
	height: auto;
	font-size: 10px;
	line-height: 12px;
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0 0 15px;
	text-align: center;
	vertical-align: baseline;
	float: left;
}
div#sidebar div.main_box ul.my_community li:nth-child(2n+2) {
	margin: 0;
}
div#sidebar div.main_box ul.my_community li a {
	display: block;
	margin: 0 auto 5px;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
}
div#sidebar div.main_box div.more {
	width: auto;
	height: auto;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: right;
	vertical-align: baseline;
	clear: both;
}
div#sidebar div.main_box div.more a {
	font-weight: bold;
	text-decoration: none;
}
div#sidebar div.main_box div.more a:hover {
	text-decoration: underline;
}



div#sidebar div.banner_foot {
	width: auto;
	height: auto;
	margin: 10px auto 0;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
	clear: both;
}

div#sidebar div.banner_foot img{
    display: block;
    margin: 0 auto;
}

ul.ranking {
	width: 100%;
	height: auto;
	list-style: none;
	margin: 0 0 -10px;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
}


ul.ranking li {
    display: table;
    width:150px;
    height: auto;
    line-height: 15px;
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
    text-align: left;
    vertical-alignleft baseline;
    width: 100%;
    clear: both;
}
ul.ranking li div {
    word-wrap: break-word;
}

ul.ranking li div.img {
	width: auto;
	height: auto;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: center;
	vertical-alignleft baseline;
	float: left;
}



div.main_box ul.ranking li.rank_01 {
	background: url(../images/rank_01.png);
	background-position: 100px 0;
	background-repeat: no-repeat;
	border-bottom: 1px solid #000000;
	padding: 0 0 10px;
}
div.main_box ul.ranking li.rank_02 {
	background: url(../images/rank_02.png);
	background-position: 100px 0;
	background-repeat: no-repeat;
	border-bottom: 1px solid #000000;
	padding: 0 0 10px;
}
div.main_box ul.ranking li.rank_03 {
	background: url(../images/rank_03.png);
	background-position: 100px 0;
	background-repeat: no-repeat;
	border-bottom: 1px solid #000000;
	padding: 0 0 10px;
}
div.main_box ul.ranking li.rank_04 {
	background: url(../images/rank_04.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	border-bottom: 1px solid #000000;
	padding: 0 0 10px;
}
div.main_box ul.ranking li.rank_05 {
	background: url(../images/rank_05.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	border-bottom: 1px solid #000000;
	padding: 0 0 10px;
}

div.main_box ul.ranking li.rank_01 div.title,
div.main_box ul.ranking li.rank_02 div.title,
div.main_box ul.ranking li.rank_03 div.title {
    word-wrap: break-word;
	margin: 35px 0 0;
	padding: 0;
	text-align: left;
	vertical-alignleft baseline;
	width:110px;
	float:right;
}

div.main_box ul.ranking li.rank_04 div.title,
div.main_box ul.ranking li.rank_05 div.title {
	word-wrap: break-word;
	margin: 0 0 0 30px;
	padding: 0;
	text-align: left;
	vertical-alignleft baseline;
}

div#contents_right div.main_box ul.ranking li.rank_01 div.title,
div#contents_right div.main_box ul.ranking li.rank_02 div.title,
div#contents_right div.main_box ul.ranking li.rank_03 div.title {
	width:98px;
}

div.main_box ul.ranking li div.youser {
	font-size: 10px;
	line-height: 12px;
	margin: 5px 0 0;
	padding: 0;
	text-align: right;
	vertical-alignleft baseline;
	float: right;
	clear: right;
}



div.main_box ul.ranking li a {
	line-height: 15px;
	text-decoration: none;
}
div.main_box ul.ranking li a:hover {
	text-decoration: underline;
}

div.main_box ul.ranking li div.youser a {
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
}
div.main_box ul.ranking li div.youser a:hover {
	text-decoration: underline;
}



div.main_box ul.ranking li div.more {
	margin: 0;
	padding: 0;
	text-align: right;
	vertical-alignleft baseline;
}
div.main_box ul.ranking li div.more a {
        color: #0064B5
        line-height: 15px;
        text-decoration: none;
}
div.main_box ul.ranking li div.more a:hover {
	text-decoration: underline;
}



/*/------------------------------------------------------------------------------------------------------------------------------------------------*/
/* footer */
/*/------------------------------------------------------------------------------------------------------------------------------------------------*/
div#footer {
	position: relative;
	width: auto;
	height: auto;
	background: #4C4C4C url(../images/footer_bp.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	margin: 10px auto 0;
	padding: 15px 0 0;
	text-align: center;
	vertical-align: baseline;
	clear: both;
}
div#footer_inner {
	width: 930px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
	clear: both;
}



ul#footerNavi {
	width: auto;
	height: 15px;
	margin: 0 7%;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
	clear: both;
}
ul#footerNavi li {
	width: auto;
	height: auto;
	list-style: none;
	border-right: 1px solid #FFFFFF;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	text-align: left;
	vertical-align: baseline;
	float: left;
}
ul#footerNavi li:last-child {
	border-right: none;
	margin: 0;
	padding: 0;
}
ul#footerNavi li a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
}
ul#footerNavi li a:hover {
	/* modan */
	opacity: 0.8;
	/* IE6-7 */
	filter: alpha(opacity=80);
	/* IE8 */
	-ms-filter: "alpha(opacity=80)";
}



div#copy {
	color: #FFFFFF;
	font-size: 10px;
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 10px 0 20px;
	text-align: center;
	vertical-align: baseline;
	clear: both;
}




#main_contents #contents_left .main_box.cat_box .rank_title_e {
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #F90;
	vertical-align: middle;
	width: auto;
	height: auto;
	font-size: 30px;
	line-height: 35px;
	font-weight: bold;
	margin: 10px 0;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
}
#main_contents #contents_left .main_box.cat_box .rank_title_r {
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #F16;
	vertical-align: middle;
	width: auto;
	height: auto;
	font-size: 30px;
	line-height: 35px;
	font-weight: bold;
	margin: 10px 0;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
}

div#respond h3{
    display: none;
}
div#respond .comment-avatar-box{
    display: none;
}

li.friend-tab{
    list-style-type: none;
}

table.messages-notices tr.unread td{
    font-weight: bold;
}
table.messages-notices tr.unread td a{
    font-weight: bold;
}

table.messages-notices tr.read img#unread{
    display: none;
}
table.messages-notices tr.unread img#read{
    display: none;
}