@charset "utf-8";

/* Reset CSS */


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, form, fieldset, object, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
input,label {
	vertical-align: middle;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before, q:after {
	content:'';
}
fieldset, img, abbr, acronym {
	border: 0;
}
input, select{
	vertical-align:middle;
}
iframe {
	border: 0;
}
.horizon {
	background-image:url(/img/horizon.gif);
	background-repeat:no-repeat;
	width:181px;
	height:2px;
	margin:2px auto;
	overflow:hidden;
}
.center_box {
	text-align:center;
}

/* Layout */

body {
	background-image:url(/img/back_cloud.jpg);
	background-repeat: repeat;
	background-attachment:fixed;
}
hr {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #999;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
}
#top_bg {
	background-image:url(/img/site_top.jpg);
	background-repeat:no-repeat;
	height:325px;
	min-width:1000px;
	position:relative;
}
#logo {
	position:absolute;
	top:230px;
	left:17px;
	behavior:url(/img/iepngfix.htc);
}
#navigation {
	position:absolute;
	top:277px;
	left:280px;
	width:703px;
	z-index:5;
}
.nav {
	float:left;
	height:48px;
	background-position:0 0;
	background-repeat:no-repeat;
}
.nav a {
	display:block;
	width:100%;
	height:100%;
	background-position:0 48px;
}
.nav1 { background-image:url(/img/navigation_menu_01.png); width:108px; }
.nav2 { background-image:url(/img/navigation_menu_02.png); width:82px; }
.nav3 { background-image:url(/img/navigation_menu_03.png); width:91px; }
.nav4 { background-image:url(/img/navigation_menu_04.png); width:116px; }
.nav5 { background-image:url(/img/navigation_menu_05.png); width:104px; }
.nav6 { background-image:url(/img/navigation_menu_06.png); width:91px; }
.nav7 { background-image:url(/img/navigation_menu_07.png); width:111px; }
.drop_nav {
	position:absolute;
	top:44px;
	width:140px;
	font-size:14px;
	background-image:url(/img/dropback.png);
	background-repeat:no-repeat;
	border:1px solid #06F;
	display:none;
}
.drop_nav_even {
	background-image:url(/img/dropback_even.png);
}
.drop_nav li {
	_display:inline;
}
.drop_nav li a {
	color:#FFF;
	text-decoration:none;
	padding:7px;
	display:block;
}
#drop_nav1 { left:0px; z-index:11; }
#drop_nav2 { left:108px; z-index:12; }
#drop_nav3 { left:190px; z-index:13; }
#drop_nav4 { left:281px; z-index:14; }
#drop_nav5 { left:397px; z-index:15; }
#drop_nav6 { left:501px; z-index:16; }
#drop_nav7 { left:592px; z-index:17; }
#container {
	width:1000px;
}
#left_sidebar {
	width:270px;
	float:left;
	background-image:url(/img/site_left.jpg);
	background-repeat:no-repeat;
	
}
#content {
	width:730px;
	float:left;
	font-size:12px;
	line-height:1.5em;
	color:#444444;
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}
#content div.block {
	display:block;
	margin:0px 10px;
	padding-bottom:5px;
	overflow:hidden;
}
#right_sidebar {
	width:172px;
	float:right;
	text-align:center;
	margin-right:5px;
	margin-top:10px;
	position:relative;
	z-index:1;
	display:inline;
}
#main_content_back{
	background-image:url(/img/sidebar_back.png);
	background-position:right; /* debug */
	behavior:url(/img/iepngfix.htc);
}
#main_content {
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:20px;
	margin-right:5px;
	background-color:#FFF;
	word-wrap:break-word;
	min-height:650px;
}
#left_sitebar_back {
	margin-left:60px;
	background-image:url(/img/left_sidebar_back_white.png);
	background-repeat:no-repeat;
	behavior: url(/img/iepngfix.htc);
}
#left_sidebar_bottom {
	background-image:url(/img/left_sidebar_back_white_bottom.png);
	background-repeat:no-repeat;
	background-position:right;
	height:24px;
	behavior: url(/img/iepngfix.htc);
}
#left_sidebar_content {
	padding-top:5px;
	padding-left:10px;
}
#left_backimg {
	background-image:url(/img/site_left_bottom.png);
	background-repeat:no-repeat;
	background-position:left 360px;
	height:524px;
	behavior: url(/img/iepngfix.htc);
}
#right_backimg {
	width:100%;
	height:200px;
	background-image:url(/img/site_right.png);
	background-position:1010px top;
	background-repeat:no-repeat;
}
#footer {
	margin-top:60px;
	padding-top:30px;
	padding-bottom:10px;
	background-image:url(/img/footer_back.png);
	background-repeat:repeat-x;
	color:#69F;
	behavior: url(/img/iepngfix.htc);
}
.clear {
	clear:both;
}
#footer_menu {
	text-align:center;
	font-size:14px;
}
#footer_menu a {
	color:#FFF;
	text-decoration:none;
}
#footer_menu a:hover {
	color:#FFF;
	text-decoration:underline;
}
#copyright {
	color:#336;
	text-align:center;
	line-height:1.2em;
	margin-top:20px;
	font-size:12px;
}
#copyright a {
	color:#336;
	text-decoration:none;
}
#copyright a:hover {
	text-decoration:underline;
}
/* LeftSideBar */

