@charset "utf-8";
/* CSS Document */

/*////////////////////////////////////////////////////////////////////////*/
/*ノードページのカテゴリbox*/
/*////////////////////////////////////////////////////////////////////////*/

.category_depth_1,
.category_depth_2,
.category_depth_3 {
	display: inline;
}
.category_depth_1,
.category_depth_2,
.category_depth_3 {
	font-size: 110%;
	font-weight: bold;
}

#category_box_all {
	width: 680px;
}
.category_box {
	width: 70%;
	float: right;
	background-color: #FFFFFF;
	border: 1px solid #ededed;
	margin-bottom: 8px;
	padding: 5px 10px;
}

.category_box p {
	font-size: 13px;
	font-weight: bold;
}

/*nodepage*/

#back_button a{
	background-image: url(/images/node_back_button.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 22px;
	display: block;
	float: left;
	text-indent:-9999px;
	outline:none;
}


#back_button p{
	display: none;
}
h2 .categorynavi_title_1 {
	background-repeat: no-repeat;
	height: 28px;
	width: 123px;
	display: block;
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	display: block;
	float: left;
	padding: 7px 10px 10px 10px;
	margin: 0px 5px 0px 0px;
	background-position: right;
}

#channel_leaf_explanation {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	width: 660px;
	clear: both;
	padding: 5px 10px;
}


/*「tag」「search」の解除ボタン*/
/*////////////////////////////////////////////////////////////////////////*/
/* タグボックス　検索boxの直下 */
/*////////////////////////////////////////////////////////////////////////*/
.tips_search {
    background-color:#f0f0f0;
    width:676px;
    height:22px;
    padding:2px;
    margin-bottom:5px;
}
.tips_search .tips_search_icon{
    background-image: url(/images/item/search_icon.gif);
    height:20px;
    width:20px;
    background-repeat: no-repeat;
    float:left;
}
.news_search {
    background-color:#f0f0f0;
    width:676px;
    height:22px;
    padding:2px;
    margin-bottom:5px;
}
.news_search .news_search_icon{
    background-image: url(/images/item/search_icon.gif);
    height:20px;
    width:20px;
    background-repeat: no-repeat;
    float:left;
}

.question_search {
    background-color:#f0f0f0;
    width:676px;
    height:22px;
    padding:2px;
    margin-bottom:5px;
}
.question_search .question_search_icon{
    background-image: url(/images/item/search_icon.gif);
    height:20px;
    width:20px;
    background-repeat: no-repeat;
    float:left;
}

.category_search {
    background-color:#f0f0f0;
    width:676px;
    height:22px;
    padding:2px;
    margin-bottom:5px;
}
.category_search .category_search_icon{
    background-image: url(/images/item/search_icon.gif);
    height:20px;
    width:20px;
    background-repeat: no-repeat;
    float:left;
}
.search_search {
    background-color:#f0f0f0;
    width:676px;
    height:22px;
    padding:2px;
    margin-bottom:5px;
}
.search_search .search_search_icon{
    background-image: url(/images/item/search_icon.gif);
    height:20px;
    width:20px;
    background-repeat: no-repeat;
    float:left;
}
.tips_search .tips_search_current h2,
.news_search .news_search_current h2,
.question_search .question_search_current h2 ,
.search_search .search_search_current h2 ,
.category_search .category_search_current h2 {
    background-color:#f0f0f0;
    float:left;
    color:#999;
    font-weight:bold;
    font-size:130%;
    padding-left:10px;
    padding-right:0px;
    padding-top:0px;
    height:20px;
}

/*////////////////////////////////////////////////////////////////////////*/
/* タグボックス　検索boxの直下 */
/*////////////////////////////////////////////////////////////////////////*/
.tag_tag,
.tips_tag,
.news_tag,
.question_tag {
    background-color:#f0f0f0;
    width:680px;
    height:20px;
    padding:0;
	margin-bottom: 8px;
}
.tag_tag .tag_tag_current h2,
.tips_tag .tips_tag_current h2,
.news_tag .news_tag_current h2,
.question_tag .question_tag_current h2 {
    background-color:#999;
    float:left;
    color:#fff;
    font-weight:bold;
    font-size:130%;
    padding-left:10px;
    padding-right:0px;
    padding-top:0px;
    height:20px;
}
.tag_tag .tag_tag_array{
    background-image: url(/images/item/tag_array.gif);
    height:20px;
    width:20px;
    background-repeat: no-repeat;
    float:left;
}
.tips_tag .tips_tag_array{
    background-image: url(/images/item/tag_array.gif);
    height:20px;
    width:20px;
    background-repeat: no-repeat;
    float:left;
}

 
.news_tag .news_tag_array{
    background-image: url(/images/item/tag_array.gif);
    height:20px;
    width:20px;
    background-repeat: no-repeat;
    float:left;
}

.question_tag .question_tag_array{
    background-image: url(/images/item/tag_array.gif);
    height:20px;
    width:20px;
    background-repeat: no-repeat;
    float:left;
}
.remove_tag_list img{
	padding-top: 3px;
	padding-left: 2px;
}

.remove_search_list{
	float: right;
	width: 14px;
}
.remove_search_list img{
	padding-top: 4px;
	padding-right: 2px;
}
