/***** globals *****/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #333333 url(../image_main/bg_main.png) repeat-y center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	padding: 10px 0 5px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #0078A2;
}
h2 {
	padding: 10px 0 5px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #40B1FD;
}

/***** topbar *****/
#topbar {
	width: 622px;
	height: 118px;
	margin: 0 auto;
}

/***** nav *****/
#nav {
	width: 601px;
	margin: 0 auto;
	padding: 0 9px 1px 10px;
	background: #FFFFFF;
	border-right: 1px solid #0F6BA4;
	border-left: 1px solid #0F6BA4;
	text-align: center;
}
	#nav img {
		float: left;
		display: inline;
		margin: 0 1px 0 0;
		border: none;
	}

	#nav:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

/***** copy *****/
#copy {
	width: 620px;
	margin: 0 auto;
	background: #FFFFFF;
	border-right: 1px solid #0F6BA4;
	border-left: 1px solid #0F6BA4;
}
#copy:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	#copy p {
		padding: 0 10px 10px 10px;
	}
		#copy p img {
			float: left;
			margin: 0 5px 0 0;
		}
/***** left bar *****/
#leftbar {
	float: left;
	width: 211px;
	line-height: 1.5em;
	background: #FFFFFF url(../image_main/left_bg.png) no-repeat;
	font-size: 10px;
}
#sidebarSub {
	margin: 10px 0 0 0;
	text-align: center;
}
#sidebarSub img {
	margin: 0 auto;
	display: block;
}
.sidebarSub01, .sidebarSub02 {
	width: 170px;
	margin: 0 auto;
	background: url(../image_main/pageheadline_01_bg.jpg) repeat-y;
}
.sidebarSub01 ul {
	padding: 10px 5px 10px 5px;
	text-align: left;
}
.sidebarSub01 li {
	margin: 0 0 0 20px;
}
.sidebarSub02 img {
	float: left;
	display: block;
	border: 0;
}
.sidebarSub02:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/***** main text *****/
#maintext {
	float: right;
	width: 409px;
	line-height: 1.5em;
}
#maintext form p {
	margin: 0 10px 0 10px;
	padding: 5px 0 5px 0;
	border-top: 1px dashed #666666;
}
#maintext label {
	float: left;
	width: 100px;
}
#maintext textarea {
	width: 150px;
}
#maintext ul {
	margin: 0 0 10px 15px;
	text-align: left;
	list-style: none;
}
#maintext li {
	background: url(../image_main/bullet.png) no-repeat 0 50%;
	padding: 0 0 0 15px;
}
/***** bottom bar *****/
#bottombar {
	width: 622px;
	height: 20px;
	margin: 0 auto;
	background: url(../image_main/bottombar.jpg);
}
	#bottombar p {
		padding: 5px 10px 0 0;
		font-size: 10px;
		color: #FFFFFF;
		text-align: right;
	}
	
/***** bottom nav *****/
#bottomnav {
	width: 600px;
	margin: 10px auto;
	text-align: center;
	color: #FFFFFF;
}
	#bottomnav p {
		padding: 0 0 10px 0;
	}
	#bottomnav a {
		text-decoration: none;
		color: #FFFFFF;
	}
	#bottomnav a:hover {
		text-decoration: underline;
	}
/***** error *****/
.error {
	color: #D70000;
}