@charset "utf-8";

@import url(/css/txt.css);

/* common */
html {
	height: 100%;
	width: 100%;
}

body {
	background: #ffffff;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 12px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo,
		'ＭＳ Ｐゴシック', sans-serif;
	color: #666;
	overflow-x: hidden;
}

#wrapper-bg {
	padding: 0px;
	margin: 0px;
	position: relative; /*absoluteを内部で使うため(sidebar)*/
	min-height:1056px;/*sidewallが入るように*/
}

#wrapper-bg1 {
	background-color: #fff;
	margin: 0px auto;
	width: 962px;
}

h1,h2,h3,p,div,form,img,table,form,fieldset,pre,input,textarea {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

label {
	cursor: pointer;
}

table,textarea {
	text-align: left;
}

textarea {
	font-size: 12px;
	line-height: 18px;
}

ul,li {
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
}

/* normal link */
a:link,a:visited {
	color: #666;
	text-decoration: underline;
}

a:hover,a:active {
	color: #666;
	text-decoration: none;
}

.clear {
	clear: both;
}

/* Title logo */ /* search */
div#search {
	width: 939px;
}

div#search div.abt,div#search div.abt h3 {
	clear: both;
	font-size: 10px;
}

div#search div#search_form {
	display: none;
	width: 937px;
	padding-top: 5px;
	background-color: #fff;
	overflow: hidden;
	background: #fff url(../images/search/bg_searchform.png) repeat-x;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}

div#search div#search_form .heading {
	padding: 2px;
}

div#search div#search_form label {
	margin-left: 3px;
	margin-right: 4px;
}

div#search div#search_form input.fm {
	color: #ababab;
	background: #FFFFFF url(../images/ico/icon_mg.png) no-repeat scroll 3px
		3px;
	padding: 2px 0px 0px 20px;
	border: 2px solid #707070;
	width: 220px;
	height: 20px;
	float: left;
}

div#search div#search_form input.btn {
	float: left;
}

div#search div#search_form div#forms {
	float: left;
	margin: 5px;
	width: 450px;
}

div#search div#search_form div#search_tag_assist {
	float: left;
	width: 467px;
	margin-left: 0px;
	margin-top: 5px;
	color: #fff;
}

div#search div#search_form div#search_tag_assist div#kaku {
	background: url(../images/search/bgtag_oftenuse.png) no-repeat;
	float: left;
	width: 11px;
	height: 38px;
}

div#search div#search_form div#search_tag_assist div#fkd {
	float: left;
	width: 456px;
	overflow: hidden;
}

div#search div#search_form div#search_tag_assist div#fkd h3 {
	font-size: 12px;
}

div#search div#search_form div#search_tag_assist div#fkd div#hd {
	background: url(../images/search/bgtag_oftenuse.png) no-repeat -11px 0px
		;
	text-indent: -9999px;
	height: 16px;
	width: 446px;
	padding-top: 20px;
	padding-left: 10px;
}

div#search div#search_form div#search_tag_assist div#md {
	background: url(../images/search/bgtag_oftenuse.png) repeat-y -469px 0px
		;
	width: 436px;
	padding: 2px 10px;
	overflow: hidden;
}

div#search div#search_form div#search_tag_assist div#md div.tag_list {
	margin: 3px 0 10px 5px
}

div#search div#search_form div#search_tag_assist div#fkd div#ft {
	background: url(../images/search/bgtag_oftenuse.png) no-repeat -11px
		-38px;
	height: 7px;
	width: 456px;
}

div#search div#search_form div#search_tag_assist a {
	color: #fff;
}

div#search div#search_form div#search_tag_assist ul {
	line-height: 130%;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div#search div#search_form div#search_tag_assist ul li {
	display: inline;
	margin-right: 8px;
}

/* search form mini */
#search_mini {
    float: left;
}

#search_mini .mini_text{
    margin-right: 3px;
    float: left;
    height: 20px;
    font-size:15px;
	border: 2px solid #707070;
	width: 200px;
}

#search_mini_radio {
    float:left;
    width: 160px;
    height: 24px;
    background: url(/images/search/bg_radiobtn.png) no-repeat top left;
    text-align: center;
    padding-top: 6px;
}

#search_mini input.rd {
    position: relative;
    top: -3px;
}

#search_mini_button_box {
    float: left;
    margin-left: 5px;
}

