@charset "utf-8";
/*----------------------------------------------------------*/
/* リセット設定 */
a img {
	margin: 0;
    border: 0;
}
img{
	border:0;
	line-height:0;
	vertical-align: bottom;
}

ul{
	list-style-type:none;
}

a span {
	display:none;
}

/*----------------------------------------------------------*/
/* リンク色設定 */
a:link , a:visited {
	color:#0B3069;
	text-decoration: underline;
}
a:active , a:hover {
	color:#006DF2;
	text-decoration: none;
}
/*----------------------------------------------------------*/
/* 基本設定 */
*{
	margin:0;
	padding:0;
}

/* IE6,IE7*/
HTML>/**/BODY{
/*	font-family:"MS Gothic","ＭＳ ゴシック",sans-serif;*/
	font-size: 13px;
}

/*----------------------------------------------------------*/
/* クリア設定 */
.clear:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clear{display:inline-table;}
/* \*/
* html .clear{height:1%;}
.clear{display:block;}
/* */

/* reset element */
.reset{
	display:block;
	clear:both;
	width:100px;
	height:26px !important;
	font-size:1%;
	background:none !important;
	text-align: right;
/*	overflow:hidden;*/
}
html>body .reset{overflow:visible;}

/*----------------------------------------------------------*/
.hidden{
	display:none;
}

#results{
	padding:0 0 20px 0;
}

.text{
	padding:0 0 10px 15px;
	background:url(/common/images/arrow.gif) no-repeat 5px 5px;
	color:#0D306A;
}

#results .illust_box{
	border-bottom:#cccccc 1px dashed;
	clear:both;
	padding:15px 10px 5px 0;
	overflow:hidden;
	background-color:#FFFAF3;
}

#results_box{
    border:solid 6px #E3E6EB;
	width:558px;
	overflow:hidden;
	background:url(/common/images/result_box_bg.gif) repeat-y 0 0;
	margin:0 0 10px;
	}
	
#results_box dl{
    padding:6px;
    width:174px;
	float:left;
    }	
	
#results_box dl.right{
    padding:6px;
    width:174px;
	float:left;
	background:none;
    }	
	
#results_box dt{
    margin:0 0 6px 0;
    height:140px;
	width:174px;
    }
	
#results_box dt.bottom{
	margin:0 !important;
	}
	
#results_box dt.line{
	margin:0 !important;
	padding-bottom:0 !important;
	background:url(/common/images/result_box_bg_x.gif) repeat-x 0 100%;
	}
	
dd.name{
	line-height:1.6em;
	font-weight:bold;
	margin-top:10px;
	padding-top:5px;
	border-top:2px solid #4884FE;
    }
	
dd.in_box{
	line-height:1.6em;}
	
dd.content{
    clear:both;
	line-height:1.6em;}



