@charset "utf-8";
/* CSS Document */

/*======================================

全体

=======================================*/
body,td,th {
	font-family: Meiryo, ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: 12px;
	color: #CCCCCC;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/backgroundimage.png);
	background-repeat: repeat-x;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


/*======================================

リンク

=======================================*/
a:link {
	color: #467500;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #467500;
}
a:hover {
	text-decoration: underline;
	color: #99CC00;
}
a:active {
	text-decoration: none;
	color: #467500;
}

/*======================================

ベース

=======================================*/
#base {
	width: 760px;
}

/*======================================

ヘッダー

=======================================*/
#base #header {
	background-image: url(images/right_border.png);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #f4f4f4;
}
#base #header .header {
	line-height: 507px;
	background-image: url(images/header_image.png);
	background-repeat: no-repeat;
}
#base #header .header h1 {
	text-indent: -9999px;
	margin: 0px;
}
#base #header .header h1 a {
	display: block;
}

/*======================================

メニュー

=======================================*/
#base #header #menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 34px;
}
#base #header #menu li {
	float: left;
	text-indent: -9999px
}
#base #header #menu li a {
	display:block;
	line-height: 34px;
}
#base #header #menu li.profile a {
	background: url(images/menu_profile.png);
	width: 128px
}
#base #header #menu li.profile a:hover {
	background: url(images/menu_hover_profile.png);
}
#base #header #menu li.discgraphy a {
	background: url(images/menu_discgraphy.png);
	width: 143px
}
#base #header #menu li.discgraphy a:hover {
	background: url(images/menu_hover_discgraphy.png);
}
#base #header #menu li.history a {
	background: url(images/menu_history.png);
	width: 113px
}
#base #header #menu li.history a:hover {
	background: url(images/menu_hover_history.png);
}
#base #header #menu li.blog a {
	background: url(images/menu_blog.png);
	width: 92px
}
#base #header #menu li.blog a:hover {
	background: url(images/menu_hover_blog.png);
}
#base #header #menu li.bookmarks a {
	background: url(images/menu_bookmarks.png);
	width: 131px
}
#base #header #menu li.bookmarks a:hover {
	background: url(images/menu_hover_bookmarks.png);
}
#base #header #menu li.staffblog a {
	background: url(images/menu_staffblog.png);
	width: 130px
}
#base #header #menu li.staffblog a:hover {
	background: url(images/menu_hover_staffblog.png);
}


/*======================================

メイン

=======================================*/
#base #main {
	background-image: url(images/main_right_border.png);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #f4f4f4;
	color: #333333;
	padding-top: 15px;
	clear: both;
	overflow: hidden;
}

/*======================================

メインコンテンツ

=======================================*/
#base #main .maincontents {
	float: left;
	width: 530px;
}
#base #main .maincontents h2 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
}
.text {
	margin: 15px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.7em;
	padding-bottom: 15px
}
.text .whatnew {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
.text .whatnew li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DCDCDC;
	margin-bottom: 5px;
}
.text .whatnew .d {
	color: #FFFFFF;
	background-color: #000000;
	width: 40px;
	display: block;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-left: 5px;
	background-image: url(images/data_bg.gif);
}
.text .whatnew .sm {
	color: #999999;
	font-size: 10px;
}


/*======================================

サブ

=======================================*/
#base #main .subcont {
	float: left;
	width: 200px;
	text-align: center;
}
#base #main .subcont img {
	margin-top: 15px;
}

/*======================================

フッター

=======================================*/
#base #main #footer {
	clear: both;
	background-color: #FFFFFF;
	background-image: url(images/bottom_border.png);
	background-repeat: repeat-x;
	width: 740px;
	background-position: -1px top;
}
#base #main #footer .banner {
	width: 465px;
	margin: auto;
	padding-top: 40px;
	padding-bottom: 20px;
}
#base #main #footer .copyright {
	background-image: url(images/copyright.png);
	margin: auto;
	height: 38px;
	width: 249px;
	text-indent: -9999px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
}
