/** 基本設定 ***********************************************/


*{
	font-family:'Arial','Century Gothic','Verdana','ヒラギノ角ゴ Pro W3','Osaka','MS UI GOTHIC','ＭＳ ゴシック',sans-serif;
	font-size:9pt;
	font-style:normal;
	font-weight:normal;
	line-height:125%;
	margin:0;
	padding:0;
}

body{
	color:#666666;
	background-color:#ffffff;
	text-align:center;
	margin:0;
	padding:0;
}
a{
	color:#333333;
	text-decoration:none;
}
a:hover{
	color:#000000;
}

img{
	border:0;
}


/***********************************************************/


#container{
	width:100%;
	background-color:#ffffff;
	text-align:center;
	margin:0;
	padding:0;
}

#wrapper{
	width:812px;
	margin:0 auto;
}


/***********************************************************/


#header{
	width:100%;
	height:63px;
	background:url('../images/head_base01.gif') repeat-x;
}

#header div#wrapper{
	width:771px;
	padding:22px 0 0;
}

#header div#wrapper h1{
	width:292px;
	float:left;
	margin:0;
}

#header div#wrapper ul{
	width:456px;
	float:right;
	list-style-type:none;
	margin:0;
}

#header div#wrapper ul li{
	width:114px;
	float:left;
	text-align:center;
}


/***********************************************************/


#main{
	width:100%;
}

#main #flash{
	width:771px;
	text-align:center;
	margin:1px auto;
	padding:0;
}

#main #topics{
	width:771px;
	background-color:#f7f7f7;
	margin:1px auto 0;
	padding:0;
}

#main #topics h2{
	height:25px;
	line-height:25px;
}

#main #topics ul{
	width:660px;
	float:left;
	list-style-image:url('../images/bullet_arrow01.gif');
	margin:0;
	padding:5px 20px;
}

#main #topics ul li{
	color:#999999;
	font-family:"MS UI GOTHIC","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:8pt;
	text-align:left;
	line-height:200%;
	margin:0 0 0 20px;
}

#main #topics ul li a{
	color:#666666;
	font-family:"MS UI GOTHIC","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:8pt;
	line-height:200%;
}
#main #topics ul li a:hover{
	color:#999999;
	text-decoration:underline;
}

#main #topics div.image{
	width:71px;
	height:80px;
	float:right;
	margin:0;
	padding:0;
}


/***********************************************************/


#foot{
	width:100%;
	border-style:solid;
	border-width:1px 0 1px;
	border-color:#dbdbdb;
}

#foot #wrapper{
	width:771px;
	margin:0 auto;
}

#foot ul{
	width:400px;
	float:left;
	list-style-type:none;
	text-align:left;
}

#foot ul li{
	display:inline;
}

#foot ul li a{
	line-height:200%;
	margin:0 10px 0 0;
}

#foot address{
	display:block;
	width:370px;
	float:right;
	font-size:8pt;
	text-align:right;
	line-height:200%;
}


/***********************************************************/


.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/***********************************************************/