.hidden {
display: none;
}

a:link {
	color: #3886E0;
}

a:hover {
	text-decoration: underline;
	color: #990000;
}

a:visited {
	color: #3886E0;
}

*
{
	font-size: 14px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	vertical-align: middle;
	border: 0px;
}

body
{
	color: #666666;
	background: #24304a url(img/bg.jpg) repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#main
{
	margin: 0 auto;
	width: 798px;
	background: url(images/back_all.gif) repeat-y center;
	margin-top: 50px;
	margin-bottom: 50px;
}

#header
{
	width: 790px;
	margin: 0 auto;
	height: 510px;
	background: url(images/header.jpg) no-repeat center bottom;

}

#logo
{
	padding-left: 20px;
	padding-top: 10px;

}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bolder;
}


#logo H2 a
{
font-size: 10px;
}

#buttons
{
	padding-top: 4px;
	height: 108px;
	width: 790px;
}

#buttons li {
	display: inline;
}

#buttons a {
	display: block;
	float: left;
	width: 135px;
	height: 36px;
	background: url(images/button.gif) no-repeat;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding-top: 15px;
	margin-right: 14px;
	margin-left: auto;
	clear: none;

}

#buttons a:hover {
	width: 135px;
    height: 36px;
	background: #FFFFFF url(images/button_r.gif) no-repeat;
}

#content
{
	width: 760px;
	margin: 0 auto;
	padding: 20px;
}

#left
{
	width: 470px;
	padding: 10px;
	margin-left: 5px;
}

#left H1
{
	color: #033B80;
	margin: 0;
	padding: 0;
	font-size: 24px;
}
#left H2
{
color: #033B80;
margin: 0;
padding: 0;
font-size: 18px;
padding-top: 10px;
}

#left a
{
 color: #3886E0;
}

#left a:hover {
	text-decoration: none;
	color: #990000;
}

#left a:visited {
	color: #3886E0;
}

#right
{
float: right;
width: 254px;
}

#sidebar 
{
width: 254px;
}

#sidebar ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li 
{
	margin-bottom: 15px;
}

#sidebar li ul {
	padding: 12px;
	border-top: none;
	font-size: 16px;
	font-weight: bold;
}

#sidebar li li {
	margin: 0;
	padding: 3px 0;
}


#sidebar li h2 {
	height: 36px;
	margin: 0;
	padding: 15px 0 0 20px;
	background: url(images/title.jpg) no-repeat;
	font-size: 14px;
	color: #ffffff;
}

#sidebar a:link {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #000066;
}

#sidebar a:visited {
	text-decoration: none;
}

#sidebar li a {
	padding-left: 10px;
	background: url(images/img09.gif) no-repeat 1px 6px;
}

#footer
{
	background: url(images/footer.gif) repeat-x;
	height: 67px;
	width: 788px;
	margin: 0 auto;
	font-size: 10px;
	color: #ffffff;
	padding-top: 5px;
	text-align: center;
	border-top: 4px solid #296FC0;
}

#footer a
{
color: #ffffff;
font-size: 10px;
text-decoration: none;
}

.padding
{
padding: 10px;
color:#FF0000;
font-weight: bold;
}

.style2 {
	font-size: 14px
}

.style3 {
	font-size: 16px;
	font-weight: bold;
}

.style3 a:hover {
	text-decoration: underline;
	color: #FF0000;
}

.style4 {font-size: 16px}


.style5 {
	font-size: 12px
}

#myContent h2 {
     font-family : "ＭＳ Ｐゴシック", "Osaka－等幅", "ヒラギノ角ゴ Pro W3";
	 font-weight: bolder;
	 text-align:center;
	 font-size:14px	 
}

#myContent {
     font-family : "ＭＳ Ｐゴシック", "Osaka－等幅", "ヒラギノ角ゴ Pro W3";
	 list-style : none;
	 padding : 10px 10px 5px 10px;
}	 

#easyscroll{
	background:#eee;
	margin:1em 0;
	/* add additional styling */
	}	

	/* easyscroll navigation buttons */	

	#easyscrollnav, #easyscrollnav li{
		height:28px;
		line-height:28px;
		margin:0;	
		padding:0;
		}	
	#easyscrollnav{
		margin:1em 0;	
		}			
	#easyscrollnav li{
		list-style:none;
		float:left;
		background:#eee;
		margin-right:10px;		
		padding:0 10px;
		color:#333;
		cursor:pointer;
		}					
	#easyscrollnav li.over{
		color:#999;
		text-decoration:underline;
		}
		
	#loader { border:1px solid #FC0;}			
