html{
	background: url(../img/bg.jpg) no-repeat fixed right bottom;
}

h1{
	padding: 0 0 30px 0;
	background: url(../img/h1_title_ov.gif) no-repeat left top;
}

h2{
	margin: 0 0 0 0;
	font-weight: bold;
	color: #54768f;
}

a:hover{
	color: #54768f;
	text-decoration: none;
}

p,ul,dl{
	margin: 0 0 15px 0;
}

ol{
	margin: 0 0 10px 26px;
}

#contents{
	width: 800px;
	padding: 0 0 20px 0;
	margin: 0 0 0 220px;
}

div#news,div#profile,div#discography,div#schedule,div#photo,div#links{
	min-height:1200px;
	height: auto !important;
	height: 1200px;
	padding: 72px 0 0 0;
}

/* menu */

div#navi{
	position: fixed;
	left: 20px;
	top: 20px;
	width: 200px;
}

ul.menu{
	margin: 0;
	padding-bottom: 20px;
}

ul.menu li {
	width: 200px;
	height: 17px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1%;
}

ul.menu li.news{ background: url(../img/fig_menu_news_ov.gif) no-repeat left top; }
ul.menu li.profile{ background: url(../img/fig_menu_profile_ov.gif) no-repeat left top; }
ul.menu li.schedule{ background: url(../img/fig_menu_schedule_ov.gif) no-repeat left top; }
ul.menu li.discography{ background: url(../img/fig_menu_discography_ov.gif) no-repeat left top; }
ul.menu li.photo{ background: url(../img/fig_menu_photo_ov.gif) no-repeat left top; }
ul.menu li.links{ background: url(../img/fig_menu_links_ov.gif) no-repeat left top; }
ul.menu li.blog{ background: url(../img/fig_menu_blog_ov.gif) no-repeat left top; }
ul.menu li.contact{ background: url(../img/fig_menu_contact_ov.gif) no-repeat left top; }

ul.menu li a: hover {
	width: 200px;
	height: 17px;
}

ul.sns li{
	float: left;
	width: 32px;
}

ul.bnr li{
	float: left;
	width: 128px;
}


/* news */
div#news ul{
	margin-bottom: 30px;
}
div#news h2{
	margin-bottom: 10px;
}

/* profile */

div#profile dl{
	width: 800px;
}

div#profile dl dt{
	float: left;
	width: 460px;
}

div#profile dl dd{
	float: left;
	width: 340px;
}

div#news ul li,
div#profile ul li,
div#schedule ul li,
div#links ul li{
	margin-left: 16px;
	padding-bottom: 5px;
	list-style: disc;
}

/* schedule */

body div#schedule p{
	padding-bottom: 20px;
	border-bottom: #000000 dotted 1px;
}

dl.schedule,dl.event{
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: #000000 dotted 1px;
}

dl.schedule dt{
	float: left;
	width: 110px;
}

dl.schedule dd{
	float: left;
	width: 690px;
}

/* discography */

dl.discography{
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: #000000 dotted 1px;
}

dl.discography dt{
	float: left;
	width: 120px;
}

dl.discography dd{
	float: left;
	width: 680px;
}

/* blog */

#content{
	float: left;
	width: 580px;
	padding: 72px 0 0 1px;
}

#content h2{
	margin: 0;
}

#menu{
	float: right;
	width: 199px;
	padding:72px 0 0 0;
}

.meta{
	margin: 10px 0 20px 0;
	padding-bottom: 50px;
	border-bottom: #000000 dotted 1px;
}
.storytitle a{
	font-weight: bold;
}


cite, cite a, .comment-edit-link{
	padding-top: 10px;
}
.feedback{
	margin-top: 10px;
}

.storytitle{
	margin-top: 10px;
	padding-bottom: 20px;
}

#auther, .linkcat, .categories, #search, #archives, #meta{
	padding-bottom: 20px;
}

#menu ul{
	margin-top: 0;
}

#comments{
	margin-top: 40px;
}

textarea#comment {
	width: 580px;
}


/* twitter */

.twtr-hd,.twtr-ft {
	display:none;
}

.twtr-tweet-wrap {
	padding-left: 0 !important;
}

