@charset "UTF-8";

/* CSS Document */

/* BASE CONFIG */
form {
	margin: 0;
	padding: 0;
	}

img {
	border: 0;
	}
	
body {
	margin: 0;
	border: 0;
	padding: 0;
	color: #333;
	text-align: left;
	font-size: 90%;
	font-family: "Verdana", sans-serif, 'MS PGothic', 'Hiragino Kaku Gothic Pro W3';
	background: #fff url("../images/bg_main.jpg") top center repeat-x;
	}

a:link {
	color: #36c;
	text-decoration: underline;
	}
a:visited {
	color: #36c;
	text-decoration: underline;
	}
a:active {
	color: #030;
	text-decoration: underline;
	}
a:hover {
	color: #c63;
	text-decoration: underline;
	}


h1, h2, h3, h4 ,h5, {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}
	
h1 {
	font-size: 115%;
	}
h2 {
	font-size: 100%;
	}
h3 {
	font-size: 95%;
	}
h4 {
	font-size: 90%;
	}
h5 {
	font-size: 150%;
	}

.style1 {
	color: #ed9646;
	}
.style2 {
	color: #f00;
	}
.style3 {
	color: #fff;
	}
.style4 {
	color: #06c;
	}
.style5 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	clip: rect(auto,auto,auto,auto);
	margin: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}


/* HEADER */
#header {
	width: 798px;
	height:254px;
	margin: 0;
	padding: 0;
	text-align: left;
	}
	#header h1 {
		padding: 0;
		margin: 0;
		text-indent:-5555px;
		}

/* BODY */
#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #333;
	width: 798px;
	}

#mainunit {
	clear: both;
	width: 798px;
	padding: 0;
	margin: 0;
	text-align: center;
	overflow: hidden;
	background: #fff url("../images/bg_body.gif") top repeat-y;
	}


/* FOOTER */
#footer {
	width: 798px;
	height:31px;
	clear: both;
	margin: 0 0 30px 0;
	padding: 0;
	background: #fff url("../images/bg_footer.gif") top no-repeat;
	}




#infrm {
	clear: both;
	width: 742px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	overflow: hidden;
	}
	#infrm01 {
		width: 742px;
		height:31px;
		clear: both;
		margin: 0;
		padding: 0;
		background: #fff url("../images/frm_inplt01.gif") top no-repeat;
		}
	#infrm02 {
		width: 742px;
		clear: both;
		margin: 0;
		padding: 0;
		background: #fff url("../images/frm_inplt02.gif") top repeat-y;
		}
	#infrm03 {
		width: 742px;
		height:26px;
		clear: both;
		margin: 0;
		padding: 0;
		background: #fff url("../images/frm_inplt03.gif") top no-repeat;
		}

.el {
	clear: both;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	overflow: hidden;
	}
	
	
.outline {
	margin: 0 0 10px 0;
	padding: 0;
	border:0;
	}
	.outline table {
		text-align: left;
		width: 100%;
		font-size: 90%;
		border-collapse: separate;
		border-spacing: inherit;
		background-color: #ccc;
		}
	.outline th{
		padding: 2px 0 2px 7px;
		vertical-align:top;
		background-color: #eceff0;
		border-bottom:1px solid #a0c7db;
		}
	.outline td {
		padding: 4px 17px 10px 10px;
		background-color: #fff;
		border-bottom:1px solid #a0c7db;
		}
	.outline h3 {
		margin: 5px 0 1px 0;
		}

.enhance {
		color:#000;
		font-weight:bold;
		font-size:105%;
		}

.enhance2 {
	color:#ffffff;
	font-weight:bold;
	font-size:105%;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #00CCCC;
		}
.blue_ber_box2 {
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #B5CDFF;
	padding-left: 2px;
	margin: auto;
}

/* FLOAT CLEAR*/
span.clear {
	margin: 0;
	padding: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	display: block;
	clear: both;
	}

	
