@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	font:14px Calibri,sans-serif;
	color:#333;
	background:#fff url(images/bg.gif) repeat-x top;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

#main {
	margin:auto;
	padding:0;
	width:931px;
	background:url(images/bg_main.png) repeat-y;
}

/*--Header--*/

#header {
	margin:auto;
	width:913px;
	height:146px;
	overflow:hidden;
	background:url(images/bg_header01.gif) repeat-x;
}

#header_layer02 {
	margin:8px 0 0 0;
	height:125px;
	width:913px;
	background:url(images/bg_header02.gif) no-repeat 29.5em 0em;
	overflow:hidden;
}

#header_ct {
	width:998px;
	overflow:hidden;
}

#logo {
	float:left;
	padding:37px 0 0 26px;
}

#sub_navi {
	padding:6px 2px 0 0;
	float:right;
}

#sub_navi_ct {
	float:right;
	background:url(images/top_navi_bg.png) repeat-x;
	height:90px;
	padding:10px 0 0 0;
	width:356px;
	overflow:hidden;
	text-align:center;
}

#sub_navi_ct a {
	padding:0 2px;
	color:#090909;
	text-decoration:none;
}

#sub_navi_ct a:hover {
	color:#029502;
	text-decoration:underline;
}

#sub_navi_ct a.highlight {
	color:#029502;
	text-decoration:underline;
}

/*--Navigation--*/

#navigation {
	margin:auto;
	background:url(images/bg_navigation.jpg) repeat-x;
	height:39px;
	width:913px;
	overflow:hidden;
}

#navigation a {
	padding:11px 0 0 0;
	float:left;
	width:181px;
	height:28px;
	overflow:hidden;
	text-align:center;
}

#navigation a:hover {
	padding:11px 0 0 0;
	background:url(images/bg_navi_hover.jpg) repeat-x;
	float:left;
	width:181px;
	height:28px;
	overflow:hidden;
}

#navigation a.highlight {
	padding:11px 0 0 0;
	background:url(images/bg_navi_hover.jpg) repeat-x;
	float:left;
	width:181px;
	height:28px;
	overflow:hidden;
}

#line_navi {
	float:left;
}

#navigation_img {
	margin:auto;
	width:913px;
}

#navigation_img a {
	margin:0 3px 0 0px;
	float:left;
	width:180px;
	overflow:hidden;
	text-align:center;
	background:#FFFFFF;
}

#navigation_img a img {
	border:1px solid #eeeeee;
}

#line01 {
	margin:auto;
	width:913px;
	background:url(images/bg_line01.jpg) repeat-x;
	height:8px;
	overflow:hidden;
}

/*--Whole Body--*/

#whole_body {
	margin:auto;
	width:913px;
	background:url(images/bg_body.gif) repeat;
}

#welcome {
	padding:20px 30px 10px 30px;
	font-size:17px;
	color:#000000;
}

#welcome h1 {
        font-size:23px;
        color:#0000fe;
}

#welcome h2 {
	font-size:21px;
	color:#f6b900;
	text-align:center;
}

#dotline {
	margin:0 0 10px 0;
	height:1px;
	background:url(images/bg_dotline.png) repeat-x;
	overflow:hidden;
}

#welcome p {
	padding:0 0 10px 0;
}

#flag {
	padding:0 30px;
}

#flag_ct {
	float:right;
}

#flag_ct a {
	float:left;
	color:#000000;
	text-align:center;
	text-decoration:none;
	padding:0 10px;
}

#flag_ct a:hover {
	color:#029502;
}

/*--Footer--*/

#footer {
	margin:auto;
	margin-top:15px;
	width:913px;
	background:#fff url(images/bg_footer.jpg) repeat-x;
	color:#000;
	text-align:center;
}

#footer_ct {
	padding:20px;
}

#footer_ct a {
	padding:0 2px;
	color:#090909;
	text-decoration:none;
}

#footer_ct a:hover {
	color:#029502;
	text-decoration:underline;
}

#footer_ct a.highlight {
	color:#029502;
	text-decoration:underline;
}

#add {
	margin:10px 0 0 0;
	text-align:center;
}
