@charset "utf-8";
body  {
/*	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;*/
    font-family: verdana,'trebuchet ms',sans-serif;
	background: #565D6E;
	background-image: url(images/background.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	color:#707277;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1 {
	font-size:1.6em;
	color:#069;
/*	color:#7c1a0f*/
/*	color:#360; */
	margin:3px 0 10px 0;
	font-weight:bold;
} 
h2 {
	font-size:1.4em;
	color:#069;
	margin:3px 0 8px 0;
	font-weight:bold;
} 
h3 {
	font-size:1.2em;
	color:#069;
	margin:3px 0 6px 0;
	font-weight:bold;
}
h4 {
	font-size:1.0em;
	color:#036;
	margin:3px 0 5px 5px;
}
h5 {
	font-size:0.8em;
	color:#036;
	margin:3px 0 5px 5px;
}

p	{
	margin:0 5px 5px 5px;
	color:#000;
	}

ul	{
	margin:5px 0 5px 0;
	color:#000
	}


#container { 
	width: 1020px;
	margin: 0 auto;
	padding:0;
	text-align: left;
} 

#header {
	background-image:url(images/background_header.png);
	height:59px;
	position:relative;
	width:1020px;
}

#main {
	background-image:url(images/background_main.png);
	background-position:left top;
	background-repeat:repeat;
	height:auto !important;
	margin:0;
	padding:0 30px 0 32px;
}

#sidebar {
	float: right;
	width: 200px;
	background: #FFFFFF;
	padding: 20px 0px 10px 10px;
}

#sidebartitle {
	border:1px solid #7c1a0f;
	background: #fff;
	color:#7c1a0f;
	margin-left:0px;
	padding:5px 0 5px 5px;
	font-size:small;
	font-weight:bold;
	}

#sidebarbody {
	border-bottom:1px dotted #7c1a0f;
	border-left:1px dotted #7c1a0f;
	border-right:1px dotted #7c1a0f;
	margin:0 0 15px 0;
	padding:5px 5px 5px 5px;
	font-size:small;
}


#maincontent { 
	margin: 20px 220px 0 10px;
}

#separator {
	border-bottom:1px dotted #069;
	margin:5px 10px 10px 0;
}

#footer {
	color:#FFF;
	text-align: center;
	font-size: xx-small;
	border-top:1px dotted #069;
	} 

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



#topimage {
width:960px;
height:181px;
margin:0 auto;
position:relative;
}
#topimage object {
 position:absolute;
top:0;
left:0;
z-index:0;
}
#topimage .overlay {
position:absolute;
top:30px;
left:400px;
margin:0;
z-index:5;
width:600px;
}



/******************************
   Navigation
******************************/

#nav ul
{
	padding: 0;
	margin: 10px 0 0 0;
	background-color: #333;
/*	background-color: #aaa;*/
	color: White;
	float: left;
	width: 960px;
 	font-family: arial, helvetica, sans-serif;
	font-size:small;
	line-height:20px;
}

#nav ul, #nav li
{
	display: inline;
	}

#nav a:link, #nav a:visited
{
	padding: 0.2em 1em;
	background-color: #333;
	color: White;
	text-decoration: none;
	float: left;
	border-bottom: 2px solid #333;
	border-right: 1px solid #fff;
}

#nav a:hover, #nav a:link#current, #nav a:visited#current
{
	background-color: #333;
	border-bottom: 2px solid #F44;
	color: #F44;
/*	color: #7c1a0f;*/
}
