@charset "Shift_JIS";

body {
	/* 文字要素 */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.75em;
	letter-spacing: 0.075em;
	background-repeat: repeat;
	-webkit-text-size-adjust: 100%;
	background-color: #FFFCDA;
}

#wrapper {
	background-color: #FFFFFF;
	background-repeat: repeat;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
	text-align: left;
	clear: both;
	border-right-color: #000000;
	border-left-color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	line-height: 220%;
	font-size: 13px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 5px solid #000000;
	border-bottom: 10px solid #000000;
}
#table {
	padding-left: 15px;
	padding-right: 15px;
	line-height: 170%;
	border-bottom-width: medium;
	width: auto;
	}

#illust {
	width: 140px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

#name {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 120%;
}
	
#name_small {
	font-size: 13px;
}


/* ------------------リンク色変更------------------ */
A:link {
	color: #FFA500;
	text-decoration: none     /* 下線を消す */
}   /* リンク */

A:visited {                 /* 既に見たリンク */
	color: #878787;
	text-decoration: none     /* 下線を消す */
}

A:active {
	color: #B3B400;
} /* クリック時のリンク */

A:hover {                   /* カーソルが上にある時のリンク */
	color: #B3B400;
	text-decoration: none     /* 下線を消す */;
	float: none;
}


/* ------------------IEで枠線消す------------------ */
