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

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

#wrapper {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	width: 500px;
	height: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

/* ----------ヘッダ／ヨドガワ／プロフィール---------- */


#header {
	width: 400px;
	height: 850px;
	text-align: center;
	color: #000000;
	margin-left: 50px;
	margin-right: 50px;
}

#name {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin-top: 15px;
	height: 45px;
	margin-bottom: 15px;
}

.profile {
	padding-top: 30px;
	text-align: center;
	line-height: 210%;
	}
	
#credit {
	margin-top: 15px;
	font-size: x-small;
	}	

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

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

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

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