/* CSS Document */

/* レイアウト/フォント ======================================================= */
html{
overflow-y:scroll;
}
body{
    margin:0px;
    padding:0px;
	text-align:center;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 80%;
	line-height: 150%;
}
.font1 {
	font-size: 90%;
	line-height: 150%;
}
.font2 {
	font-size: 75%;
	line-height: 170%;
}
a {
	text-decoration: none;
	color: #0000FF;
}
a:focus{
outline:none;}
a:hover {
	color: #FFFFFF;
	background-color: #0066FF;
}
.tb {
	border: 1px solid #666666;
}
.tab1 { 
    border-collapse: collapse; 
    border: 1px #666666 solid; 
} 
.tab1 TD { 
    border: 1px #666666 solid;
} 
img{
    border:0;
	margin:0px;
	padding:0;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

/* ヘッダー */
#head{
    width:720px;
    height:250px;
	text-align:left;
	margin-left:auto;
    margin-right:auto;
    background-color:#fff;
}
#h2 a:hover,#h3 a:hover,#h4 a:hover{
	background-color:transparent;
}
#h2{/*ロゴ*/
	width: 249px;
	height:46px;
	margin: 0px;
	padding: 0px;
	float: left;
	background:url("../img/logo.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}
#h4{/*サイトマップ*/
	width:95px;
	height:20px;
	margin:15px 8px 0px 0px;
	float:right;
}
#h5{/*お問い合せ*/
	width: 95px;
	height:20px;
	margin: 15px 0px 0px 0px;
	float: right;
}
.h6{
	margin:0px;
	padding:0;
	}
a.logo{/*ロゴエリアテキスト指定*/
	background:none;
	display:block;
	height:46px;
	margin:0px;
	padding:0;
	text-indent:-2000px;
	border-width:0;
	text-decoration:none;
}
.c-both{
	clear:both;
}

/* ラッパー */
#wrap{
    position:relative;
    width:720px;
	text-align:left;
    margin-left:auto;
    margin-right:auto;
}
/* サイドメニュー*/
#left{
   width:240px;
   float:left;
}
/* コンテンツ*/
#right{
    width:455px;
    background-color:#fff;
    float:right;
    border-left-style: solid;
    border-left-color: #fff; 
 	border-left-width:15px;
}
/* プライバシーマーク */
#p_mark{
	width:100%;
	float:left;
}

.pan{
	margin: 0px 0px 5px 0px;
}

/* フッター*/
#foot{
    position:relative;
    width:720px;
    height:auto;
 	text-align:center;
    line-height:25px;
    margin-left:auto;
    margin-right:auto;
    background-color:#fff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
    clear:both;
}
/* headerメニューバー ======================================================= */
#headnav{
    background-color:#fff;
	background-image:url("../img/mbg.jpg");
    background-repeat:repeat-x;
	margin:0px;
    width:720px;
    height:29px;
    border:none;
}

#headnav ul{
  margin:0px;
  padding:0;
  height:29px;
  list-style:none;
  text-transform:lowercase;
}

#headnav li{
  float:left;
  margin:0px;
  padding:0;
  height:29px;
  line-height:normal;
}

#headnav a, #headnav strong{
  display:block;
  height:29px;
  padding:0;
  margin:0px;
  border:none;
  text-decoration:none;
  text-indent:-2000px;
}

#headnav a:hover, #headnav .here{
  color:#000;
}

/*menu*/
#headm01{height:29px;background-image:url("../img/m001.jpg");}
#headm02{height:29px;background-image:url("../img/m002.jpg");}
#headm03{height:29px;background-image:url("../img/m003.jpg");}
#headm04{height:29px;background-image:url("../img/m004.jpg");}
#headm05{height:29px;background-image:url("../img/m005.jpg");}
#headm01 a{display:block;width:121px;height:29px;}
#headm02 a{display:block;width:120px;height:29px;}
#headm03 a{display:block;width:120px;height:29px;}
#headm04 a{display:block;width:120px;height:29px;}
#headm05 a{display:block;width:120px;height:29px;}

#headm01 a:hover,#headm01 .here{ 
  background-image:url("../img/m001up.jpg");
  background-color:transparent;
  background-repeat:no-repeat;
  background-position:left top;
  width:121px;
  height:29px;
}
#headm02 a:hover,#headm02 .here{ 
  background-image:url("../img/m002up.jpg");
  background-color:transparent;
  background-repeat:no-repeat;
  background-position:left top;
  width:120px;
  height:29px;
}
#headm03 a:hover,#headm03 .here{ 
  background-image:url("../img/m003up.jpg");
  background-color:transparent;
  background-repeat:no-repeat;
  background-position:left top;
  width:120px;
  height:29px;
}
#headm04 a:hover,#headm04 .here{ 
  background-image:url("../img/m004up.jpg");
  background-color:transparent;
  background-repeat:no-repeat;
  background-position:left top;
  width:120px;
  height:29px;
}
#headm05 a:hover,#headm05 .here{ 
  background-image:url("../img/m005up.jpg");
  background-color:transparent;
  background-repeat:no-repeat;
  background-position:left top;
  width:120px;
  height:29px;
}
