@charset "utf-8";
/* CSS Document */

/*   [header]
---------------------------------------*/

.header{
	background:#FFFFFF;
	width: 850px;
	height:480px;
	margin: 0 auto; 
	position: relative;
	text-align: left;
}

.header .keyv {
	position: absolute;
	top: 0 ;
	left: 0 ;
}



/*　Gナビ */
.header .gNavi {
	position: absolute;
	top: 429px;
	left: 0;
}

.header .gNavi li {
	float: left;
}

/*　仁尾フェスについて */
.clear .catchcopy {
	color: #FB8C1B;
	font-size: 140%;
	font-weight: bold;
}

.clear {
	margin: 20px 0;
	line-height: 23px;
}


/*　協賛などについて */


.cosponsorship{
	margin:10px 0;
	border:2px solid #95DAF0;
	padding:8px 10px;
}

.cosponsorship dl{
	margin:0;
}

.cosponsorship dl dt{
	width:3em;
	float:left;
	clear:left;
	padding:5px 0 0 0;
}

.cosponsorship dl dd{
	padding:5px 0 5px 3em;
}



