@charset "shift_jis";


/*--------------------------------------------------------
	style.css
	update : 2011.06.DD
	lastupdate : 2011.06.DD
--------------------------------------------------------*/ 



/*===============================================================================
	Reset
===============================================================================*/ 

html {
    overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;

}

th, tr {
    vertical-align: top;
}

fieldset, img {
	border: 0 none;
}
 
body {
	/*background-color: #fcfdff;*/
	background-image: url(../img/background.gif);
	background-repeat: repeat;
    color: #666;
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    line-height: 1.7em;
	font-size: 12px;
	text-align: left;
}

ol, ul, li {
    list-style: none outside none;
}

img {
    border: 0 none;
}

hr {
    display: none;
}

a:link {
    color: #1a2644;
    text-decoration: none;
}

a:visited {
    color: #1a2644;
    text-decoration: none;
}

a:hover {
    color: #bc0009;
    text-decoration: none;
}

a:active {
    color: #bc0009;
    text-decoration: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix { display: inline-table; }
* html .clearfix { height: 1%; }
*+html .clearfix { height: 1%; }
.clearfix { display: block; }
  /**/

/*===============================================================================
	common
===============================================================================*/ 

#header {
	margin: 0 auto;
	width: 700px;
	height: 125px;
	background-color: #FFF;
}

#logo {
	width: 120px;
	float: left;
}

#navi {
	/*position: relative;r
	top: 73px; left:60px;*/
	margin-top: 75px;
	width: 400px;
	float: right;
}

#navi ul {
	margin: 0 auto;
	width: 400px;
	height: 50px;
}

#navi ul li {
	margin: 0;
	padding: 0;
	width: 100px;
	display: inline;
}

#wrap {
	margin: 0 auto;
	width: 700px;
	/*background-image: url(../img/background.gif);*/
	background-color: #f9fbfc;/*#f7fbff;f5f4ef*/
}

#main {
	padding: 20px 50px;
	width: 600px;
	background-image: url(../img/bg_logo.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#main_top {
	margin-top: 0;
	background-color: #1a2644;
}

.sheader {
	margin-bottom: 5px;
}

#footer {
	margin: 0 auto;
	padding: 15px 0 10px;
	width: 700px;
	background-color: #474a4c;
}

#policy {
	padding-left: 15px;
	font-size: 11px;
	float: left;
}

#policy a {
	color: #fff;
    text-decoration: underline;
	text-align: right;
}

#cpyright {
	float: right;
}

h1 {
	font-size: 11pt;
	font-style: normal;
	font-weight: strong;
	margin: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 30px;
}

h2 {
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 20px;
}

h3 {
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	margin: 10px;
	padding: 3px;
	line-height: 1.5em;
}

#pagetop {
	font-size: 11px;
	text-align: right;
}

.table1 {
	width: 490px;
	padding: 3px;
	border-spacing: 2px;
	line-height: 1.5em;
}

.td01 {
	padding: 10px 0;
	width: 100px;
	text-align: center;
	font-weight: bold;
	border: #999 1px solid;
	background-color: #fef9a1;
}

.td01_2 {
	padding: 10px;
	width: 380px;
	text-align: left;
	font-style: normal;
	border: #999 1px solid;
	background-color: #F5F9FC;
}