@charset "shift-jis";

#ten6-body {
	margin: 0px auto;
	background-color: #FFFFFF;
	background-image:url(../img/princess_yasuko/bg.png);
	background-repeat:repeat-x;
	padding: 0px;
	text-align: center;
	line-height:140%;
	color: #000;
	font-size: 12px;
	font: 16px/1.7 "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",clean,sans-serif;
}

A:link {COLOR: #6e1130; TEXT-DECORATION: none}


#top .ten6-header {
	margin: 0px auto;
	text-align: center;
	width: 1000px;
	overflow:hidden;
}
.logo {
	margin:0;
	float:left;
}


/* -----------------------------
		contents
----------------------------- */
#ten6_wrap {
	margin: 0px auto;
	background-color:#FFFFFF;
	padding: 0px;
	width: 1000px;
}
	#ten6_contents{
		width: 980px;
		margin: 10px auto;
	}

/* -----------------------------
		menu
----------------------------- */

	#yasuko_menu{
		width: 100%;
		min-height:70px;
		padding:0;
		margin: 0px auto;
		background: url(../img/princess_yasuko/menu_bg.jpg) repeat-x;
	}
	#yasuko_menu li{
		display: block;
		float: left;
		width: 249px;
		margin: 0;
		padding: 0;
		border-right:1px solid #ccc;
	}
	#yasuko_menu li a {
			display:block;
			padding-top:20px;
			height:50px;
			text-align:center;
			color:#000;
			font-size:16px;
	}
		#yasuko_menu li a span{
			line-height:10px;
			font-size:10px;
			color:#8d66c2;
			margin-top:-10px;
		}

	#yasuko_menu li:last-child a{
		border: none;
	}

	#yasuko_menu li a:hover{
		background:rgba(255,255,255,0.3);
	}


/* -----------------------------
		right_area
----------------------------- */
.right_area{
	float: right;
	width: 200px;
	margin-left: 10px;
}

	.right_area img{
		margin-bottom: 10px;
	}


/* -----------------------------
		title
----------------------------- */
.title{
	width: 980px;
	height: 30px;
	margin: 10px auto;
	background: #000;
	clear: both;
	color: #9c75bc;
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
	font-size: 120%;
}



/* -----------------------------
		note
----------------------------- */

.note{
	width: 95%;
	margin: 20px auto;
	padding: 5px 15px;
	border-radius:10px;
	background: #ccc;
	line-height: 150%;
	text-align: left;
	clear: both;
}

.uni_bold{
	font-weight : bold;
}

.uni_big{
	font-size: 130%;
}

.uni_purple{
	font-weight: bold;
	color: #9c75bc;
}




/* -----------------------------
		DISCOGRAPHY
----------------------------- */

.y_discography{
	width: 230px;
	min-height: 325px;
	margin: 5px 3px 10px 3px;
	border: 1px solid #7d55a0;
	padding: 3px;
	float: left;
}

.y_discography img{
	width: 230px;
}

	.d_title{
		width: 100%;
		background: #b59bcb;
		color: #fff;
		line-height: 140%;
		min-height: 1.5em;
		padding-top: 0.3em;
	}
	.d_data{
		text-align: left;
		font-size: 80%;
		line-height: 150%;
		margin-top:5px;
		padding: 0 3px;
	}
		.d_data span{
			color: #9c75bc;
		}

.twitter{
	font-size: 85%;
}
	.twitter img{
		vertical-align: middle;
	}
	.twitter a{
		color: #BA1280;
	}

.clear{
	clear: both;
}






/* -----------------------------
		yasuko_footer
----------------------------- */

#yasuko_footer {
	margin: 0px auto;
	text-align: center;
	padding: 10px 0;
	clear: both;
	width: 100%;
	background: url(../img/princess_yasuko/yasuko_footer.jpg) repeat-x;
	color: #fff;
}

#yasuko_footer a {
	color: #BA1280;
	text-decoration: none;
}
#yasuko_footer a:hover {
	color: #5c083f;
	text-decoration: none;
}
#yasuko_footer a:active {
	color: #BA1280;
	text-decoration: none;
}
.yasuko_copy{
	margin:0 auto 10px auto;
}
	