﻿@charset "UTF-8";
/* -----------------------------------------------------------
ＣＳＳ情報／「月夜見界　／　ｖ　１：　Ｃｏｎｆｌｕｅｎｃｅ」と言ふヱブサイトの段階スタイル・シートなり。複製為可からず。
著作権所有者／渾沌の天使
最新版／2012年2月4日
ＣＳＳ省略特性の一覧／
- margin: margin-top margin-right margin-bottom margin-left;
- padding: padding-top padding-right padding-bottom padding-left;
- border(-top|right|bottom|left): border-width border-style border-color;
- outline: outline-width outline-style outline-color;
- background: background-color background-image background-repeat background-attachment background-position;
- font: font-style font-variant font-weight font-size/line-height font-family; 
  + caption|icon|menu|message-box|small-caption|status-bar
- list-style: list-style-type list-style-position list-style-image;
- (text): color text-indent text-align vertical-align text-decoration text-shadow letter-spacing word-spacing text-transform white-space direction unicode-bidi;
----------------------------------------------------------- */
/* ************ DEFAULT STYLE NULLIFICATION ************ */
@import url("undohtml.css");
/* ************ GLOBAL: General ************ */
html, body {
	margin: 0;
	padding: 0;
/*	background: #c3d7e3 url('../images/tsuki_bg_0.jpg') repeat-x; */
	background: #000 url('../images/tsuki_bg_1.jpg') repeat;
	color: #000;
	font-size: 62.5%; /*62,5%  ->  10px = 1em*/
	text-align: center;
}
body, div, p, tt, th, td, caption, li, dd, label, input, textarea, select {
	font: normal normal normal 1.0em/1.5 Verdana, Helvetica, "MS Gothic", sans-serif;
}
/* ************ GLOBAL: Headings & paragraphs ************ */
h1, h2, h3, h4, h5, h6 {
	margin: 0 auto;
}
h1 {
	padding: 38px 0 24px;
	font: normal normal normal 3.0em/normal Georgia, "MS Mincho", serif;
	color: #5b93d6;
	text-align: center;
	letter-spacing: 2pt;
}
h2 {
	padding: 18px 8px;
	font: italic normal normal 2.4em/normal Georgia, "MS Mincho", serif;
	letter-spacing: 2pt;
	background: transparent url('../images/separator.png') bottom center no-repeat;
}
h3 {
	padding: 18px 8px;
	font: normal small-caps bold 1.8em/normal Georgia, "MS Mincho", serif;
	letter-spacing: 2pt;
}
h4 {
	padding: 18px 8px;
	width: 700px;
	font: normal normal normal 1.6em/normal Georgia, "MS Mincho", serif;
	letter-spacing: 3pt;
}
h5 {
	padding: 18px 8px;
	font: normal normal normal 1.4em/normal Georgia, "MS Mincho", serif;
	letter-spacing: 3pt;
}
h6 {
	padding: 18px 8px;
	font: normal normal normal 1.0em/normal Georgia, "MS Mincho", serif;
	letter-spacing: 2pt;
}
p {
	font-size: 1.2em;
	text-align: justify;
	margin: 0;
	padding: 4px 10px;
}
/* ************ GLOBAL: Links ************ */
a:link { 
	color: #005195;
	font-weight: bold;
	text-decoration: none;
}
a:visited  {
	color: #005195;
	font-weight: bold;
	text-decoration: none;
} 
a:hover {
	color: #2b74b3;
	font-weight: bold;
	text-decoration: underline;
} 
a:active {
	color: #5b93d6;
	font-weight: bold;
	text-decoration: underline;
}
a:focus {
	color: #5b93d6;
	font-weight: bold;
	text-decoration: underline;
}
/* ************ GLOBAL: Dividers ************ */
div {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
/* ************ GLOBAL: Lists ************ */
ol, ul, dl {
	margin: 0;
	text-align: justify;
}
li {
	margin: 0;
	padding: 4px 8px;
	color: #000;
	font-size: 1.2em;
}
li ol li, li ul li {
	font-size: 1.0em;
}
dt, dd {
	margin: 0;
	padding: 4px 8px;
	color: #000;
}
/* ************ GLOBAL: Tables ************ */
th {
	vertical-align: middle;
}
td {
	text-align: justify;
	font-weight: normal;
	vertical-align: top;
	font-size: 1.2em;
}
td li, td p {
	font-size: 1.0em;
}
/* ************ GLOBAL: Forms ************ */
form {
	width: 70%;
	margin: 10px auto;
}
fieldset {
	width: 100%;
}
fieldset dl {  
	width: 100%;
	margin: 0;
	padding: 0;
}
fieldset dl dt {  
	width: 130px;
	float: left;
	margin: 0;
	padding: 8px 0 8px 0;
	text-align: right;
	font-size: 1.2em;
}
fieldset dl dd {  
	width: 300px;
	margin: 0 0 0 140px;
	padding: 8px 0 8px 10px;
	text-align: center;
	border-left: 1px solid #5b93d6;
}
fieldset dl dd:hover {
	border-left: 1px solid #0049a1;
}
fieldset dl:after {
	content: ".";
	display: block;
	height: 1px;
	margin: 6px 0;
	clear: both;
	visibility: hidden;
}
label {  
	margin: 0;
	padding: 0;
	color: #0049a1;
}
label:hover {
	color: #5b93d6;
}
label span {
	color: #EC1E24;
}
label:hover span {
	color: #730029;
}
input, textarea {
	margin: 0;
	padding: 4px;
	color: #5b93d6;
	background: transparent;
	border: 1px solid #5b93d6;
}
input:hover, textarea:hover, input:active, textarea:active, input:focus, textarea:focus {
	color: #2b74b3;
	border: 1px solid #2b74b3;
}
input[type=text] {
	width: 250px;
	background: #fff url('../images/tsuki_textfield.jpg') repeat-x;
}
input[type=password] {
	width: 250px;
	background: #fff url('../images/tsuki_textfield.jpg') repeat-x;
}
textarea {
	width: 250px;
	height: 100px;
	background: #fff url('../images/tsuki_textfield.jpg') repeat-x;
}
input[type=submit] {
	width: 102px;
	height: 30px;
	padding: 0;
	text-align: center;
	font: normal normal bold 1.4em/1.5 Georgia;
	color: #fff;
	border: 1px solid #fff;
	background: #003869 url('../images/tsuki_button.jpg') repeat-x -2px 0;
}
input[type=reset] {
	width: 102px;
	height: 30px;
	padding: 0;
	text-align: center;
	font: normal normal bold 1.4em/1.5 Georgia;
	color: #fff;
	border: 1px solid #fff;
	background: #003869 url('../images/tsuki_button.jpg') repeat-x -2px 0;
}
input[type=submit]:hover {
	background: #003869 url('../images/tsuki_button.jpg') -2px -58px;
}
input[type=reset]:hover {
	background: #003869 url('../images/tsuki_button.jpg') -2px -58px;
}
/* ************ GLOBAL: Extra ************ */
tt {
	font-size: 11px;
	font-family: "MS Courier New", monospace;
	border: 1px dotted #000;
}
code {
	display: block;
	width: 500px;
	margin: 4px auto;
	padding: 4px;
	overflow: auto;
	border: 1px solid #c6e4ff;
	background: #fff url('../images/tsuki_textfield.jpg') repeat-x;
	font-size: 11px;
	color: #000;
	text-align: center;
}
code:hover {
	border: 1px solid #5b93d6;
}
abbr, acronym {
  cursor: help;
  border-bottom: 1px dotted #fff;
}
/* ************ LAYOUT: Containing elements ************ */
#container {
	width: 800px;
	border-top: 0px solid #003f74;
	border-bottom: 0px solid #003f74;
	border-left: 5px solid #003f74;
	border-right: 5px solid #003f74;
	text-align: center;
}
#logo {
	height: 275px;
	background: url('../images/tsuki_head.jpg') no-repeat;
}
#menu {
	height: 58px;
	background: url('../images/tsuki_menu.jpg') no-repeat;
}
#banner {
	height: 122px;
}
#contents {
	width: 800px;
	max-width: 800px;
	background: #fff;
}
#foot {
	height: 70px;
	background: url('../images/tsuki_foot.jpg') no-repeat;
}
/* ************ LAYOUT: Site title, menu, disclaimer ************ */
#head h1, #banner h2 {
	display: none;
	visibility: hidden;
}
#banner hr {
	display: none;
	visibility: hidden;
}
#menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	clear: left;
	list-style-type: none;
	text-align: center;
}
#menu ul li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}
#menu ul li a:link, #menu ul li a:visited, #menu ul li a:hover, #menu ul li a:active {
	display: block;
	width: 89px;
	height: 35px;
	margin: 0;
	padding: 0;
}
#menu ul li a span {
	display: none;
	visibility: hidden;
}
#menu ul li a#menu_website:hover {
	background: url('../images/tsuki_menu.jpg') no-repeat 0 -58px;
}
#menu ul li a#menu_chara:hover {
	background: url('../images/tsuki_menu.jpg') no-repeat -89px -58px;
}
#menu ul li a#menu_anime:hover {
	background: url('../images/tsuki_menu.jpg') no-repeat -178px -58px;
}
#menu ul li a#menu_manga:hover {
	background: url('../images/tsuki_menu.jpg') no-repeat -267px -58px;
}
#menu ul li a#menu_musical:hover {
	background: url('../images/tsuki_menu.jpg') no-repeat -356px -58px;
}
#menu ul li a#menu_la:hover {
	background: url('../images/tsuki_menu.jpg') no-repeat -445px -58px;
}
#menu ul li a#menu_games:hover {
	background: url('../images/tsuki_menu.jpg') no-repeat -534px -58px;
}
#menu ul li a#menu_other:hover {
	background: url('../images/tsuki_menu.jpg') no-repeat -623px -58px;
}
#menu ul li a#menu_multi {
	width: 88px;
}
#menu ul li a#menu_multi:hover {
	background: url('../images/tsuki_menu.jpg') no-repeat -712px -58px;
}
#menu ul li a#menu_website_active:link, #menu ul li a#menu_website_active:visited, #menu ul li a#menu_website_active:hover, #menu ul li a#menu_website_active:active {
	background: url('../images/tsuki_menu.jpg') no-repeat 0 -116px;
}
#menu ul li a#menu_chara_active:link, #menu ul li a#menu_chara_active:visited, #menu ul li a#menu_chara_active:hover, #menu ul li a#menu_chara_active:active {
	background: url('../images/tsuki_menu.jpg') no-repeat -89px -116px;
}
#menu ul li a#menu_anime_active:link, #menu ul li a#menu_anime_active:visited, #menu ul li a#menu_anime_active:hover, #menu ul li a#menu_anime_active:active {
	background: url('../images/tsuki_menu.jpg') no-repeat -178px -116px;
}
#menu ul li a#menu_manga_active:link, #menu ul li a#menu_manga_active:visited, #menu ul li a#menu_manga_active:hover, #menu ul li a#menu_manga_active:active {
	background: url('../images/tsuki_menu.jpg') no-repeat -267px -116px;
}
#menu ul li a#menu_musical_active:link, #menu ul li a#menu_musical_active:visited, #menu ul li a#menu_musical_active:hover, #menu ul li a#menu_musical_active:active {
	background: url('../images/tsuki_menu.jpg') no-repeat -356px -116px;
}
#menu ul li a#menu_la_active:link, #menu ul li a#menu_la_active:visited, #menu ul li a#menu_la_active:hover, #menu ul li a#menu_la_active:active {
	background: url('../images/tsuki_menu.jpg') no-repeat -445px -116px;
}
#menu ul li a#menu_games_active:link, #menu ul li a#menu_games_active:visited, #menu ul li a#menu_games_active:hover, #menu ul li a#menu_games_active:active {
	background: url('../images/tsuki_menu.jpg') no-repeat -534px -116px;
}
#menu ul li a#menu_other_active:link, #menu ul li a#menu_other_active:visited, #menu ul li a#menu_other_active:hover, #menu ul li a#menu_other_active:active {
	background: url('../images/tsuki_menu.jpg') no-repeat -623px -116px;
}
#menu ul li a#menu_multi_active:link, #menu ul li a#menu_multi_active:visited, #menu ul li a#menu_multi_active:hover, #menu ul li a#menu_multi_active:active {
	background: url('../images/tsuki_menu.jpg') no-repeat -712px -116px;
}
#menu ul li a#menu_multi_active {
	width: 88px;
}
#foot ul {
	padding: 7px 4px 0;
	text-align: center;
}
#foot ul li {
	color: #fff;
}
/* ************ CLASSES: Banners ************ */
.b_website {
	background: url('../images/tsuki_logo_moon.jpg') no-repeat;
}
.b_chara {
	background: url('../images/tsuki_logo_mercury.jpg') no-repeat;
}
.b_anime {
	background: url('../images/tsuki_logo_mars.jpg') no-repeat;
}
.b_manga {
	background: url('../images/tsuki_logo_jupiter.jpg') no-repeat;
}
.b_musical {
	background: url('../images/tsuki_logo_venus.jpg') no-repeat;
}
.b_la {
	background: url('../images/tsuki_logo_pluto.jpg') no-repeat;
}
.b_games {
	background: url('../images/tsuki_logo_uranus.jpg') no-repeat;
}
.b_other {
	background: url('../images/tsuki_logo_neptune.jpg') no-repeat;
}
.b_multi {
	background: url('../images/tsuki_logo_saturn.jpg') no-repeat;
}
/* ************ CLASSES: Main headings ************ */
.h_website {
	background: url('../images/tsuki_frame_top_moon.jpg') no-repeat center top;
}
.h_chara {
	background: url('../images/tsuki_frame_top_mercury.jpg') no-repeat center top;
}
.h_anime {
	background: url('../images/tsuki_frame_top_mars.jpg') no-repeat center top;
}
.h_manga {
	background: url('../images/tsuki_frame_top_jupiter.jpg') no-repeat center top;
}
.h_musical {
	background: url('../images/tsuki_frame_top_venus.jpg') no-repeat center top;
}
.h_la {
	background: url('../images/tsuki_frame_top_pluto.jpg') no-repeat center top;
}
.h_games {
	background: url('../images/tsuki_frame_top_uranus.jpg') no-repeat center top;
}
.h_other {
	background: url('../images/tsuki_frame_top_neptune.jpg') no-repeat center top;
}
.h_multi {
	background: url('../images/tsuki_frame_top_saturn.jpg') no-repeat center top;
}
/* ************ GLOBAL: Horizontal rules ************ */
div.hr {
	height: 100px;
	background: #fff url('../images/tsuki_frame_bottom.jpg') no-repeat center top;
	text-align: center;
}
div.hr hr {
	display: none;
	visibility: hidden;
}
/* ************ CLASSES: Boxes ************ */
.box, .box_tabs {
	width: 700px;
	margin: 4px auto;
	background: #eaf2ff url('../images/tsuki_bg_2.jpg') no-repeat;
}
.box img, .box_tabs img {
	margin: 10px;
	padding: 2px;
	background: #fff;
	border: 1px solid #5b93d6;
}
.box img:hover, .box_tabs img:hover {
	border: 1px solid #2b74b3;
}
.box h2, .box_tabs h2 {
	margin: 4px 24px 4px 10px;
	padding: 4px 8px;
	border-bottom: 1px solid #5b93d6;
	background-image: none;
	text-align: justify;
}
.box li, .box_tabs li {
	padding: 4px 10px;
	color: #0049a1;
}
.box strong, .box_tabs strong {
	font-size: 1.2em;
}
.box p, .box_tabs p {
	padding: 4px 10px;
	color: #0049a1;
}
.box p:first-letter, .box_tabs p:first-letter {
	font: normal normal bold 1.2em/normal Georgia, "MS Mincho", serif;
}
.box form.addcomment img {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}
.box_tabs ul.tabs {
	float: right;
	margin: 0 0 -34px 0;
	padding: 24px 24px 0 4px;
	width: 100px;
	text-align: center;
}
.box_tabs ul.tabs li {
	float: left;
	width: 30px;
	height: 29px;
	margin: 4px auto;
	padding: 0;
	background: #003869 url('../images/tsuki_button.jpg') repeat-x -2px 0;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	font: normal normal bold 1.4em/1.8 Georgia;
}
.box_tabs ul.tabs li:hover {
	background: #003869 url('../images/tsuki_button.jpg') -2px -58px;
}
.box_tabs ul.tabs li.active, .box_tabs ul.tabs li.active:hover {
	background: #003869 url('../images/tsuki_button.jpg') -2px -58px;
}
.box_tabs ul.tabs li img {
	margin: 0;
	padding: 0;
	border: 0;
}
.box_tabs ul.tabs li a, .box_tabs ul.tabs li a:visited {
	color: #fff;
}
.box_tabs ul.tabs li a:hover {
	color: #fff;
	text-decoration: none;
}
.box_tabs div {
	clear: right;
}
.box_news {
	width: 400px;
	margin: 4px auto;
	background: #eaf2ff url('../images/tsuki_bg_3.jpg') no-repeat;
}
.box_news h2 {
	margin: 4px 24px;
	padding: 4px 8px;
	color: #000;
	border-bottom: 1px solid #5b93d6;
	background-image: none;
	text-align: center;
}
.box_news dl {
	width: 360px;
	margin: 10px auto;
}
.box_news dt {
	width: 70px;
	float: left;
	color: #0049a1;
}
.box_news dt:hover {
	color: #5b93d6;
}
.box_news dd {
	width: 250px;
	margin-left: 90px;
	text-align: left;
	border-left: 1px solid #5b93d6;
}
.box_news dd:hover {
	border-left: 1px solid #0049a1;
}
.box_news dl:after {
	content: ".";
	display: block;
	height: 1px;
	margin: 6px 0;
	clear: both;
	visibility: hidden;
}
.box_graphics {
	width: 640px;
	margin: 8px auto 4px auto;
}
.box_graphics .avatars {
	width: 220px;
	margin: 0;
	float: left;
}
.box_graphics .banners {
	width: 400px;
	margin: 0;
	float: right;
}
.srclist {
	font-size: 1.0em;
	width: 96%;
	border-top: 1px dotted #000;
	margin: 0 auto;
}
.srclist p {
	margin: 0;
	font-weight: bold;
}
.srclist ul {
	margin: 0 0 0 40px;
	list-style: disc;
}
.srclist ol {
	margin: 0 0 0 40px;
	list-style: decimal;
}
.quest {
	width: 90%;
}
.spritelist {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
/* ************ CLASSES: Lists ************ */
ul.linklist {
	width: 600px;
	margin: 0 auto;
	list-style-type: none;
}
ul.linklist li {
	padding: 38px 0 0 0;
	font-family: Georgia, "MS Mincho", serif;
	color: #5b93d6;
}
a.valid_xhtml:link, a.valid_xhtml:visited {
	color: #090;
}
a.valid_xhtml:hover {
	color: #0c0;
}
a.valid_xhtml:active, a.valid_xhtml:focus {
	color: #00b366;
}
a.valid_css:link, a.valid_css:visited {
	color: #b20000;
}
a.valid_css:hover {
	color: #f00;
}
a.valid_css:active, a.valid_css:focus {
	color: #a10048;
}
ul.sectlist a {
	font: italic normal bold 1.4em/normal Georgia, "MS Mincho", serif;
}
ul.sectlist strong {
	font: italic normal bold 1.4em/normal Georgia, "MS Mincho", serif;
}
ul.sectlist ul {
	margin: 0 0 0 40px;
	list-style: disc;
	font-size: 100%;
}
ul.simplelist {
	margin: 0 0 0 40px;
	list-style: disc;
}
ul.simplelist ul {
	list-style: circle;
}
ol.simplelist {
	margin: 0 0 0 40px;
	list-style: decimal;
}
ol.simplelist ol {
	list-style: lower-latin;
}
ul.links li img {
	float: left;
	width: 88px;
}
ul.links li ul {
	width: 540px;
	margin-left: 120px;
}
ul.links li ul li {
	border-left: 1px solid #5b93d6;
}
ul.links li ul li:hover {
	border-left: 1px solid #0049a1;
}
ul.links:after {
	content: ".";
	display: block;
	height: 1px;
	margin: 1px 0;
	clear: both;
	visibility: hidden;
}
ul.team li img {
	float: left;
}
ul.team li ul {
	width: 70%;
	height: 110px;
	margin: 10px 0 0 130px;
}
ul.team li ul li {
	border-left: 1px solid #5b93d6;
}
ul.team li ul li:hover {
	border-left: 1px solid #0049a1;
}
ul.team:after {
	content: ".";
	display: block;
	height: 1px;
	margin: 1px 0;
	clear: both;
	visibility: hidden;
}
/* ************ CLASSES: Tables ************ */
table.actlist, table.commentlist, table.tracklist, table.techlist, table.monsterlist {
	width: 700px;
	margin: 4px auto;
	border: 1px solid #c6e4ff;
	background: #fff url('../images/tsuki_table_body.jpg') 0 25px repeat-x;
}
table.techlist col.tech {
	width: 250px;
}
table.techlist col.desc {
	width: 90px;
}
table.monsterlist col.name {
	width: 120px;
}
table.monsterlist col.desc {
	width: 130px;
}
table.actlist th, table.commentlist th, table.tracklist th, table.techlist th, table.monsterlist th {
	height: 30px;
	background: #003869 url('../images/tsuki_table_head-foot.jpg') repeat-x;
	font: normal normal bold 1.2em/1.5 Georgia, "MS Mincho", serif;
	color: #fff;
	text-align: center;
}
table.techlist th.group {
	border-top: 1px dashed #c6e4ff;
	border-bottom: 1px dashed #c6e4ff;
}
table.actlist th.thumb, table.commentlist th.thumb {
	width: 130px;
}
table.actlist th.number, table.tracklist th.number {
	width: 32px;
}
table.actlist th.name {
	width: 532px;
}
table.actlist th.ep_title {
	width: 512px;
}
table.tracklist th.title {
	width: 588px;
}
table.actlist th.publication {
	width: 136px;
}
table.actlist th.broadcast {
	width: 156px;
}
table.tracklist th.length {
	width: 80px;
}
table.actlist td, table.commentlist td, table.tracklist td {
	padding: 1px;
	border-top: 1px solid #c6e4ff;
	text-align: justify;
}
table.techlist td, table.monsterlist td {
	padding: 4px;
	text-align: justify;
	font-size: 1.1em;
	border: 1px dashed #c6e4ff;
}
table.actlist td.number, table.actlist td.thumb, table.actlist td.desc, table.actlist td.desc-2, table.commentlist td.thumb, table.tracklist td.number, table.monsterlist td.name {
	text-align: center;
}
table.techlist td.tech, table.monsterlist td.name {
	border-right: 1px solid #c6e4ff;
}
table.techlist td.tech img {
	margin: 10px;
	padding: 2px;
	background: white;
	border: 1px solid #5B93D6;
	text-align: center;
}
table.actlist td.number, table.tracklist td.number {
	padding-top: 4px;
}
table.actlist td.desc, table.monsterlist td.name {
	width: 120px;
	font-variant: small-caps;
	font-weight: bold;
}
table.actlist td.desc-2 {
	vertical-align: middle;
}
table.actlist td.thumb img, table.commentlist td.thumb img {
	margin: 4px 0;
}
table.actlist td.text {
	text-align: justify;
}
table.tracklist ul li {
	text-align: left;
}
table.tracklist ul.tracklenght li {
	text-align: center;
}
table.tracklist td ul.additionalinfo li {
	font-size: 0.8em;
	color: #989898;
}
colgroup.name-en, colgroup.name-ja {
	width: 50%;
}
table.itemlist, table.charalist, table.profilelist, table.merchandiselist, table.correspondencelist, table.introlist, table.symbollist {
	margin: 4px auto;
	border: 1px solid #c6e4ff;
	background: #fff url('../images/tsuki_table_body.jpg') 0 25px repeat-x;
}
table.charalist {
	width: 500px;
}
table.profilelist, table.correspondencelist, table.introlist {
	width: 600px;
}
table.merchandiselist, table.itemlist {
	width: 700px;
}
table.itemlist th, table.charalist th, table.profilelist th, table.merchandiselist th, table.correspondencelist th, table.introlist th, table.symbollist th {
	height: 30px;
	background: #003869 url('../images/tsuki_table_head-foot.jpg') repeat-x;
	font: normal normal bold 1.2em/1.5 Georgia, "MS Mincho", serif;
	color: #fff;
	text-align: center;
}
table.symbollist th {
	padding-left: 2px;
	padding-right: 2px;
}
table.itemlist col.id {
	width: 30px;
}
table.itemlist col.item {
	width: 150px;
}
table.itemlist col.price {
	width: 50px;
}
table.itemlist col.effect {
	width: 140px;
}
table.profilelist th.data {
	width: 30%;
}
table.itemlist td, table.charalist td, table.profilelist td, table.merchandiselist td, table.correspondencelist td, table.introlist td, table.symbollist td {
	padding: 2px;
	text-align: left;
}
table.profilelist td, table.merchandiselist td, table.correspondencelist td, table.introlist td {
	padding: 4px;
	font-size: 1.1em;
	border: 1px dashed #c6e4ff;
}
table.itemlist td {
	font-size: 1.1em;
	border: 1px dashed #c6e4ff;
}
table.symbollist td {
	border: 1px dashed #c6e4ff;
}
table.charalist th.name, table.profilelist th.name, table.correspondencelist th.group {
	padding: 2px;
	color: #005195;
	background: transparent;
	border: 1px dashed #c6e4ff;
	font: normal normal bold 1.4em/1.5 Verdana, Helvetica, "MS Gothic", sans-serif;
	text-align: center;
}
table.introlist th.number {
	width: 32px;
}
table.introlist th.lang {
	width: 70px;
}
table.correspondencelist th.half {
	width: 50%;
}
table.introlist td.number {
	text-align: center;
}
table.charalist td.img {
	width: 160px;
	text-align: center;
}
table.merchandiselist td.set_name {
	color: #005195;
	font: normal normal bold 1.2em/1.5 Verdana, Helvetica, "MS Gothic", sans-serif;
	text-align: center;
}
table.correspondencelist td.odd {
	color: #005195;
	background-color: transparent;
}
table.correspondencelist td.even {
	color: #005195;
	background-color: #e3f6ff;
}
table.formationlist {
	margin: 4px auto;
	border: 1px solid #c6e4ff;
	background: #fff url('../images/tsuki_table_body.jpg') repeat-x;
}
table.formationlist td {
	padding: 2px;
	text-align: center;
}
table.boardlist {
	margin: 4px auto;
	border: 1px solid #c6e4ff;
	background: #fff url('../images/tsuki_table_body.jpg') repeat-x;
}
table.boardlist td {
	padding: 4px;
	border-right: 1px solid #c6e4ff;
	border-left: 1px solid #c6e4ff;
}
table.peoplelist, table.statlist, table.actorlist {
	width: 440px;
	margin: 4px auto;
	border: 1px solid #c6e4ff;
	background: #fff url('../images/tsuki_table_body.jpg') 0 25px repeat-x;
}
table.statlist, table.actorlist {
	width: 700px;
}
colgroup.date {
	width: 30%;
}
colgroup.num {
	width: 16%;
}
colgroup.freq {
	width: 13%;
}
colgroup.plc {
	width: 28%;
}
colgroup.city {
	width: 13%;
}
table.peoplelist th, table.statlist th, table.actorlist th.main {
	height: 30px;
	background: #003869 url('../images/tsuki_table_head-foot.jpg') repeat-x;
	font: normal normal bold 1.2em/1.5 Georgia, "MS Mincho", serif;
	color: #fff;
	text-align: center;
}
table.peoplelist td, table.statlist td, table.actorlist td, table.actorlist th.stage, table.actorlist th.arc, table.actorlist th.chara {
	padding: 2px;
	text-align: left;
	border: 1px dashed #c6e4ff;
}
table.actorlist td, table.actorlist th.stage, table.actorlist th.arc, table.actorlist th.chara {
	text-align: center;
}
table.actorlist th.stage {
	color: #005195;
	font-weight: bold;
	font-size: 140%;
	letter-spacing: 4pt;
	background: #EBF6FF;
}
table.actorlist th.arc {
	font-weight: bold;
	font-size: 140%;
	background: #EBF6FF;
}
table.actorlist th.chara {
	color: #005195;
	font-weight: normal;
	font-size: 90%;
}
table.etymologylist {
	width: 730px;
	margin: 4px auto;
	border: 1px solid #c6e4ff;
	background: #fff url('../images/tsuki_table_body.jpg') 0 25px repeat-x;
}
table.etymologylist th {
	height: 30px;
	background: #003869 url('../images/tsuki_table_head-foot.jpg') repeat-x;
	font: normal normal bold 1.2em/1.5 Georgia, "MS Mincho", serif;
	color: #fff;
	text-align: center;
}
table.etymologylist th.stage, table.symbollist th.group, table.itemlist th.group, table.techlist th.group {
	padding: 2px;
	text-align: center;
	border: 1px dashed #c6e4ff;
	color: #005195;
	font-weight: bold;
	font-size: 140%;
	letter-spacing: 4pt;
	background: #EBF6FF;
}
table.etymologylist td {
	padding: 4px;
	text-align: left;
}
table.etymologylist td.desc {
	width: 100px;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
	border: 1px dashed #c6e4ff;
}
table.etymologylist td.text {
	text-align: justify;
	border: 1px dashed #c6e4ff;
}
colgroup.fnct {
	width: 63%;
}
colgroup.prsn {
	width: 37%;
}
colgroup.musical {
	width: 51px;
}
colgroup.musical-2 {
	width: 42px;
}
colgroup.actor-senshi col {
	width: 59px;
}
colgroup.actor-enemy col {
	width: 47px;
}
col.range {
	width: 92px;
}
col.photo {
	width: 128px;
}
col.profile {
	width: 360px;
}
col.more-info {
	width: 120px;
}
table.actorlist img {
	margin: 10px;
	padding: 2px;
	background: #fff;
	border: 1px solid #5b93d6;
}
table.actorlist img:hover {
	border: 1px solid #2b74b3;
}
/* ************ CLASSES: News / comments ************ */
.box_newspost {
	width: 700px;
	margin: 8px auto;
	background: #eaf2ff url('../images/tsuki_bg_2.jpg') no-repeat;
}
.news_head {
	margin: 4px 24px 4px 10px;
	padding: 4px 8px;
	border-bottom: 1px solid #5b93d6;
	background-image: none;
	text-align: justify;
}
.news_body img {
	margin: 10px;
	padding: 2px;
	background: #fff;
	border: 1px solid #5b93d6;
}
.news_body img:hover {
	border: 1px solid #2b74b3;
}
.news_body p, .news_body li {
	color: #0049a1;
}
.news_left {
	float: left;
	width: 150px;
}
.news_left .newsdate {
	width: 60px;
	margin: 0 auto;
	padding: 0;
	background: #fff url('../images/tsuki_bg_5.jpg') no-repeat;
	font: normal normal bold 1.4em/normal Georgia;
	color: #0049a1;
	text-align: center;
}
.news_left .newsdate:hover {
	color: #2b74b3;
}
.news_left .comlink {
	width: 60px;
	height: 30px;
	margin: 4px auto;
	padding: 0;
	border: 1px solid #c6e4ff;
	background: #003869 url('../images/tsuki_button.jpg') repeat-x -2px 0;
	color: #fff;
	text-align: center;
	font: normal normal bold 1.4em/1.8 Georgia;
}
.news_left .comlink:hover {
	background: #003869 url('../images/tsuki_button.jpg') -2px -58px;
}
.news_left .comlink a {
	color: #fff;
}
.news_left .comlink a:hover {
	text-decoration: none;
}
.news_right {
	width: 540px;
	margin: 0;
	padding: 0;
	float: right;
}
.news_right p {
	margin: 0 20px 0 0;
	padding-left: 0;
}
.news_right li {
	margin-right: 20px;
}
.news_right p:first-letter, .news_right li:first-letter {
	font: normal normal bold 1.2em/normal Georgia, "MS Mincho", serif;
}
.news_foot {
	margin: 0 20px 0 0;
	clear: both;
	text-align: right;
	color: #0049a1;
	font: normal normal bold 1.2em/normal Georgia, "MS Mincho", serif;
}
.box_amv {
	width: 720px;
}
.amvnews {
	width: 220px;
	margin: 10px;
	float: left;
	background: #eaf2ff url('../images/tsuki_bg_4.jpg') no-repeat; 
}
.amvnews h3 {
	margin: 4px 10px 4px 24px;
	padding: 8px;
	border-bottom: 1px solid #5b93d6;
	text-align: right;
	font: normal normal bold 1.0em/normal Georgia;
	letter-spacing: 1pt;
}
.amvnews img {
	margin: 10px;
	padding: 2px;
	background: #fff;
	border: 1px solid #5b93d6;
}
.amvnews img:hover {
	border: 1px solid #2b74b3;
}
.amvnews dl, .news_right dl {
	width: 188px;
	margin: 0 auto 10px auto;
	text-align: left;
}
.amvnews dl dt, .amvnews dl dd, .news_right dl dt, .news_right dl dd {
	width: 90px;
	margin: 0;
	padding: 0;
	float: left; 
	color: #0049a1;
}
.amvnews dl:after, .news_right dl:after {
	content: ".";
	display: block;
	height: 1px;
	margin: 1px 0;
	clear: both;
	visibility: hidden;
}
.amvnews ul {
	clear: left;
	margin: 0;
	text-align: center;
}
.amvnews ul li {
	width: 188px;
	height: 30px;
	margin: 4px auto;
	padding: 0;
	background: #003869 url('../images/tsuki_button.jpg') repeat-x -2px 0;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	font: normal normal bold 1.4em/1.8 Georgia;
}
.amvnews ul li:hover {
	background: #003869 url('../images/tsuki_button.jpg') -2px -58px;
}
.amvnews ul.fame li {
	background: #003869 url('../images/tsuki_button_2.jpg') repeat-x -2px 0;
}
.amvnews ul.fame li:hover {
	background: #003869 url('../images/tsuki_button_2.jpg') -2px -58px;
}
.amvnews ul li a, .amvnews ul li a:visited {
	color: #fff;
}
.amvnews ul li a:hover {
	color: #fff;
	text-decoration: none;
}
.amvnews p {
	font-size: 1.0em;
	text-align: center;
	color: #0049a1;
}
.box_amv:after {
	content: ".";
	display: block;
	height: 1px;
	margin: 1px 0;
	clear: both;
	visibility: hidden;
}
#captcha {
	margin: 0 0 8px 0;
}
.box_comment {
	width: 700px;
	margin: 8px auto;
	background: #eaf2ff url('../images/tsuki_bg_2.jpg') no-repeat;
}
.comment_head h3 {
	margin: 4px 24px 4px 10px;
	padding: 8px;
	border-bottom: 1px solid #5b93d6;
	text-align: left;
	font: normal normal bold 1.0em/normal Georgia;
	letter-spacing: 1pt;
}
.comment_body p {
	color: #0049a1;
}
.comment_left {
	float: left;
	width: 150px;
}
.comment_left .comdate {
	width: 60px;
	margin: 4px auto 0;
	padding: 0;
	background: #fff url('../images/tsuki_bg_5.jpg') no-repeat;
	font: normal normal bold 1.4em/normal Georgia;
	color: #0049a1;
	text-align: center;
}
.comment_left .comdate:hover {
	color: #2b74b3;
}
.comment_right {
	width: 540px;
	margin: 0;
	padding: 0;
	float: right;
}
.comment_right p {
	margin: 0 20px 0 0;
	padding-left: 0;
}
.comment_right p:first-letter {
	font: normal normal bold 1.2em/normal Georgia, "MS Mincho", serif;
}
.comment_foot {
	margin: 0 14px 0 0;
	clear: both;
	text-align: right;
	color: #0049a1;
	font: normal normal bold 1.2em/normal Georgia, "MS Mincho", serif;
}
/* ************ CLASSES: Pagination ************ */
.pagination {
	width: 700px;
	margin: 8px auto;
	padding: 6px;
	text-align: center;
}
.pagination a {
	margin: 0 0 0 3px;
	padding: 8px 10px;
	color: #fff;
	border: 1px solid #fff;
	background: #003869 url('../images/tsuki_button.jpg') repeat-x -2px 0;
}
.pagination a:hover {
	color: #fff;
	text-decoration: none;
	background: #003869 url('../images/gradient_input.jpg') repeat-x -2px -58px;
}
.curpage {
	margin: 0 0 0 3px;
	padding: 8px 10px;
	color: #fff;
	border: 1px solid #fff;
	background: #003869 url('../images/tsuki_button.jpg') repeat-x -2px 0;
}
/* ************ CLASSES: Colour themes for Sailor Senshi ************ */
.s_moon {
	color: #F98BF3;
}
.s_chibimoon {
	color: fuchsia;
}
.s_earth {
	color: #000;
}
.s_mercury {
	color: #142CE2;
}
.s_mars {
	color: #E21418;
}
.s_jupiter {
	color: #076342;
}
.s_venus {
	color: #F4BF00;
}
.s_pluto {
	color: maroon;
}
.s_uranus {
	color: #130D83;
}
.s_neptune {
	color: #339966;
}
.s_saturn {
	color: purple;
}
.s_kakyuu {
	color: #DD0000;
}
.s_fighter {
	color: #2a3f9a;
}
.s_maker {
	color: #9d40bb;
}
.s_healer {
	color: #a3c325;
}
.s_chibichibi {
	color: #FF1550;
}
/* ************ CLASSES: Extra ************ */
a.blank:link, a.blank:visited, a.blank:hover, a.blank:active  {
	border: 0;
	padding: 0;
	background-image: none;
}
img.image {
	text-align: center;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.null {
	text-decoration: line-through;
}
.absence, .emphasis  {
	color: #f00;
	font-weight: bold;
}
.absence:hover, .emphasis:hover {
	color: #b20000;
}
.etymon {
	color: #335072;
	font-family: Georgia, "MS Mincho", serif;
/*	border-bottom: 1px dotted #335072; */
}
.etymon:hover {
	color: #5b93d6;
/*	border-bottom: 1px dotted #5b93d6; */
}
.clear {
	clear: both;
}
span.note {
	vertical-align: super;
	font-size: 0.7em;
}
span.variety {
	vertical-align: sub;
	font-size: 0.7em;
}
