@charset "utf-8";

/* navi
----------------------------------------------- */

div#navi {
	width:100%;
	text-align:center;
	background:#ebebeb url(../images/common/bg_foot1.gif) repeat-x left top;
	overflow:hidden;
	padding:15px 0;
}

div#navi ul{
	width:600px;
	margin:0 auto;
	overflow:hidden;
}
div#navi ul li{
	float:left;
}
div#navi ul li img{
	float:left;
}
div#navi ul li a{
	display:block;
	font-size:0.85em;
	color:#5e5e5e;
	text-decoration:none;
}


/* h2 イベントに参加しよう
----------------------------------------------- */

div#event {
	height:130px;
	padding:10px 0 0 0;
	width:100%;
	overflow:hidden;
}

div#event p{
	width:900px;
	text-align:center;
	margin:0 auto 15px;
}

/* h2 コンテンツ
----------------------------------------------- */

.red {
    border-left:#FF0066 solid 5px;
	padding-left:5px;
}

/* rightContents_about
----------------------------------------------- */


div#rightCont_about {
	float:right;
	width:504px;
	padding:20px 0 0px 0px;
}
div#rightCont_about h2 {
	font-weight:normal;
	font-size:15px;
	margin-bottom:15px;
}
div#rightCont_about ul li{
	width:481px;
	overflow:hidden;
	margin-bottom:5px;
}
div#rightCont_about ul li dl{
}
div#rightCont_about ul li dt{
	padding:20px 0 10px;
	margin-left:20px;
	width:441px;
	border-bottom:dotted 1px #a9a9a9;
	color:#f75935;
	font-weight:bold;
}
div#rightCont_about ul li dt a{
	text-decoration:none;
	color:#f75935;
}
div#rightCont_about ul li dd{
	padding:10px 20px 20px;
}


/* mainCont_event
----------------------------------------------- */


div#mainCont_event {
	width:900px;
	margin:25px auto 0px;
	overflow:hidden;
	background-color:#E6E6E6;
}


/* rightCont_event
----------------------------------------------- */


div#rightCont_event {
	width:900px;
	background-color:#E6E6E6;
	padding:30px 0 0px 180px;
}
div#rightCont_event h2 {
	font-weight:normal;
	font-size:0.85em;
	margin-bottom:15px;
}

div#rightCont_event ul li{
	width:572px;
	background:url(../images/event/box_btm_bg.gif) repeat-y;
	overflow:hidden;
	margin-bottom:35px;
}

div#rightCont_event ul li dl{
	background:url(../images/event/box_hd.gif) no-repeat;
}

div#rightCont_event ul li dt{
	padding:20px 0 10px;
	margin-left:20px;
	width:532px;
	border-bottom:dotted 1px #a9a9a9;
	color:#f75935;
	font-weight:bold;
}

div#rightCont_event ul li dt a{
	text-decoration:none;
	color:#f75935;
}

div#rightCont_event ul li dd{
	padding:10px 20px 20px;
	background:url(../images/event/box_btm_lineup.gif) no-repeat left bottom;
}


div#lineBox2 {
	width:100%;
	border-bottom:dotted 1px #aaa;
	overflow:hidden;
	padding-bottom:20px;
	margin-bottom:20px;
}


/* pager
----------------------------------------------- */

div#pager {
	height:70px;
	padding:10px 0 0 0;
	width:100%;
	overflow:hidden;
	border-bottom:dotted #CCCCCC 1px;
}

div#pager p{
    color:#333333;
	width:900px;
	text-align:center;
	margin:0 auto 15px;
}








