@charset "utf-8";

#content-wrap:after {
	content: "";
	display: block;
	clear: both;
}

#content-wrap {
	padding-bottom: 60px;
	zoom: 1;
}

/*--------------------------------------------
main
--------------------------------------------*/
#content-main {
	float: right;
	width: 670px;
}

#content-main h1 {
	position: relative;
	margin-bottom: 30px;
	padding: 14px 15px;
	font-size: 172%;
	color: #444;
	border: #CCCCCC 1px solid;
	border-bottom: #C12733 3px solid;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	background: #FAFAFA  url(../img/h1_bg.gif);
}

.lead-txt {
	color: #C12733;
	font-size: 200%;
	margin-bottom: 30px;
}

section {
	line-height: 2.0;
}

section h2 {
	margin-bottom: 18px;
	padding-left: 12px;
	border-left: #C12733 3px solid;
	font-size: 128.6%;
	line-height: 1.5;
	color: #555;
	font-weight: bold;
}

.section-mt {
	margin-top: 50px;
}

.img-caption {
	margin: 5px 0 0 0;
	font-size: 85.7%;
	line-height: 1.4;
	text-align: left;
}

.to-prd {
	margin-top: 20px;
	text-align: right;
}

.to-prd a {
	display: inline-block;
	*display: inline;
	padding: 10px 30px;
	border: #CCC 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #F9F9F9 url(../img/side_arrow.png) 95% center no-repeat;
}

.to-prd a:link,
.to-prd a:visited,
.to-prd a:active,
.to-prd a:hover {
	color: #555;
	text-decoration: none;
}

.to-prd a:hover {
	background-color: #EBEBEB;
}

.ext-link {
	margin-left: 3px;
	vertical-align: middle;
}

/*--------------------------------------------
side
--------------------------------------------*/
#content-navi {
	float: left;
	width: 230px;
}

#content-ttl-wrap {
	padding: 34px 14px;
	background-color: #C12733;
	color: #FFF;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	position:relative;
}

#content-ttl {
	font-size: 128.6%;
	font-weight: bold;
}

#content-ttl-sub {
	font-size: 71.4%;
}

#content-navi a:hover {
	text-decoration: none;
}

#content-navi-list {
	border: #C9C9C9 1px solid;
	border-bottom: none;
}

#content-navi-list  li {
	border-bottom: #C9C9C9 1px solid;
}

#content-navi-list  li a {
	display: block;
	padding: 16px 14px 16px 10px;
	color: #555;
	background: url(../img/side_arrow.png) 212px center no-repeat;
}
#content-navi-list  li span {
	display: block;
	padding: 16px 14px;
	color: #555;
}

#content-navi-list  li ul {
	border: none;
	margin: 0 0 10px 10px;
	border-left: #C9C9C9 1px solid;
	border-bottom: #C9C9C9 1px solid;
}

#content-navi-list  li ul li {
	border: none;
	border-top: #C9C9C9 1px solid;
}

#content-navi-list  li ul li a {
	display: block;
	padding: 12px 14px 12px ;
	background: url(../img/side_arrow.png) 201px center no-repeat;
	color: #555;
}

#content-navi-list  li a.current {
	color: #C12733;
	background-color: #FEF5F5;
}

#content-navi-list  li a:hover {
	background-color: #FEF5F5;
}

#rel-history {
	margin: 15px 0 0;
	padding: 10px;
	background-color: #F4F4F4;
}

#rel-history  ul li {
	width: 210px;
	margin: 10px 0 0;
}

#rel-history  ul li:first-child{
	margin: 0;
}

#rel-history  ul li  a {
	display: block;
	width: 210px;
	height: 70px;
	background: url(../img/side_bnr_rel_history.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#rel-history  ul li  a.current {
	background: url(../img/side_bnr_rel_history_current.jpg);
}

#rel-history  ul li.ctn-uzumaki  a {
	background-position: left top;
}

#rel-history  ul li.ctn-uzumaki  a:hover {
	background-position: 0 -70px;
}

#rel-history  ul li.ctn-uzumaki  a.current:hover {
	background-position: 0 0;
}

#rel-history  ul li.ctn-serbia  a {
	background-position: -210px top;
}

#rel-history  ul li.ctn-serbia  a:hover {
	background-position: -210px -70px;
}

#rel-history  ul li.ctn-serbia  a.current:hover {
	background-position: -210px 0;
}

#rel-history  ul li.ctn-ayumi  a {
	background-position: -420px top;
}

#rel-history  ul li.ctn-ayumi  a:hover {
	background-position: -420px -70px;
}

#rel-history  ul li.ctn-ayumi  a.current:hover {
	background-position: -420px -0;
}

#rel-history  ul li.ctn-mark  a {
	background-position: -630px top;
}

#rel-history  ul li.ctn-mark  a:hover {
	background-position: -630px -70px;
}

#rel-history  ul li.ctn-mark  a.current:hover {
	background-position: -630px -0;
}


#content-navi .bnr_ueyama_eiichiro_story {
	margin-top: 15px;
}

#content-navi .bnr_ueyama_eiichiro_story  a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}


#content-navi .saiyo {
	margin-top: 15px;
}

#content-navi .saiyo a {
	display: block;
	padding: 18px 16px 14px;
	background: #999 url(../img/side_arrow_w.png) 206px center no-repeat;
	font-size: 128.6%;
	color: #FFF;
	line-height: 0.8;
	*line-height: 1.2;
	text-align: center;
	text-decoration: none;
}

#content-navi .saiyo a:hover {
	background-color: #B0B0B0;
}

#content-navi .saiyo a span {
	font-size: 44.4%;
	font-family: Arial, Helvetica, sans-serif;
}