@charset "UTF-8";

/* ========================================
		index.css
		author:arimoto
======================================== */

/* ----------------------------------------
		内容
---------------------------------------- */
.contents_area_td{
	background:url(../img/bg_mark.gif) no-repeat right top;
}

h1{
	height:91px;
	background:url(../img/bg_header.jpg) no-repeat;
}

h2.tit_categoryList{
	width:291px;
	background:url(../img/tit.gif) no-repeat;
}

ul{
	line-height:150%;
	padding-bottom:20px;
}

ul.circle{
	list-style:circle;
	margin-left:10px;
	padding-left:5px;
}

.bg_gray{
	padding:10px 15px;
	background:#CDCDCD;
}




