﻿@charset "UTF-8";

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #840729 url(http://opus-xero.com/image/bg_390.png) repeat-x;
	text-align: center;
}

body, select, input, textarea {
	color: #243542;
	font: 100%/145% 'メイリオ', "Meiryo UI", Verdana, Geneva, sans-serif;
}

select, input.text, textarea {
	color: #333333;
	background-color: transparent;
}

a:link {
	color: #BF0B3B;
}

a:visited {
	color: #BF0B3B;
}

a:hover, a:active {
	color: #BF0B3B;
	text-decoration: none;
}

img {
	border: 0px none;
}

a, strong a {
	color: #BF0B3B;
	text-decoration: underline;
	outline: none;
}

h1, h2{
	font-family: Verdana, sans-serif;
	margin: 0 0 -10px 0;
	color: #BF0B3B;
}

h3 {
	font-size: 100%;
	color: #BF0B3B;
	padding: 0px;
	margin: 0px;
}

h4, h5 {
	font-size: 87.5%;
	color: #BF0B3B;
	margin: 0px;
}

span{
	color: #BF0B3B;
}

#wrapper {
	width: 950px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	width: 950px;
	height: 180px;
	background: url(http://opus-xero.com/image/header.png) no-repeat;
}

#header h1{
	display: none;
}

#main{
	width: 950px;
	margin-top: 0px;
	background: #F5F5F5 url(http://opus-xero.com/image/wrapper.png) repeat-y;
	margin-bottom: -15px;
	padding-bottom: 5px;
}

#content {
	background: url(http://opus-xero.com/image/content.png) no-repeat;
	width: 850px;
	min-height: 800px;
	padding-left: 50px;
}

#footer {
	background: url(http://opus-xero.com/image/footer.png) no-repeat;
	height: 100px;
	text-align: right;
	padding-bottom: 0px;
	padding-right: 0px;
	margin-top: 0px;
	padding-top: 80px;
	color: #BF0B3B;
	font-size: 100%;
	clear: both;
}

#content h2{
	text-indent: -9999em;
}

h2.home{
	background-image: url(http://opus-xero.com/image/home_h2.png);
	background-repeat: no-repeat;
	height: 44px;
}

h2.about{
	background-image: url(http://opus-xero.com/image/about_h2.png);
	background-repeat: no-repeat;
	height: 44px;
}

h2.music{
	background-image: url(http://opus-xero.com/image/music_h2.png);
	background-repeat: no-repeat;
	height: 44px;
}

h2.diary{
	background-image: url(http://opus-xero.com/image/diary_h2.png);
	background-repeat: no-repeat;
	height: 53px;
}


h2.links{
	background-image: url(http://opus-xero.com/image/links_h2.png);
	background-repeat: no-repeat;
	height: 44px;
}

h2.contact{
	background-image: url(http://opus-xero.com/image/contact_h2.png);
	background-repeat: no-repeat;
	height: 44px;
}

/*メニュー部分*/
#menu {
	list-style: none;
	margin: 130px 0px 0px;
	padding: 0px 20px;
	clear: both;
	float: right;
	line-height: 0px;
}

#menu li{
	float:left;
}

#menu li a{
	background-image:url(http://opus-xero.com/image/main_menu.png);
	display: block;
	outline: none;
	position: relative;
	height: 30px;
	text-decoration: none;
	width: auto;
	text-indent: -9999px;
}

#menu a .hover {
	background: transparent  url(http://opus-xero.com/image/main_menu.png) no-repeat;
	display:block ;
	opacity: 0;
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

#menu .home{
	width: 130px;
	height: 30px;
	background-position: 0 0;
}
#menu .home .hover{
	background-position: 0 -90px;
}
#menu .homeactive{
	width: 130px;
	background-position: 0px -30px;
}
#menu .homeactive .hover{
	background-position: 0px -60px;
}

#menu .about{
	width: 130px;
	background-position: -130px 0px;
}
#menu .about .hover{
	background-position: -130px -90px;
}
#menu .aboutactive{
	width: 130px;
	background-position: -130px -30px;
}
#menu .aboutactive .hover{
	background-position: -130px -60px;
}

#menu .music{
	width: 130px;
	background-position: -260px 0px;
}
#menu .music .hover{
	background-position: -260px -90px;
}
#menu .musicactive{
	width: 130px;
	background-position: -260px -30px;
}
#menu .musicactive .hover{
	background-position: -260px -60px;
}

#menu .diary{
	width: 130px;
	background-position: -390px 0px;
}
#menu .diary .hover{
	background-position: -390px -90px;
}
#menu .diaryactive{
	width: 130px;
	background-position: -390px -30px;
}
#menu .diaryactive .hover{
	background-position: -390px -60px;
}

#menu .forum{
	width: 130px;
	background-position: -520px 0px;
}
#menu .forum .hover{
	background-position: -520px -90px;
}

#menu .links{
	width: 130px;
	background-position: -650px 0px;
}
#menu .links .hover{
	background-position: -650px -90px;
}
#menu .linksactive{
	width: 130px;
	background-position: -650px -30px;
}
#menu .linksactive .hover{
	width: 130px;
	background-position: -650px -60px;
}

