@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
} 

/* 画面の設定 */

body {
	background-color: #ccc;
	text-align: right;
	font-size: medium;
}

#ie_div {
	margin: 0 0 -13px 0;
	padding: 10px 0 50px 0;
	background-color: #fcfcfc;
	text-align: center;
}

#main {
	width: 710px;
	margin: 0 auto 0 auto;
}

#top, #play, #manual, #walkthrough, #faq, #links, #nicolily {
	width: 580px;
	margin: 0 0 0 auto;
	padding: 0 0 10px 0;
	float: right;
	overflow: visible;
}

#sidemenu {
	width: 125px;
	margin: 0 auto 0 0;
	padding: 0 0 15px 0;
	float: left;
	overflow: visible;
}

#footer {
	clear:both;
}

/* 共通 */

a:link {color: #339;}
a:visited {color: #669;}
a:hover, a:active {color: #f93;}

h1 {
	color: #f93;
	font-size: 90%;
	font-weight: normal;
	display: inline;
	padding: 0 0 0 13px;
	background: url("parts/li1.gif") no-repeat 0;
}

h2 {
	font-size: 115%;
	text-align: left;
	margin: 30px 0 10px 0;
	padding: 5px 0 3px 30px;
	border-top: solid 2px;
	border-left: solid 8px;
	clear: both;
}

h3 {
	font-size: 95%;
	text-align: left;
	margin: 30px 15px 5px 15px;
	padding: 0 0 2px 5px;
	border-bottom: dashed 1px;
	clear: both;
}

h3 img {
	vertical-align: text-bottom;
}

h4 {
	font-size: 100%;
	text-align: left;
	margin: 10px 0 -5px 0;
	clear: both;
}

hr {
	width: 710px;
	height: 1px;
	margin: 8px 0 8px 0;
	background-color: #999; 
	border: none;
}

strong {
	font-weight: bold;
}

img {
	vertical-align: middle;
	border: none;
}

p {
	margin: 8px 0 8px 0;
	padding: 0 0 0 5px;
	text-align: justify;
}

p a {
	margin: 0 0.2em 0 0.2em;
}

q {
	background-color: #f0f0f0;
	font-style: italic;
}

ul {
	margin: 0 0 0 5%;
}

li {
	text-align: left;
}

address {
	font-size: 75%;
	font-style: normal;
	color: #666;
}

address a:link, address a:visited {
	text-decoration: none;
	padding: 0 0 0 11px;
	background: url("parts/icon_nicolily.gif") no-repeat 0;
}

address a:hover, address a:active {
	text-decoration: underline;
	padding: 0 0 0 11px;
	background: url("parts/icon_nicolily.gif") no-repeat 0;
}

.offleft {
	position: absolute;
	width: 500PX;
	left: -2000px;
}

.default {
	display: none;
}

.text {
	font-size: 80%;
	line-height: 200%;
	padding: 0 20px 0 20px;
}

.figl {
	float: left;
	margin: 0 10px 0 0;
}

.figr {
	float: right;
	margin: 0 0 0 10px;
}

.description {
	font-size: 90%;
	line-height: 180%;
	margin: 5px 0 20px 0;
	padding: 2px 10px 2px 60px;
	border: dotted 3px;
	clear: both;
}

.notation {
	font-size: 95%;
	line-height: 150%;
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 30px;
	border: dotted 2px;
	clear: both;
}

.menu {
	color: #f93;
	display: inline;
}

.menu ol, #footer ul {
	font-size: 75%;
	margin: 0 0 0 0.5em;
	display: inline;
}

.menu li, #footer li {
	display: inline;
	white-space: nowrap;
}

.li1, #footer ul a {
	margin: 0 0.2em 0 0.2em;
	padding: 0 0 0 13px;
	background: url("parts/li1.gif") no-repeat 0;
}

.li2, .menu ol a {
	margin: 0 0.2em 0 0.2em;
	padding: 0 0 0 10px;
	background: url("parts/li2.gif") no-repeat 0;
}

.reload {
	margin: 0 0.2em 0 0.2em;
	padding: 0 0 0 10px;
	background: url("parts/reload.gif") no-repeat 0;
}

.pagetop {
	text-align: right;
	margin: 60px 0 60px 0;
	clear:both;
}

.pagetop a {
	font-size: 75%;
	padding: 0 0 0 10px;
	background: url("parts/pagetop.gif") no-repeat 0;
}

.mail {
	padding: 0 0 0 13px;
	background: url("parts/mail.gif") no-repeat 0;
}

.tdftdiv li {
	font-size: 70% !important;
}

.align-left {
	text-align: left !important;
	padding: 0 0 0 10px !important;
}

/* サイドメニュー */

