@charset "utf-8";
/* initialize *************************************************************************/
*{
	margin:0;padding:0;
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: 12px;
}

a{
	color:#0000FF;
}
a:hover{
	color:#00CC00;
}
a:visited {
	color: #993366;
}
/* common *****************************************************************************/
body{background-color:#FFFFFF;}
div.all{
	margin:0 auto;
	width:750px;
	height:50px;
}
/*header*/
div#header h1{
	border-top:solid 5px #0202D0;
	border-bottom:solid 3px #0202D0;
	background-image:url(../images/header_logo.gif);
	background-repeat:no-repeat;
	background-position:656px 46px;
	padding:8px;
}
div#header table{
	width:100%;
	border:0;
}
div#header td.goto_top{
	margin:0;
	padding:0;
	font-size:80%;
	vertical-align:top;
	text-align:right;
}

div#header ul li{
	list-style-type:none;
	display:block;
	float:left;
	border:#999999 1px solid;
}
div#header ul li a{
	background-color:#D6DEE5;
	width:71px;
	height:33px;
	display:block;
	float:left;
	border-left:#FFFFFF 1px solid;
	background-image:url(../images/m_mark_off.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-top:3px;
	padding-left:18px;
	text-decoration:none;
	color:#666666;
	font-weight:bold;
}
/*長さ微調節*/
div#header ul li#m_home a{
	width:60px;
}
div#header ul li#m_cc a,div#header ul li#m_cj a{
	width:73px;
}
div#header ul li#m_all a{
	width:73px;
}
div#header ul li#m_dj a{
	width:90px;
}

div#header ul li a:hover{
	background-color:#B8C0C4;
	background-image:url(../images/m_mark_on.gif);
}
/*シグネチャ*/
div#home div#header ul li#m_home a,
div#cy div#header ul li#m_cy a,
div#cc div#header ul li#m_cc a,
div#cj div#header ul li#m_cj a,
div#dj div#header ul li#m_dj a,
div#all_list div#header ul li#m_all_list a,
div#support div#header ul li#m_support a,
div#info div#header ul li#m_info a{
	background-color:#B8C0C4;
	background-image:url(../images/m_mark_on.gif);
}



/*contents*/
div#contents{
	clear:both;
	padding:10px;
}




/*footer*/
div#footer{
	clear:both;
	background-color:#CCCCCC;
	padding-top:5px;
	padding-bottom:20px;
	padding-left:10px;
}
div#footer ul{
}
div#footer li{
	list-style-type:none;
	float:left;
	border-right:#999999 1px solid;
	margin:5px 0;
	padding:0 10px;
	text-align:right;

}
div#footer li#support{
	border-left:#999999 1px solid;
}
div#footer li#copy{
	border-right:none;
	color:#333333;
	float:right;
}
div#footer li a{
	text-decoration:none;
}
div#footer p#copyright{
	text-align:center;
}

/*class*/
/* img */
.right{
	float:right;clear;both;
	margin-left:10px;
}
.left{
	float:left;clear;both;
	margin-right:10px;
}

.clear{
	clear:both;
}

/*text*/
.right_txt{
	text-align:right;
}
.left_txt{
	text-align:left;
}


.red{
	color:red;
}

/*以下clearfix*/
.clearfix:after {
  content: "."; 
  display: block;  
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