#menu .contact{
	width: 130px;
	background-position: -780px 0px;
}
#menu .contact .hover{
	background-position: -780px -90px;
}
#menu .contactactive{
	width: 130px;
	background-position: -780px -30px;
}
#menu .contactactive .hover{
	background-position: -780px -60px;
}

/*Musicページ*/
.note{
	text-align: center;
}

.content_left{
	width: 283px;
	margin-right: auto;
	float: left;
	overflow: hidden;
}

.content_right {
	width:284px;
	float:right;
}

dt.center{
	text-align: center;
}
dd.center{
	text-align: center;
	margin-left: -3px;
}

h3.center{
	text-align: center;
}

h4.center{
	text-align: center;
}

ul.center{
	text-align: center;
	margin-left: -40px;
}

*:first-child+html ul.center {
	margin-left:0px;
}

* html #content ul {
	margin-left:0px;
}

hr {
	clear:both;
	visibility:hidden;
	margin:0px;
	padding:0px;
}

ul{
	margin-top: 2px;
	margin-bottom: 20px;
	list-style: none;
}

li.link{
	margin-bottom: 30px;
}

dl{
	margin-bottom: 30px;
}

.footer_nav {
	float: right;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 90%;
}

.footer_nav a{
	color: #bf0b3b;
	text-decoration: none;
}

.footer_nav a:hover{
	color: #f37798;
	text-decoration: none;
}

a.valid{
	background: url(http://opus-xero.com/image/check.png) no-repeat left center;
	padding-left: 13px;
	color: #BF0B3B;
	text-decoration: none;
	margin-left: 10px;
}

a.valid:hover {
	color: #F37798;
	text-decoration: none;
}

a.feed {
	background: url(http://opus-xero.com/image/feed.png) no-repeat left center;
	padding-left: 13px;
	color: #BF0B3B;
	text-decoration: none;
	margin-left: 10px;
}

a.feed:hover{
	color: #F37798;
	text-decoration: none;
}

/*Diaryページ*/
.entry{
	padding-bottom: 45px;
}

.entry_author{
	color: #666666;
	font-style: italic;
	font-size: 100%;
}

.entry_body{
	padding: 10px 10px 0px 25px;
	font-family: "Meiryo UI", "ＭＳ Ｐゴシック", sans-serif;
}

.entry_more{
	padding: 10px 10px 0px 25px;
	font-family: "Meiryo UI", "ＭＳ Ｐゴシック", sans-serif;
}

.entry_state{
	padding: 10px 10px 0px 25px;	
}

h4.comments{
	text-indent: -9999px;
	background-image: url(http://opus-xero.com/image/comments.png);
	background-repeat: no-repeat;
}

h5.comment_form{
	text-indent: -9999px;
	background-image: url(http://opus-xero.com/image/comment_form.png);
	background-repeat: no-repeat;
}

blockquote {
	background-image: url(http://opus-xero.com/image/bq.png);
	background-color: #C7BAD9;
	color: #840729;
}

big {
	font-size: 210%;
	color: #BF0B3B;
}

#analogue{
	background-image: url(http://opus-xero.com/image/analogue.png);
	background-position: top right;
	position: fixed;
	width: 96px;
	height: 23px;
	top: 0.5em;
	right: 0.5em;
}

#analogue p{
	display: none;
}

.rightside{
	float: right;
	margin-left: 5px;
	margin-right: 10px;
	text-align: right;
}

/*accordion*/

#accordion {
	margin:0px 0px;
	padding: 0px;
}

h3.toggler {
	cursor: pointer;
	font-family: Verdana, sans-serif;
	font-size: 100%;
	color: #BF0B3B;
	margin: 0 0 4px 0;
	padding: 3px 0px 1px;
	width: 35px;
}

div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}

blockquote {
	padding:5px 20px;
}

/*gototop*/
#gototop { 
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	background-image: url(http://opus-xero.com/image/gototop.png);
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	font-size: 0px;
}

#gototop:hover { 
	background-image: url(http://opus-xero.com/image/gototop_hover.png);
	background-repeat: no-repeat;
}

/*slide*/

#vertical_slide, #horizontal_slide {
	background: #840729;
	color: #BF0B3B;
}

div.marginbottom {
	/* Since the Fx.Slide element resets margins, we set a margin on the above element */
	margin-top: 10px;
}

#v_toggle {
	display: block;
	overflow: hidden;
	text-indent: 9999px;
	margin-left: 160px;
	height: 19px;
	background-repeat: no-repeat;
	background-position: 0 0px;
	width: 97px;
	background-image: url(http://opus-xero.com/image/archives.png);
}

#v_toggle:hover {
	background-position: 0 -19px;
	text-decoration: none;
}

/*slider*/

div.slider {
	float: right;
	margin-left: 5px;
	margin-right: 10px;
	text-align: right;
	width: 200px;
	height: 16px;
	background: url(http://opus-xero.com/image/slider_back.png);
	text-align: right;
	}

div.slider div.knob {
	width: 16px;
	height: 16px;
	background: url(http://opus-xero.com/image/knob.png);
}

div#fontSize {
	line-height: normal;
}