.corner_box {
	background-color:#FFFFFF;
	margin: 10px auto 0 auto;
	width:190px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:3px 0;
}
.button_margin {
	margin:3px 0 0 0;
}
#ccoriginaldiv .autoPadDiv {
	padding-bottom:0 !important;
}
#login_box {
	padding:0 4px;
}
#logintitle {
	background-image:url(/img/login_title.gif);
	background-repeat:no-repeat;
	width:180px;
	height:22px;
}
#autologin {
	margin-left:5px;
}
#autologin_label {
	font-size:12px;
	color:#333;
}
/* watermark positioning container */
.updnWatermark {
	font-size:12px;
	position: relative;	/* positioning container */
	width: 0;
	height: 1.25em;	/* must specify height for consistent vertical alignment */
	vertical-align: top;
}
/* IE7/6 hasLayout hack */
.updnWatermark {
	*zoom: 1;
}
/* watermark label styling */
.updnWatermark label {
	position: absolute;
	left: 0;
	top: 2px;
	white-space: nowrap;
	color: #999;
	padding-left: 4px;
	height: 1.25em;	/* must specify height for consistent vertical alignment */
	vertical-align: middle;
}

/* Simple scalable breadcrumb by Veerle Pieters */

#crumbs {
	font-size:12px;
	padding-left:5px;
	height:32px;
	padding-top:1px;
	background-image:url(/img/sidebar_back_bottom.png);
	background-repeat:no-repeat;
	behavior: url(/img/iepngfix.htc);
}

#crumbs li {
	float:left;
	line-height:24px;
	color:#777;
	padding-left:3px;
}		

#crumbs li a {
	background:url(/img/crumbs.gif) no-repeat right center;
	display:block;
	padding:0 10px 0 0;
}							

#crumbs li a:link,
#crumbs li a:visited {
	color:#777;
	text-decoration:none;
}	

#crumbs li a:hover,
#crumbs li a:focus {
	color:#dd2c0d;
}

/* index */

div.wrap{
	width:993px;
	margin:0 auto;
	text-align:left;
}
div#top div#nav{
	float:left;
	clear:both;
	width:993px;
	height:52px;
	margin:22px 0 0;
	background:url url(images/nav-bg.png) 0 0 no-repeat;
}
div#top div#nav ul{
	float:left;
	width:700px;
	height:52px;
	list-style-type:none;
}
div#nav ul li{
	float:left;
	height:52px;
}
div#nav ul li a{
	border:0;
	height:52px;
	display:block;
	line-height:52px;
	text-indent:-9999px;
}
div#header{
	margin:-1px 0 0;
}
div#video-header{
	height:683px;
	margin:-1px 0 0;
}
div#header div.wrap{
	height:299px;
	background:url(images/header-bg.png) 50% 0 no-repeat;
}
div#header div#slide-holder{
	z-index:40;
	width:993px;
	height:299px;
	position:absolute;
}
div#header div#slide-holder div#slide-runner{
	top:9px;
	left:9px;
	width:973px;
	height:278px;
	overflow:hidden;
	position:absolute;
}
div#header div#slide-holder img{
	margin:0;
	display:none;
	position:absolute;
}
div#header div#slide-holder div#slide-controls{
	left:0;
	bottom:228px;
	width:973px;
	height:46px;
	display:none;
	position:absolute;
	background:url(images/slide-bg.png) 0 0;
}
div#header div#slide-holder div#slide-controls p.text{
	float:left;
	color:#fff;
	display:inline;
	font-size:10px;
	line-height:16px;
	margin:15px 0 0 20px;
	text-transform:uppercase;
}
div#header div#slide-holder div#slide-controls p#slide-nav{
	float:right;
	height:24px;
	display:inline;
	margin:11px 15px 0 0;
}
div#header div#slide-holder div#slide-controls p#slide-nav a{
	float:left;
	width:24px;
	height:24px;
	display:inline;
	font-size:11px;
	margin:0 5px 0 0;
	line-height:24px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	background-position:0 0;
	background-repeat:no-repeat;
}
div#header div#slide-holder div#slide-controls p#slide-nav a.on{
	background-position:0 -24px;
}
div#header div#slide-holder div#slide-controls p#slide-nav a{
	background-image:url(images/silde-nav.png);
}
div#nav ul li a{
	background:url(images/nav.png) no-repeat;
}

