@charset "utf-8";

@import "reset.css";
@import "screen.css";
@import "common.css";
@import "sori.css";

/*----------------------------------------------------------------------------
******************************************************************************
Index
******************************************************************************
----------------------------------------------------------------------------*/
.marB05{margin-bottom:5px;}
.marB10{margin-bottom:10px;}
.marB15{margin-bottom:15px;}
.marB20{margin-bottom:20px;}
.marB25{margin-bottom:25px;}

.strong{font-weight:bold;}

span {color: #c72f00;}

/*----------------------------------------------------------------------------
******************************************************************************
Title
******************************************************************************
----------------------------------------------------------------------------*/
h2{font-size:1%; line-height:0.1;}

h3{margin-bottom:10px;}

h4{margin-bottom:10px;}


/*----------------------------------------------------------------------------
******************************************************************************
Box
******************************************************************************
----------------------------------------------------------------------------*/
#Main{
	padding:17px 0 0 0;
	background:url(../idx_img/main_imgbg.jpg) 0 0 no-repeat;}

#idxBoxT{
	width:583px;
	margin-top:2px;
	padding:34px 0 0 14px;
	background:url(../idx_img/idx_boxbg.jpg) 0 0 no-repeat; padding-bottom:20px;}

#idxBoxB{background:url(../idx_img/idx_boxbg01.gif) 0 0 repeat-y; margin-bottom:21px;}

#idxBoxT p{width:381px; padding-left:7px; font-size:75%;}

div.conBox{
	width:575px;
	margin-bottom:5px;
	border-bottom:#d7d7d7 1px solid;}

div.conBoxB{
	width:575px;
	margin-bottom:5px;}

div.conBox p,div.conBoxB p{width:126px; float:left; margin-right:25px;}

div.conBox dl,div.conBoxB dl{width:424px; float:left; padding:16px 0 20px 0;}

div.conBox dl dt,div.conBoxB dl dt{
	font-weight:bold;
	padding-left:20px;
	margin-bottom:12px;
	background:url(../idx_img/idx_ttl_icon.gif) 0 0 no-repeat;}

div.conBox dl dd,div.conBoxB dl dd{font-size:75%;}

