@CHARSET "UTF-8";

* {
	outline: 0 none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead,
tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
	border: 0 none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	font-size: 12px;
	font-family: Arial, Verdana;
}

#header, #footer, #main, #nav {
	margin: 0;
	padding: 0;
	width: 100%;
	clear: both;
}

#header {
	/*background: #f9f9f9 url('../images/header-bg.png') repeat-x center top;*/
}

#nav {
	background-color: #f0f0f0;
	border-bottom: 1px solid #cccccc;
}

#main {
	background-color: #fdfdfd;
	border-top: 2px solid #dddddd;
}

#footer {
	background-color: #f0f0f0;
	border-top: 3px solid #dddddd;
}

/*============ Navigation / Menu ===============*/
#nav-menu { /*float: left; display: inline;*/
	text-align: left;
	margin: 0 auto;
	width: 960px;
}

#nav-sns {
	float: right;
	display: inline;
	text-align: right;
}

#nav-menu ul {
	list-style: none;
	margin: 0;
}

#nav-menu li {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}

#nav-menu ul li.item-submenu>a {
	background: transparent url('../images/arrow1.gif') right center no-repeat;
	padding-right: 25px;
}

#nav-menu ul.children li.item-submenu>a {
	background: transparent url('../images/arrow2.gif') right center no-repeat;
	padding-right: 15px;
}

#nav-menu li a {
	display: inline-block;
	min-height: 32px;
	line-height: 32px;
	padding: 0 15px;
}

#nav-menu ul ul {
	border: 1px #cccccc solid;
	background-color: #eeeeee;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	float: left;
	width: 190px;
	z-index: 999;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

#nav-menu ul ul ul {
	left: 100%;
	top: -1px;
}

#nav-menu ul ul li {
	padding: 0;
}

#nav-menu ul ul a {
	width: 160px;
}

#nav-menu ul li.page_item>a {
	text-shadow: 1px 1px 3px #cccccc;
}

#nav-menu ul li.page_item>a:hover {
	color: #101010;
	background-color: #e0e0e0;
}

#nav-menu ul li.current_page_item {
	background: none transparent;
}

#nav-menu ul li.current_page_item>a {
	font-weight: bold;
}

#nav-sns {
	float: right;
	height: 18px;
	padding: 7px 10px;
}

#nav-sns a {
	display: inline-block;
	height: 18px;
	line-height: 18px;
	padding: 0 20px 0 25px;
	text-align: left;
}

#nav-sns a.btn-rss {
	background: url('../images/icon-sns-feed.png') no-repeat 0 0 transparent;
}

#nav-sns a.btn-rss:hover {
	background: url('../images/icon-sns-feed.png') no-repeat 0 -18px
		transparent;
}

#nav-sns a.btn-twitter {
	background: url('../images/icon-sns-twitter.png') no-repeat 0 0 transparent;
}

#nav-sns a.btn-twitter:hover {
	background: url('../images/icon-sns-twitter.png') no-repeat 0 -18px
		transparent;
}

#nav-sns a.btn-facebook {
	background: url('../images/icon-sns-facebook.png') no-repeat 0 0
		transparent;
}

#nav-sns a.btn-facebook:hover {
	background: url('../images/icon-sns-facebook.png') no-repeat 0 -18px
		transparent;
}

#nav-sns a.btn-sina {
	background: url('../images/icon-sns-sina.png') no-repeat 0 0 transparent;
}

#nav-sns a.btn-sina:hover {
	background: url('../images/icon-sns-sina.png') no-repeat 0 -18px transparent;
}

a:link, a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #666666;
	text-decoration: none;
}

.entry-title {
	background-color: #F9F9F9;
	border-left: 5px solid #CCCCCC;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	min-height: 26px;
	overflow: hidden;
	padding: 0 10px;
	text-shadow: 1px 1px 3px #CCCCCC;
}