#search_button_mini {
   cursor: pointer;
}
.search_mini_icon {
   float: left;
   margin: 0 5px 5px 0;
}



#niconico {
	height: 16px;
	width: 82px;
	float: right;
	padding-right: 10px;
	position: relative;
	top: 0px;
	right: 0px;
}

input.submit {
	background: #ccc url(../images/ico/bg_submit_01.gif) repeat-x scroll 0%;
	border-color: #CCCCCC rgb(153, 153, 153) rgb(102, 102, 102);
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	margin: 0pt;
	padding: 2px 4px;
}

.input {
	background: #ccc url(../images/base/bg_search.gif) repeat scroll 0%;
	border: 1px solid #999;
	color: #666;
	font-size: 12px;
	padding: 2px;
	margin-right: 4px;
	margin-top: 1px;
}

option.grayitem {
	color: #666;
	padding-right: 5px;
}

/* index */
#index_content {
	width: 940px;
	margin: 0px auto;
	text-align: left;
	overflow: auto;
}

#index_left {
	margin: 0 0 0 10px;
	float: left;
	overflow: auto;
	background: #fff;
	padding: 5px 5px 0 5px;
	width: 650px;
	display: inline; /*for winIE6*/
}

#index_right {
	margin: 0px 0px 0px 5px;
	padding: 5px;
	float: left;
	width: 240px;
}

/* thumb */
.cmn_thumb_frm {
	background: #F7F7F7 none repeat scroll 0%;
	border: 1px solid #CCCCCC;
	width: 290px;
	overflow: auto;
}

.cmn_thumb_L {
	float: left;
	padding: 4px;
	width: 128px;
}

img.thumb_img_XS {
	width: 48px;
	height: 48px;
}

img.thumb_img_S {
	width: 64px;
	height: 64px;
}

img.thumb_img_M {
	width: 80px;
	height: 80px;
}

img.thumb_img_MM {
	width: 96px;
	height: 96px;
}

img.thumb_img_L {
	width: 128px;
	height: 128px;
}

img.thumb_img_XL {
	width: 160px;
	height: 160px;
}

img.thumb_audio {
	border: 1px solid #ccc;
}

img.thumb_img_S2 {
	width: 64px;
	height: 48px;
	padding: 8px 0;
}

.cmn_thumb_R {
	float: right;
	overflow: hidden;
	padding: 4px 4px 4px 0px;
	width: 148px;
	overflow: hidden;
}

.cmn_thumb_res {
	background: #FFF none repeat scroll 0%;
	border: 2px solid #CCC;
	padding: 4px;
}

/*Registration*/
#registration {
	margin: 10px auto;
	text-align: center;
}

#registration a {
	margin: 0px auto;
	display: block;
	width: 196px;
	height: 76px;
	background: url(../images/ico/registration.gif) no-repeat 0 0
}

#registration a:hover {
	display: block;
	width: 196px;
	height: 76px;
	background: url(../images/ico/registration_on.gif) no-repeat 0 0
}

/* ranking */
.ranking {
	background: url(../images/ico/right_ti_bg.gif) repeat-x left top;
	border-left: 1px solid #000;
}

.ranking_ti {
	background: url(../images/ico/right_ti_r.gif) no-repeat right top;
	line-height: 23px;
	vertical-align: middle;
	padding-left: 10px;
}

/* use */
.use_ti {
	line-height: 23px;
	vertical-align: middle;
	padding-left: 10px;
	text-decoration: none;
}

.use {
	background: url(../images/ico/right_ti_bg.gif) repeat-x left top;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#s_s_ranking,#t_s_ranking {
	overflow: hidden;
	width: 240px
}

#s_s_ranking td,#t_s_ranking td {
	border-bottom: 1px dotted #999999;
	padding: 3px 2px;
	vertical-align: top;
}

#s_s_ranking p.service {
	border-bottom: 1px dotted;
	margin: 7px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 14px;
	font-weight: 900;
}

#footer p {
	padding: 0px 0px 10px;
}

.footer {
	padding-right: 5px;
}

/* margin */
.mb8p4 {
	margin-bottom: 8px;
	padding: 4px;
}

