@charset "Shift_JIS";

/*****初期化*****/
*{
	position:static;
	margin:0px;
	padding:0px;
	border:0px;
	font-size:100%;
}
body{
	color:#333;
	background-color:#efefef;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	/*\*/
	/*background-image:url(images/common_back3.jpg);
	background-repeat:repeat-x;*/
	/**/
	font-size:9pt;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Osaka,sans-serif;
	text-align:center;
}
div.clear{
	clear:both;
}


/*****コンテナ*****/
div#container{
	width:782px;
	margin:0px auto;
	padding:0px;
	text-align:left;
}


/*****ヘッダ*****/
div#header{
	width:782px;
	height:85px;
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
}

/*ロゴ・ヘッダリンク・言語選択*/
div#hmenu{
	width:782px;
	height:71px;
}
div#hmenu h1{
	width:204px;
	height:71px;
	background-image:url(../images/logo.jpg);
	float:left;
}
div#hmenu h1 a{
	width:204px;
	height:71px;
	text-indent:-1000em;
	display:block;
	/*\*/
	overflow:hidden;
	/**/
}
div#submenu{
	display:none;
}

/*メインメニュー*/
div#mainmenu{
	display:none;
}

/*ポップアップメニュー*/
div#popmenu{
	display:none;
}

/*トピックス*/
div#topics{
	display:none;
}


/*****メイン*****/
div#main{
	width:782px;
	padding-left:3px;
}

/*左メニュー*/
div#leftmenu{
	display:none;
}


/*****コンテンツ*****/
div#contents{
	width:591px; /* 585px+6px */
	float:left;
	padding-left:6px;
}
/*左コンテンツ*/
div.contents_l{
	width:290px;
	float:left;
}
/*右コンテンツ*/
div.contents_r{
	width:295px;
	float:left;
}


/*****フッタ*****/
div#footer{
	clear:both;
}
div#footer #flink{
	width:782px;
	height:34px;
	background-image:url(../images/footer_bg.jpg);
}
div#footer #flink ul{
	list-style-type:none;
	margin:0px;
}
div#footer #flink ul li{
	float:left;
}
div#footer #flink #copyright{
	text-indent:-1000em;
}
div#address{
	text-align:left;
	line-height:1.3;
	padding:0px 5px 20px 5px;
}
div#address h4{
	font-weight:normal;
	font-size:9pt;
}
div#address p{
	font-size:8pt;
}
div#footer #pagetop{
	display:none;
}