/* Contents */

#heading {
	margin: 0;
	padding: 0 0 2px 3px;
	border-bottom: 2px solid #9999FF;
	border-left: 10px solid #9999FF;
}

.h1 {
	margin-bottom:10px;
}

h1 {
	margin-bottom: 10px;
	padding:4px 0px 4px 6px;
	font-size:15px;
	color:#557799;
	font-weight:bold;
	background-color:#F8F5FF;
	border-bottom:2px solid #6666FF;
}
h2 {
	background-color:#FED99C;
	background-repeat:no-repeat;
	background-image:url("/img/h2/h2.gif");
	background-position:5px 0;
	color:#333333;
	margin:6px 0px 10px;
	padding:3px 24px;
	font-weight:bold;
}
.h2_pink {
	background-color:#FFC0C2;
}
.h2_green {
	background-color:#A8F2A4;
}
.h2_blue {
	background-color:#B6EAF2;
}
.h2_purple {
	background-color:#C8C5F7;
}
h3 {
	color:#333333;
	font-weight:bold;
}

p#navi {
	text-align:right;
	margin-top:2px;
}

.td_border {
	border:1px solid #CCCCCC;
	border-collapse:separate;
	border-spacing:2px;
}
.td_border th {
	background-color:#14517B;
	color:#FFFFFF;
	height:20px;
	padding:4px;
	text-align:center;
}
.td_border td {
	border:1px solid #CCCCCC;
	color:#444444;
	padding:4px;
}


/* top */

#top_b {
	background-image:url(/img/top_b.jpg);
	width:540px;
	height:128px;
	overflow:hidden;
}

#top_b_img {
	margin:8px;
	position:relative;
}

#top_info {
	margin-top:10px;
	width:540px;
}

#info_bar {
	background-image:url(/img/info_1.jpg);
	width:540px;
	height:29px;
	overflow:hidden;
}

#info_bar img {
	cursor:pointer;
}

.infobox {
	background-image:url(/img/info_0.jpg);
	background-position:bottom;
	padding-top:5px;
	padding-bottom:7px;
	display:none;
}

.infobox li {
	padding:3px 8px;
	display:block;
}

#info_topix {
	display:block;
}

.li_type {
	float:left;
	margin:1px 5px 0 0;
}

.li_title {
	text-decoration:none;
	color:#06C;
}

.li_date {
	float:right;
	color:#666;
}

.bbs_category {
	float:left;
	margin:3px 5px 0 0;
}
.bbs_category_thread {
	float:left;
	margin:7px 5px 0 4px;
}

#agreement {
	margin-left:10px;
	margin-right:10px;
}

#agreement p {
	padding-left:15px;
	margin-top:10px;
	margin-bottom:10px;
}

#agreement b {
	margin-left:-15px;
	overflow:visible;
}

#content .block .img_left {
	clear:both;
	float:left;
	margin-right:10px;
}
#content .block .img_right {
	clear:both;
	float:right;
	margin-left:10px;
}
#content .block .img_center {
	margin-bottom:10px;
	text-align:center;
}

