@charset "UTF-8";
/* ********************
 *
 * 立川バス
 *
 * ********************
*/

/* ALL LINE
-------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
	}
#wrapper {
	width:100%;
    height:100%;
	}
#container {
	width: 840px;
	height: 100%;
	float: left;
	}
img {
	border: none;
	}
ul li {
	margin: 0px;
	padding: 0px;
	}
li {
	list-style: none;
	}

/* index
-------------------------------------------- */
h1 {
	height: 44px;
	background: #FFFFFF url(../images/bg_header.jpg) repeat-x;
	padding-top: 4px;
	padding-left: 30px;
	}

/* mainContents
-------------------------------------------- */
#main {
	float: left;
	width: 620px;
	clear: right;
	}
	
/* header
-------------------------------------------- */
#header {
	background: url(../images/bg_header.jpg) repeat-x;
	height: 31px;
	}
#header ul {
	background: url(../images/header_bg.jpg) no-repeat;
	height: 31px;
	width: 293px;
	position: relative;
	left: 206px;
	}
#header ul li {
	display: inline;
	position: absolute;
	}
#header ul li a {
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	}

/* footer
-------------------------------------------- */
#pause {
	height: 1px;
	width: 100%;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #C2C2C2;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 0px;
	}
#footer {
	float: left;
	width: 800px;
	}
#footer ul {
	height: 13px;
	position: relative;
	}
#footer ul li {
	display: inline;
	position: absolute;
	}
#footer ul li a {
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	}
#copyright {
	padding: 5px 0px 50px 33px;
	color: #B7B7B7;
	height: 10px;
	font-size: x-small;
	font-style: normal;
	}
