@import url(whats.css);
@import url(corp.css);
@import url(menu.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;
	width:800px;
}

#body{
	margin : 0 auto;
	padding: 5px 0 0 0;
	font-size: 12px;
}

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{
	width: 750px;
	margin: 30px auto 0;
}
/*main_cont*/
#contents{
	width: 700px;
	margin: 0 auto;
}

/*header*/
#header{
	background: url(../img/header_top.gif) no-repeat;
	width: 700px;
	height: 100px;
}

#header-list{
	text-align: right;
}

#header-list li{
	display: inline;
}

#menu-list{
	margin: 45px 0 0 95px;
}

#menu-list li{
	display: inline;
	margin-right: 5px;
}
/*header*/


/*news*/
#news-menu{
	margin: 30px 0;
}

#whatsnew{
	width: 300px;
	float: left;
	margin-left: 30px;
}

#whatsnew h3{
	font-size: 12px;
	font-weight: normal;
}

#whatsnew h3 img{
	margin-right: 5px;
}

#whatsnew #whatsnew-box{
	height: 100px;
	overflow: auto;
	width: 250px;
	font-size: 10px;
}

#whatsnew #whatsnew-box dt{
	width: 55px;
	float: left;
	padding: 2px 0;
}

#whatsnew #whatsnew-box dd{
	margin-left: 60px;
	padding: 2px 0;
}

#suica_banner{
	margin-top: 10px;
}

* html #opennews{
	width: 300px;
	margin-left: 50px;
	padding-left: 20px;
}

#opennews{
	width/**/: 300px;
	margin-left/**/: 400px;
}

#opennews h3{
	font-size: 12px;
	font-weight: normal;
}

#opennews h3 img{
	margin-right: 5px;
}

#opennews div{
	height: 150px;
	overflow: auto;
	width: 250px;
	font-size: 10px;
}

#opennews div dt{
	width: 55px;
	float: left;
	padding: 2px 0;
}

#opennews div dd{
	margin-left: 60px;
	padding: 2px 0;
}
/*news*/

/*footer*/
#footer{
	background: url(../img/footer.gif) no-repeat 0 center;
	width: 750px;
	padding: 3px 0;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	clear: both;
}

#footer-menu{
	text-align: right;
	margin-right: 10px;
}

#footer-menu li{
	display: inline;
}

#footer-menu li img{
	vertical-align: middle;
}
/*footer*/

/*cont-menu*/
#main-cont{
	width: 700px;
	color: #666;
	margin:0 auto;
}

#header-txt{
	margin-left: 155px;
	height:45px;
}

#cont-area{
	width: 650px;
	margin: 20px auto 0;
}

#cont-list{
	width: 100px;
	float: left;
}

#cont-list li{
	border-bottom: dotted 1px #666;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

#cont-list a:link {
	text-decoration : none;
	color : #666;
}

#cont-list a:visited {
	text-decoration : none;
	color : #642006;
}

#cont-list a:hover{
	text-decoration : none;
	color : #b24d0c;
}

#cont-txt{
	margin-left: 130px;
	margin-bottom: 30px;
}

#cont-txt h2{
	font-size: 14px;
	font-weight: normal;
	margin-top: 10px;
}

#cont-txt p{
	margin: 5px 0;
	line-height: 2em;
}

#suica{
	margin-left: 70px;
}

#suica h2{
	font-size: 14px;
	margin-top: 10px;
	color: #000;
	line-height: 1.5em;
}

#suica p{
	margin: 5px 0;
	line-height: 2em;
}

#suica p span{
	font-weight: bold;
}

#suica li{
	line-height: 2em;
}

#suica li span{
	font-weight: bold;
}

#suica h3{
	font-weight: normal;
	font-size: 20px;
	color: #F18D00;
}

#suica2{
	margin-left: 70px;
	padding-top: 10px;
	margin-top: 10px;
	border-top: dotted 1px #666;
	margin-bottom: 20px;
}

#suica2 h2{
	font-size: 14px;
	margin-top: 10px;
	color: #000;
	line-height: 1.5em;
}

#suica2 p{
	margin: 5px 0;
	line-height: 2em;
}

#suica2 p span{
	font-weight: bold;
}

#suica2 dl{
	line-height: 2em;
}

#suica2 dt span{
	font-weight: bold;
}

#suica2 dd span{
	font-weight: bold;
}

#suica2 li{
	line-height: 2em;
	text-indent: -1em;
	margin-left: 1em;
}

#suica2 li span{
	font-weight: bold;
}

#suica2 h3{
	font-weight: normal;
	font-size: 20px;
	color: #F18D00;
}

.star{
	text-align: center;
	font-size: 12px;
	margin: 0 auto;
}

#spacer{
	margin-bottom: 200px;
}
/*cont-menu*/

/*Font-color*/
.f-br{
	color: #3D1C0C;
}

/*recruit-top*/
#recruit-top{
	margin: 10px 0 20px;
}

/*S|HINSOTSU*/
.shi-sotsu{
	font-size: 12px;
	color: #f84a28;
}