#sidemenu ul {
	margin: 15px 0 0 20px;
	color: #ccc;
	font-size: 85%;
	list-style: url(parts/li1.gif); 
}

#sidemenu ul ol{
	margin: 0.4em 0 0.8em 10px;
	font-size: 90%;
	list-style: url(parts/li2.gif) decimal; 
}

#sidemenu li {
	margin: 0 0 0.6em 0;
}

#sidemenu li li{
	margin: 0 0 0.4em 0;
}

#sidemenu .active {
	color: #f93;
}

#sidemenu .webclap {
	list-style: url("parts/icon_webclap.gif");
}

#sidemenu .nicolily {
	color: #f93;
	list-style: url("parts/icon_nicolily.gif");
}

#sidemenu .console, #sidemenu .default {
	list-style: url("parts/reload.gif"); 
}

#sidemenu a:link, #sidemenu a:visited {text-decoration: none;}
#sidemenu a:hover, #sidemenu a:active {text-decoration: underline;}

#sidemenu img {
	margin: 0.5em 0 0 0;
}

/* フッター */

#footer .valid {
	margin: 0 0.2em 0 0.2em;
	padding: 0 0 0 10px;
	background: url("parts/valid.gif") no-repeat 0;
}

/* トップページ */

#top {
	color: #666;
}

#top .description {
	border-color: #ccc;
	background: url("parts/icon_info_d.gif") no-repeat 10px;
}

#top .notation {
	border-color: #ccc;
	background: url("parts/icon_info.gif") no-repeat 5px;
}

#top .contents {
	margin: 0;
	padding: 1em 0 1em 0;
}

#top .contents img {
	margin: 10px 5px 10px 5px;
}

#top .contents ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#top .contents li {
	margin: 0 1em 0 1em;
	font-size: 95%;
	font-weight: bold;
	display: inline;
}

#top .contents a {
	text-decoration: none;
	white-space: nowrap;
}

#top .contents a:hover, #top .contents a:active {
	position: relative; top: 1px; left: 1px;
}

#top .whatsnewl {
	margin: 10px auto 20px 5px;
	padding: 5px 5px 5px 5px;
	border: double 3px #ccc;
	width: 190px;
	height: 188px;
	font-size: 75%;
	line-height: 110%;
	text-align: left;
	float: left;
	overflow: auto;
}

#top .whatsnewr {
	margin: 10px 5px 20px auto;
	padding: 5px 5px 5px 5px;
	border: double 3px #ccc;
	width: 329px;
	height: 188px;
	font-size: 75%;
	line-height: 110%;
	text-align: left;
	float: right;
	overflow: auto;
}

#top .whatsnewl ul, #top .whatsnewr ul {
	margin: 5px 0 0 0;
}

#top .whatsnewl li, #top .whatsnewr li {
	margin: 8px 0 0 0;
}

/* ゲームプレイ */

#play {
	color: #666;
}

#play .notation {
	border-color: #ccc;
	background: url("parts/icon_play.gif") no-repeat 5px;
}

#play .wwa {
	width: 560px;
	height: 440px;
	margin: 0 auto 0 auto;
}

#play .nothingjava {
	margin: 30% auto 0 auto;
	font-size: 80%;
	line-height: 180%;
	text-align: center;
}

#play table {
	width: 570px;
	text-align: center;
	font-size: 75%;
	border: solid 1px #ccc;
	border-collapse : collapse;
	margin: 10px auto 20px auto;
}

#play td {
	color: #666;
	border: solid 1px #ccc;
	border-collapse : collapse;
	padding: 5px 5px 5px 5px;
}

/* 操作の説明 */

#manual {
	color: #363;
}

#manual .description {
	border-color: #9f9;
	background: url("parts/icon_manual_d.gif") no-repeat 10px;
}

#manual .notation {
	border-color: #9f9;
	background: url("parts/icon_manual.gif") no-repeat 5px;
}

#manual h2 {
	border-color: #9f9;
	background: url("parts/icon_manual.gif") no-repeat 5px;
}

#manual h3 {
	border-color: #363;
}

#manual .screen {
	border: dashed 1px #cfc;
}

#manual table {
	width: 570px;
	text-align: center;
	font-size: 75%;
	border: solid 2px #9f9;
	border-collapse : collapse;
	margin: 10px auto 20px auto;
}

#manual .head {
	font-size: 110%;
	font-weight: bold;
	color: #fff;
	background: #9f9;
	text-align: left;
	padding: 5px 0 5px 10px;
}

#manual td {
	color: #363;
	border: solid 2px #9f9;
	border-collapse : collapse;
	padding: 5px 5px 5px 5px;
}

/* 旅のガイド */

