@charset "utf-8";

/*全体
--------------------------------------------------*/
h2 {
	text-align:left;
	font-size: 1.3em;
	padding:5px;
	padding-left:20px;
	margin:0px;
	border-left-style:solid;
	border-left-width:8px;
	border-left-color:#FF6600;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#FF6600;
}
h3 {
    text-align:left;
	font-size: 1.3em;
	padding:5px;
	padding-left:40px;
	margin:10px auto 10px auto;
	margin-top:30px;
	margin-bottom:10px;
	background-image:url(../images/ie.gif);
	background-repeat:no-repeat;
}

/*コンテンツ
--------------------------------------------------*/
#contents {
    clear:both;
	width: 900px;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}
#contents .margin01 {
    margin-left:20px;
    margin-right:20px;
}
#contents .box01 {
    clear:both;
	text-align:left;
	margin:0px;
	margin-left:50px;
	margin-right:50px;
	padding:0px;
}
#contents .box02 {
    clear:both;
	text-align:left;
	margin:10px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:10px;
	margin-top:10px;
	padding:0px;
}

#contents .line01 {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:30px;
	margin-right:30px;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:#999999;
}
#contents .line02 {
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#999999;
	padding:7px;
}
#contents .line03 {
	border-right-style:dashed;
	border-right-width:1px;
	border-right-color:#999999;
}
#contents .line04 {
	border-right-style:dotted;
	border-right-width:1px;
	border-right-color:#999999;
}
#contents .line05 {
	border-top-style:dotted;
	border-top-width:1px;
	border-top-color:#999999;
}
#contents .bg01 {
    background-color:#FFF0B0;
}
#contents .bg02 {
    background-color:#FF9900;
}
#contents .bg03 {
    background-color:#FFcc33;
}
#contents .bg04 {
    background-color:#FFFFEE;
}
#contents .text_red {
    color:#CC3300;
	font-weight:bold;

}
#contents .tb {
    margin:20px auto 10px auto;
    border-bottom: solid 1px #999999;

}
