/* CSS Document */

h1,h2,dl,dt,dd,ol,ul,li,a,img {
	margin: 0;
	padding: 0;
	border: 0;
}

li {
	list-style-type:none;
}

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat-x;

}

#container {
	width: 1000px;
	*width: 1006px; /* IE6対策 */
	margin: 0 auto;
	overflow: hidden;
}

#bg_left {
	width: 80px;
	height: 2000px; /* 随時設定 */
	background-image: url(../img/bg_left.jpg);
	background-repeat: repeat-y;
	float: left;
}

#bg_right {
	width: 81px;
	height: 2000px; /* 随時設定 */
	background-image: url(../img/bg_right.jpg);
	background-repeat: repeat-y;
	float: left;
}


/* メインエリア */
#main {
	width: 839px;
    overflow: hidden;
	float: left;
	background-color: #ffffff;
}

#main_top {
	width: 839px;
    height: 612px;
    overflow: hidden;
	background-image: url(../img/bg_top.jpg);
	background-repeat: no-repeat;
    left: auto;
    top: auto;
    position:relative;
}


#quick_search {
	width: 839px;
	height: 190px;
    overflow: hidden;
    left: auto;
    top: auto;
    position:relative;
}

span.btn_iss {
    height: 12px;
    width: 297px;
    top: 570px;
    left: 490px;
    position: absolute;
    z-index: 1;
}

span.btn_01 {
    height: 180px;
    width: 258px;
    top: 412px;
    left: 51px;
    position: absolute;
    z-index: 1;
}

span.btn_02 {
    height: 135px;
    width: 236px;
    top: 412px;
    left: 303px;
    position: absolute;
    z-index: 1;
}

span.btn_03 {
    height: 135px;
    width: 236px;
    top: 412px;
    left: 553px;
    position: absolute;
    z-index: 1;
}

span.btn_04 {
    height: 180px;
    width: 258px;
    top: 0px;
    left: 31px;
    position: absolute;
    z-index: 1;
}

span.btn_05 {
    height: 135px;
    width: 236px;
    top: 0px;
    left: 303px;
    position: absolute;
    z-index: 1;
}

span.btn_06 {
    height: 135px;
    width: 236px;
    top: 0px;
    left: 553px;
    position: absolute;
    z-index: 1;
}


#main_bottom {
	width: 755px;
	margin: 0;
	float: left;
}

#main_bottom p {
	font-size: 12px;
	color: #ff0000;
}

#main .ribbon {
	float: left;
}

h2 {
	margin: 0 0 13px 0;
}

.schedule {
	font-size: 14px;
	color: #E70033;
	font-weight: bold;
	font-family: "Arial";
	padding-left: 20px;
	background-image: url(../img/time_bg_sel.jpg);
	background-repeat: no-repeat;
	height: 35px;
	line-height: 35px;
	margin: 15px 0 0 0;
	clear: both;
	letter-spacing: 3px;
}

.schedule_iss {
	font-size: 14px;
	color: #E70033;
	font-weight: bold;
	font-family: "Arial";
	padding-left: 20px;
	background-image: url(../img/time_bg_iss.jpg);
	background-repeat: no-repeat;
	height: 35px;
	line-height: 35px;
	margin: 15px 0 0 0;
	clear: both;
	letter-spacing: 3px;
}

#sel_area {
	width: 443px;
	float: left;
	margin: 0 0 30px 0;
}

#iss_area {
	width: 295px;
	float: right;
}

.bland {
	background-image: url(../img/sel_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
	padding: 4px;
	border-right: 1px solid #C2C2C2;
	border-bottom: 1px solid #C2C2C2;
	width: 139px;
	float: left;
	text-align: center;
	font-size: 10px;
	line-height: 20px;
	font-family: "Arial";
	color: #E70033;

}

.bland_right {
	background-image: url(../img/sel_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
	padding: 4px;
	border-bottom: 1px solid #C2C2C2;
	width: 139px;
	float: left;
	text-align: center;
	font-size: 10px;
	line-height: 20px;
	font-family: "Arial";
	color: #E70033;

}

#iss_area .bland,
#iss_area .bland_right {
	background-image: url(../img/iss_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


.bland img,
.bland_right img {
	margin: 20px 0 0 0;
	*margin: 20px 0 0 0;
}

/*
.bland img:hover,
.bland_right img:hover {
	border: 2px solid #E70033;
	margin: 18px 13px;
	*margin: 22px 11px;
	display: block;
}
*/

#footer {
	width: 740px;
	margin: 0 auto;
	padding: 40px 0 ;
	clear: both;
}

.clear {
	clear: both;
}

a img.css-hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

a:hover img.css-hover {
	opacity: 0.4;
	filter: alpha(opacity=40);
}
