@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
=======================================*/

#container{
	background:#000;
	color: #fff;
}


#info_box{
	width: 800px;
	height: auto;
	background:url(/nol/event/fireworks2012/img/info_bg.jpg) top center no-repeat;
	padding-bottom: 1px;
	margin: 0 auto;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

h2{
	width: 700px;
	margin: 0 auto;
	text-align: left;
	/* border: solid 1px #000; */
	padding-top: 20px;
}

.text_box{
	width: 730px;
	margin: 5px 0 5px 44px;
	text-align: left;
	border: solid 1px #fff;
	padding-bottom: 5px;
	color: #712b21;
	background:url(/nol/event/fireworks2012/img/cont_bg.png);
}



.text_box2{
	width: 730px;
	margin: 5px 0 5px 44px;
	text-align: left;
	border: solid 1px #fff;
	color: #712b21;
	background:url(/nol/event/fireworks2012/img/eve_bg.png);
}


.sab_title{
	font-size: 16px;
	font-weight: bold;
	color: #744b47;
	/* padding-bottom: 2px; */
	border-bottom: solid 1px #744b47;
	margin-bottom: 4px;
}

.text_box p{
	line-height: 1.2;
	padding: 5px 15px 5px 20px;
}

.text_box2 p{
	line-height: 1.2;
	padding: 5px 15px 5px 20px;
}

.ss_box{
	width: 610px;
	margin: 0 auto;
	text-alicn: center;
}

.title_box{
	width: 720px;
	padding: 5px 5px 5px 5px;
	background: #744b47;
	margin-bottom: 5px;
}


.title_box2{
	width: 720px;
	padding: 5px 5px 5px 5px;
	background: #2b4dee;
}

.at{
	font-size: 10px;
	line-height: 1.0;
}
table.info_ss03{width: 610px; margin: 0 auto;}
table.info_ss03 td{
	padding: 5px;
	vertical-align: top;
	line-height: 1.2;
}

table.info_ss05{width: 680px; margin: 0 auto;}
table.info_ss05 td{
	padding: 5px;
	vertical-align: top;
	line-height: 1.3;
}

table.info_eve{width: 680px; margin: 0 auto;}
table.info_eve td{
	padding: 5px;
	vertical-align: top;
	line-height: 1.3;
	border: solid 2px #4f53ee;
	background: #efeffe;
	
}

.point{
	color: #00f;
}

.event{
	padding: 5px;
	background:#efeffe;
	width: 660px;
	margin: 0 auto;
}

.event_text{
	width: 660px;
	padding: 5px;
	margin: 0 auto;
	line-height: 1.3;
}


/* garally
-------------------------------------------------------------------------------------- */

#garally {
	width: 610px;
	height:343px;
	margin: 0 auto;
	text-align: left;
	/* border: solid 1px #712b21; */
}


.controls {
	margin:-40px 10px 10px 20px;
}


.controls a {
	padding:8px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background:#fff;
	width:28px;
	border:#f60 solid 1px;
	text-decoration:none;
}

.controls a:hover {
	background:#333;
	color:#fff;
	border:#fff solid 1px;
}


div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 610px; 
	height: 343px;
	overflow: hidden;
}
div.scroller div.section {
/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width: 610px; 
	height: 343px;
	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;}