@charset "utf-8";

/*---------------------------------------
#mainArea
----------------------------------------*/
#mainArea {
	padding:15px 15px 55px;
	width:600px;
	background:url(/images/top/main_bg.jpg) no-repeat;
}
#mainArea #mainBox {
	/*IE bugfix*/
	margin:0;
	padding:0;

	width:600px;
	height:270px;
}
#mainArea #mainBox a:hover img {
	filter:alpha(opacity=75);
	opacity:0.75;
}


/*---------------------------------------
.informationBox
----------------------------------------*/
#contents .informationBox {
	margin-bottom:20px;
	clear:both;
	width:630px;
	background:#FFF url(/images/top/information_bg.gif) repeat-y 0 0;
}
#contents .informationBox div {
	margin:5px 10px;
	padding-bottom:5px;
	background:url(/images/dotted_02.gif) repeat-x left bottom;
}
#contents .informationBox dl {
	padding:0 16px 5px;
	background:url(/images/top/infomation_bottom.gif) no-repeat left bottom;
}
#contents .informationBox dl dt {
	width:5em;
	font-weight:bold;
}
#contents .informationBox dl dd {
	margin:-1.4em 0 5px 7em;
}
#contents .informationBox img.clear {
	display:block;
}



/*---------------------------------------
#categoryArea
----------------------------------------*/
#categoryArea {
	margin-bottom:10px;
}

#categoryArea .categoryBlock {
	margin-bottom:12px;
	width:630px;
	height:auto !important;
	background:url(/images/top/category_bg.gif) repeat-y 0 0;
}

#categoryArea .categoryBlockEnd {
	width:630px;
	height:auto !important;
	background:url(/images/top/category_end_bg.gif) repeat-y 0 0;
}

#categoryArea img.clear {
	clear:both;
	display:block;
}

#categoryArea .categoryBox {
	padding-right:18px;
	padding-bottom:4px;
	float:left;
	width:306px;
}

#categoryArea .categoryBoxRight {
	float:left;
	width:306px;
	min-height:123px;
}
#categoryArea h1,
#categoryArea h2 {
	margin-bottom:16px;
}

#categoryArea ul.hoken,
#categoryArea ul.money,
#categoryArea ul.hikkoshi,
#categoryArea ul.kaitori,
#categoryArea ul.service,
#categoryArea ul.hobby {
	margin:0 24px 0;
	width:258px;
	line-height:1.6;
}

/*
#categoryArea .categoryBoxRight ul.hikkoshiBox,
#categoryArea .categoryBox ul.hokenBox {
	margin:0 2px 0 10px;
	width:188px;
}
*/
#categoryArea .categoryBlock ul.hokenBox li.hokenL,
#categoryArea .categoryBlock ul.hokenBox li.zubatL {
	width:88px;
	float:left;
}
#categoryArea .categoryBlock ul.hokenBox li.hokenR,
#categoryArea .categoryBlock ul.hokenBox li.zubatR {
	width:70px;
	float:left;
}

#categoryArea .categoryBlock ul.hikkoshiBox li.hokenR {
	width:98px;
	float:left;
}
#categoryArea .categoryBlock ul.hikkoshiBox li.hokenL {
	width:60px;
	float:left;
}

#categoryArea ul li {
	min-height:15px;
	height:auto !important;
	height:15px;
}	

#categoryArea .bnrArea {
	margin:12px 10px 12px;
}

#categoryArea .bnrMoneyArea {
	margin:0 10px 12px;
}

#categoryArea .bnrArea p,
#categoryArea .bnrMoneyArea p {
	font-size:77%;
}

#categoryArea .categoryBox ul.kaitoriLeft,
#categoryArea .categoryBox ul.hokenLeft {
    margin-right:14px;
	float:left;
	width:140px;
}
#categoryArea .categoryBox ul.kaitoriRight,
#categoryArea .categoryBox ul.hokenRight {
    margin-left:0;
	float:left;
	width:104px;
}

#categoryArea .categoryBlock ul li,
#categoryArea .categoryBlockEnd ul li {
	padding:2px 0 1px 15px;
}

#categoryArea .categoryBlock ul.hoken li.zubat,
#categoryArea .categoryBlock ul.hokenBox li.zubat {
	background:url(/images/top/icon_hoken_zubat.gif) no-repeat 0 0.2em;
}

#categoryArea .categoryBlock ul.hokenBox li.zubatR,
#categoryArea .categoryBlock ul.hokenBox li.zubatL {
	background:url(/images/top/icon_hoken_zubat.gif) no-repeat 0 0.2em;
}

#categoryArea .categoryBlock ul.hoken li,
#categoryArea .categoryBlock ul.hokenBox li {
	background:url(/images/top/icon_hoken_site.gif) no-repeat 0 0.3em;
}

#categoryArea .categoryBlock ul.money li.zubat {
	background:url(/images/top/icon_money_zubat.gif) no-repeat 0 0.2em;
}

#categoryArea .categoryBlock ul.money li {
	background:url(/images/top/icon_money_site.gif) no-repeat 0 0.3em;
}
	
#categoryArea .categoryBlock ul.hikkoshi li.zubat {
	background:url(/images/top/icon_hikkoshi_zubat.gif) no-repeat 0 0.2em;
}

#categoryArea .categoryBlock ul.hikkoshiBox li,
#categoryArea .categoryBlock ul.hikkoshi li {
	background:url(/images/top/icon_hikkoshi_site.gif) no-repeat 0 0.3em;
}	

#categoryArea .categoryBlockEnd ul.kaitori li.zubat {
	background:url(/images/top/icon_kaitori_zubat.gif) no-repeat 0 0.2em;
}

#categoryArea .categoryBlockEnd ul.kaitori li {
	background:url(/images/top/icon_kaitori_site.gif) no-repeat 0 0.3em;
}

#categoryArea .categoryBlockEnd ul.service li.zubat {
	background:url(/images/top/icon_service_zubat.gif) no-repeat 0 0.2em;
}

#categoryArea .categoryBlockEnd ul.service li {
	background:url(/images/top/icon_service_site.gif) no-repeat 0 0.3em;
}

#categoryArea .categoryBlockEnd ul.hobby li {
	background:url(/images/top/icon_hobby_site.gif) no-repeat 0 0.3em;
}

#categoryArea .categoryBlockEnd ul.hobby li.zubat {
	background:url(/images/top/icon_hobby_zubat.gif) no-repeat 0 0.2em;
}

#categoryArea .categoryBox ul li img,
#categoryArea .categoryBoxRight ul li img {
	margin:0 0 -2px 5px;
}


#categoryArea .explain {
	margin-top:5px;
	color:#666;
	font-size:77%;
	text-align:right;
}

#categoryArea .explain img {
	margin:0 2px -3px 6px;
}


