@charset "UTF-8";

/*link-top------------------------------*/
.link-top {
	text-align:right;
	padding:50px 0px;
}

.link-top a {
	background:#000;
	padding:5px 8px;
	color:#fff;
	border:none;
	
}

.link-top a span {
	padding-right:3px;
}

.link-top a:hover {
	background:#f00;
}

/*set-events------------------------------*/
.set-events {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

.set-events h4 {
	position: relative;
	font-size:16px;
	cursor:pointer;
	background:url(../images/h4-arrow.gif) 177px 30px no-repeat;
	color: #333333;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}

.set-events h4:hover {
	color:#FF9900;
}

.set-events h4 span {
	display:block;
	width:350px;
	float:left;
	line-height:1.6em;
}

.set-events h4 strong {
	display:block;
	float:right;
	line-height:1.6em;
	width: 540px;
	font-size: 14px;
	font-weight: normal;
}

.set-events h4 em {
	position: absolute;
	display:block;
	right: 0px;
	top: 20px;
	width: 6em;
	cursor:pointer;
	font-weight:normal;
	font-style:normal;
	text-align:center;
	background:#000;
	padding:5px 0px;
	color:#fff;
	line-height:1;
}

.set-events h4 em:hover {
	background-color: #FF9900;
}

.set-events dl {
	padding:0px 0px 0px;
}

.set-events dt {
	width:220px;
	float:left;
	padding-bottom:20px;
}

.set-events dt p {
	padding-bottom:20px;
	font-size: 13px;
	color: #333333;
}

.set-events dt .a-btn {
	display:block;
	color:#fff;
	background:#000;
	width:200px;
	text-align:center;
	border:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.set-events dt .a-btn:hover {
	background:#ccc;

}

.set-events dt .a-btn span {
	display:block;
	padding:20px;
	font-weight:bold;
	font-size:1.1em;
	line-height:1;
}

.set-events dd {
	width:620px;
	float:right;
	padding-bottom:20px;
}

.set-events dd ul {
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.set-events dd p {
	padding-bottom: 1em;
	font-size: 14px;
	color: #333333;
	line-height: 140%;
}
	
	
img {
    border-style:none;
}

a:hover img {
	filter: Alpha(opacity=80);
	opacity: 0.8; /*firefox safari*/
}


/* ////////////////////////////////////////
#navi
//////////////////////////////////////// */
#navi {
	padding-bottom:25px;
	border-bottom:1px solid #cccccc;
}

#navi ul {
	list-style:none;
}

#navi ul li {
	display:inline;
	line-height:1;
	font-size:1.1em;
}



/* ////////////////////////////////////////
#banner
//////////////////////////////////////// */
#banner {
	padding:35px 0px;
}

#banner ul {
list-style: none;
}





/* ////////////////////////////////////////
Module
//////////////////////////////////////// */
.bn,
.last {
border:none !important;
}

.left {
float:left;
}

.right {
float:right;
}

.pix {
font-size:9px;
line-height:1em;
font-family:ProFont, Monaco, Verdana, Lucida, Arial, Helvetica, Sans-serif;
}

p a,
.set-events dd a {
text-decoration: underline;
}

