@CHARSET "UTF-8";
/**
 * ONC STYLE PROFILE
 * @author caori
 * 2009/1/24　新規作成
 * 
 * @description
 * PROFILE用スタイルシートです。
 */
#title {
	background-image: url('img/sitemap_title.gif');
	width: 800px;
	height: 70px;
}

#content_list {
	padding-left: 40px;
	width: 760px;
	height: auto;
}

/**************************************
 * content_list_area
 **************************************/

.list_l{
	float: left;
	width: 360px;
	height: auto;
	padding-bottom: 30px;
}
.list_r{
	float: right;
	width: 360px;
	height: auto;
}

li.category {
	list-style: none;
	margin-left: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

li.content {
	margin-left: 20px;
	padding-left: 10px;

}

li.item {
	margin-left: 10px;
	padding-left: 10px;
}

a.title {
	font-weight: bold;
}
