/* CSS Document */
@import url("block.css");
@import url("A.css");
@import url("B.css");
@import url("C.css");
@import url("D.css");
@import url("E.css");
@import url("F.css");
@import url("G.css");
@import url("H.css");
@import url("toggleElements.css");
*{
margin: 0;
padding: 0;
}
* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}

html {　overflow-y: scroll;height: 100%;　}  
body {
	background:transparent url(../img/ebg.png) repeat-y scroll center center;
	margin: 0px;
}

img{
	border:0 none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, thead {
	border:0 none;
	font-family:verdana;
	.font-family:verdana;
	font-size:12px;
	.font-size:11px;
	color:#333;
	line-height:1.4;
	font-style:inherit;
	font-weight:normal;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	padding:0;
	vertical-align:baseline;
}
.tabl{
	background-color:#242424;
	
}
.tabl a:link{color: #fff;}
.tabl a:visited{ color:#CCC;}
.tabl a:hover{color:#C60;}
.table a:active{color:#00F;}





.wrapper {
	position: relative;
	height:100%;
	width: 976px;
	font-size: 0.9em;
	margin: 0 auto 0px;
	text-align: left;
	padding-left:1px;
	
}

/* footer */
#line{
	position:relative;
	height:0px;
	background-color:#666;
	clear:both;
	padding:0px;
}
.footer {
	height: 187px;
	position: relative;
	width: 976px;
	background: url(../img/footer.png) no-repeat;
	bottom:0px;
}
.footer a {
	color: #fff;
	text-decoration: underline;
	border: 0;
}
.footer img{
	margin-right:5px;
	behavior: expression(IEPNGFIX.fix(this));
	width:16px;
	height:16px;
}
.footer p {
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 950px;
	padding: 0;
	color: #fff;
	text-align: right;
}
.footer h3 {
	position: absolute;
	right: 0;
	bottom: 50px;
	width: 950px;
	padding: 0;
	color: #fff;
	text-align: left;
}

.header{
	background:transparent url(../img/header.png) repeat-x scroll 0 0;
	height:81px;
	width:976px;
}
.header .logo {
	float:right;
	height:80px;
	width:290px;
	 behavior: expression(IEPNGFIX.fix(this));
}
/* ドロップダウン*/
#nav, #nav ul{

margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em; 
top:63px;
 z-index:2;
}

#nav a{
display:block;
padding:0px 5px;
border:0px solid #fff;
color:#000;
text-decoration:none;
background-color:#fff;
padding-left: 15px;
background: url(../img/icon.gif) no-repeat center left;

}

#nav a:hover{
	border:0px solid #fff;
background-color:#333;
color:#fff;
}

#nav li{
	
float:left;
position:relative;
font-size:12px;
.font-size:12px;

}

#nav ul {
position:absolute;
display:none;
width:12em;
top:1.5em;
}

#nav li ul a{
width:12em;
height:auto;
float:left;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:12em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}
/* ドロップダウンここまで */


/* font */

.input_red {
background-color:#000000;
background-image:url(../img/red.jpg);
border-width:1px;
color:#FFFFFF;
font-family:'verdana';
font-size:11px;
height:19.7px;
width:123px;

}
.input_blue {
background-image:url(../img/blue.jpg);
color:#FFFFFF;
font-family:'verdana';
font-size:11px;
height:19px;
text-align:center;
width:123px;
}
.input_02 {
background-color:#000000;
color:#FFFFFF;
font-family:'Verdana';
font-size:11px;
text-align:center;
width:123px;
}
.input_01 {
background-color:#000000;
background-image:url(../img/blockimg.jpg);
border-color:#505050;
font-family:'Verdana';
color:#FFFFFF;
font-size:11px;
height:22px;
.height:27px;
text-align:center;
}

div.ora {
	color:#C60;
	font-weight:bold;
}