@charset "utf-8";
body,ul,li,h2,form {
padding:0; margin:0; font-family:Arial, sans-serif;
}
body{
background-color:#333333;
word-break:break-all;
/*font:12px/1.22 "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;*/
font-size:12px;
}
a{
outline:none;
color:#0033FF;
}
a:hover{
color:#CC0000;
}

#main_out{
width:920px;
margin-left:auto;
margin-right:auto;
}
#top_menu{
width:420px;
height:25px;
float:right;
background-color:#000000;

}
#top_menu a{
display:block;
float:left;
height:21px;
padding-top:4px;
text-decoration:none;
color:#999999;
margin-left:1px;

}
#top_menu a:hover{
background:url(ime3/topmenu.jpg)!important;
}
.ttop{
background:url(ime3/topmenu.jpg)!important;
}
#top_menu li{
margin-left:10px;
background:url(ime3/topmenubar.jpg) no-repeat;
padding-left:10px;
}
#main_menu{
float:right;
margin-top:20px;
height:51px;
background:url(ime3/menu6.jpg);

font-size:14px;
}
#top_menu li,#main_menu li{
float:left;
list-style:none;
}


#main_menu li{
background:url(ime3/menu7-line.jpg) no-repeat;

}

#main_menu a{
display:block;
float:left;
height:36px;padding-top:15px;
padding-left:10px; padding-right:10px;
margin-left:2px;
text-decoration:none;
color:#CCCCCC;

}
#main_menu a:hover,.mhover{
background:url(ime3/menu7.jpg);
color:#FF0000;
}
#d1{

float:left;
width:10px;
height:51px;
background:url(ime3/menu6-left.jpg) no-repeat;

position:absolute;
}
#d2{


width:10px;
height:51px;
background:url(ime3/menu6-right.jpg) no-repeat;
}


#logo{
float:left;
width:200px;
}

#fontSize a{
display:block;
float:left;
width:23px;
height:18px;
border:#999999 1px solid;
background-color:#464646;
color:#FFFFFF;
margin-left:1px;
text-align:center;
padding-top:3px;
text-decoration:none;
}
#fontSize a:hover{
background-color:#CC3300;
}
.FSA{
background-color:#CC3300!important;
}


#footer{
height:30px;
background-color:#000000;
color:#666666;
text-align:center;
padding-top:15px;
}
.link a{
color:#0000FF;
}
.link a:hover{
color:#FF0000;
text-decoration:underline;
}

.FS{
outline:none;
}
#buttonout{
margin-bottom:4px;
}

.button{
border:#8690A3 1px solid;
background:url(ime3/button.jpg);
height:19px;
padding-top:6px;
cursor:pointer;
text-align:center;
}
.button2{
border:#8690A3 1px solid;
background:url(ime3/button.jpg);
height:25px;
width:75px;
margin-left:1px;
/*padding-top:9px;*/
cursor:pointer;
text-align:center;
}
.button:hover , .button2:hover{
color:#FF0000;
background:url(ime3/button1.jpg)!important;
}

.buttonS{
border:#8690A3 1px solid;
background:url(ime3/button2.jpg) repeat-x;
height:19px;
padding-top:4px;
cursor:pointer;
text-align:center;
}
.buttonS:hover{
color:#FF0000;
background:url(ime3/button3.jpg)!important;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

