@charset "utf-8";

/* DW
-------------------------------------------------*/
.clearfix{overflow: hidden;}

/* All Layout
-------------------------------------------------*/
body,div,ul,li,h1,h2,p
{
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,ul,li,p,address {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

img {
	border: 0;
	vertical-align: bottom;
}

a {
	text-decoration: none;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #b6b5b5;
}
a:active {
	color: #000000;
}

body {
	font: 62.5% Verdana ,sans-serif;
	letter-spacing: 0.2em;
	color: #464646;
}
.clear {
	display: inline-table;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear :both;
	visibility: hidden;
}

.clr{
	clear: both;
}


/* MacIE\*/
* html .clear {
	height: 1%;
}
.clear {
	display: block;
}
/* MacIE end */

#hn,
#header,

li	{
	list-style-type: none;
}


/* Wrapper
-------------------------------------------------*/
#wrapper {
	text-align: center;
	background-image: url(../img/common/bg.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center top;
}
#hn  {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
}



/* Headnavi
-------------------------------------------------*/
#headNavi {
	border-right: 1px solid #cccccc;
	font-size: 8pt;
	position: relative;
	line-height: 5px;
	color: #666666;
	margin-right: 0px;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	float: right;
}
#headNavi ul li {
	float: left;
	border-left: 1px solid #cccccc;
	list-style-type: none;
}
#headNavi ul li a {
	display: block;
	padding: 5px 15px;
}

/* Header
-------------------------------------------------*/
#header {
	height: 115px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header .colL {
	float: left;
}
#header .colL h1 img {
	height: auto;
}

#logo{
	display:block;
	width:365px;
	height:61px;
	background:url(../img/common/logon.jpg) no-repeat 0 0;
	text-indent:-5000px;
	position: absolute;
	top: 30px;
}

#counter {
	float: right;
	display: block;
	height: 25px;
	width: 75px;
	top: 52px;
	position: relative;
}

#header .colR {
	float: right;
	text-align: right;
	position: relative;
}

#header .colR img,
#header .colR input {
	vertical-align: middle;
}



#header .font_size {
	text-align: right;
	padding-top: 45px;
}

#header .font_size ul li {
	float: left;
	list-style-type: none;
	padding: 0;
}
#header .font_size ul li img {
	margin: 5px 0;
}
#header .font_size ul li a {
	display: block;
	width: 30px;
	height: 30px;
}
#header .font_size ul li a span {
	display: none;
}
#header .font_size ul li .textL:link,
#header .font_size ul li .textL:visited,
#header .font_size ul li .textL:active {
	width:30px;
	background:url(../img/common/fsb.jpg) no-repeat 0 0;
}
#header .font_size ul li .textL:hover {
	background-position:0 -30px;}
	
#header .font_size ul li .textM:link,
#header .font_size ul li .textM:visited,
#header .font_size ul li .textM:active {
width:30px;
background:url(../img/common/fsb.jpg) no-repeat -30px 0;
}
#header .font_size ul li .textM:hover {
	background-position:-30px -30px;}
	
#header .font_size ul li .textS:link,
#header .font_size ul li .textS:visited,
#header .font_size ul li .textS:active {
width:30px;
background:url(../img/common/fsb.jpg) no-repeat -60px 0;
}
#header .font_size ul li .textS:hover {
	background-position:-60px -30px;}

#header .topcounter {
	float: right;
	text-align: right;
	top: 50px;
	position: fixed;
	right: 150px;
}

/* board
-------------------------------------------------*/
#board{
	margin:0px auto;
	width:900px;
	height:auto;
	background-color: #8DD27C;
}

#topMenu{
	margin:0 auto;
	width:900px;
	height:43px;
	padding-top: 10px;
}

#topMenu li{float:left;}




/* ドロップメニュー
-------------------------------------------------*/

/* Basic code - don't modify */
 
 #nav-drop { display: block; margin: 0; padding: 0; position: relative; }
  #nav-drop li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav-drop a { display: block; }
  #nav-drop ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav-drop ul { line-height: 0; } /* IE6 "fix" */
  	#nav-drop ul a { zoom: 1; } /* IE6/7 fix */
    #nav-drop ul li { float: none; }
    #nav-drop ul ul { top: 0; }
    
/* Essentials - configure this */

#nav-drop ul { width: 140px; }
#nav-drop ul ul { top: 15px; left: 141px; }

/* Everything else is theming */
 
#nav-drop { height: 33px; }
#nav-drop *:hover { background-color: none; }
#nav-drop a { color: #003300; font-size: 12px; line-height: 1; font-weight: bold; }
  #nav-drop li.hover a { background-color: #CCCCCC; }
  #nav-drop ul { top: 30px; }
    #nav-drop ul li a { background-color: #CCCCCC; padding: 10px; }
      #nav-drop ul a.hover { color: white; background-color: #003300; }
   #nav-drop ul a { border-bottom: 1px dotted; opacity: 0.9; filter: alpha(opacity=85); }
/* #nav-drop ul a { border-bottom: none; } - I also needed this for IE6/7 */


/* Contents
-------------------------------------------------*/
#Contents{
	text-align: left;
	margin:20px auto;
	width:900px;
}

/* Footer
-------------------------------------------------*/
#footer1 {
	clear: both;
	background-image: url(../img/common/futbg.gif);
	background-repeat: repeat-x;
	height: 30px;
	width: auto;
	background-position: left top;
	background-color: #EBEBEB;
}

#pageTop{
	float: right;
	width: 135px;
	margin-top: 1px;
	margin-right: 50px;
}

#footer2 {
	width: auto;
	background-color: #EBEBEB;
	height: 60px;
}
#futcon{
	float: left;
	width: 1000px;
	margin-left: 50px;
	text-align: left;
	vertical-align: middle;
}

#footer2 .futlogo{
	float: left;
}
#footer2 .address{
	float: left;
	margin-left: 15px;
	padding-top: 15px;
	font-size: 9px;
}

#footer2 .futb{
	float: left;
	margin-left: 15px;
	padding-top: 10px;
}
#footer2  .futb01{
	margin-top: 5px;
	font-size: 9px;
}
#footer2  .futb01  a{
	color: #609AFE;
	text-decoration: underline;
	font-size: 10px;
}
#footer2  .futb01  a:hover{
	color: #A5C7FE;
	text-decoration: none;
}

