﻿@charset "utf-8";
@import url("base.css");

/* キャラ別枠部分 */
.charaspace {
	border: medium solid #FF9999;
	margin-top: 1ex;
	padding-top: 1ex;
	padding-bottom: 1ex;
	padding-right: 0.5ex;
	padding-left: 0.5ex;
}
/* キャラクター画像 */
.charaimg {
	text-align: center;
	overflow: auto;
}

.sample {
	text-align: center;
}

.sample table {
	margin-right: auto;
	margin-left: auto;
}
/* キャラクタ名(非表示) */
h4 {
	display: none;
}
/* 右側サブデータウィンド */
.status {
	font-size: small;
	float: right;
	padding: 0.5ex 1ex 1em;
	border-top: 1ex solid #CCCCFF;
	border-right: 2px dotted #CCCCFF;
	border-bottom: 2px dotted #CCCCFF;
	border-left: 2px dotted #CCCCFF;
	margin-right: 3%;
	line-height: 2.5ex;
	font-family: "Arial", "Helvetica", "sans-serif";
	width: 30%;
}
/* 右側サブデータウィンド内項目 */
.status li {
	list-style-type: none;
}
/* 下部主要説明部 */
.setsumei {
	margin-right: 1em;
	margin-left: 5%;
	padding-left: 0.5ex;
	border-top: 1px #FFCCCC;
	border-right: 1px #FFCCCC;
	border-bottom: 1px dotted #FFCCCC;
	border-left: 1px dotted #FFCCCC;
	margin-top: 1ex;
	padding-bottom: 1em;
	padding-top: 0.5ex;
}
/* 下部主要説明部の最初の1文字 */
.setsumei:first-letter {
	font-weight: bold;
	font-size: x-large;
	color: #FF3366;
}