#content .block .guide_icon1 {
	background:url(/guide/img/icon1.png) no-repeat scroll left top transparent;
	margin-top:10px;
	margin-left:10px;
	padding-left:22px;
}
#content .block .guide_icon2 {
	background:url(/guide/img/icon2.png) no-repeat scroll left top transparent;
	margin-top:10px;
	margin-left:10px;
	padding-left:22px;
}
#content .block .guide_icon3 {
	background:url(/guide/img/icon3.png) no-repeat scroll left top transparent;
	margin-top:10px;
	margin-left:10px;
	padding-left:22px;
}
#content .block .guide_icon4 {
	background:url(/guide/img/icon4.png) no-repeat scroll left top transparent;
	margin-top:10px;
	margin-left:10px;
	padding-left:22px;
}
#content .block .guide_icon5 {
	background:url(/guide/img/icon5.png) no-repeat scroll left top transparent;
	margin-top:10px;
	margin-left:10px;
	padding-left:22px;
}

#content .strong	{ font-weight:bold; }
#content .pink.text	{ color:#e22092; }
#content .green.text	{ color:#91bd09; }
#content .red.text	{ color:#e62727; }
#content .orange.text	{ color:#FF5C00; }
#content .blue.text	{ color:#2981e4; }
#content .yellow.text	{ color:#ffb515; }

#content .pink-text	{ color:#e22092; }
#content .green-text	{ color:#91bd09; }
#content .red-text	{ color:#e62727; }
#content .orange-text	{ color:#FF5C00; }
#content .blue-text	{ color:#2981e4; }
#content .yellow-text	{ color:#ffb515; }

