@charset "UTF-8";

/*member
***********************************************************/
#member #contents .area-unit {
	margin-top: 15px
}


#member #contents .area-unit h3 {
	margin: 20px 0 0;
	padding: 2px 10px;
	font-size: 12px;
	font-weight: bold;
	color:#900;
	background-color:#E6E6E6;
	border-top: 1px solid #ccc;
}

#member #contents .element-box {
	border-bottom: 1px solid #999;
}

#member #contents .element-unit {
	border-top: 1px solid #999;
	padding: 5px 5px 10px;
}


#member #contents .user-pic {
	width: 100px;
	float: left;
}

#member #contents .profile-data {
	width: 375px;
	float: right;
}

#member #contents .area-unit .profile-data h3 {
	color:#000;
	padding: 0;
	margin: 0 0 3px;
	font-size: 14px;
	font-weight: bold;
	background: none;
	border: none;
}

#member #contents .profile-data li {
    margin: 0;
    padding: 0;
	font-size: 12px;
	line-height: 1.5;
	list-style: none;
	color:#333;
}

/*link
***********************************************************/
#link #contents .entry-unit {
	margin-bottom: 20px;
}

#link #contents .entry-unit .entry-title {
	border-left: 4px solid #ccc;
	padding-left: 6px;
	margin-bottom: 3px;
}

#link #contents .entry-unit .entry-title h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3;
}

#link #contents .entry-unit .entry-title h3 a {
	color: #333;
}

#link #contents .entry-unit .entry-title h3 a:hover {
	color: #F66;
}

#link #contents .entry-unit .entry-title .url-link {
	font-size: 11px;
}

#link #contents .entry-unit .entry-content {
	padding-left: 10px;
}

#link #contents .entry-unit .entry-content p {
	font-size: 11px;
	color:#666;
}

/*sitemap
***********************************************************/

#sitemap #contents .cate {
	margin: 20px 0;
	padding: 0;
}

#sitemap #contents .cate h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3;
	border-left: 4px solid #ccc;
	padding-left: 6px;
	margin: 0;
	padding: 2px 0 2px 7px;
}

#sitemap #contents .cate a {
	color: #000;
}

#sitemap #contents .cate a:hover {
	color: #F66;
}

#sitemap #contents .subcate {
	margin-bottom: 7px;
	margin-left: 4px;
}

#sitemap #contents .subcate ul {
	margin: 0;
	padding: 0;
}

#sitemap #contents .subcate li {
	margin: 0;
	padding: 3px 5px 2px 20px;
	font-size: 12px;
	line-height: 1.5;
	list-style: none;
	background:url(/images/menu-icon_s01.gif) no-repeat 10px 0.7em;
}

#sitemap #contents .subcate .subsubcate {
	margin-top: 3px;
	margin-bottom: 4px;
}

#sitemap #contents .subcate .subsubcate li {
	margin: 0;
	padding: 0 0 5px 30px;
	font-size: 12px;
	line-height: 1.3;
	list-style: none;
	background-image: none;
}


/*books
***********************************************************/

#books .content-unit {
	border-bottom: 1px solid #ccc;
	padding-top: 15px;
	padding-bottom: 15px;
}


#books .content-unit .leftbox {
	width: 140px;
}

#books .content-unit .rightbox {
	width: 330px;
}

#books .content-unit .info-text {
	padding: 15px 10px;
}

#books .content-unit .info-text ul {
	margin: 15px 0 0 15px;
	padding: 0 0 5px 0;
}

#books .content-unit .book-title {
	padding-left: 10px;
}

#books .content-unit .info-text strong {
	color:#000;
}