#walkthrough {
	color: #630;
}

#walkthrough .description {
	border-color: #f93;
	background: url("parts/icon_walkthrough_d.gif") no-repeat 10px;
}

#walkthrough .notation {
	border-color: #f93;
	background: url("parts/icon_walkthrough.gif") no-repeat 5px;
}

#walkthrough h2 {
	border-color: #f93;
	background: url("parts/icon_walkthrough.gif") no-repeat 5px;
}

#walkthrough .screen {
	border: dashed 1px #f93;
}

#walkthrough .kwan {
	font-size: 115%;
	letter-spacing: 0.25em;
}

/* よくある質問 */

#faq {
	color: #069;
}

#faq .description {
	border-color: #0cf;
	background: url("parts/icon_faq_d.gif") no-repeat 10px;
}

#faq .notation {
	border-color: #0cf;
	background: url("parts/icon_faq.gif") no-repeat 5px;
}

#faq h2 {
	border-color: #0cf;
	background: url("parts/icon_faq.gif") no-repeat 5px;
}

/* リンク */

#links {
	color: #630;
}

#links .description {
	border-color: #f66;
	background: url("parts/icon_links_d.gif") no-repeat 10px;
}

#links h2 {
	border-color: #f66;
	background: url("parts/icon_links.gif") no-repeat 5px;
}

#links h3 {
	border-color: #630;
}

#links .compass {
	font-size: 80%;
	line-height: 180%;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0 20px 0 20px;
	white-space: nowrap;
}

#links .description .compass {
	font-size: 90%;
	line-height: 95%;
	padding: 0 10px 0 10px;
}

#links .compass .figr {
	margin: 0.5em 0 0 auto;
}

#links .description .compass .figr {
	margin: 0.9em 0 0 auto;
}

#links .notation {
	border-color: #f66;
	padding: 5px 10px 5px 10px;
}

#links .comment {
	margin: 0 0 20px 0;
	padding: 5px 10px 5px 10px;
	clear: both;
	font-size: 80%;
	line-height: 180%;
}

/* ニコリリ */

#nicolily {
	color: #363;
}

#nicolily .description {
	border-color: #cfc;
	padding: 2px 10px 2px 40px;
	background: url("parts/icon_nicolily_d.gif") no-repeat 10px;
}

#nicolily .notation {
	border-color: #cfc;
	padding: 5px 10px 5px 20px;
	background: url("parts/icon_nicolily.gif") no-repeat 5px;
}

#nicolily h2 {
	border-color: #cfc;
	background: url("parts/icon_nicolily_d.gif") no-repeat 5px;
}

/*メールフォーム全体を囲っているタグのid*/
#form_top {
	margin: 0 0 0 10px;
	padding: 0;
	text-align: left;
}

/*メールフォームのパーツや送信ボタンを囲っているタグのclass（タイトル、説明文以外）*/
#form_top .main {
	margin: 5px 0 0 -10px;
	padding: 0;
	font-size: 95%;
	color: #666;
}

#form_top .name_top {
	margin: 5px;
	padding: 0 0 0 25px;
	background: url("reprise/form_name.gif") no-repeat 0;
}

#form_top .mail_top {
	margin: 5px;
	padding: 0 0 0 25px;
	background: url("reprise/form_mail.gif") no-repeat 0;
}
#form_top .textarea_top {
	margin: 5px;
	padding: 0 0 0 25px;
	background: url("reprise/form_text.gif") no-repeat 0 8px;
}

/*パーツの表示名を囲っているタグのclass（[ 名前 ]等の部分）*/
#form_top .name_left, #form_top .mail_left, #form_top .textarea_left{
	display: none;
	margin: 0;
	padding: 0;
}

/*入力項目を囲っているタグのclass*/
#form_top .name_right, #form_top .mail_right, #form_top .textarea_right {
	display: inline;
	margin: 5px;
	padding: 0;
}

/*パーツの入力項目のclass（inputなどの部分）*/
#form_top .name_parts, #form_top .mail_parts {
	font-size: 95%;
	width: 200px;
}

/*『textarea』パーツの入力項目のclass（inputなどの部分）*/
#form_top .textarea_parts {
	font-size: 95%;
	width: 300px;
	height: 100px;
}

/*ボタンを囲っているタグのclass*/
#form_top .submit, #form_top .error_submit {
	margin: 10px 35px;
	padding: 0;
}

/*ボタンのclass*/
#form_top .error_submit_button, #form_top .result_submit_button, #form_top .submit_button {
	margin: 0;
	padding: 0;
}

/*メッセージを囲っているタグのclass*/
#form_top .result_submit, #form_top .result, #form_top .error {
	margin: 5px;
	padding: 0;
}
