@charset "utf-8";

body {
 text-align: center;
 background: #FFFFFF;
	background-image: url(../images/bg_body.gif);
	background-position: center;
 font-size: 100%;
 line-height: 120%;
 color: #333;
 font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


/* ヘッダー */
#header{
	width: 900px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	background: #fff url(../general/images/bg_header02.gif) repeat-x;
}

#logo{
 width: 300px;
 border: none;
 float: left;
 height: 75px;
 
}

h1{
 position: absolute;
 top: 4px;
 left: 15px;
 color:#333;
 font-weight:bold;
 font-size:60%;
}

#header .refimg{
 width: 305px;
 height: 75px;
 float: right;
}

/* ナビゲーション */
div#navi{
 width: 900px;
 height: 40px;
 overflow: hidden;
 clear: both;
 margin-left: auto;
 margin-right: auto;
 padding: 0;
 background: #FFFFFF url(../general/images/bg_hdnavi03.gif) repeat-x;
}
ul.homenavi{
 width:870px;
 height: 40px;
 float: left;
 display: block;
 margin: 0px 15px;
 display: inline; // IE marginバグのため
}

ul.homenavi li,
ul.homenavi a{
 height: 40px;
 width: 145px;
 float: left;
 list-style-type: none;
 text-align: left;
}

ul.homenavi a{
 display: block;
 height: 30px;
}

/* トップバナー */
#topbanner{
 display: block;
 width: 900px;
 height: 250px;
 overflow: hidden;
 margin-left: auto;
 margin-right: auto;
 background: url(../general/images/bg_top02.gif) repeat-x;
 clear: both;
}
#flash{
	width: 570px;
	height: 240px;
	padding: 0;
	border: none;
	float: left;
	margin: 5px 0 5px 15px;
 overflow: hidden;
 display: inline; // IE marginバグのため
}
#topnavi{
 width: 290px;
 height: 230px;
 margin-top: 10px;
 margin-right: 15px;
 float: right;
 display: inline; // IE marginバグのため
}

#topnavi div{
	margin: 7.5px 0;
}

/* コンテンツ */
#contents{
 width: 900px;
 overflow: hidden;
 background-image: url(../images/bg_contents.gif);
 background-repeat: repeat-x;
 margin-left: auto;
 margin-right: auto;
 position: relative;
}

/* コンテンツメイン */
#contentsmain{
	width: 630px;
	margin-left: 255px;
	margin-right: 15px;
	background-color: #fff;
	text-align: left;
	overflow: hidden;

}


/* what's new
---------------------------------------- */
#news{
	width: 620px;
	height: 135px;
	padding: 0px;
	margin-left: 10px;
	margin-top: 10px;
	background: #FFFFFF url(../general/images/t_news_b.gif) repeat-x bottom;
	 
}
#news dl{
	margin: 10px 10px;
	font-size: 70%;
	height: 70px;
	overflow: auto;
	line-height: 100%;
}

#news dt {
  clear: left;
  float: left;
  margin: 0 0 0.8em;
  width: 7.5em;
  padding-left: 10px;
  color: #000;
  background: url(../images/ar_news.gif) left center no-repeat;
}

#news dd {
	margin-bottom: 0.8em;
	margin-left: 7.5em;
	width: 150px;
}

dd.newmark{
	background: url(../images/ar_new01.gif) no-repeat right center;
	}


/* メインナビゲーション */
#mainnavi{
	width: 620px;
	height: 250px;
	padding: 0;
	clear: both;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
 
}
#mainnavi ul{
	margin: 0;
	padding: 0;
}
#mainnavi li,
#mainnavi a{
	list-style-type: none;
	padding: 0;
	margin-bottom: 5px;
}

ul#mainnavi_a,
ul#mainnavi_b{
	float: left;
	width: 310px;;
}



/* サイドバー */
#sidebar{
 width: 240px;
 margin: 0px;
 padding: 0;
 text-align: left;
 background-color: #FFFFFF;
 height: 400px;
 position: absolute;
 top: 0; 
 left: 15px;
}

#search{ margin: 5px 0;	}

#sidemenu{
	height: 235px;
	background: #FFFFCC;
}

#sidemenu ul{
	width: 240px;
	margin: 10px 0;
	text-align: left;
	padding: 0;
}

#sidemenu li{
	background: url(../images/ar_menu.gif) no-repeat left center;
	list-style-type: none;
	padding-left: 20px;
	font-size: 100%;
	line-height: 150%;
	margin-left: 20px;
}


/* フッター */
#footer{
	width: 900px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	font-size: 80%;
	color: #333;
	background: url(../images/bg_footer.gif) repeat-x;
	clear: both;
	text-align: left;
	position: relative;
	border-top: 1px solid #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#footer ul{
 position: relative;
 top: 5px;
 left: 15px;
 text-align: left;
 border-left:1px solid #333;
 margin: 0;
 padding: 0;
  list-style-type: none;
}

#footer li{
 display:inline;
 font-size: 80%;
 padding-left:1em;
 padding-right:1em;
 border-right:1px solid #333;
}

#footer li a:link{
	color: #333;
}

#footer li a:hover{
	text-decoration: underline;
}

#footer address{
 /* margin-right: 15px; */
 padding: 0;
 text-align: right;
 font-style: normal;
 position: relative;
 top: 5px;
 right: 15px;
 color: #666;
}
 
/* フォント */
.big{
 font-size: 120%;
 font-weight: bold;
}

.middle{
 font-size: 100%;
 font-weight: bold;
}

.small{
 font-size: 80%;
 line-height: 100%;
}

/* パンくずリスト
---------------------------------------- */
p#pan{
	margin-top: 15px;
	margin-left: 20px;
	font-size: 75%;
	line-height: 1.5em;}
