@import url(ci.css);
@import url(recruit.css);
@import url(menu.css);
@import url(hp_menu.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: 0;
	font: normal normal normal 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#body{
	margin : 0 auto;
	padding: 0;
	background-color: #9F9FA0;
}

#body2{
	margin : 0 auto;
	padding: 0;
	background-color: #fff;
}

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 : #CC6600;
}

a:hover{
	text-decoration : none;
	color : #3333FF;
}

hr{
	clear: both;
	display: none;
}

#main_over{
	background-color: #000;
	margin : 0 auto;
	padding: 0;
}
#main_over2{
	background-color: #fff;
	margin : 0 auto;
	padding: 0;
}

#main{
	margin : 0 auto;
	padding: 60px 0;
	width:800px;
}

#header{
	background: url(../img/header.gif) no-repeat;
	text-align: right;
	width: 800px;
	height: 70px;
}

#header li{
	display: inline;	
}

#header ul{
	margin: 2px 0;
	padding: 2px 0;
}

#header2{
	background: url(../img/header.gif) no-repeat;
	text-align: right;
	width: 800px;
	height: 100px;
}

#header2 li{
	display: inline;	
}

#header2 ul{
	margin: 2px 0;
	padding: 2px 0;
}

#top-flash{
	margin-bottom: 20px;	
}

#top-botton{
	width: 560px;
	float: left;
}

#top-botton td{
	padding: 20px 15px 0 0;
}

#top-news{
	background-color: #FFF;
	margin-top: 40px;
	width: 235px;
	margin-left: 562px;
	height: 244px;
	margin-bottom: 100px;
}

#top-news h3{
	background-color: #1D2088;
	color: #FFF;
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
}

#news{
	width: 222px;
	height: 205px;
	overflow: auto;
	padding: 3px;
	margin: 3px;
	font-size: 10px;
}

#news li{
	line-height: 1.2em;
	padding: 1px 0;
	margin: 1px 0;
	border-bottom: dotted 1px #CCC;
}

#footer{
	padding: 5px;
	clear: both;
}

#copyright{
	background: url(../img/footer.gif) no-repeat left center;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	width: 800px;
	margin: 5px auto;
}

#copyright div{
	padding: 10px;
	display: block;
}

#copyright .none{
	display: none;
}


#inside{
	width: 700px;
	background-color: #FFF;
	padding: 10px;
	margin: 30px auto;
}

#cont{
	margin: 0 auto;
	width: 600px;
}

#cont h1{
	text-align: center;
	padding: 10px;
	margin-bottom: 15px;
}

#topicPath_01 {
	margin:10px 0;
	text-align: right;
	font-size: 10px;
}

#topicPath_01 li {
	display:inline;
	line-height:110%;
	list-style-type:none;
}

#topicPath_01 li a {
	padding-right:10px;
	background: url(../img/topicpath.gif) no-repeat right center;
}

/*gourmet*/
#gourmet{
	margin: 20px auto 50px;
}

#gourmet h2{
	text-align: center;
	margin-bottom: 20px;
}

#gourmet h3{
	text-align: center;
}

#gourmet table{
	width: 520px;
	margin: 0 80px;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
}

#gourmet th{
	border-bottom: solid 1px #999;
	border-right: solid 1px #999;
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
	vertical-align: top;
	padding: 3px;
	background-color: #1D2088;
}

#gourmet th a:link{
	color: #FFF;
}

#gourmet th a:visited{
	color: #F38F0E;
}

#gourmet th a:hover{
	color: #0EE6F3;
}

#gourmet td{
	border-bottom: solid 1px #999;
	border-right: solid 1px #999;
	white-space: nowrap;
	vertical-align: top;
	padding: 3px;
}

.f10{
	font-size: 10px;
	color: #666;
}