.mb16p4 {
	margin-bottom: 16px;
	padding: 4px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

/* padding */
.pb10 {
	padding-bottom: 10px;
}

/* margin */
.mr20 {
	margin-left: 20px;
}

.mtb10 {
	margin: 10px 0;
}

.mt20 {
	margin-top: 20px;
}

.mr5 {
	margin-right: 5px;
}

/* img */
img.right {
	float: right;
	margin: 0pt 0pt 8px 8px;
}

img.left {
	float: left;
	margin: 0pt 8px 8px 0pt;
}

img.mb10 {
	margin-bottom: 10px
}

/* arrow */
.arrow_next {
	background: transparent url(../images/ico/arrow_next.gif) no-repeat
		scroll right center;
	padding: 0 7pt 0 0;
	color: #CCC;
}

.arrow_previous {
	background: transparent url(../images/ico/arrow_previous.gif) no-repeat
		scroll left center;
	padding: 2px 0pt 2px 8px;
	color: #CCC;
}

.arrow_on {
	background: transparent url(../images/ico/arrow_on.gif) no-repeat scroll
		left center;
	padding: 2px 0pt 2px 10px;
}

div.goup{
	padding: 20px 5px 3px 0px;
	text-align: right;
}

a.arrow_up {
	margin: 10px;
	padding-right: 28px;
	line-height: 21px;
	background: transparent url(../images/common/arrow_up.gif) no-repeat
		scroll right center;
}

.arrow_up a:link,.arrow_up a:visited {
	text-decoration: none;
}

.arrow_up a:hover,.arrow_up a:active {
	text-decoration: underline;
}

/* Position */
.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

/* login */
#login {
	background: #fff url(../images/index/login_bg.gif) repeat-x left top;
	padding: 10px;
	border: 1px solid #999;
	text-align: center;
}

.login_input {
	background: #fff;
	border: 1px solid #666;
	color: #666;
	font-size: 12px;
	padding: 3px;
	margin-right: 5px;
}

#login_pw {
	overflow: auto;
	width: 100%;
}

#login_left {
	float: left;
	width: 110px;
}

#login_right {
	float: right;
	padding: 0px 20px 0px 0px;
}

/* search　*/
a.pagelink_off:hover,a.pagelink_off:active {
	background: #FFE none repeat scroll 0%;
	border: 1px solid #F90;
	color: #F60;
	text-decoration: none;
}

a.pagelink_off:link,a.pagelink_off:visited {
	background: #FFF none repeat scroll 0%;
	border: 1px solid #999;
	color: #666;
	text-decoration: none;
}

span.pagelink_on,a.pagelink_off {
	padding: 2px 4px;
}

span.pagelink_on {
	background: #333 none repeat scroll 0%;
	border: 1px solid #666;
	color: #FFF;
}

/* pagelink　*/
p.pagelink {
	color: #CCC;
	font-size: 12px;
	font-weight: bold;
}

/* log_borde　*/
.log_border {
	border-bottom: 1px dotted #CCC;
}

.log_border_b {
	background: #F9F9F9;
	border-bottom: 1px dotted #CCC;
}

#log_border {
	margin: 0px auto;
	text-align: center;
	width: 600px;
	margin-bottom: 20px;
}

.cmn_thumb_title {
	overflow: hidden;
}

.tag_txt {
	font-size: 12px;
	line-height: 1.5;
	padding: 4px;
	overflow: hidden;
}

.tag_txt a {
	color: #000;
	text-decoration: underline;
	background: #fff none repeat scroll 0%;
	text-decoration: underline;
}

.tag_txt a:hover,p.tag_txt a:active {
	text-decoration: none;
	color: #999;
}

/* description_box */
.description_box {
	border: 1px dotted #ccc;
	background-color: #fcfcfc;
	margin: 8px 0px;
	padding: 6px;
	overflow: hidden;
}

/* -------------- */ /* Renewal Design */ /* -------------- */
	/* nicomenu */
.nicomenu {
	color: #978578;
	height: 27px;
	background: transparent url(/images/common/nicomenu.png) repeat-x 0px
		0px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo,
		'ＭＳ Ｐゴシック', sans-serif;
}

.nicomenu table {
	width: 944px;
	margin: 0 auto;
}

.nicomenu a:link,.nicomenu a:visited {
	color: #978578;
	text-decoration: underline;
}

.nicomenu a:hover,.nicomenu a:active {
	color: #978578;
	text-decoration: none;
}

.nicomenu_list {
	text-align: left;
	padding-top: 4px;
	white-space: nowrap;
}

.nicomenu_menu {
	text-align: right;
	padding-top: 4px;
	white-space: nowrap;
}

