@charset "UTF-8";

/* ongaku-tengoku */


/* ----------------------------------------------
common
------------------------------------------------- */


*{
margin: 0px;
padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	color: #666666;
	background: #F1F1F1;
	text-align: center;
	font: 12px Verdana, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
hr {
	display: none;
}
img {
	border-style: none;
	background: bottom;
}
#wrapper {
	text-align: left;
	padding: 0px;
	height: auto;
	width: 820px;
	margin: 25px auto 10px;
	background: url(images/base_bg.gif) repeat-y top;
}
a{
	outline: 0;
	text-decoration: underline;
	color: #666666;
}
a:hover{
	color: #999999;
	text-decoration: underline;
}
blockquote{
	margin-left: 20px;
}


/* ----------------------------------------------
headr
------------------------------------------------- */


#header {
	background: url(images/header_t_bg.gif) no-repeat top;
	margin: 0px;
	padding: 0px;
	height: 123px;
	position: relative;
	width: 820px;
	clear: both;
}

#header p.h1logo a {
	color: #0090d7;
	font-size: 22px;
	margin: 0px;
	padding: 0px;
	background: url(images/logo.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 104px;
	width: 90px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#header .logoSet {
	position: absolute;
	left: 20px;
	top: 12px;
	height: auto;
	width: auto;
}
#header .subTitle{
	padding: 0px;
	font-size: 10px;
	position: absolute;
	right: 20px;
	bottom: 6px;
	height: auto;
	width: auto;
}
#header .subTitle p{
	margin-bottom: 2px;
	text-align: right;
}


/* ----------------------------------------------
menu
------------------------------------------------- */

#menu {
	padding: 0px;
	position: relative;
	width: 809px;
	display: block;
	height: 40px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#menu ul {
	list-style: none;
	padding: 0px;
	border-style: none;
}
#menu li {
	display: block;
	margin: 0px;
	width: 134px;
	border-left: 1px solid #FFFFFF;
	height: 40px;
	vertical-align: middle;
	float: left;
}
#menu li a {
	display: block;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	margin: 0px;
	height: 29px;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 11px;
	background: url(images/btn_bg.gif) repeat-x;
}
#menu li a:hover {
	color: #FFFFFF;
	background: url(images/btn_bg.gif) repeat-x left -40px;
}

#menu .home {
	border-left-style: none;
	border-left: 1px solid #3399ff;
	width: 133px;
}


/* ----------------------------------------------
menu
------------------------------------------------- */

#menu2 {
	padding: 0px;
	position: relative;
	width: 809px;
	display: block;
	margin-top: 1px;
	background: #003399;
	margin-left: 5px;
}
#menu2:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#menu2 {
	display:inline-block;
}
/* hides from IE-mac \*/
* html #menu2{
	height:1%;
}
#menu2{
	display:block;
}
/* End hides from IE-mac */
#menu2 ul {
	list-style: none;
	padding: 0px;
	border-style: none;
}
#menu2 li {
	display: block;
	margin: 0px;
	width: 403px;
	height: 60px;
	float: left;
	border-bottom: 1px solid #ffffff;
}
#menu2 strong {
	font-size: 1.2em;
}
#menu2 li a {
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	margin: 0px;
	height: 47px;
	padding-top: 13px;
	padding-right: 10px;
	padding-left: 10px;
	background: #3399ff url(images/menu02.gif) no-repeat right top;
}
#menu2 li a:hover {
	color: #FFFFFF;
	background: #70b7ff url(images/menu02.gif) no-repeat right -60px;
}
#menu2 .leftMenu2 {
	border-left: 1px solid #3399ff;
	width: 404px;
	border-right: 1px solid #ffffff;
}


/* ----------------------------------------------
subMenu
------------------------------------------------- */

#subMenu {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 10px;
	right: 20px;
	width: 600px;
}
#subMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-style: none;
	text-align: right;
}
#subMenu li {
	display: inline;
	margin: 0px 0px 0px 8px;
	padding: 0px;
	text-align: right;
}
#subMenu li a {
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	background: url(images/subMenu.gif) no-repeat left center;
	padding-left: 13px;
	text-align: right;
}
#subMenu li a:hover {
	color: #999999;
}


/* ----------------------------------------------
intro
------------------------------------------------- */

#intro {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	height: 210px;
	position: relative;
	width: 810px;
	clear: both;
	display: block;
	background: #333333;
}
#intro img {
	margin: 0px;
	padding: 0px;
	position: absolute;
}
#intro p {
	position: absolute;
	text-align: left;
	color: #f5f5f5;
	line-height: 2.1em;
	width: 280px;
	left: 13px;
	bottom: 8px;
}


