@charset "utf-8";

body {
	border-top: 1px solid #6f6e69;
}

/* container
-----------------------------------------------------------------------*/
div#container {
	width: 775px;
}

/* header
-----------------------------------------------------------------------*/
div#header {
	width: 775px;
	margin: 0 auto 5px;
	text-align: center;
	padding-top: 7px;
}
div#header a {
	color: #000000;
}
div#header div#header_top {
	position: relative;
	width: 775px;
	height: 53px;
	background: url(/machimusubi/sponsor/img/head_bk01.gif) no-repeat left bottom;
}
div#header div#header_top p#logo_img {
	position: absolute;
	top: 9px;
	left: 15px;
	width: 79px;
	height: 36px;
}
div#header div#header_top h1 {
	position: absolute;
	top: 2px;
	left: 240px;
	width: 500px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2;
	text-align: left;
}
* html div#header div#header_top h1 {
	font-size: 11px;
}
*:first-child+html div#header div#header_top h1 {
	font-size: 11px;
}
div#header div#header_in {
	position: relative;
}
div#header div#header_in p {
	position: absolute;
	top: 17px;
	right: 20px;
	display: inline;
	float: left;
	width: 184px;
	height: 30px;
}

/* big_main
-----------------------------------------------------------------------*/
div#big_main {
	width: 775px;
}
div#big_main p.sub_p {
	width: 775px;
}
div#big_main ul.s_result {
	width: 695px;
}
div#big_main .sch_box {
	height: 17px;
}
* html div#big_main .sch_box {
	height: 20px;
}
*:first-child+html div#big_main .sch_box {
	height: 16px;
}
div#big_main .sub_p {
	background: none;
	border-top: none;
}

/* footer
-----------------------------------------------------------------------*/
div#footer {
	width: 775px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
}
div#footer p#footer_txt {
	background: #414141 url(/machimusubi/sponsor/img/footer_bg001.gif) repeat-x left bottom;
	color: #ffffff;
	margin-bottom: 1px;
	padding: 1px 0 5px;
	text-align: center;
}
div#footer div#footer_navi {
	background: #eeeeee no-repeat 0 0;
	border-bottom: 1px solid #cccccc;
	padding: 6px 10px;
	text-align: right;
}
div#footer div#footer_navi a:link,
div#footer div#footer_navi a:visited {
	color: #000000;
	text-decoration: none;
}

div#footer div#footer_navi a:hover,
div#footer div#footer_navi a:active {
	color: #ff6600;
	text-decoration: underline;
}
div#footer p#copyright {
	padding: 8px 0 30px;
	text-align: center;
}

/* clearfix
-----------------------------------------------------------------------*/
div#header:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
div#header {
	min-height: 1%;
}

