@import url(ci.css);
@import url(menu.css);
@import url(recruit.css);
@import url(map.css);
@import url(rank.css);

/* Suggested order:
   * display
   * list-style
   * position
   * float
   * clear
   * width
   * height
   * margin
   * padding
   * border
   * background
   * color
   * font
   * text-decoration
   * text-align
   * vertical-align
   * white-space
   * other text
   * content
   *
   */

* {
 margin : 0;
 padding : 0;
}

body{
	margin : 0 auto;
	padding: 25px 0 0 0;
	width:800px;
}

#body{
	margin : 0 auto;
	padding: 0;
	background-color: #FFF7EE;
/*	border-right:solid 1px #EBE5E5;
	border-left:solid 1px #EBE5E5;*/
}

p {
  text-align : justify;
}

img {
  border-style : none;
  vertical-align : bottom;
}

li{
	list-style-type : none;
}

a:link {
	text-decoration : none;
	color : #006;
}

a:visited {
	text-decoration : none;
	color : #F70;
}

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

#main{
	background: url(../img/main-bg.jpg) repeat-y center top;
}
#top-left{
	float: left;
	width: 130px;
}

#botton-list{
	float: left;	
}

.top-right {
	width: 670px;
}

.top-right li{
	display: inline;
}

#top-cont{
	clear: both;
	margin: 0 auto;
	padding-top: 30px;
	width: 720px;
}

#top-cont td{
	padding-right: 20px;
	vertical-align: top;
}

#kodawari{
	clear: both;
	background: url(../img/bg_kodawari.gif) no-repeat right top;
	margin: 0 auto;
	padding: 0;
}

#kodawari-box{
	margin: 0 50px;
	padding-top: 20px;
	width: 700px;
	font-size: 12px;
	text-align: left;
}

#kodawari-box h2{
	padding-top: 55px;
	margin-bottom: 5px;
}

#kodawari-box h3{
	margin-top: 5px;
	margin-bottom: 5px;
}

.kodawari-tab{
	margin-bottom: 20px;
}

.kodawari-tab td{
	padding: 3px;
	vertical-align: bottom;
	color: #333;
}

#top-b{
	padding: 10px 0;
}

#top-b td{
	padding: 5px 5px;
}

#contner{
	width: 225px;
}

#contner h3{
	padding-top: 10px;
}

#t-news-box{
	width: 225px;
	background-color: #FFF8DE;
}

#t-news{
	width: 210px;
	height: 200px;
	overflow: auto;
	margin: 0 auto;
	padding-left: 10px;
	font-size: 10px;
}

#t-news li{
	line-height: 1.5em;
}

#t-news-foot{
	background-image: url(../img/t_botton/bg_d.jpg) ;
	background-repeat: no-repeat;
	text-indent: -999px;
}

#copy{
	margin-top: 10px;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
}

#copy p{
	text-indent: -999px;
	padding: 5px 5px;
	background-image: url(../img/copy.jpg);
	background-repeat: no-repeat;
	background-position: center left;
}

#open_comme{
	font-size: 12px;
	padding: 2px 3px 0 3px;
	margin: 0 5px;
	border: outset 2px #CCC;
	width: 462px;
}

#us{
	clear: both;
	margin: 0 auto;
	padding: 0;
}

#us #usbox{
	width: 700px;
	height: 450px;
	background: url(../img/us.jpg) no-repeat 0 bottom;
	margin: 0 auto;
	padding-top: 100px;
}

#us #usbox #usbutton{
	text-align: center;
	margin-top: 300px;
}