@charset "shift_jis";

/*********************************
 *
 * business
 *
 *********************************/

/* h4 */
h4 {padding-bottom:3px; border-bottom:1px solid #1c5b99; color:#1c5b99; font-size:114%; font-weight:bold;}

/* list1 */
ol.list1 {list-style-type:decimal;}
	ol.list1 li {margin:0 0 3px 2em;}

/* list2 */
dl.list2 {overflow:hidden; clear:both;}
	dl.list2 dt {float:left; display:inline; width:4em; padding:3px 0; font-weight:bold;}
	dl.list2 dd {margin-left:4em; padding:3px 0;}

/* list3 */
dl.list3 {overflow:hidden; clear:both;}
	dl.list3 dt {float:left; display:inline; width:12em; padding:3px 0; font-weight:bold;}
	dl.list3 dd {margin-left:12em; padding:3px 0;}

/* list4 */
ul.list4 {margin:1em 0 0 1em;}

/* list5 */
ol.list5 {padding:1em 1.5em; background:#fdfcf4; border:1px solid #ddd;}

/* tbl1 */
table.tbl1 {border-top:1px solid #ddd;}
	table.tbl1 th, table.tbl1 td {padding:1em 0 1em 1em; border-bottom:1px solid #ddd; line-height:1.4;}
	table.tbl1 th {width:50px; background:#f7f7f7; font-weight:bold;}

/* box */
#contents .box {padding:1.5em; background:#fdfcf4; border:1px solid #ddd; line-height:1.6;}
	#contents .box a {font-size:10px;}