/* header */
#header {
	margin: 0 auto;
	width: 940px;
	padding: 8px 0px 8px 4px;
	_padding: 8px 0px 8px 4px; /*IE6*/
	text-align: center;
}

#header_table {
	width: 940px;
	color: #978578;
	font-size: 12px;
}

.header_td_logo {
	width: 188px;
	vertical-align: middle;
}

.header_td_info {
	padding-left: 0px;
}

.header_td_search {

}

.header_div_concept {
	font-size: 10px;
	text-align: right;
}

a.accent {
	color: #f00;
}

.guest {
   font-size: 10px;
   margin-bottom: 3px;
}

/* logo */
.logo {

}

/* userlink */
a.userlink:link,a.userlink:visited {
	color: #f8812f;
	font-weight: bold;
	text-decoration: underline;
}

a.userlink:hover,a.userlink:active {
	color: #f8812f;
	font-weight: bold;
	text-decoration: none;
}

/* quick search box */
.quick_search_box {

}

.quick_search_text {
	width: 180px;
	font-size: 12px;
	padding: 2px;
	margin: 1px 4px 0 0;
	border: 1px solid #999;
}

.quick_search_button {
	width: 112px;
	height: 25px;
	border: none;
	background: transparent url(/images/common/search.png) no-repeat 0 0;
	cursor: pointer;
}

/* footer */
#footer {
	width: 962px;
	height: 100%;
	margin: 0 auto;
	padding-top: 12px;
	padding-bottom: 1em;
	border-top: 2px solid #fd7109;
	background-color: #fff;
}

#footer div {
	padding: 1px;
}

#footer a:link,#footer a:visited {
	text-decoration: none;
}

#footer a:hover,#footer a:active {
	text-decoration: underline;
}

/* copyright */
.copyright {
	font-size: 10px;
	margin: 5px;
}

/* navigator */
#navigator {
	width: 940px;
	height: 40px;
	margin: 0 auto 1.5em auto;
	background: url(../images/common/navi/navi_bar.gif) no-repeat 0 0;
}

#navigator_left {
	width: 520px;
	float: left;
	text-align: left;
}

#navigator_right {
	width: 400px;
	float: right;
	text-align: right;
	background-color: transparent;
	background-position: 0 0;
	padding-right: 1px;
}

#navigator_right a {
	width: 100px;
	height: 40px;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}

#navigator_left a:link,#navigator_left a:visited {
	color: #fff;
	font-size: 10px;
	text-decoration: underline;
}

#navigator_left a:hover,#navigator_left a:active {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}

/* navigator */
#navigator_right a:hover img {
	visibility: hidden;
}

/* login form */
#navi_login {
	height: 40px;
	padding-left: 12px;
}

#navi_logout {
	padding: 7px 0 8px 16px;
}

#navi_login form {
	height: 40px;
}

.navi_input {
	border: 1px solid #aaa;
	margin: 2px;
	padding: 1px;
}

.navi_submit {
	position: relative;
	top: 8px;
}

/* message box */
.alert_box {
	color: #f00;
	border: 1px solid #f00;
	padding: 0.5em 1em;
	margin: 1em;
	background-color: #fcc;
}

.notice_box {
	color: #888;
	border: 1px solid #333;
	padding: 0.5em 1em;
	margin: 1em;
	background-color: #ffc;
}

#information_box {
	margin: 0px 10px 10px 10px;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	overflow: hidden;
	background-color: #fafafa;
	border: 1px dotted #ccc;
}

.script_link {
	color: #666;
	cursor: pointer;
	margin: 0px 0px 0px 10px;
	font-weight: bold;
	text-decoration: underline;
}

.profile_image_box {
	display: table-cell;
	vertical-align: middle;
	width: 160px;
	height: 160px;
	text-align: center;
	border: 1px solid #ccc;
	layout-grid-line: 50%; /* for IE */
}

.profile_image_box_s {
	display: table-cell;
	vertical-align: middle;
	width: 160px;
	height: 160px;
	text-align: center;
	border: 1px solid #ccc;
	layout-grid-line: 50%; /* for IE */
}

img {
	-ms-interpolation-mode: bicubic; /* for IE */
}

/* グローバルナビ・ログインフォーム */
div#gnavi {
	width: 939px;
	height: 40px;
	background: url(../images/common/menu_bar.gif) no-repeat;
	background-position: 0px -40px;
}

