@charset "Shift_JIS";

/* 全体構造
---------------------------------------------------- */
body{
  margin: 0px 0 0;
  padding: 0px 0px;
  font-size: 12px;
  background: url(../images/bodyback.jpg) repeat-x top;
}
*{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, sans-serif;
	font-size:100%;
}
h1,h2,h3,h4{
  font-size: 12px;
}

strong{

}
span{

}
a{
  text-decoration: underline;
}
a:hover, a:active {
  text-decoration: none;
}
img{
  margin: 0;
  padding:0;
  border: none;
}
input,textarea{
  padding: 2px;
}
/* クラス指定
---------------------------------------------------- */
.clear{
  clear: both;
  font-size: 1px;
}
.clear hr
{
	display:none;
}
.left{
  float: left;
}
.right{
  float: right;
}
.nomal{
  clear: both;
}
.txtleft{
  text-align: left;
}
.txtright{
  text-align: right;
}
.txtcenter{
  text-align: center;
}
.mg0{
  margin: 0px;
}
.mg05{
  margin: 0 0 5px;
}
.mg10{
  margin: 0 0 10px;
}
.mg15{
  margin: 0 0 15px;
}
.mg20{
  margin: 0 0 20px;
}
.mg30{
  margin: 0 0 30px;
}
.mg40{
  margin: 0 0 40px;
}
/*　clearfix
---------------------------------------------------- */

.clearfix:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix{
  display: inline-block;
}
/* Hides from IE-mac \*/
*html .clearfix{
  height: 1%;
}
.clearfix{
  display: block;
}
/* End hide from IE-mac */

/* フレーム
---------------------------------------------------- */
#frame{
  width: 1000px;
  margin: 0 auto;
  line-height: 1.5;
}
/* ヘッダー
---------------------------------------------------- */
#header{
  clear: both;
  width: 840px;
  height: 79px;
  padding: 0px 80px 0;
  background: url(../images/headerback.gif) repeat-x;
}
#header #hL{
  float: left;
  width: 570px;
  padding: 20px 0 0;
}
#header #hL h1{
  float: right;
  padding: 5px 0 0;
  font-size: 11px;
  color: #656565;
  font-weight: normal;
}
#header ul#hmenu{
  float: right;
  padding: 30px 0 0;
  width: 65px;
  list-style: none;
}
#header ul#hmenu li{
}
/* メニュー
---------------------------------------------------- */
ul#menu{
  clear: both;
  width: 840px;
  height: 50px;
  padding: 0px 80px 0;
  list-style: none;
  background: url(../images/menu/menuback.jpg) repeat-x;
}
#menu li{
  float: left;
}
#menu li a{
  display: block;
  width: 140px;
  height: 50px;
}

/* フッタ
---------------------------------------------------- */
#footer{
  clear: both;
  height: 42px;
  padding: 20px 0 0;
  color: #4e4e4e;
  text-align: center;
  background: url(../images/footerback.jpg) repeat-x;
}

/* その他共通部分
---------------------------------------------------- */
#contents{
  float: left;
  width: 570px;
  letter-spacing: 0.1em;
}
#contents .pagetop{
  padding: 30px 0;
  text-align: right;
}
#side{
  float: right;
  width: 220px;
  color: #2d2d2d;
  padding: 15px 10px;
  background: #f5f5f5;
}
#side h2{
  margin: 0 0 20px;
}
#side dt{
  color: #26aceb;
}
#side dd{
  margin: 0 0 20px;
}
#side #whatsnew dd{
  padding: 0 0 20px;
  background: url(../images/side/side-dott.gif) repeat-x bottom;
}