@charset "EUC-JP";   /*   Ê¸»ú¥³¡¼¥É   */

/* Reset
=======================================*/

* {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 1.6;
	color: #000;
}

body {
	font: x-small;
	font-family: Arial, Helvetica, sans-serif;
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "Lucida Grande", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", "Meiryo", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", sans-serif;
	font-size: small;
	font-size: 12px;
}

table {
	font: 100%;
	font-size: inherit;
}

hr {
	margin: 20px 0;
	border-width: 0;
	border-top: 1px solid #333;
}

img {
	border: none;
	vertical-align: bottom;
}



strong {
	font-weight: bold;
}

/* Layout
=======================================*/

.header{
	width: 300px;
	height: 270px;
	margin: 0 auto;
	text-align: left;
	padding: 300px 0 0 500px;
	background:url(/nol/event/nobou/img/header.jpg) top center no-repeat;
}


#container{
	background:#000;
	color: #fff;
}

.ss1_box{
	width: 800px;
	height: 380px;
	margin: 0 auto;
	text-align: center;
	background:url(/nol/event/nobou/img/ss1_box.jpg) top center no-repeat;
}

.ss2_box{
	width: 800px;
	height: 380px;
	margin: 0 auto;
	text-align: center;
	background:url(/nol/event/nobou/img/ss2_box.jpg) top center no-repeat;
}

.ss3_box{
	width: 800px;
	height: 434px;
	margin: 0 auto;
	text-align: center;
	background:url(/nol/event/nobou/img/ss3_box.jpg) top center no-repeat;
}

.nobou_info{
	width: 750px;
	height: 330px;
	margin: 0 auto;
	text-align: left;
	padding: 75px 0 0 50px;
	background:url(/nol/event/nobou/img/nobou_info_box.jpg) top center no-repeat;
}

.txt_info{
	width: 330px;
	height: auto;
	/* border: solid 1px #000; */
	color: #143484;
	line-height: 1.4;
	font-size: 13px;
	float: left;
}

.nobou_btn{
	margin-left: -10px;
	padding-top: 80px;
}



.nobou_link{
	width: 163px;
	float: left;
	margin: -60px 0 0 22px;
}



#btn_nobou_info a{
	background: url(/nol/event/nobou/img/btn_nobou_info.gif);
	width: 290px;
	height: 125px;
	display: block;
}

#btn_nobou_info a:hover{
	background: url(/nol/event/nobou/img/btn_nobou_info.gif) 0px -125px;
}

#btn_nobou_info strong{
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}








/* garally
-------------------------------------------------------------------------------------- */

.g_cont1{
	width: 657px;
	height: 370px;
	margin: 0 auto;
	text-align: center;
}

.controls {
	margin:-45px 0 0 15px;
}


.controls a {
	width:20px;
	height: 20px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background:#fff;
	border:#753301 solid 1px;
	text-decoration:none;
	display: block;
	float: left;
	margin-left: 5px;
}

.controls a:hover {
	background:#333;
	color:#fff;
	border:#fff solid 1px;
}


div.scroller { 
	/* modify width and height of scrolling section if necessary	*/
	width: 657px; 
	height: 370px;
	overflow: hidden;
}
div.scroller div.section {
/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width: 657px; 
	height: 370px;
	overflow:hidden;
	float:left;
}

div.scroller div.content {
	width: 10000px;
}


.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix{display:inline-block;}
* html .clearfix{height:1%;}
.clearfix{display:block;}