div#gnavi a,div#gnavi span {
	background: url(../images/common/menu_bar.gif) no-repeat;
	height: 40px;
	display: block;
	text-indent: -9999px;
	position: relative;
	float: left;
	overflow: hidden;
}

div#gnavi a:hover {
	background: none;
}

div#gnavi a.menu_top {
	background-position: 0px 0px;
	width: 83px;
}

div#gnavi a.menu_all {
	background-position: -83px 0px;
	width: 93px;
}

div#gnavi span.menu_all_selected {
	background: url(../images/common/menu_bar.gif) no-repeat;
	background-position: -83px -80px;
	width: 93px;
}

div#gnavi a.menu_img {
	background-position: -176px 0px;
	width: 90px;
}

div#gnavi span.menu_img_selected {
	background: url(../images/common/menu_bar.gif) no-repeat;
	background-position: -176px -80px;
	width: 90px;
}

div#gnavi a.menu_audio {
	background-position: -266px 0px;
	width: 92px;
}

div#gnavi span.menu_audio_selected {
	background: url(../images/common/menu_bar.gif) no-repeat;
	background-position: -266px -80px;
	width: 92px;
}

div#gnavi a.menu_video {
	background-position: -358px 0px;
	width: 92px;
}

div#gnavi span.menu_video_selected {
	background: url(../images/common/menu_bar.gif) no-repeat;
	background-position: -358px -80px;
	width: 92px;
}

div#gnavi a.menu_declaration {
	background-position: -450px 0px;
	width: 89px;
}

div#gnavi span.menu_declaration_selected {
	background: url(../images/common/menu_bar.gif) no-repeat;
	background-position: -450px -80px;
	width: 89px;
}

div#gnavi a.menu_upload {
	background-position: -539px 0px;
	width: 99px;
}

div#gnavi a.menu_mypage {
	background-position: -638px 0px;
	width: 100px;
}

div#gnavi a.menu_ranking {
	background-position: -738px 0px;
	width: 100px;
	cursor: default;
}

div#gnavi a.menu_help {
	background-position: -838px 0px;
	width: 100px;
	_width: 98px;
}

div.lgintxt,div.lginform {
	float: left;
	font-size: 10px;
	padding: 2px;
	width: 150px;
}

div.lgintxt {
	text-align: left;
	font-size: 12px;
}

div.lginform input.fm,div.lginform input.ps {
	width: 150px;
	font-size: 12px;
	background-color: #f8f8f8;
	border: 1px solid #aaa;
	margin: 1px 0px 3px;
}

div.lginform input.ps {
	width: 87px;
	float: left;
	margin: 2px 2px 0px 0px;
}

div.lginform input.btn {
	float: left;
	position: relative;
}

div.lginform div.linx {
	clear: both;
}

div.lefttbl {
	background-repeat: no-repeat;
	border-right: 1px solid #dedede;
	border-left: 1px solid #dedede;
	padding: 2px 10px 0px;
}

div.promo,div.lefttbl img {
	margin: 10px auto;
	text-align: center;
}

div.lefttbl_02 {
	background-repeat: no-repeat;
	border-right: 1px solid #dedede;
	border-left: 1px solid #dedede;
	text-align: center;
	overflow: hidden;
	_height: 100%;
}

/* バナー */
div.lefttbl_02 a img {
	margin: 10px;
}

div.lefttbl_02 div.bn_box {
	margin: 10px;
	width: 188px;
	float: left;
	text-align: left;
}

div.lefttbl_f {
	background: url(../images/common/ttl_foot.gif) no-repeat top;
	margin: 0px;
	height: 10px;
}

/* 矢印付きリンク */
div.rlbox {
	text-align: right;
	margin: 0 5px 5px 0;
}

/*ボックスごとにマージン*/
div.box {
	margin: 0pt 0pt 1em;
}

/* 点線 */
p.line {
	clear: both;
	background-image: url(../images/common/dot_line.gif);
	background-repeat: repeat-x;
	height: 13px;
	background-position: 0px 6px;
}

h2.index_item {
	margin-top: 10px;
}

table.info td {
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #ccc;
	text-align: left;
	vertical-align: top;
}

table.info th {
	padding: 0 3px 5px 0;
	border-bottom: 1px dotted #ccc;
	text-align: left;
	vertical-align: top;
}

