@charset "utf-8";
/* ****************************************************

1: Index setting
99: extra

***************************************************** */

/*1: Index setting
=========================================*/
#header {
	background: url(/images/index_bg001.jpg) no-repeat 50% 0;
}

#siteIndex #contents {
	width: 100%;
	margin: 0 auto;
}

#indexColumn {
	margin: 25px 0 0 ;
}
#indexColumn #indexMain {
	float: left;
	width: 720px;
}
#indexColumn #indexSide {
	float: right;
	width: 200px;
}

/* topics */
#indexNews {
	background: url(/images/index_bg008.gif) no-repeat left bottom;
}
#indexNews .newsHeader {
	float: left;
	width: 85px;
	padding: 6px;
	background: url(/images/index_bg009.gif) no-repeat 0 0;
}
#indexNews .newsBody {
	float: right;
	width: 620px;
	padding: 6px 0 0;
}
#indexNews .newsBody dt {
	width: 8em;
	margin: 2px 0 0;
}
#indexNews .newsBody dd {
	position: relative;
	margin: -1.4em 0 0 0;
	padding: 0 0 2px 11.5em;
	border-bottom: 1px solid #e7e7eb;
	zoom: 1;
}
#indexNews .newsBody .newsCategory {
	display: block;
	position: absolute;
	top: 3px;
	left: 8em;
	margin: 0 10px 0 0;
}
#indexNews dd span.newsTitle {
		display: block;
		padding: 0 0 0 10px;
}
#indexNews .newsLink {
	margin: 6px 0 0;
	padding: 0 4px 0 0;
}
#indexNews .newsLink a {
	display: block;
	float: right;
	padding: 0 0 0 17px;
	background: url(/images/index_ic001.gif) no-repeat 0 0.3em;
	color: #333333;
}

/* mainMenu */
#indexMain #mainMenu {
	margin: 20px 0 0;
	width: 720px;
	height: 149px;
	background: url(/images/index_bg002.jpg) no-repeat 0 0;
}
#indexMain #mainMenu dl {
	float: left;
}
#indexMain #mainMenu li {
	padding: 0 8px 1px;
}
#indexMain #mainMenu .more {
	margin: 9px 0 0 8px;
}
#indexMain #mainCompany {
	width: 184px;
}
#indexMain #mainCsr {
	width: 185px;
}
#indexMain #mainIr {
	width: 351px;
}
#indexMain #mainIr dd .irWrap {
	padding: 0 0 0 8px;
}
#indexMain #mainIr dd ul {
	float: left;
	width: 168px;
}
#indexMain #mainIr dd li {
	padding: 0 0 1px;
}

/* serviceMenu */
#serviceMenu {
	width: 720px;
	height: 163px;
	background: url(/images/index_bg003.gif) no-repeat 0 0;
	margin: 20px 0 0;
}
#serviceMenu ul {
	padding: 0 0 0 2px;
}
#serviceMenu li {
	float: left;
	padding: 0 0 0 6px;
}

/* indexSide */
#indexSide .sideBanner li {
	padding: 0 0 10px;
}
#indexSide .schedule {
	width: 200px;
	margin: 0 0 10px;
	background: url(/images/index_bg007.gif) no-repeat 0 100%;
}
#indexSide .schedule dt {
	padding: 2px 0 2px 45px;
	color: #ffffff;
	zoom: 1;
}
#indexSide .keiba dt,
#indexSide .autorace dt {
	background: none;
	padding: 0;
}
#indexSide .schedule dd {
	overflow: hidden;
	line-height: 1.2;
	zoom: 1;
}
#indexSide .schedule table {
	margin-top: -1px;
	padding: 0 0 5px;
/*	background: url(/images/index_bg006.gif) no-repeat 0 100%;*/
	zoom: 1;
}
#indexSide .schedule .noBorder {
	margin-top: 5px;
	width: 180px;
}
#indexSide .schedule .noBorder th,
#indexSide .schedule .noBorder td {
	border: none;
	padding: 0 5px 5px 0!important;
	vertical-align: middle;
	text-align: left;
}
#indexSide .schedule .noBorder th {
	font-weight: normal;
	padding-right: 5px;
	color: #000000;
}
#indexSide .schedule .pickUpMiddle th {
	background: url(/images/index_bg010.gif) no-repeat left top;
}
#indexSide .schedule .pickUpBottom th {
	background: url(/images/index_bg010.gif) no-repeat left bottom;
}
#indexSide .schedule .pickUpMiddle td {
	background: url(/images/index_bg010.gif) no-repeat right top;
}
#indexSide .schedule .pickUpBottom td {
	background: url(/images/index_bg010.gif) no-repeat right bottom;
}
#indexSide .schedule .title {
	padding: 3px;
	background-color: #d8e8cd;
	text-align: center;
}
#indexSide .schedule th,
#indexSide .schedule td {
	padding: 5px 0 6px;
	border-top: 1px solid #cccccc;
	vertical-align: middle;
}
#indexSide .schedule th {
	width: 50px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
#indexSide .schedule td {
/*	width: 134px;*/
	width: 184px;
	padding: 6px 8px;
}
#indexSide .schedule .scheSection {
	padding: 10px;
}


/* ==================================
clear fix
================================== */
#indexNews:after,
#indexMain #mainMenu:after,
#serviceMenu ul:after,
#indexSide .schedule li:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

#indexNews,
#indexMain #mainMenu,
#serviceMenu ul,
#indexSide .schedule li {
	zoom: 1;
}

