@charaset "utf-8";
html, body {   
    height: 100%;               /* @ */  
    margin: 0 auto;   
    padding: 0;   
    text-align: center; 
	background-color: #1a0f03;  
}
a { outline: none; }
#container {   
    min-height: 100%;           /* A */  
    height: auto !important;    /* B */  
    height: 100%;               /* C */  
    position: relative;   
}   
#screen {   
    width: 840px;   
    margin: 0 auto;   
    text-align: left;   
    padding-bottom: 100px;   
}   
a	{
	text-decoration:	none;
}
a:link	{
	color: #C0C0C0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C0C0C0;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
/*------ヘッダ------*/
#header	{
	width:	840px;
	height:	173px;
	margen:	10px auto;
	background-image:url(../images/kadomaru.jpg);
}
/*------ヘッダ終------*/
/*------ナビゲーション------*/
#navi ul{
	margin: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
#navi li {
	display: block;
	float: left;
	text-indent:	-9999px;
}
#navi li a {
	display: block;
	text-decoration: none;
}
#navi li#home a {
	height: 27px;
	width: 140px;
	background: url(../images/6menu_r2_c1.jpg) no-repeat;
	background-position: 0px -42px;
}
#navi li#home a:hover
{
	height: 27px;
	width: 140px;
	background: url(../images/6menu_r2_c1.jpg) no-repeat;
	background-position: 0px 0px;
}
#navi li#notice a{
	height: 27px;
	width: 140px;
	background-position: 0px 43px;
	background: url(../images/6menu_r2_c2.jpg) no-repeat;
	background-position: 0px -43px;
}
#navi li#notice a:hover{
	height: 27px;
	widht: 140px;
	background-position: 0px 0px;
	background: url(../images/6menu_r2_c2.jpg) no-repeat;
	background-position: 0px 0px;
}
#navi li#director a{
	height: 27px;
	width: 140px;
	background-position: 0px 43px;
	background: url(../images/6menu_r2_c3.jpg) no-repeat;
	background-position: 0px -43px;
}
#navi li#director a:hover{
	height: 27px;
	widht: 140px;
	background-position: 0px 0px;
	background: url(../images/6menu_r2_c3.jpg) no-repeat;
	background-position: 0px 0px;
}
#navi li#schedule a{
	height: 27px;
	width: 140px;
	background-position: 0px 43px;
	background: url(../images/6menu_r2_c4.jpg) no-repeat;
	background-position: 0px -43px;
}
#navi li#schedule a:hover{
	height: 27px;
	widht: 140px;
	background-position: 0px 0px;
	background: url(../images/6menu_r2_c4.jpg) no-repeat;
	background-position: 0px 0px;
}
#navi li#bbs a{
	height: 27px;
	width: 140px;
	background-position: 0px 43px;
	background: url(../images/6menu_r2_c5.jpg) no-repeat;
	background-position: 0px -43px;
}
#navi li#bbs a:hover{
	height: 27px;
	widht: 140px;
	background-position: 0px 0px;
	background: url(../images/6menu_r2_c5.jpg) no-repeat;
	background-position: 0px 0px;
}
#navi li#link a{
	height: 27px;
	width: 140px;
	background-position: 0px 43px;
	background: url(../images/6menu_r2_c6.jpg) no-repeat;
	background-position: 0px -43px;
}
#navi li#link a:hover{
	height: 27px;
	widht: 140px;
	background-position: 0px 0px;
	background: url(../images/6menu_r2_c6.jpg) no-repeat;
	background-position: 0px 0px;
}
/*------本文------*/
#body {
	width: 450px;
	color: #C0C0C0;
}
#body h2 {
	margin-left: 0px;
	height: 35px;
	margin-top: 40px;
	text-align:reft;
	text-indent: 35px;
	margin-bottom: 15px;
	background: url(../images/menubar.gif) no-repeat;
}
#body ul , #body li {
	margin: 0;
	padding-left: 10px;
	list-style: none;
	font-size: small;
	line-height: 1.5;
	width: 800px;
}
/*------フッター------*/   
#footer {   
    height: 100px;   
    width: 500px;               /* D */  
    position: absolute;         /* E */  
    bottom: 0;                  /* F */  
	font-size: xsmall;
	border-top:1px solid #C0C0C0;
	border-bottom:1px solid #C0C0C0;
	text-align:right;
	width: 840px;
} 
.l-float{
width : 128px;
height : 128px;
float : left;
}
/* 回り込みの解除 */
.f-clear{
clear : both;
}

 