@charset "UTF-8";

/*---------search-room css---------*/
html{
	background-color: #999999;
	}
body{
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	font-size: small;
	line-height: 1.6;
}
img{
	border: 0px;
}
h1,h2,h3,div,p,ul,li,dl,dt,dd,a,form,input{
	margin: 0px;
	padding: 0px;
}
div#base{
	overflow: auto;
	margin: 0 auto;
	width:  715px;
	position: relative;
	background-color: #FFFFFF;
	padding: 15px;
	font-size: small;
	}

/*---------head---------*/
div.head {
	overflow: hidden;
	width: 620px;
	min-height: 40px;
	margin-left: 65px;
	background: transparent url("../image/bg01.gif");
	padding: 15px;
}
div.head h1{
	display: block;
	overflow: hidden;
	width: 183px;
	height: 14px;
	background: transparent url("../image/search-room6.gif") no-repeat top left;
	text-indent: -9999px;
}
div.head p{
	overflow: hidden;
	margin-top: 8px;
	_margin-top: 13px;
	font-size: 10px;
	color: #FFFFFF;
}
div.head p span{
	display: block;
	overflow: hidden;
	position: absolute;
	top: 15px;
	left: 100px;
	margin-left: 200px;
	width: 400px;
	height: 70px;
	background: transparent url("../image/ph-head.jpg") no-repeat top left;
	text-indent: -9999px;
}
/*---------menu---------*/
a.menu{
  display : block;
  width : 100%;
  height : 25px;
  margin : 0px;
  text-decoration : none;
  background-color : #333333;
}
a.menu:hover{
  background-color : #94c03b;
}
a.menu:active{
  background-color : #94c03b;
}
a.menu:focus{
  background-color : #94c03b;
}
table.menu{
	margin-top: 10px;
}
/*---------contents---------*/
div.main{
	padding-top: 20px;
	font-size: small;
}

div.contents{
	float: left;
	padding-top: 20px;
	width: 475px;
	font-size: small;
}
div.contents img.flash{
}
div.contents_text{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border: 1px solid #CCCCCC;
}
div.contents_text h2{
	background:#EEE none repeat scroll 0% 50%;
	border-top: 1px solid  #94C03B;
	border-bottom: 1px solid  #94C03B;
	border-left:7px solid #94C03B;
	border-right:7px solid #94C03B;
	padding:3px 10px;
	font-size: medium;
	color: #333;
}
div.contents_text p{
	padding: 7px;
	margin-top: 10px;
	text-indent: 10px;
}
div.contents_text p img{
	float: right;
	padding: 5px 0 5px 5px;
	margin-bottom: 10px;
}

div.links dt{
	padding-top: 5px;
	padding-left: 20px;
}

div.contents_text ul{
	overflow: hidden;
}
div.contents_text li{
	margin: 0 15px;
	list-style : none;
}

div.contents_text p.sample_title{
	font-weight: bold;
	font-size: medium;
	padding: 0px;
	border-top: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
/*	background: #FFFFFF url("../image/arrow02.gif") no-repeat center left;*/
}


div.contents_text dt{
	margin-top: 5px;
	margin-left: 20px;
/*	background: #FFFFFF url("../image/arrow02.gif") no-repeat center left;*/
/*	border-top: 1px dashed #999999;*/
	font-weight: bold;
	color: #0D6082;
}
div.contents_text dd{
	margin-left: 30px;
}


ul.submenu ul{
	overflow: hidden;
	height : 70px;
	clear: both;
}
ul.submenu li ,ul.submenu li a{
	display : block;
	overflow: hidden;
	width : 148px;
	height : 70px;
	float: left;
	text-indent: -9999px;
	list-style : none;
}
ul.submenu li.flow{
	margin: 0 15px;
}
ul.submenu a.business{
	background : #FFFFFF url("../image/SR/ph01.gif") no-repeat;
}
ul.submenu a.flow{
	background : #FFFFFF url("../image/SR/ph02.gif") no-repeat;
}
ul.submenu a.application{
	background : #FFFFFF url("../image/SR/ph03.gif") no-repeat;
}
ul.submenu a.business:hover{
	background : #FFFFFF url("../image/SR/ph01on.gif") no-repeat;
}
ul.submenu a.flow:hover{
	background : #FFFFFF url("../image/SR/ph02on.gif") no-repeat;
}
ul.submenu a.application:hover{
	background : #FFFFFF url("../image/SR/ph03on.gif") no-repeat;
}
div.contents_footer{
	clear: both;
}

/*---------navigation---------*/
div.navigation{
	float: right;
	margin-top: 10px;
	width: 225px;
}
div.login{
	margin-top: 10px;
	height : 140px;
	padding: 10px 12px;
	background : #FFFFFF url("../image/bk_login.gif") no-repeat;
}
div.login div.form{
	float: left;
	width : 130px;
	padding-right: 10px;
	_padding-right: 5px;
}
div.login div.form input{
	width : 130px;
	margin-bottom: 5px;
}
div.login_botton{
	float: left;
	width: 57px;
}
div.login p {
	clear: both;
	font-size: x-small;
	_font-size: 12px;
}
div.login p span{
	display: block;
	margin-top: 5px;
	text-align: right;
}
div.login p span img{
	padding-left: 5px;
}
/*---------what's new---------*/
div.new{
	font-size: small;
}
div.new h3{
	background:#EEE none repeat scroll 0% 50%;
	border-top: 1px solid  #94C03B;
	border-bottom: 1px solid  #94C03B;
	border-left:3px double #94C03B;
	border-right:3px double #94C03B;
	font-size: small;
	color: #333;
	display: block;
	padding:3px 10px;
	margin-bottom: 5px;
}
div.new dt{
	padding-top: 5px;
	padding-left: 10px;
	background: #FFFFFF url("../image/arrow02.gif") no-repeat center left;
	border-top: 1px dashed #999999;
	font-weight: bold;
	color: #0D6082;
}
div.new dd{
	margin-bottom: 5px;
}

/*---------new entry---------*/
div.new_entry{
	font-size: small;
	margin-top: 20px;
}
div.new_entry h3{
	background:#EEE none repeat scroll 0% 50%;
	border-top: 1px solid  #94C03B;
	border-bottom: 1px solid  #94C03B;
	border-left:3px double #94C03B;
	border-right:3px double #94C03B;
	font-size: small;
	color: #333;
	display: block;
	padding:3px 10px;
	margin-bottom: 5px;
}
div.new_entry dt{
	padding-top: 5px;
	padding-left: 10px;
	background: #FFFFFF url("../image/arrow02.gif") no-repeat center left;
}
div.new_entry dd{
	margin-bottom: 5px;
}
/*---------footer---------*/
div.footer {
	clear: both;
	padding-top: 1px;
	_padding-top: 0;
}
div.footer a img{
	position: absolute;
	top: 15px;
	left: 15px;
}
div.footer p{
	margin-top: 10px;
	_margin-top: 0;
	padding: 5px 0;
	font-size: x-small;
	background: #000000 url("../image/bg01.gif");
	color: #FFFFFF;
	text-align: center;
}
