/*	全般	*/
body {
	/*	スクロールバー	*/
	background-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	crollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	/*	マージン	*/
	margin: 10px;
	/*	デフォルト文字サイズ	*/
	font-size: 90%;
	/*	デフォルト行間	*/
	line-height: 130%;
	/*	デフォルト字間	*/
	letter-spacing: 0.05em;
}

/*	right用		*/
body.right {
	/*	スクロールバー	*/
	background-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	crollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	/*	マージン	*/
	margin: 10px;
	/*	デフォルト文字サイズ	*/
	font-size: 90%;
	/*	デフォルト行間	*/
	line-height: 130%;
	/*	デフォルト字間	*/
	letter-spacing: 0.05em;
	/*	　背景　	*/
	background: #FFFFFF url('bg_141224.jpg') no-repeat center top fixed;
}


/*	リンク	*/
a:link {color: #003399;}
a:hover {background-color: #003399; color: #ffffff;}

/*	画像	*/
img {
max-width: 100%;
height: auto;
}

/*	下揃え	*/
.bottom {
position: absolute;
bottom: 0;
}

/*	ボーダー	*/
.border {border: solid 1px #000000;}
.none {border: none;}

/*	テーブル（汎用）	*/
td.padd {
padding: 10px;
}

/*	フォント（汎用）	*/
.bold {font-weight: 600;}
.caut {font-family: Verdana; font-size: 80%;}
.strike {text-decoration: line-through; color: #999999;}

/*	　罫線（汎用）　	*/
.dash {
border-width: 1px 0px 0px 0px;
border-style: dashed;
border-color: #000000;
height: 1px;
width: 500px;
text-align:left;
margin-left:0px;
}

/*	テーブル（キャラ）	*/
TABLE.chara {
width: 600px;
}

/*	フォント（キャラ）	*/
.nick_n {font-size: 80%;}
.full_n {font-size: 120%; font-weight: 600;}
.spell {font-family: Verdana; font-size: 90%; font-weight: 600;}
.source {font-size: 80%; color:#666666; letter-spacing: 0.1em;}
.talk {color: #663333;}

/*	　罫線（キャラ）	*/
.dash_c {
border-width: 1px 0px 0px 0px;
border-style: dashed;
border-color: #000000;
height: 1px;
width: 600px;
text-align:left;
margin-left:0px;
}


/*
.big {font-size: 120%;}
.veb {font-family: Verdana; font-weight: 600; font-size: 80%;}
.ve60 {font-family: Verdana; font-size: 80%;}
.ve60b {font-family: Verdana; font-weight: 600; font-size: 80%;}
.ve100 {font-family: Verdana;}
*/

