@charset "utf-8";

/*  event style
----------------------------------------------------------------------*/

.event #billboard {
	color: #b178b1 !important;
	background: url(../event/images/hbnr-event.jpg) no-repeat;
}

.second h3 {
    font-size: 144%;
    font-weight: bold;
    margin: 0 0 15px;
    background: url(../images/headline-lined.jpg) no-repeat scroll left bottom transparent;
}
.second h3 span {
    padding-left: 25px;
    background: url(../images/bullet02d.png) no-repeat scroll left 50% transparent;
}

/* submenu */
.second .submenu li {
	background: #fff url(../images/submenu-bg05.jpg) repeat-x left bottom;
}
.second .submenu li.current {
	background: #f0e4f0 url(../images/submenu-bg05-current.jpg) repeat-x left bottom;
}
.second .submenu li a {
	border: 1px solid #ae76b0;
	background: transparent url(../images/bullet04.png) no-repeat 15px 50%;
}
.second .submenu li:hover {
	background: #f0e4f0 url(../images/submenu-bg05-current.jpg) repeat-x left bottom;
}

.second .tabs {
	position: relative;
	width: 685px;
	height: 40px;
	margin-bottom: 15px;
}
.second .tab01 {
	position: absolute;
	top: 0;
	left: 0;
}
.second .tab02 {
	position: absolute;
	top: 0;
	left: 218px;
}
.second .tab03 {
	position: absolute;
	top: 0;
	left: 437px;
}





.section dl {
	padding: 15px 0;
	border-bottom: 1px dotted #717071;
}
.section dt {
	float: left;
	width: 9.5em;
	padding-left: 0.8em;
	background: url(../images/bullet01.png) no-repeat left 0.6em;
}
.section dd {
	margin-left: 10.5em;
}