@import url(corp.css);
@import url(recruit.css);
@import url(menu.css);
@import url(map.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-image: url(../img/main_bg.jpg);
	font-size: 12px;
}

p {
  text-align : justify;
}

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

li{
	list-style-type : none;
}

hr{
	display: none;
	clear: both;
}

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

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

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

#main{
	background-color: #FFF;
}

#head{
	width: 800px;
	height: 126px;
	background: url(../img/h_top.jpg) no-repeat center top;
}

#head-list{
	text-align: right;
	padding: 30px 50px 0 0;
}

#head-list li{
	display: inline;
	padding-left: 10px;
	vertical-align: top;
}

#cont{
	background: url(../img/h_left_side.jpg) no-repeat left top;
	padding-left: 60px;
}

#b-list{
	float: left;
	width: 130px;
	padding: 0 5px;
}

#b-list li{
	display: block;
	padding-bottom: 10px;
}

#footer{
	clear: both;
	background: url(../img/footer.gif) no-repeat;
	margin: 20px 10px 10px 60px;
	padding: 20px 0 10px 0;
}

#footer p{
	text-indent: -9999px;
}

#top-cont{
	clear: both;
	width: 655px;
	margin-left: 65px;
}

#top-comme{
	border: outset 2px #CCC;
	padding: 5px;
	width: 657px;
}

.icon1{
	float: left;
	width: 30px;
}

.icon-txt{
	padding-top: 2px;
	font-size: 14px;
	margin-left: 30px;
}

#top-area{
	padding-top: 10px;
}

#news{
	background-image: url(../img/main_bg.jpg);
	width: 155px;
	font-size: 12px;
	padding: 10px;
	float: left;
	margin-bottom: 20px;
}

#news-txt{
	border-bottom: dotted 1px #666;
	padding-bottom: 2px;
	text-align: center;
}

#news-txt p{
	text-align: center;
}

#news-txt p span{
	color: #A0001D;
}

#news-area{
	overflow: auto;
	height: 150px;
}

#news-area li{
	line-height: 1.8em;
	font-size: 10px;
}

#baqet-comme{
	margin-left: 185px;
	line-height: 2em;
	background: url(../img/top-comme_pic.jpg) no-repeat right bottom;
	font-size: 10px;
}

#baqet-comme h3{
	padding-top: 3px;
	margin-bottom: 5px;
}
#main-cont{
	width: 535px;
	margin-left: 140px;
}