body{
	background:url(../Image/bg_top.gif) repeat-y 0px -412px #FFF;
}

a{
	text-decoration:none;
	color:#199FD7;
}

a:hover{
	text-decoration:none;
	color:#613e33;
}

#Openspace2009{
	position: absolute;
	top:184px;
	left: 0;
	max-height:775px;
	background:url(../Image/toptop.gif) no-repeat 0px 0;
	width:921px;
	margin:0 0 0 0; 
	padding:0 0 0 0;
	font-size:11px;
	height: 590px;
}


/*#all{
float:left;
background:url(../Image/bg_top.gif) repeat-y 0px -412px #FFF;
max-height:775px;
background:url(../Image/toptop.gif) no-repeat 0px 0;
width:921px;
margin:0 0 0 0; 
padding:0 0 0 0;
font-size:11px;
height: 590px;
}*/

.contents_above{
/*width:921px;*/
height:363px;
/*float:left;*/
}

.menuarea{
	position: relative;
	left: 625px;
	width:297px;
}

.menu{
	margin-top:60px;
	list-style:none;
}

ul.menu li{
	display: block;
}
* html ul.menu li{
 height: 1%;
}

ul.menu li.first a,
ul.menu li.second a,
ul.menu li.third a{
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	width: 230px;
	height: 28px;
	position: relative;
	margin-bottom: 10px;
}

ul.menu li.first a:hover,
ul.menu li.second a:hover,
ul.menu li.third a:hover {
	background-position: left top;
}

ul.menu li.first a {
	left: 30px;
	background: url(../Image/m001.gif) right top no-repeat;
}

ul.menu li.second a {
	left: 20px;
	background: url(../Image/m002.gif) right top no-repeat;
}


ul.menu li.third a {
	left: 10px;
	background: url(../Image/m003.gif) right top no-repeat;
}


.submenu{
	margin-top:10px;
	list-style:none;
}
* html .submenu{
 height: 1%;
}
.submenu li.sub_first,
.submenu li.sub_second{
	margin:0 0 0 15px;
	padding-left:10px;
	background: url(../Image/ya_top.gif) no-repeat 0 5px;
	display: block;
}

.submenu li.sub_second{
	margin-left:10px;
}


.newsarea{
	width:260px;
	margin-top:20px;
	margin-bottom: 12px;
	height: 130px;
	overflow: auto;
}

.newsarea p{
	line-height:14px;
	font-size:10px;
	margin: 0;
	padding:3px 3px 3px 0;
}

.newsarea img.title{
	margin:0 0 5px 0;
}

/*
	border: solid 1px gray;
*/


.outlinearea{
	background:url(../Image/outline_bg.gif) no-repeat 0px 0;
	width: 360px;
	height: 120px;
	position: absolute;
	left: 516px;
	top: 385px;
	color: #fff;
	font-size: 9px;
	white-space: nowrap;
/*
	position: relative;
	left: 510px;
*/
/*2016_Jan　スクロールバーを非表示に*/
overflow: visible;
}
/*2016_Jan chromeだけ文字が10px以上になるのを回避*/

.chrome .outlinearea p.smallfont{
    -webkit-transform: scale(0.9);
    -webkit-transform-origin:0 0;
	line-height: 15px;
    }
	
.outlinearea p{
	margin: 0;
	padding: 0;
	font-size:9px;
	line-height:14px;
	margin:0 30px 0 40px;
	color:#FFFFFF;
}

.outlinearea p img{
	margin:0 5px 5px 0;
}
.outlinearea p img.oa_title{
	margin-top:10px;
}

.contents_bottom{
width:921px;
/*float:left;*/
}


/* firefoxのリンク線を消去 */
a:focus { -moz-outline-style: none; }

/*windows rollover対策*/
html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

