body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	padding: 0px;
	margin: 0 auto;
	background-color: #ffffff;
}

#wrapper {
	width:760px;
	margin: 0 auto;
	background-color:#FFFFFF;
}

/*----------------------------------------------------------------------
ページ本体
----------------------------------------------------------------------*/
#pagebody {
	width: 760px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

/*----------------------------------------------------------------------
コンテンツ
----------------------------------------------------------------------*/
#content-left {



}
#content-center {
	float:left;
	width:570px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	vertical-align:top;
	background-image: url(../../top/img/i_gochui.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/**content-center内
**************************************************/
#content-center h2 {
	display:none;
}
#main-menu {
	margin: 0 0 10px 0;
	width: 570px;
	height:120px;
	background-image:url(../../top/img/bg_meinmenu.gif);
	background-position: 0px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #808080;
}
#main-menu ul{
 	margin: 0px 0px 0px 0px;
 	padding: 0px;
 	list-style: none;
}
#main-menu li {
	width: 114px;
	height:110px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration:none;
	vertical-align:middle;
	display:inline;
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: -25000px;
	float: left;
 	overflow: hidden;
}
#main-menu ul li a{
	width:114px;
	height: 110px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: -25000px;
	float: left;
	/* \*/
 	overflow: hidden;
  	/* */
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#main-menu ul li a:hover{
 background-position: 0px -110px;
 text-decoration: none;
}

/**記事エリア******/
#center-box {
	width:570px;
	margin: 0 0 10px 0;
	padding: 0;
}
#center-box h3  {
	display:none;
}
#center-box h4  {
	display:none;
}


/**小見出し記者発表**/
#i-press {
	float: left;
	width:570px;
	height: 20px;
	margin: 0 0 1px 0;
	padding: 0;
	background-image: url(../../top/img/i_press.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


/**主要記事の表示
**************************************************/
/**主要記事の表示の外枠設定**/
#kiji-top-frame {
	float:left;
	width: 568px;
	height:100px;
	margin: 0;
	padding: 0;
	border: 1px solid #999999;
	overflow:scroll;
	overflow-x: hidden; 
}
#kiji-ichiran-frame {
	float:left;
	width: 568px;
	margin: 0;
	padding: 0;
	border: 1px solid #999999;
}


/**主要記事の表示の内枠設定**/
#kiji-frame {
	width: 568px;
	margin: 0;
	padding: 0;
	font-size:0.8em;
}
/**主要記事の表示のTABLE要素によるレイアウト**/
#kiji-frame table {
	width:530px;
	margin: 5px 2px 20px 10px;
	padding: 0;
}
#kiji-frame th{
	width:5em;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bbbbbb;
	padding: 4px 0em 4px 0;
}
#kiji-frame td{ 
	line-height:110%;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bbbbbb;
	margin: 0px 0em 0px 6em;
	padding: 4px 0em 4px 0;
}
#kiji-frame ul{
 	margin: 0px;
 	padding: 0px;
 	list-style: none;
}
#kiji-frame ul li{
	margin: 0px;
	padding: 0px;
	display: inline;
}
#kiji-frame ul li a{
	padding: 0px 5px 0px 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
