@charset "EUC-JP";   /*   文字コード   */

/* Reset
=======================================*/

* {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 1.6;
}

body {
	font: x-small;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, 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 {vertical-align: bottom;}


strong {
	font-weight: bold;
}

/* Layout
=======================================*/

#container{
	background:#000;
	color: #000;
}


#info_box{
	width: 800px;
	background:url(/nol/event/spring2014/img/info_center.jpg) top center;
	margin: 0 auto;
	text-align: left;
}

#update_box{
	width: 800px;
	height: auto;
	padding-bottom: 1px;
	margin: 0 auto;
	text-align: left;
	background:url(/nol/event/kanbee/img/main_bg.jpg) top center;
}

.update_cont_box{
	width: 703px;
	background: #161504;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;

}

.header{
	width: 315px;
	height: 200px;
	margin: 0 auto;
	text-align: left;
	padding: 370px 0 0 485px;
	background:url(/nol/event/kanbee/img/header.jpg) top center no-repeat;
}


.header a{
	background: url(/nol/event/kanbee/img/btn_update.png);
	width: 300px;
	height: 42px;
	display: block;
}

.header a:hover{
	background: url(/nol/event/kanbee/img/btn_update.png) 0px -42px;
}

.header strong{
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}





.bg{
	width: 800px;
	height: auto;
	padding:0;
	background:url(/nol/event/kanbee/img/main_bg.jpg) top center;
}

h3{
	border-left: solid 5px #ff7174;
	padding-left: 5px;
	padding-top: 3px;
	margin: 5px 0 5px 15px;
	color: #ff7174;
}

.text_box{
	width: 700px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 5px;
}





.text_box p{ line-height: 1.3; padding: 0 15px 5px 15px;}

.title_box{
	width: 705px;
	margin: 0 auto 5px auto;
	padding-top: 10px;
}

#footer{
	width: 760px;
	height: auto;
	padding: 20px 20px 20px 20px;
	margin: 0;
	background:#1c1d18;
}

table.list{margin-left: 10px; width: 600px;}
table.list td , th{border: solid 1px #000; padding: 5px;}
table.list th{background: #536a7c; color: #fff;}


/* garally
-------------------------------------------------------------------------------------- */

#garally							{ width: 630px; height:380px; margin: 0px auto 0 auto; text-align: left; border: solid 5px #ff7174;}
#garally .controls 					{ margin:-50px 10px 10px 10px;}
#garally .controls a 				{ padding:8px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; font-size:14px; background:#fff; width:28px; border:#ff7174 solid 1px; text-decoration:none; color: #ff7174;}
#garally .controls a:hover 			{ background:#333; color:#fff; border:#fff solid 1px;}
#garally div.scroller			 	{ width: 630px;  height: 380px; overflow: hidden;}
#garally div.scroller div.section	{ width: 630px;  height: 380px; overflow:hidden; float:left;}
#garally div.scroller div.content	{ width: 10000px;}

#garally2							{ width: 630px; margin: 0px auto 0 auto; text-align: left; border: solid 5px #ff7174;}

.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix{display:inline-block;}
* html .clearfix{height:1%;}
.clearfix{display:block;}