@charset "utf-8";
@import url(../common/default.css);
@import url(../common/layout.css);
@import url(../header/header.css);
@import url(../footer/footer.css);

.box p{
	line-height:140% ;
	}
h3{
	margin: 0 0 0.5em 0 ;
	background:#fff;
	color:#960 ;
	font-size:medium;
	padding:0;
	}	
.form_tbl{
	margin-left:10px;
	}
.form_tbl th{
	width:10em;
	text-align:left;
	}
.form_const{
	width:180px;
	float:right;
	}
.strong{
font-size:larger;
font-weight:bolder;
}
.caption{
font-size:smaller;
}
.mid img{
	vertical-align:middle;
	margin-right:1em;
}
	
/* contentsのスタイル */	
#contents{
	width:600px;
	margin:1em 20px;
	}
#contents p{
	margin:0;
	padding:0;
}
#contents ul{
	margin:0;
	padding:0;
}

#contents li{
	list-style:none;
	margin:0;
	padding:0;
	}
#contents .f_right_t{
	width:380px;
	float:right;
	margin-bottom:0.5em;
	}
.color_line{
	clear:both;
	}
.color_line hr{
	height:3px;
	color:#06c ;
	background:#06c ;
	border:none;
	}
.f_right{
	float:right;
	}
.f_left{
	float:left;
	}
	
/* 段組に関係のないcontents内の共通スタイル */	
#contents dt{
	padding:0.4em 0.5em 0.3em 9px;
	background:#666;
	color:#fff;
	font-size:medium;
	font-weight:bold;
	text-align:center;
	}

/* 1段の場合の設定 */
.column1{
	margin-bottom:1em ;
	border:1px #333 solid ;
	}
.column1 p, .column1 ul{
	margin:0.5em 10px;
	}
	
/* 2段組部分の設定 */
.column2 p, .column2 ul{
	margin:0.5em 10px;
	}
.column2 .column_l{
	width:290px ;
	float:left ;
	margin-bottom:1em ;
	border:1px #333 solid ;
	}
.column2 .column_r{
	width:290px;
	float:right;
	margin-bottom:1em ;
	border:1px #333 solid ;
	}
