@charset "Shift_JIS";



/*++++++++++ initialize ++++++++++*/
*{margin:0; padding:0; /*font-weight:normal; */font-style:normal;}
img{border:none;}
.left{float:left; display:inline;}
.right{float:right; display:inline;}
.clear{clear:both; display:block;}
ul,li{list-style:none;}

.page-break{page-break-before:always;}


body{
	font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", verdana, arial, sans-serif;
	color:#000000;
	font-size:small;
	line-height:140%;
	text-align:center;
	background:url(../img/back.jpg) repeat-x left top #FFFFFF;
	}



/*++++++++++ page layout ++++++++++*/
#wrapper{
	width:800px;
	margin:0 auto;
	position:relative;
	}

#wrapper-inner{
	margin:0 auto;
	position:relative;
	}

#event-nagano{
	margin:0 0 0 680px;
	width:120px;
	height:25px;
	}

#content{
	margin:275px 0 0 0;
	text-align:center;
	}

#content-inner{
	}

#footer{
	padding:15px 0;
	text-align:center;
	background:#F6F6F6;
	}

#footer-inner{
	}

#top-back{
	width:20px;
	height:25px;
	position:fixed;
	right:0;
	bottom:55px;
	}

* html #top-back{
	width:20px;
	height:25px;
	position:relative;
	left:0;
	top:0;
	margin-top:-90px;
	float:right;
	}




/*++++++++++ content ++++++++++*/
h1{
	padding:20px 0 40px 0;
	text-align:center;
	}

#ueda-box{
	width:380px;
	margin-bottom:40px;
	}

#chino-box{
	width:380px;
	margin-bottom:40px;
	}

#ueda-inner,
#chino-inner{
	text-align:left;
	padding:10px 20px;
	border:1px solid #999999;
	}

#ueda-inner h3,
#chino-inner h3{
	font-size:medium;
	margin-top:5px;
	}

#ueda-inner p,
#chino-inner p{
	padding:5px 0;
	line-height:160%;
	}

#mixi-box{
	width:800px;
	margin-bottom:40px;
	}

#mixi-inner{
	/*width:760px;*/
	text-align:left;
	padding:10px 20px;
	border:none;
	}

#act-box{
	width:800px;
	margin-bottom:40px;
	}

#act-inner{
	/*width:760px;*/
	text-align:left;
	padding:10px 20px;
	border:1px solid #999999;
	}

#act-inner hr{
	border-top:1px solid #999999;
	border-right:none;
	border-bottom:none;
	border-left:none;
	height:1px;
	}

#act-inner div.act-left{
	width:130px;
	margin:20px 5px;
	text-align:center;
	float:left;
	display:inline;
	}

#act-inner div.act-right{
	width:600px;
	margin:20px 5px;
	float:left;
	display:inline;
	}

#act-inner div.act-right h3{
	font-size:medium;
	}

#act-inner div.act-right p{
	padding:5px 0;
	line-height:140%;
	}

#outline-box{
	width:800px;
	margin-bottom:40px;
	}

#outline-inner{
	/*width:760px;*/
	text-align:left;
	padding:10px 20px;
	border:1px solid #999999;
	}

#outline-inner hr{
	border-top:1px solid #999999;
	border-right:none;
	border-bottom:none;
	border-left:none;
	height:1px;
	}

#outline-inner h3{
	font-size:medium;
	}

#outline-inner p{
	padding:5px 0;
	line-height:140%;
	}

#playguide-box{
	width:800px;
	margin-bottom:40px;
	}

#playguide-inner{
	/*width:760px;*/
	text-align:left;
	padding:10px 20px;
	border:1px solid #999999;
	}

#playguide-inner hr{
	border-top:1px solid #999999;
	border-right:none;
	border-bottom:none;
	border-left:none;
	height:1px;
	}

#playguide-inner div.playguide-left{
	width:500px;
	margin:20px 5px;
	text-align:center;
	float:left;
	display:inline;
	}

#playguide-inner div.playguide-right{
	width:220px;
	margin:20px 5px;
	float:left;
	display:inline;
	}

#playguide-inner div.playguide-right h3{
	font-size:medium;
	}

#playguide-inner div.playguide-right p{
	padding:5px 0;
	line-height:140%;
	}


/*++++++++++ footer ++++++++++*/



/*++++++++++clearfix++++++++++*/
.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	}

.clearfix{display:inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/* End hides from IE-mac \*/

