BODY{
	scrollbar-face-color: #CC99FF;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: #CC99FF;
	scrollbar-darkshadow-color: #CC99FF;
	scrollbar-track-color: ##0000FF;
	scrollbar-arrow-color: rgb(255,255,255);
	font-size: 13px;
}

a{
	text-decoration: none;
}

A:hover{
	text-decoration: underline;
	color: red;
}

em{
	font-style: normal;
}

em.red{
	color: red;
}
em.blue{
	color: blue;
}
em.green{
	color: green;
}

/* 見出し処理----------------------------------------- */
div.chapter{ 
	background-color: #ccffff;
	width: 700px;
	font-size: 1.2em;
}

/* 全てのテーブルに適用-------------------------------- */
table{
	font-size: 13px;
	border-style: none;
	text-align: center;
}

.left{ /* 水平位置：左 */
	text-align: left;
}

.right{ /* 水平位置：右 */
	text-align: right;
}

.top{ /* 垂直位置：上 */
	vertical-align: top;
}

.per20{ /* 幅：20% */
	width: 20%;
}

.per7{ /* 幅：7% */
	width: 7%;
}

/* mob用テーブル--------------------------------------- */
table.mob{
	background-color: #000000;
	width: 700px;
}

table.mob td{ /* セルの色：デフォルト白 */
	background-color: #FFFFFF;
}

.mob .skyblue{ /* セルの色：水色 */
	background-color: skyblue;
}

.mob .lightgreen{ /* セルの色：薄緑 */
	background-color: lightgreen;
}

.mob .lightegg{ /* セルの色：薄黄 */
	background-color: #fffed0;
}

.mob .pink{ /* セルの色：ピンク */
	background-color: pink;
}

/* skill用テーブル--------------------------------------- */
table.skill{
	width: 550px;
	border: 1px outset #CCCCCC;
}

table.skill td{
	border: 1px inset #CCCCCC;
}

.skill .pct{ /* [スキル画像] */
	width: 7%;
}

.skill .name{ /* [スキル名] */
	font-weight: bold;
	background-color: #ccffcc;
}

.skill .active{ /* [アクティブ] */
	width: 20%;
	font-weight: bold;
	background-color: #ccffff;
}

.skill .passive{ /* [パッシブ] */
	width: 20%;
	font-weight: bold;
	background-color: #ffffcc;
}

.skill .content{ /* [内容] */
	background-color: #ffeedd;
	text-align: left;
}

table.level{
	width: 500px;
	background-color: #CCCCCC;
}

table.level td{
	border-width: 0;
}

.level .header{
	background-color: #E9E9E9;
}

.level .content{
	background-color: #FFFFFF;
	text-align: center;
}