strong		{ font-weight:bold; }
strong.pink	{ color:#e22092; }
strong.green	{ color:#91bd09; }
strong.red	{ color:#e62727; }
strong.orange	{ color:#FF5C00; }
strong.blue	{ color:#2981e4; }
strong.yellow	{ color:#ffb515; }
em		{ font-style:italic; }

#content .artist_songs {
	width:358px;
	height:165px;
	overflow:auto;
	border:1px solid #dddddd;
}
#content .artist_songs img {
	float:left;
	margin-left: 4px;
}

#content .shortcut {
	margin:-5px 10px 15px
}

/*
#songlists tbody tr {
	padding:2px;
}

#songlists tr th {
	background-color: #d3DADE;
	padding: 3px;
}
#songlists tr.rowb { background-color:#EAf2FD; }

#songlists tr.filterColumns td { padding:2px; }

#_filterText0 { width:25px; }
#_filterText1 { width:300px; }
#_filterText2 { width:150px; }
#_filterText3 { width:50px; }
#_filterText4 { width:50px; }
*/

.sortable {border-left:1px solid #c6d5e1; border-top:1px solid #c6d5e1; border-bottom:none; margin:0 auto 15px}
.sortable th {background:url(/img/table/header-bg.gif); text-align:left; color:#cfdce7; border:1px solid #fff; border-right:none; padding:3px;}
.sortable th h3 {font-size:12px; padding:6px 8px 8px}
.sortable td {padding:4px 6px 6px; border-bottom:1px solid #c6d5e1; border-right:1px solid #c6d5e1}
.sortable .head h3 {background:url(/img/table/sort.gif) 7px center no-repeat; cursor:pointer; padding-left:18px}
.sortable .desc, .sortable .asc {background:url(/img/table/header-selected-bg.gif)}
.sortable .desc h3 {background:url(/img/table/desc.gif) 7px center no-repeat; cursor:pointer; padding-left:18px}
.sortable .asc h3 {background:url(/img/table/asc.gif) 7px  center no-repeat; cursor:pointer; padding-left:18px}
.sortable .head:hover, .sortable .desc:hover, .sortable .asc:hover {color:#fff}
.sortable .evenrow td {background:#fff}
.sortable .oddrow td {background:#ecf2f6}
.sortable td.evenselected {background:#ecf2f6}
.sortable td.oddselected {background:#dce6ee}

#controls {width:700px; margin:0 auto; height:20px}
#perpage {float:left; width:200px}
#perpage select {float:left; font-size:11px}
#perpage span {float:left; margin:2px 0 0 5px}
#navigations {float:left; width:280px; text-align:center}
#navigations img {cursor:pointer}
#text {float:left; width:100px; text-align:right; margin-top:2px}

.bbs_title {
background: #f8f8f8; border-left: 7px solid #CCCCCC; padding:0.5em 0.5em; margin: 0.6em;
}

.infotable {margin:0 auto 15px;}
.infotable th {background:url(/img/table/header-bg.gif); text-align:left; color:#cfdce7; border:1px solid #fff; border-right:none; padding:3px;}
.infotable td {padding:4px 6px 6px; border-bottom:1px solid #c6d5e1;}

.tablestyle {margin:0 auto 15px;}
.tablestyle th {background:url(/img/table/header-bg.gif); text-align:left; color:#cfdce7; border:1px solid #fff; border-right:none; padding:3px;}
.tablestyle td {padding:4px 6px 6px; border-bottom:1px solid #c6d5e1;}

.tablestyle2 {border-top:1px solid #ddd; border-left:1px solid #ddd; margin:0 auto 15px;}
.tablestyle2 th {border-right:1px solid #ddd; border-bottom:1px solid #ddd; padding:5px; background-color:#555; text-align:left; color:#fff;}
.tablestyle2 td {border-right:1px solid #ddd; border-bottom:1px solid #ddd; padding:5px; }

.register_avatar {border-left:1px solid #c6d5e1; border-top:1px solid #c6d5e1; float:right;}
.register_avatar td {padding:4px 6px 6px; border-right:1px solid #c6d5e1; border-bottom:1px solid #c6d5e1; text-align:center;}

#top_popular_song {border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;width:147px; margin:10px auto 15px; padding:3px; border:1px solid #C6D5E1; background-color:#fafdff;}
.top_popular_song {font-size:9px;}
.top_popular_song th {background:url(/img/table/header-bg.gif); text-align:center; color:#cfdce7; border:1px solid #fff; border-right:none; padding:3px;}
.top_popular_song td {padding:3px 1px; border-top:1px solid #c6d5e1;}

#recommend_song {border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;width:528px; margin:0 ; padding:12px 5px; border:1px solid #E1C6D5; background-color:#fffdfa; margin-bottom:5px;}
.recommend_song {width:100%; text-align:center; font-size:10px;}
.recommend_song td {width:auto; padding:1px;}

#agreement {overflow:auto; width:640px; height:400px; border:2px solid #c6d5e1; margin:10px auto; padding:10px;}

.dotted {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px dotted #999;
	width:100%;
	margin:3px 0;
}

.submenu {
	font-size:12px;
	width:170px;
}
.submenu li {
	background-repeat:no-repeat;
	background-image:url("/img/side/arrow.png");
	background-position:6px 1px;
	color:#333333;
	margin-top:3px;
	padding-left:20px;

}
.submenu li a {
	text-decoration:none;
	display:block;
	color:#0000ff;
	padding:3px 4px;
	zoom:1;
}
.submenu li a:hover {
	text-decoration:underline;
	display:block;
	color:#333333;
	background-color:#ffffcc;
}

#search_box {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#EEEEEE;
	border:1px solid #DDDDDD;
	display:block;
	margin:0 10px 15px;
	overflow:hidden;
	padding:6px 12px;
}

iframe.lyric {
	margin:0 auto 15px;
	border:1px solid #DDDDDD;
}

#serverstate {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#FAFAFA;
	border:1px solid #DDDDDD;
	margin:0 auto 4px;
	padding:3px;
	width:147px;
	font-size:11px;
}

/* Button Style */

.button, .button:visited {
/*	background: #222 url(/img/overlay.png) repeat-x;	*/
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	text-align:center;
}
 
	.button:hover				{ background-color: #111; color: #fff; }
	.button:active				{ top: 1px; }
	.button.small, .button.small:visited 	{ font-size: 11px; }
	.button, .button:visited,
	.button.medium, .button.medium:visited	{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.button.large, .button.large:visited 	{ font-size: 14px; padding: 8px 14px 9px; }
	.button.super, .button.super:visited 	{ font-size: 34px; padding: 8px 14px 9px; }
	
	.button.pink, .button.pink:visited	{ background-color: #e22092; }
	.button.pink:hover			{ background-color: #c81e82; }
	.button.green, .button.green:visited	{ background-color: #91bd09; }
	.button.green:hover			{ background-color: #749a02; }
	.button.red, .button.red:visited	{ background-color: #e62727; }
	.button.red:hover			{ background-color: #cf2525; }
	.button.orange, .button.orange:visited	{ background-color: #ff5c00; }
	.button.orange:hover			{ background-color: #d45500; }
	.button.blue, .button.blue:visited	{ background-color: #2981e4; }
	.button.blue:hover			{ background-color: #2575cf; }
	.button.yellow, .button.yellow:visited	{ background-color: #ffb515; }
	.button.yellow:hover			{ background-color: #fc9200; }

.pagetop, .pagetop:visited {
	display: inline-block;
	padding: 4px 8px;
	color: #555;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	text-align:center;
	font-size:11px;
	background-color:#EEEEEE;
	border:1px solid #AAAAAA;
}
	.pagetop:hover				{ background-color: #EAEAEA; }
	.pagetop:active				{ top: 1px; }

/* 
.button, .button:visited {
	background: #222 url(/img/overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	text-align:center;
}
 
	.button:hover				{ background-color: #111; color: #fff; }
	.button:active				{ top: 1px; }
	.small.button, .small.button:visited 	{ font-size: 11px; }
	.button, .button:visited,
	.medium.button, .medium.button:visited	{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.button, .large.button:visited 	{ font-size: 14px; padding: 8px 14px 9px; }
	.super.button, .super.button:visited 	{ font-size: 34px; padding: 8px 14px 9px; }
	
	.pink.button, .magenta.button:visited	{ background-color: #e22092; }
	.pink.button:hover			{ background-color: #c81e82; }
	.green.button, .green.button:visited	{ background-color: #91bd09; }
	.green.button:hover			{ background-color: #749a02; }
	.red.button, .red.button:visited	{ background-color: #e62727; }
	.red.button:hover			{ background-color: #cf2525; }
	.orange.button, .orange.button:visited	{ background-color: #ff5c00; }
	.orange.button:hover			{ background-color: #d45500; }
	.blue.button, .blue.button:visited	{ background-color: #2981e4; }
	.blue.button:hover			{ background-color: #2575cf; }
	.yellow.button, .yellow.button:visited	{ background-color: #ffb515; }
	.yellow.button:hover			{ background-color: #fc9200; }
 */

.pagination {
	font-size: 80%;
	margin:0 auto 15px;
	text-align:center;
}
        
.pagination a {
	text-decoration: none;
	border: solid 1px #AAE;
	color: #15B;
}

.pagination a, .pagination span {
/*	display: block;	*/
/*	float: left;	*/
	padding: 0.3em 0.5em;
	margin-right: 5px;
	margin-bottom: 5px;
}

.pagination .current {
	background: #26B;
	color: #fff;
	border: solid 1px #AAE;
}

.pagination .current.prev, .pagination .current.next{
	color: #999;
	border-color: #999;
	background: #fff;
}

/* メニューナビ */

ul.menu_navi {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1;
	background-color: #333;
	list-style-type: none;
}
ul.menu_navi li {
	margin: 0;
	padding: 0;
	float: left;
	/* 固定幅にしたかったら
	width: 110px;
	*/
	text-align: center;
	font-size: 12px; /* 文字サイズ */
}
ul.menu_navi li a {
	border-right: 1px solid #666;
	padding: 8px 12px;
	display: block;
	position: relative; /* for IE6 */
	color: #fff;
	background-color: #333;
	text-decoration: none;
}
ul.menu_navi li a.selected {
	color: #fff;
	background-color: #666;
}
ul.menu_navi li a:hover {
	border-color: #ccc;
	color: #333;
	background-color: #ccc;
}
span.menu_navi_right {
	margin: 0;
	padding: 8px 8px;
	float: right;
	text-align: right;
	color: #fff;
	font-size: 12px; /* 文字サイズ */
}
ul.menu_navi {
	_height: 1px;
	min-height: 1px;
	/*\*//*/
	height: 1px;
	overflow: hidden;
	/**/
}
ul.menu_navi:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

input.tipped {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background-color:#FCFCFC;
	border:1px solid #999999;
	padding:1px;
}
input.tipped:focus {
	background-color:#FFFFCC;
}
textarea.tipped {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background-color:#FCFCFC;
	border:1px solid #999999;
	padding:1px;
	font-size:12px;
}
textarea.tipped:focus {
	background-color:#FFFFCC;
}
select.tipped {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background-color:#FCFCFC;
	border:1px solid #999999;
}
select.tipped:focus {
	background-color:#FFFFCC;
}

.faq {
	margin-bottom:20px;
}
.faqa {
	margin-left:10px;
	padding-left:10px;
	border-left:2px solid #2981E4;
}