@charset "utf-8";


body {
	background-color: #e51e2a;
	color: #FFF;
	font-size: 13px;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}

a, a:link, a:hover, a:visited {
	color: #FCC;
}

#container {
	width: 100%;
}

header {
	margin: 0;
	text-align: center;
	line-height: 0;
}

header img {
	width: 100%;
}

.txt {
	margin: 10px 6px;
	font-size: 12px;
	text-justify: auto;
}

.update {
	background-color: #FFF;
	color: #500000;
	margin: 0 10px 15px;
	padding: 3px 10px 15px;
	border-radius: 8px;
	overflow: hidden;
}

.date {
	font-weight: bold;
	text-align: left;
}

.date .point {
	font-size: 25px;
}

.music {
	width: 40%;
	float: left;
	text-align: center;
}

.m_year {
	margin: 8px 0px 5px;
}

.m_year img {
	width: 95%;
}

.m_cd {
	margin-top: 5px;
	padding: 0;
}

.m_cd img {
	width: 70%;
	margin: 0;
	padding: 0;
}

.m_name {
	font-size: 16px;
	font-weight: bold;
	margin-top: 8px;
}

.m_title {
	font-size: 20px;
	color: #f66;
	line-height: 1.2;
	font-weight: bold;
}

.m_title_ex {
	font-size: 10px;
	color: #000;
	line-height: 1.2;
	position: relative;
	top: -15px;
}

.roots {
	width: 60%;
	float: right;
}

.r_name {
	text-align: center;
	color: #F66;
	font-size: 22px;
	font-weight: bold;
	margin: 8px 0 0;
	line-height: 1.2;
}
.r_name .r_group {
	font-size: 13px;
	line-height: 1.0;
	margin: 0;
}

.r_image {
	width: 100%;
	text-align: center;
	line-height: 0;
	margin-top: 3px;
}

.r_image img {
	width: 75%;
}

.r_txt {
	font-size: 12px;
	margin-top: 5px;
}

.r_txt .point {
	font-size: 115%;
	color: #F66;
}

#btn_request {
	text-align: right;
	margin: 10px 0;
}

#btn_request img {
	width: 70%;
}

#mainImages {
	border-top: ridge 5px #FFF;
	border-bottom: ridge 5px #FFF;
	margin: 0 10px 8px;
	padding: 5px 0 0;
	text-align: center;
}

#mainImages img {
	width: 100%;
}

#backnumber h3 img {
	width: 100%;
	margin-bottom: 5px;
}

#backnumber li {
	background: -moz-linear-gradient(center top, #fff 50%, #e0e0e0 50%);
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), color-stop(0.5, #fff), color-stop(0.5, #e0e0e0));
	color: #888;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}

#backnumber li .point {
	font-size: 30px;
}

#backnumber a, #backnumber a:link, #backnumber a:hover, #backnumber a:visited {
	background: url("/images/event/hajimari/arrow_bk.png") no-repeat 96% center;
	color: #888;
	padding: 0 10px;
	text-decoration: none;
	display: block;
}

#banner {
	text-align: center;
	margin-top: 10px;
}

#banner img {
	width: 95%;
}

#pagetop {
	margin-top: 15px;
	text-align: right;
}

#pagetop a {
	margin: 0 5px 5px 0;
}

footer {
	background-color: #FFF;
	color: #500000;
	font-size: 11px;
	margin: 0;
	padding: 5px;
}

footer p {
	text-align: center;
	margin: 8px 0;
}

footer img {
	width: 40%;
	margin: 0 10px;
}

footer address {
	font-style: normal;
}



/*=============================
BACK NUMBERページ
=============================*/

#bk_list {
	width: 100%;
}

#bk_list li {
	background-color: #FFF;
	color: #500000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.1;
	border-bottom: 1px solid #e51e2a;
	padding: 8px 0;
}

#bk_list a, #bk_list a:link, #bk_list a:hover, #bk_list a:visited {
	background: url("/images/event/hajimari/arrow_bklist.png") no-repeat 96% center;
	color: #500000;
	padding: 0 10px;
	text-decoration: none;
	display: block;
}

#bk_list .bk_date {
	color: #F88;
	font-size: 14px;
	margin-right: 0.8em;
}

#bk_list .bk_name {
	line-height: 1.2;
}

#bk_list .bk_group {
	font-size: 12px;
	line-height: 1.1;
	margin-left: 3px;
}

#btn_top {
	margin: 10px 0 10px 15px;
}

#btn_top img {
	width: 40%;
}



/*=============================
年別ページ
=============================*/

h1#year_top {
	text-align: left;
	margin: 5px 10px;
}

h1#year_top img {
	width: 25%;
}