/* ----------------------------------------------
pagebody
------------------------------------------------- */

#pagebody {
	margin: 15px 0px;
	padding: 0px 25px;
	background: url(images/dot.gif) repeat-y 254px;
	width: 770px;
	height: auto;
	clear: both;
}
#pagebody:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#pagebody {
	display:inline-block;
}
/* hides from IE-mac \*/
* html #pagebody {
	height:1%;
}
#pagebody {
	display:block;
}
/* End hides from IE-mac */



/* ----------------------------------------------
maincontent
------------------------------------------------- */

#pagebody #maincontents {
	float: right;
	width: 520px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	height: auto;
}
#pagebody #maincontents h1 {
	margin: 0px 0px 10px;
	padding: 0px;
	font-size: 20px;
	font-weight: bolder!important;
	color: #0090d7;
}
#pagebody #maincontents h2 {
	margin: 15px 0px 10px;
	padding: 3px 0px 5px 12px;
	font-size: 12px;
	background: url(images/h2.gif) no-repeat;
	color: #FFFFFF;
	height: 12px;
	width: 508px;
}
#pagebody #maincontents h2 a {
	color: #FFFFFF;
}
#pagebody #maincontents h3 {
	margin: 15px 0px 10px;
	font-size: 12px;
	background: url(images/h3.gif) no-repeat left center;
	color: #0090d7;
	width: 506px;
	padding-right: 0px;
	padding-left: 14px;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* hides from IE-mac \*/
* html .clearfix{
	height:1%;
}
.clearfix{
	display:block;
}


#pagebody #maincontents a {
	color: #0090d7;
	font-weight: bold;
}
#pagebody #maincontents a:hover {
	color: #003399;
}

#pagebody #maincontents ul {
	list-style: inside;
	margin: 0px 0px 10px;
	padding: 0px;
}
#pagebody #maincontents li {
	line-height: 1.8em;
}


/* ----------------------------------------------
sidebar
------------------------------------------------- */

#pagebody #sidebar {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 210px;
	height: auto;
	float: left;
}

#pagebody #sidebar #newsbox {
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 210px;
	height: auto;
}
#pagebody #sidebar #newsbox #newsHead a {
	margin: 0px;
	padding: 0px;
	top: 15px;
	right: 19px;
	position: absolute;
	height: 6px;
	width: 10px;
	background: url(images/linkNews.gif) no-repeat center top;
	text-indent: -9999px;
	line-height: 0px;
	display: block;
}
#pagebody #sidebar #newsbox #newsHead a:hover {
	margin: 0px;
	padding: 0px;
	top: 15px;
	right: 19px;
	position: absolute;
	height: 6px;
	width: 10px;
	background: url(images/linkNews.gif) no-repeat center -6px;
	text-indent: -9999px;
	line-height: 0px;
	display: block;
}
#pagebody #sidebar #newsbox #newsHead h2 {
	background: #dddddd url(images/newsHead.gif) no-repeat 15px 10px;
	margin: 0px;
	padding: 0px;
	height: 29px;
	width: 210px;
	text-indent: -9999px;
}
#pagebody #sidebar #newsbox .newsContents {
	background: #dddddd;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 210px;
}
#pagebody #sidebar #newsbox .newsContents ul {
	list-style: none;
	padding: 0px 15px 10px;
	margin: 0px;
}
#pagebody #sidebar #newsbox .newsContents li {
	padding: 5px 0px;
	border-bottom: 1px solid #999999;
	line-height: 1.6em;
	margin: 0px;
	font-size: 10px;
}
#pagebody #sidebar #newsbox .newsContents li a {
	font-size: 12px;
}

#pagebody #sidebar #bannerfield {
	padding: 0px;
	margin: 5px 0px 10px;
}
#pagebody #sidebar #bannerfield h3 img {
	padding: 0px;
	margin: 0px 0px 15px;
}


/* ----------------------------------------------
footer
------------------------------------------------- */ 

#footer {
	background: url(images/footer_bg.gif) no-repeat bottom;
	height: 30px;
	clear: both;
	width: 820px;
}
#footer address {
	font-style: normal;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	color: #FFFFFF;
	font-size: 10px;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #003399;
}

/* 20091214 */
#maincontents .time {
    margin: 5px;
    text-align: right;
}