
/* body */
body {
	cursor : default;
	letter-spacing : 3px;
	line-height : 170%;
	font-size : 12px;
	color : black;
	font-family : 'ＭＳ ゴシック';
	margin-right:0px;
	overflow:hidden;

	scrollbar-face-color:white;
	scrollbar-track-color:white;
	scrollbar-arrow-color:gray;
	scrollbar-highlight-color:white;
	scrollbar-shadow-color:white;
	scrollbar-3dlight-color:white;
	scrollbar-darkshadow-color:white;
}

/* table */
table {
	cursor : default;
	letter-spacing : 3px;
	line-height : 170%;
	font-size : 12px;
	font-family : 'ＭＳ ゴシック';
}


/* class */
.waku {
	border: 1px gray solid;
	border-collapse: separate;
}

.chara {
	width : 372;
	font-size : 10px;
}

.chara td { 
	border : 1px solid gray; 
}

.chara_img {
	width: 32;
}

.item_img {
	width: 16;
}

.sub_menu {
	font-size: 10px;
}

.zip {
	width : 280;
	font-size : 10px;
}

/* link */
a{
	cursor : default;
	text-decoration : none;
	color : black;
}

a:hover {
	color : gray;
	text-decoration : none;
}

/* br */
br {
	letter-spacing:normal;
}

/* hr */
hr {
	color : gray;
	border-style : dashed;
	margin-right : 15px;
}

/* h */
h1 {
	padding : 5px 5px 5px 0px;
	font-size : 14px;
}

h2 {
	clear : left;
	padding : 5px 0px 0px 0px;
	font-size : 13px;
}

h3 {
	margin : 15px 0;
	text-align : right;
}

h4 {
	margin : 15px 0;
	text-align : left;
}

/* id */
#scroll {
	height : 450px;
	overflow : auto;
}

#small{
	font-size:10px;
}

#agreement {
	padding : 0px 0px 0px 5px;
	border : 1px dashed gray;
	margin-right : 15px;
}

#update {
	height : 120px;
	overflow : auto;
}

/* アイコン展示 */

/* キャラ */
#icon_chara li {
	display : block;
	float : left;
	width : 126px;
	height : 38px;
	font-size : 0.8em;
	line-height : 1.2em;
	list-style-type : none;
	margin : 0px 2px 3px 2px;
}

#icon_chara img {
	float : left;
	margin : 0px;
	border : 0px;
}

/* アイテム */
#icon_item li {
	display : block;
	float : left;
	width : 135px;
	height : 28px;
	font-size : 0.8em;
	line-height : 1.5em;
	list-style-type : none;
	margin: 0px 0px;
}

#icon_item img {
	float : left;
	margin : 0px;
	border : 0px;
}
