@charset "UTF-8";

/* h2 */
#contents h2 {
	border-bottom:2px solid #6FA4D6;
	border-top:2px solid #F69A9F;
	padding:5px 0 0;
}

/*section*/
#contents section  { margin-bottom:15px; }
#contents section div { padding:10px; }
#contents section p   { margin: 15px 0 0 0; }

#contents .column1 { clear:both; height:350px; }
#contents .column2 { width:465px; }

#contents .column1 div { width:465px; float:left; }

#contents .blue { background:#d7e7f6; border:10px solid #89b9e7; }
#contents .pink { background:#fbe1e4; border:10px solid #f4a0ad; }

#contents .blue h4 { background:#5c94cd; }
#contents .pink h4 { background:#f4868f; }

#contents section h3 { font-size:140%; padding-bottom:10px; border-bottom:1px solid #FFF; }
#contents section h4 { border-radius:10px; padding:2px 10px; color:#FFF; margin:15px 0 5px; clear:both; }
#contents section h5 { font-weight:bold; margin: 15px 0 0 0; }

.sml { font-size:70%; }

/**/
#sigengomi div img { margin-top:10px; }


/* column1 リスト・表示 */
.column1 ul{
	list-style:outside;
	padding-left:1em;
    margin: 15px 0 0 0;
}
.column1 li{ margin: 5px 0 0 0; }

/* 行間調整 */
#contents .inner p {
    line-height: 1.7em;
}

/* pagetop */
.pagetop { padding-top:5px; }