@charset "utf-8";
/* CSS Document */

@import url("layout.css");



body{
	padding: 0px;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #000;
	line-height: 1.5em;
	background: url(../img/bg_contents.gif) repeat-x 0 0;
}


#c_main{
	height: 236px;
	width: 871px;
	background-image: url(../event/img/main_img.jpg);
}


.contents_h_spece{
	height: 230px;
}


.content-in{
	width: 580px;
	margin: 0 auto 0 auto;
}



#event .question {
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 15px;
	border: 1px solid #FFCC00;
	font-weight: bold;
	color: #FF9900;
	text-align: center;
}

#btnArea  {
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 180px;
	list-style-type: none;
}


#btnArea li {
	float: left;
	height: 48px;
	width: 200px;
	margin-right: 10px;
	display: block;
	list-style-type: none;
}


#btnArea li a {
	overflow: hidden;
	display: block;
	text-indent: -9999px;
}

#btnArea li.dateBtn a {
	height: 48px;
	width: 200px;
	background: url(../event/img/event-date.jpg) no-repeat left top;
}

#btnArea li.dateBtn a:hover {
	height: 48px;
	width: 200px;
	background: url(../event/img/event-date.jpg) no-repeat right top;
}

#btnArea li.contactBtn a {
	height: 48px;
	width: 200px;
	background: url(../event/img/event-contact.jpg) no-repeat left top;
}

#btnArea li.contactBtn a:hover {
	height: 48px;
	width: 200px;
	background: url(../event/img/event-contact.jpg) no-repeat right top;
}

#event .headine1 {
	margin-top: 10px;
	margin-bottom: 5px;
	color: #FF9900;
	text-align: left;
}

#btnArea2 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	text-align: center;
	list-style-type: none;
}

#btnArea2 li {
	height: 48px;
	width: 200px;
	margin-right: 10px;
	display: block;
	list-style-type: none;
}


#btnArea2 li a {
	overflow: hidden;
	display: block;
	text-indent: -9999px;
}

#btnArea2 li.contactBtn a {
	height: 48px;
	width: 200px;
	background: url(../event/img/event-contact.jpg) no-repeat left top;
}

#btnArea2 li.contactBtn a:hover {
	height: 48px;
	width: 200px;
	background: url(../event/img/event-contact.jpg) no-repeat right top;
}


h4{
	margin: 25px 0 5px 0;
	color: #52ACE2;
}

.f12b_kau{
	margin: 0px;
	color: #52ACE2;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}


.f11_kau{
	margin: 0px;
	font-size: 11px;
	text-align: left;
}
