@charset "utf-8";
/* CSS Document */

/*メインボックスのレイアウト*/
#category_0_box,
#category_1_box,
#category_2_box{
	float: left;
	width: 226px;
	margin-top: 16px;
}







/*////////////////////////////////////*/
/* カテゴリ */
/*////////////////////////////////////*/


/*カテゴリ左ボックスのアイコン*/
#okyuu_box,
#others_box,
#lifehack_box,
#projectmanagement_box,
#hardware_box,
#itmanagement_box,
#mobile_box,
#security_box,
#networking_box,
#server_storage_box,
#os_box,
#db_box,
#internet_box,
#programming_box {
	background-repeat: no-repeat;
	float: left;
	width: 35px;
	background-position: top;
	height: 35px;
	margin-top: 5px;
}
#internet_box {
	background-image: url(/images/category/item/internet.gif);
    }
#programming_box {
    background-image: url(/images/category/item/programming.gif);
	}
#db_box {
	background-image: url(/images/category/item/db.gif);
}
#os_box {
	background-image: url(/images/category/item/os.gif);
}
#server_storage_box {
	background-image: url(/images/category/item/server_storage.gif);
}
#networking_box {
	background-image: url(/images/category/item/networking.gif);
}
#security_box {
	background-image: url(/images/category/item/security.gif);
}
#mobile_box {
	background-image: url(/images/category/item/mobil.gif);
}
#itmanagement_box {
	background-image: url(/images/category/item/itmanagement.gif);
}
#hardware_box {
	background-image: url(/images/category/item/hardware.gif);
}
#projectmanagement_box {
	background-image: url(/images/category/item/projectmanagement.gif);
}
#lifehack_box {
	background-image: url(/images/category/item/lifehack.gif);
}
#others_box {
	background-image: url(/images/category/item/others.gif);
}
#okyuu_box {
	background-image: url(/images/category/item/about_okyuu.gif);
}
.categorynavi_right_box {
	float: right;
	width: 186px;
	margin-left: 5px;
	margin-top: 5px;
}
.categorynavi_title {
	font-size: 14px;
	font-weight: bold;
	width: 160px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #aeb3b7;
	margin-bottom: 4px;
}

/*////////////////////////////////////////////////////////////////////////*/
/* カテゴリクラウド */
/*////////////////////////////////////////////////////////////////////////*/
.category_popular {
  color:#6495ed;
  font-size: 110%;
  font-weight: bold;
  letter-spacing: -0.1em;
  line-height: 90%;
  text-decoration: none;
}

.v-category_popular {
  color:#0e5dc0;
  font-size: 120%;
  font-weight: bold;
  letter-spacing: -0.1em;
  line-height: 90%;
  text-decoration: none;
}
.vv-category_popular {
  color:#00008b;
  font-size: 130%;
  font-weight: bold;
  letter-spacing: -0.1em;
  line-height: 90%;
  text-decoration: none;
}
.child_category_popular {
  color:#6495ed;
  font-size: 90%;
  font-weight: bold;
  letter-spacing: -0.1em;
  line-height: 90%;
  text-decoration: none;
}

.v-child_category_popular {
  color:#0e5dc0;
  font-size: 110%;
  font-weight: bold;
  letter-spacing: -0.1em;
  line-height: 90%;
  text-decoration: none;
}
.vv-child_category_popular {
  color:#00008b;
  font-size: 110%;
  font-weight: bold;
  letter-spacing: -0.1em;
  line-height: 90%;
  text-decoration: none;
}


.ranking_others {
	font-size: 14px;
	font-weight: bold;
}	



	





