@charset "utf-8";
/* CSS for R.I.P nujabes by Gakuto Ochi 2010 */
body {
	margin: 0 auto 20px auto;
	font-size:0.75em;
	line-height:1.4;
	background: #fefefe;
	color: #333;
	font: 12px/18px  "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", Arial, Verdana, sans-serif;

}
* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}
p{
	margin-bottom:1em;
	}
#wrapper{
	width:756px;
	margin:20px auto;
	}
h1{
	font-family:Georgia, Times New Roman, Times, serif;
	text-align:center;
	font-size:120%;
	font-weight:normal;
	font-style:italic;
	padding:1.5em 0;
	}
#photo_area{
	font-size:80%;
	text-align:center;
	color:#6e6e6e;
	}
#photo_area p{
	margin-top:1em;
}

a:link {
	text-decoration: underline;
	color: #444;
}

a:visited {
	text-decoration: underline;
	color: #444;
}

a:hover {
	color: #444;
	text-decoration: none;
}

a:active {
	text-decoration: underline;
}
hr{

}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #fff;
}
ul.tabs li a {
	text-decoration: none;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	outline: none;
}
ul.tabs li a:hover {
	background: #f4f4f4;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	color: #333;
}
.tab_container {
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 20px;
	font-size: 1em;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	margin:0 0 20px 0;

}
.rightnote{
	text-align:right;
	margin:1em 0;
}
#youtube{
	text-align:center;
	padding:0;
	margin:0px auto;
	clear:both;
	}
#lyric{
	font-style:italic;
	padding:1em 0;
	}
.pageadmin{
	font-size:80%;
	text-align:center;
	color:#6e6e6e;
}