/* CSS Document */

/*cssスタイルパーツ */

/*div*/
#div_style_A{
	border:#FFA500 solid 1px;
	border-collapse:collapse;
	background-color: #FFEFD5;
	}
#div_style_B{
	border:#FFA500 solid 1px;
	border-collapse:collapse;
	background-color: #FFEFD5;
	width: 300px;
	}
/*table*/
#tbl_setA{
	border:#FFA500 solid 1px;
	border-collapse:collapse;
	margin:0;
	}
#tbl_setA th{
	border:#FFA500 solid 1px;
	/*background:url(../img/bg_th_a.gif);*/
	padding:6px;
	color:#003333;
	text-align:center;
	}
#tbl_setA td{
	border:#FFA500 solid 1px;
	padding:6px;
	}

/***nomalのページ***/
#nomal_page{}
#nomal_page h3{
	background:url(../img/bg_h2.jpg) no-repeat;
	font-size:18px;
	line-height:42px;
	height:42px;
	color:#333333;
	font-weight:normal;
	vertical-align:bottom;
	text-indent:20px;
	}
#nomal_page h4{ font-size:110%;
	line-height:1.0em;
	vertical-align:top;
	margin:20px 0 0 0;
	color:#003333;
	border:solid #003333;
	border-width:0 0 0 5px;
	}
#nomal_page h5{
	font-size:100%;
	line-height:1.0em;
	vertical-align:top;
	margin:14px 0 0 0;
	color:#006666;
	}
#nomal_page div.typeA{
	}
#nomal_page div.typeA p{
	margin:2px 0 16px 0;
	line-height:200%;
	}
#nomal_page div.typeB{
	zoom:100%;
	}
#nomal_page div.typeB:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#nomal_page div.typeB p{
	margin:2px 0 16px 0;
	line-height:200%;
	}
#nomal_page div.typeB div.left{
	float:left;
	width:370px;
	}
#nomal_page div.typeB div.right{
	float:right;
	width:370px;
	margin:0 0 0 20px;
	}

#other_page p.margin_none{ margin:0;}
#other_page p{ margin:6px 0 0 0;}

