@charset "utf-8";
/* formatting style
-------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.6;
	color: #000000;
	background-color: #FFFAFA;
	text-align: center;
}
hr {
	display: none;
}
/* link style
-------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #003366;
	text-decoration: none;
	border-bottom: 1px dotted #003366;
}
a:visited {
	color: #003366;
	text-decoration: none;
	border-bottom: 1px dotted #003366;
}
a:hover,a:active{
	color: #990000;
	border-bottom: 1px dotted #990000;
	background-color: #FFCCCC;
}
/* basic layout
-------------------------*/
#wrapper {
	margin: 0px auto;
	width: 760px;
	text-align: left;
}
#main {
	float: left;
	width: 550px;
}
#sidebar {
	float: right;
	width: 200px;
	}
#footer{
	color: #000000;
	padding:15px;
	clear:both;
}
/* header layout
-------------------------*/
#header p{
	font-size:200%;
	font-weight:bold;
}
#header a:link {
	color: #000000;
	text-decoration: none;
	border:none;
}
#header a:visited {
	color: #000000;
	text-decoration: none;
	border:none;
}
#header a:hover {
	color: #FFFAFA;
	text-decoration: none;
	border:none;
	background-color:#003366;	
	display:block;
}
#header a:active {
	color: #FFFAFA;
	text-decoration: none;
	border:none;
	background-color:#003366;
}
/* main layout
-------------------------*/
#main h1 {
	font-size: 130%;
	font-weight:bold;
	line-height:100%;
	color:#003366;
	border-bottom: 10px double #003366;
	margin-top: 15px;
	margin-right: 5px;
}
#main h2 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 120%;
}
#main dd {
	margin-bottom:5px;
}
#main p {
	margin-bottom:15px;
}
#main li {
	list-style-type: none;
	}
.mainimage {
	float:left;
	margin-right: 15px;
}
#center {
	text-align:center;
}
#fortop {
	float:right;
}
#path {
	text-align:right;
	margin-top:3px;
	margin-right: 7px;
	margin-bottom:10px;
	}
#path a {
	color: #000000;
	text-decoration: none;
}
#path a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}
.opinion {
	font-weight:bold;
}
/* songjive layout
-------------------------*/
#songjive img {
	float:right;
}
/* sidebar styles 
-------------------------*/
#sidebar h2 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	color: #003366;
	font-size: 110%;
}

#categorymenu,#alwaysmenu {
	float:left;
	width:188px;
	font-size: 80%;
	line-height: 100%;
	border-top:13px solid #003366;
	border-left:1px solid #003366;
	border-right:1px solid #003366;
	border-bottom:1px solid #003366;
	margin-bottom:10px;
	padding:5px;
}
#sidebar ul li{
	list-style-type:none;
	margin-top: 1em;
	margin-bottom: 1.2em;
	margin-left: 0.5em;
}
#always {
	font-size: 150%;
}


/* footer styles
-------------------------*/
#footer {
	color: #000000;
	clear: both;
}
#footer ul {
	border-style: none;
	font-size: 100%;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
	float: right;
}
#footer address {
	clear: both;
}
