@charset "utf-8";


/* sunipet
--------------------------------------------------- */
body#home h1{
	margin: 0 0 7px 0;
	font-size: 0.65em;
}

/*--ie7-*/
*:first-child+html body#home h1{
	font-size: 0.55em;
}
/*--ie6--*/
* html body#home h1{
	font-size: 0.55em;
} 


/* #message
--------------------------------------------------- */
#main #message h2{
	margin: 0 0 8px 0;
	border-bottom: 1px solid #0c497d;
}

#main #message .img{
	width:221px;
	float: left;
}

#main #message p{
	width:345px;
	float: right;
	font-size: 0.75em;
	line-height: 160%;
}

#main #message p.link{
	clear: both;
	text-align: right;
}


/* keyvisual
--------------------------------------------------- */
.keyvisual {
	text-align: center;
}



/* #main
--------------------------------------------------- */
#main #result h2{
	margin: 0 0 8px 0;
	border-bottom: 1px solid #0c497d;
}

#main .box{
	margin: 0 0 15px 0;
}

#result .resultBox{
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #efefef;
}

#result .resultBox .pict{
	margin: 0 0 5px 0;
	text-align: center;
}

#result .resultBox h3{
	margin: 0 0 10px 0;
}

#result .resultBox h3.ttl{
	width: 254px;
	margin: 0 auto 5px auto;	
	font-size: 0.9em;
	font-weight: bold;
}


#result .resultBox p{
	width: 254px;
	margin: 0 auto 5px auto;
	font-size: 0.75em;
	line-height: 160%;
}

.shinchiku{
	width: 276px;
	padding: 0 0 15px 0;
	float: left;
	background: url(../../img/ttl_result_sbtm.gif) no-repeat center bottom;
}


.rehome{
	width: 276px;
	float: right;
	padding: 0 0 15px 0;
	background: url(../../img/ttl_result_rbtm.gif) no-repeat center bottom;

}

#result .resultBox ul{
	width: 260px;
	margin: 0 auto;
}

#result .resultBox ul li{
	float: left;
}
#result .resultBox ul li a{
	width: 128px;
	height: 28px;
	display: block;
}


#result .resultBox ul li.sc {
	background: url(../../img/btn_sc_on.gif) no-repeat left top;
}
#result .resultBox ul li.s {
	margin: 0 0 0 2px;
	background: url(../../img/btn_s_on.gif) no-repeat left top;
}
#result .resultBox ul li.rc {
	background: url(../../img/btn_rc_on.gif) no-repeat left top;
}
#result .resultBox ul li.r {
	margin: 0 0 0 2px;
	background: url(../../img/btn_r_on.gif) no-repeat left top;
}



#result .resultBox ul li a:hover img {
	visibility: hidden !important;
}
#result .resultBox ul li a:hover {
	background: transparent;
}


#news{
	padding: 0 0 20px 0;
	background: url(../../img/bg_news_btm.gif) no-repeat left bottom;
}

#news table{
	width: 548px;
	margin: 10px auto 0 auto;
	font-size: 0.75em;
}



#news table th{
	width: 9em;
	text-align: left;
	background: url(../img/bar_dottedline.gif) repeat-x left top;
	line-height: 180%;
}

#news table th span{
	padding: 0 0 0 15px;
	background: url(../img/icon_news.gif) no-repeat left center;
}

#news table td{
	text-align: left;
	background: url(../img/bar_dottedline.gif) repeat-x left top;
	line-height: 180%;
}

#news table th.top,
#news table td.top{
	background: none;
}