.entry-meta {
	background-color: #F0F0F0;
	border-left: 5px solid #DDDDDD;
	border-top: 1px dotted #DDDDDD;
	font-size: 12px;
	line-height: 20px;
	min-height: 20px;
	padding: 0 10px;
}

.entry-meta, .entry-meta a {
	color: #666;
}

.entry-meta .meta-pre {
	float: left;
}

.entry-meta .meta-post {
	float: right;
}

.entry-content {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #f1f1f1;
	padding: 10px 0;
}

.content-wrapper {
	width: 960px;
	margin: 10px auto;
}

.content-wrapper .content {
	font-family: Verdana;
	width: 660px;
	float: left;
}

.content-wrapper .sidebar {
	width: 280px;
	float: right;
}

.content-wrapper .sidebar ul {
	list-style: none outside none;
}

.content-wrapper .sidebar li.widget-container {
	margin-bottom: 5px;
}

.content-wrapper .sidebar li.widget-container ul {
	line-height: 24px;
	padding: 10px;
}

.content-wrapper .sidebar li.widget-container ul li {
	display: block;
	padding: 0 13px 0 22px;
	background: url("../images/icon-li.png") no-repeat scroll 2px 8px transparent;
	line-height: 24px;
}

.content-wrapper .sidebar li.widget-container .widget-title {
	border-bottom: 1px solid #DDDDDD;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	text-shadow: 1px 1px 3px #CCCCCC;
}

.video {
	margin: 0 auto;
	text-align: center;
	width: 640px;
	height: 390px;
}

.audio {
	margin: 0 auto;
	text-align: center;
}

.clearfix {
	clear: both;
	display: block;
	font-size: 1px;
	height: 0;
	line-height: 1px;
	margin: 0;
	padding: 0;
}

.header-wrapper {
	/*background: url('../images/header-bg.png') repeat-x scroll center top #F9F9F9;*/
	background-color: #f0f0f0;
	width: 100%;
	clear: both;
	margin: 0;
	padding: 0;
	display: none;
}

.header-wrapper .header {
	width: 960px;
	margin: 0 auto;
	padding-left: 6px;
}

.site-title {
	clear: both;
	float: left;
	font-size: 28px;
	line-height: 32px;
	padding: 2px 0 2px;
	text-shadow: 1px 1px 5px #CCCCCC;
	font-weight: 400;
	margin: 5px 0 0;
}

.site-description {
	clear: both;
	color: #666666;
	float: left;
	font-size: 13px;
	line-height: 13px;
	padding: 5px 0 10px;
	text-shadow: 1px 1px 2px #CCCCCC;
	margin: 0;
}

.lyrics-content {
	white-space: pre;
	line-height: 1.3;
	font-size: medium;
	font-family: Arial, Verdana;
}

.song-list {
	line-height: 1.5;
}

a.linkable:hover {
	text-decoration: underline;
}

.emphasis {
	display: inline-block;
	color: #00e;
}

.pre {
	white-space: pre;
}

.tabular > li {
	line-height: 1.25;
}

form > div {
	padding: 4px 0;
}

form > div > label, select, input, textarea {
	vertical-align: middle;
}

.form-name {
	width: 25%;
	display: inline-block;
}

.page-title {
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
	background-color: #ccc;
	border-radius: 4px;
	padding: 4px 0;
}

.song-list {
}


.song-list:before, .song-list:after {
	clear: both;
	content: "";
	text-indent: -99999px;
}

.song-list .song-item {
	float: left;
	width: 50%;
	margin: 4px 0;
}

.song-title {
	margin: 0 4px 0 0;
	padding: 0 4px;
}

.song-title > a {
	display: block;
}

.song-title:hover {
	background-color: #e0e0e0;
}

.song-title > a:hover {
}

#recaptcha_area {
	margin: 0 auto;
}

.song-lyrics {
	margin-top: 10px;
}

.unverified a, .unverified a:visited, .unverified a:active {
	color: #ff0000;
	font-weight: 400;
}
