@charset "UTF-8";

/* Begin Structure */

body {
	margin: 0 0 20px 0;
	padding: 0;
	}
	
body { font-size: 12px; }

* html body { font-size: 100%; }

*+html body { font-size: 100%; }

#page {
	background-color:#FFFFFF;
	margin: 0 auto;
	padding: 0 0 20px 0;
	width: 800px;
	height:90%;
	border: 1px solid #959596;
	}
	
#page1 {
	background-color:#FFFFFF;
	margin: 0 auto;
	padding: 0 0 20px 0;
	width: 800px;
	height:900px;
	border: 1px solid #959596;
	}
	
#header {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	height: 70px;
	width: 800px;
	text-align:center;
	}
	
#headerimg 	{
	margin: 0;
	height: 70px;
	width: 800px;
	}
	
#submenu {
	width: 780px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align:right;
	}
	
.submenu {
	color:#999;
	font-size: 12px;
	margin: 0;
	}	

.submenu a:link {
	color: #999;
	text-decoration: none;
	}
	
.submenu a {
	color: #999;
	text-decoration: none;
	}
.submenu a:hover {
	color:#CC3366;
	text-decoration: none;
	}	
	
/* accordion menu */

#a_container {
	width: 776px;
	height:302px;
	border: #CCC solid 1px;
	margin: 0 auto;
	padding:0;
	}
/* End of accordion property */	
	
#content {
	margin:0;
	}
	
.narrowcolumn {
	float: left;
	margin: 0px;
	padding: 20px 0 0 0;
	width: 575px;
	}
	
.content_l {
	margin-left: 20px;
	font-size:12px;
	 }
	 
.widecolumn {
	float: center;
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 780px;
	}
	
.w-content {
	margin: 0 10px;
	 }
	

.width782 {
	width: 781px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	}

#navi_menu {
	padding: 0;
	margin: 0;
	text-decoration:none;
  	list-style-type:none;
	} 

#navi_menu li{
  float:left;
  display:block;
  width: 154px;
  height: 25px;
  text-align:center;
  margin: 0 1px;
}

#navi_menu li a{
  display:block;
  width:154px;
  height:25px;
  margin: 0 1px;
  text-decoration:none;
  border:none;
}

#navi_menu li a:hover{
  display:block;
  width:154px;
  height:27px;
  text-decoration:none;
  border:none;
}

/* content */

.txtindent {
	padding: 5px 15px;
	}

.small {
	font-size:90%;
	color:#444;
	}
	
.line1 {
	widthe:100%;
	height:2px;
	border-bottom: 1px dotted #CCC;
	}	

#footer {
	padding: 0;
	margin-top: 25px;
	marzin-bottom: 10px;
	margin-left: auto;
	margin-right:auto;
	width: 780px;
	clear: both;
	}
	
#footer_bar {
	width: 760px;
	height: 20px;
	background-image:url(imgs/footerbar.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 3px 10px 0 10px;
	}
	
#footer a, #footer_bar a {
	padding:0 10px;
	margin:0;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	border:none;
	}
	
#footer a:hover, #footer_bar a:hover {
	padding:0 10px;
	margin:0;
	color:#990000;
	font-weight:bold;
	text-decoration:none;
	}
	
* html #footer { font-size:14px; }

*+html #footer { font-size:14px; }
	
/* FAQ */

span.faq1 {
	color:#003366;
	border-bottom: #003366 1px dotted;
	line-height:24px;
	}

/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 0 10px;
	margin: 0 0 0 575px;
	width: 205px;
	}

#sidebar form {
	margin: 0;
	}
	
	
/* Begin Sidebar menu */

ul.smenu1 {
    width:180px;
    font-size:12px;
    padding-left:0;
    margin-left:0;
}

ul.smenu1 li{
	color:#FFFFFF;
    background-color:#FFF;
	list-style:none;
	margin-bottom:1px;
}

ul.smenu1 li a{
	width:180px;
	height:20px;
	text-decoration:none;
	color:#999999;
    background-color:#FFFFFF;
    padding:3px 5px 2px 10px;
	display:block;
	border-bottom: 1px dotted #990000;
}

ul.smenu1 li a:hover{
    text-decoration:none;
	color:#FFFFFF;
    background-color:#E4E4E4;
	border-bottom:1px dotted #990000;
}

ul.smenu2 {
    width:180px;
    font-size:12px;
    padding-left:0;
    margin-left:0;
}

ul.smenu2 li{
	color:#FFFFFF;
    background-color:#FFF;
	list-style:none;
	margin-bottom:1px;
}

ul.smenu2 li a{
	width:180px;
	height:20px;
	text-decoration:none;
	color:#FFFFFF;
    background-color:#990000;
    padding:3px 5px 2px 10px;
	display:block;
	border: 1px solid #990000;
}

ul.smenu2 li a:hover{
    text-decoration:none;
	color:#990000;
    background-color:#E4E4E4;
	border-bottom:1px solid #990000;
}

	
.clearing { clear: both; }



/* Begin Typography & Colors */

body { 
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Osaka, san-serif;
	background: #d5d6d7; 
	color: #555;
	text-align: center;
	}
	
body { font-size: 12px; }

* html body { font-size: 100%; }

*+html body { font-size: 100%; }

#page {
	background-color:#FFFFFF;
	border: 1px solid #959596;
	text-align: left;
	}
	
.copy {
	color:#999;
	text-align:center;
	font-size:84%;
	font-family:'Courier New', Courier, mono;
	}

h1, h2, h3 {
	margin: 0;
	}
	
h1 {
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Osaka, san-serif;
	font-size:24px;
	}
	
h2 {
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Osaka, san-serif;
	font-size:18px;
	}
h3	{
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Osaka, san-serif;
	font-size:14px;
	font-weight:bold;
	}
	
.midashi1 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:1px;
	}
	
.caption1 {
	font-size:10.5px;
	line-height:12px;
	margin-bottom:15px;
	}
	
/* Table */

.tbl1 { 
border-collapse: collapse; 
border: 1px solid #CCCCCC; 
} 

.tbl1 td { 
border: 1px solid #CCCCCC;  
} .bikou {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

.tblfont th {
	font-family:"ヒラギノ角ゴ Pro W3",  Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size:12px;
	font-weight:normal;
	}