/* コンテナ */
#container {
    width: 870px;
    /* width: 976px; */
    /* Mozilla系ブラウザでのセンタリングの為 */
    margin: 0px auto;
    text-align: center;
}

/* ヘッダー以降のコンテナ */
#container-main {
    margin: 0px;
}

/* ヘッダー */
.head {
    height: 90px;
    padding: 0px 0px;
    text-align: left;
	vertical-align:top;
}

/* ヘッダー内のロゴ */
.head-logo {
    position:absolute;
    margin: 0px 0px 0px 0px;
    width: 870px ;
    height: 80px;
}

#head_logo{position: absolute;
	margin: 5px 0px 0px 0px;
	border: none;
	width: 224px;
    height: 60px; 
	font-size:10px;
}

#head_m{
    position: absolute;
	margin: 15px 0px 0px 250px;
	border: none;
	width: 620px;
    height: 23px; 
	font-size:10px;
	background-color:none;
}

#head1{
	margin: 0;
	background-color: #f4f4f4;
	position: absolute;
	margin: 40px 0px 0px 250px;
	width: 577px;
    height: 13px;
	font-family : Tahoma, Verdana, Arial;
    font-size:10px;
    font-weight: normal;
}
#head1 ul {
margin:0;
padding:0;
}
#head1 li {
float:left;
padding:0 .7em 0 .4em;
list-style:none;
}
#head1 li a {
padding:0 0 0 .2em;
}

#head2{
background-color: #ffffff;
width: 870px;
height: 10px; 
position: absolute;
margin: 76px 0px 0px 0px;
border: 1px solid #cccccc;
font-size:8px;
}

#head3{
background-color: #ffffff;
width: 30px;
height: 33px; 
position: absolute;
margin: 27px 0px 0px 834px;
background-color:transparent;
border: none;
}

#bar{
background-color: #ffffff;
width: 870px;
height: 5px; 
position: absolute;
margin: 60px 0px 0px 0px;
border: none;
}

#top{
background-color: #ffffff;
width: 870px;
height: 300px; 
position: absolute;
margin: 90px 0px 0px 0px;
border: none;
}
/* ヘッダー内のタイトル
.head-title {
    position:absolute;
    margin: 25px 0px 0px 10px;
    color: #FFFFFF;
    font-size: 1pt;
    font-weight: bold;
    font-family: ＭＳ Ｐゴシック;
} */

/* ヘッダー内のイントロ 
.head-intro {
    position:absolute;
    margin: 65px 0px 0px 10px;
    color: #FFFFFF;
    font-size: 10pt;
    font-weight: bold;
    font-family: ＭＳ Ｐゴシック;
}
*/
/* フッター（１行） */
.foot1 {
    height: 20px;
    padding: 35px 0px 0px 0px;
    color: #006699;
    background: url(../images/footer.gif) 0px no-repeat;
    font-size: 9pt;
    text-align: center;
}

/* フッター（２行） */
.foot2 {
    height: 20px;
    padding: 35px 0px 0px 0px;
    color: #006699;
    background: url(../images/footer.gif) 0px no-repeat;
    font-size: 9pt;
    text-align: center;
}
.foot3 p {
display:block;
clear:both;
width:870px;
color:#ffffff;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
font-style:normal;
text-align:center;
background:#196bb3;
padding:.2em 0;
}
address {
margin:1.5em 0 0;
}

/* アンカー（フッター） */
a.foot:link,
a.foot:visited,
a.foot:hover {
    color: #006699;
}

/* メインスペース */
.center {
    /* width: 766px; */
    width: 966px;
    min-height: 600px;
    padding: 5px;
    background: #FFFFFF;
    text-align: left;
    border: 1px #999999 solid;
}

/* セル */
.cell {
    float: left;
    padding: 2px;
    margin: 2px;
    background: #FFFFFF;
    border: 1px #999999 solid;
    text-align: center;
}

/* クリア */
.clear {
    clear: both;
}
