@charset "utf-8";
@import url("import.css");

/* -----------------------------------------------------------
CSS Information
 File name:      category_list.css
 Style Info:     カテゴリ一覧専用CSS
----------------------------------------------------------- */

/*----------------------------------------------------
	カテゴリ一覧用
----------------------------------------------------*/

#category_list {
	margin-top:10px;
}


#category_list ul li {
	padding:12px 0 0 35px;
	background:url(../img/share/h3_icon.gif) no-repeat 20px 38px;
}

#category_list ul li p {
	color:#999999;
}

#category_list ul li div {
	float:left;
	width:70px;
	margin-top:5px;
}

#category_list ul li div p{
	width:60px;
	height:60px;
	overflow:hidden;
}

#category_list ul li div p img{
	width:60px;
}


#category_list ul li dl dt{
	margin:2px 0;
	font-size:140%;
}

#category_list ul li dl dt a{
	font-weight:bold;
}

#category_list ul li dl dd{
	margin-right:10px;
	padding-bottom:5px;
	background:url(../img/share/parting_line.gif) repeat-x bottom;
	height:40px;
}

/*----------------------------------------------------
	Paged Archives Plugin用
----------------------------------------------------*/

#multiple-pages{
	margin:20px 0;
	text-align:center;
}
