@charset "utf-8";
/* CSS Document */

/* Last Updated */
/*************************************************************/
/*
 *  September 15, 2009
 *
 */
 
 /* reset
--------------------------------------------------*/
body,h1,h2,h3,h4,h5,h6,p,form,fieldset {margin:0;padding:0;}
.low {display:none;}

/* body
--------------------------------------------------*/
body {
	margin:0;
	padding:0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ＭＳ ゴシック", Gothic, sans-serif; 
	font-size: 12px; 
	line-height:13pt; 
	color: #333333;
	text-align:center;
}

body, td, th { 
	font-family: "ＭＳ Ｐゴシック", Osaka, "ＭＳ ゴシック", Gothic, sans-serif; 
	font-size: 12px; 
	line-height:13pt; 
	color: #333333 
}

.font12 { 
	font-family: "ＭＳ Ｐゴシック", Osaka, "ＭＳ ゴシック", Gothic, sans-serif; 
	font-size: 12px; 
	color: #333333 
}
.font10 { 
	font-family: "ＭＳ Ｐゴシック", Osaka, "ＭＳ ゴシック", Gothic, sans-serif; 
	font-size: 10px; 
	color: #333333 
}
.copyright {  
	font-family: "Verdana", "Helvetica", "Arial", "sans-serif"; 
	font-size: 9px;
	color: #5e8e95;
	text-align:center;
}
A:link    { 
	color: #003366; 
	text-decoration: none 
}
A:visited { 
	color: #003366; 
	text-decoration: none 
}
A:hover	{ 
	color: #003366; 
	text-decoration: underline 
}
A:active  { 
	color: #003366; 
	text-decoration: none 
}

/* paragraphs, lists, etc
--------------------------------------------------*/
p {
  margin:0;
  padding:0 0 18px 0;
}


/* container
--------------------------------------------------*/ 
#container {
	/*width:823px;*/
	/*width:800px;*/ 
	margin:0 auto; 
	text-align:left; 
	background:#FFF;
}


/* header
--------------------------------------------------*/
#header {
	text-align:center;
	border-bottom:solid 1px #9CCFCE;
}

#top_image{
	margin:10px auto;
}

/* content
--------------------------------------------------*/
#contents {
	width:760px;
	margin:10px auto;
} 

#left_column { 
	float:left; 
	width:180px;
	/*margin-top:10px;*/
}

#right_column { 
	float:right;
	width:565px;
	/*width:620px;*/
	margin-top:10px;
}


/* footer
--------------------------------------------------*/
#footer{
	margin-top:4px;
	margin-bottom: 10px;
	color: #5e8e95;
	font-size:0.9em;
	/*font-size:10px;*/
	text-align:center;
}

.clear { 
	clear:both; 
}
  
.clear hr { 
	display:none; 
}




/* Menu
--------------------------------------------------*/
	
#menu {
	width: 155px;
	margin: 10px 10px 20px 10px;
	border-style: solid solid none solid;
	border-color: #9CCFCE;
	/*border-color: #BCD2E6;*/
	border-size: 1px;
	border-width: 1px;
	}
	
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}	
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	font-size:10px;
	font-weight:600;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #56A3B0;
	/*color: #8BADCF;*/
	display: block;
	background:  url(images/menu3.gif);
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #83A8AE;
	/*color: #627EB7;*/
	background:  url(images/menu3.gif) 0 -32px;
	padding: 8px 0 0 10px;
}


/* links
--------------------------------------------------*/	
#links{
	width: 150px;
	margin: 10px;
}

#links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#links a {
	height: 17px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	font-size:12px;
	font-weight:600;
	vertical-align: top;
}

#links a:link, #links a:visited {
	color: #56A3B0;
	/*color: #8BADCF;*/
	/*display: block;*/
	/*background:  url(images/menu3.gif);*/
	padding: 8px 0 0 10px;
}

#links a:hover {
	color: #83A8AE;
	/*color: #627EB7;*/
	/*background:  url(images/menu3.gif) 0 -32px;*/
	padding: 8px 0 0 10px;
}

/* button
--------------------------------------------------*/
a.button
{
	background: transparent url('images/menu3.gif') no-repeat scroll top right;
	color: #56A3B0;
	display: block;
	float: right;
	font: bolder 12px arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	border-style: solid;
	border-color: #9CCFCE;
	border-size: 1px;
	border-width: 1px;
}
a.button:active
{
	background-position: bottom right;
	color: #83A8AE;
	outline: none; /* hide dotted outline in Firefox */
}
a.button span
{
	background: transparent url('images/menu3.gif') no-repeat;
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 18px;
}
a.button:active span
{
	background-position: bottom left;
	padding: 6px 0 4px 18px; /* push text down 1px */
}