@charset "UTF-8";
/* CSS Document */

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

#wrapper {
	width: 500px;
	height: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

/* ----------ヘッダ／ヨドガワ／プロフィール---------- */
.profile {
	text-align: center;
	line-height: 190%;
	margin-top: 30px;
	}

.img {
	margin-top: 30px;
	} 


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

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

A:active {
	color: #0073FD
} /* クリック時のリンク */

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

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

img {
	 border-style:none;
}