/*公式素材一覧ページ内アイコン説明*/
div.icontxt_l {
	text-align: left;
	margin-left: 5px;
	float: left;
}

div.icontxt_r {
	margin-right: 5px;
	text-align: right;
	float: right;
}

div.lefttbl_02 div.bn_box a img {
	margin: 0px 0px 5px 0px;
}

div.lefttbl_02 div.bn_box a {
	font-weight: bold;
}

div.lefttbl_02 img.flg {
	margin-right: 2px;
	vertical-align: middle;
}

div.lefttbl_02 div.txt {
	margin: 10px 0px;
	width: 425px;
	_width: 415px;
	text-align: left;
	float: left;
}

.official_title {
	font-weight: bold;
	margin-bottom: 5px;
}

div.event_banner {
	text-align: center;
}

.event_title {
	padding-bottom: 5px;
	font-weight: bold;
}

.event_title_big {
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
}

div.event_txt {
	margin: 10px 0px;
	width: 350px;
	_width: 340px;
	text-align: left;
	float: left;
}

div.event_banner_box {
	margin: 10px;
	width: 250px;
	float: left;
	text-align: left;
}

div.event_banner_box img {
	margin: 0;
}

div.event_banner img {
	margin: 5px 0 5px 0;
}

#topline_other {
	background-color: #f5f5f5;
	border: 2px solid #bbb;
	line-height: 1.375;
	padding: 8px;
	position: absolute;
	z-index: 3000;
}

div.pop_tag {
	padding-bottom: 20px;
}

div.pop_tag h2 {
	vertical-align: bottom;
}

div.pop_tag h2 div.category_type {
	font-size: 14px;
	margin: 0 5px 0 0;
	min-width: 190px;
	float: left;
}

div.pop_tag h2 span.description {
	font-size: 12px;
}

div.pop_tag img,div.pop_tag_index img {
	vertical-align: bottom;
	margin: 0 5px 0 0;
}

table.tags {
	width: 570px;
	margin-left: 50px;
}

table.tags td {
	width: 160px;
	font-size: 13px;
	margin: 5px 10px 5px 5px;
	vertical-align: top;
}

p.category_separator {
	border-top: 1px dashed #ccc;
	margin: 0 10px 5px 50px;
	clear: both;
}

div.pop_tag_type {
	margin-top: 5px;
	float: left;
}

div.pop_tag_type img {
	text-align: center;
	width: 39px;
	height: 48px;
}

div.pop_tag_type .description {
	width: 39px;
	text-align: center;
}

div.pop_tag_content {
	width: 550px;
	float: left;
	margin-left: 5px;
	line-height: 1.5;
}

div.pop_tag_content table.tags {
	width: 550px;
}

div.pop_tag_content table.tags td {
	width: 160px;
	font-size: 13px;
	margin: 5px 10px 5px 5px;
	vertical-align: top;
}

div.pop_tag_content .category {
	font-size: 16px;
}

div.pop_tag_content .category span {
	font-weight: bold;
}

div.pop_tag_content .other_tag {
	font-size: 12px;
}

div.pop_tag_content table.tags {
	margin: 0px;
}

div.pop_tag_index {
	padding: 5px;
}

p.category_separator_index {
	border-top: 1px dashed #ccc;
	margin: 0 0 5px 60px;
	clear: both;
}

div.tag_list span.tag_assist {
	cursor: pointer;
	text-decoration: underline;
    display: inline-block;
}

div.tag_list .extra {
	display: none;
}


div#search_form_controller{
    float: right;
    margin-right: 20px;
 	cursor: pointer;
}

div#search_form_bottom {
    padding-top: 5px;
    height: 32px;
    width: 939px;
   	background: #f0f0f0 url(../images/search/bg_form.png) no-repeat top left;
}

.search_button {
	cursor: pointer;
	padding-left: 5px;
}

.clear_button {
	cursor: pointer;
	padding-left: 5px;
}



.select_sort {
	margin: 10px 0 0 10px;
}

.tag_list_more {
	cursor: pointer;
	color: #aaeafe;
}

li.tag_list_more:hover {
	position: relative;
	top: 1px;
	left: 1px;
}

.tag_assist:hover {
	color: #aaeafe;
}

li.tag_list_more img {
	margin-right: 2px;
}


div#footer_ads {
    padding-top: 40px;
    text-align: center;
}
