
/***********************
	あ〜わ
***********************/
#list_anchors {
	height:80px;
}

#list_anchors h1{

	margin:0 0 5px 0;
	font-size:12px;
	background:#00883C;
	padding:10px;
	border-bottom:3px #8BD2AA solid;
	color:#fff;
}

#list_anchors ul {

	list-style:none;
	margin:0;
	padding:0;
}

#list_anchors li {
	border:1px solid #999;
	margin:0 5px 5px 0;
	float:left;
}

#list_anchors li a {
	display:block;
	color:#00883C;
	width:40px;
	padding:10px 0 10px 0;
	font-size:14px;
	text-align:center;
	text-decoration:none;
}

#list_anchors li a:hover,
#list_anchors li.active,
#list_anchors li.active a {
	color:#fff;
	background-color:#00883C;
}


/*************************
	タイトル一覧
*************************/
#title_list {
	color:#00883C;
	padding:0 0 0 10px;
	margin-bottom:20px;
	/* mac ie5 を除外 \*/
	width:100%;
	/* end hack */
}

#title_list div {
	padding:0;
}



#title_list div ul {
	clear:both;
	list-style:none;
	margin:0;
	padding:0;
}

#title_list div ul a{
	text-decoration:none;
	color:#333;
}

#title_list div ul a:hover {
	color:#f90;
}

#title_list li.series {
	margin:20px 0 0 0;
	padding:0;
	/* mac ie5 を除外 \*/
	width:49%;
	/* end hack */
	float:left;
}

/* シリーズ名 */
#title_list li.series h2 {
	display:block;
	font-size:14px;
	padding:3px 0 3px 20px;
	margin-bottom:3px;
	border-bottom:1px solid #00883C;
	background:url("http://www.cospa.com/img/icons/clip.gif") no-repeat left;
}

/* タイトル名 */
#title_list li.series li h3{
	font-size:12px;
	margin-bottom:2px;
	font-weight:normal;
}