#img_bg {
	float:left;
	width:100%;
	height:202px;
	background-image: url(../images/sub/img_bg.gif);
	background-repeat: repeat-x ;
	margin-bottom: 30px;
	text-align: center;
}
#image {
	width:900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
        margin-top: 2px;
}
#content_area {
	width:800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#content {
	float:left;
	width:800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#concept {
	width:800px;
	height:1192px;
	background-image: url(../images/sub/concept.gif);
	background-repeat: no-repeat ;
}
#hygiene {
	width:800px;
	height:1414px;
	background-image: url(../images/sub/hygiene.jpg);
	background-repeat: no-repeat ;
}
#support {
	width:800px;
	height:1367px;
	background-image: url(../images/sub/support.jpg);
	background-repeat: no-repeat ;
}
#concept h2,#concept h3,#concept h4,#concept p,#hygiene h2,#hygiene h3,#hygiene h4,#hygiene h5,#hygiene p, #hygiene ul,#support h2,#support h3,#support h4,#support p,#mission h2,#mission h3,#mission p,#outline h2,#outline h3,#outline p{
	display: block;
	overflow: hidden;
	height: 0px;
}
#mission {
	width:800px;
	height:673px;
	background-image: url(../images/sub/mission.gif);
	background-repeat: no-repeat ;
}
table {
	border-collapse: collapse;
	width:100%;  
}
th {
	width:143px;  
        background: #f0f4f9;
        border-top: #003f97 1px solid;
        border-bottom: #003f97 1px solid;
        border-right: #003f97 1px dotted;
        vertical-align: top;
        text-align: left;
        padding-left: 25px;
        padding-top: 13px;
        padding-bottom: 13px;
        font-weight: normal;
}
td {
        border-top: #003f97 1px solid;
        border-bottom: #003f97 1px solid;
        text-align: left;
        padding-left: 25px;
        padding-top: 13px;
        padding-bottom: 13px;
}
#outline {
	width:800px;
	height:435px;
	background-image: url(../images/sub/outline.gif);
	background-repeat: no-repeat ;
}
input.w290 {
	border: 1px solid #b5b5b5; 
	width:290px;
	height:20px;
}
input.w88 {
	border: 1px solid #b5b5b5; 
	width:88px;
	height:20px;
}
textarea {
	border: 1px solid #b5b5b5; 
	width:430px;
	height:200px;
}
.submit{
        margin-left: 170px;
        margin-top: 15px;
}
.red{
	color: #c00;
}
.f14{
	font-size: 14px;
}
.mb30{
        margin-bottom: 30px;
}