@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: #6A3906;
	margin-left: 50px;
	margin-right: 50px;
}

#name {
	font-size: 17px;
	color: #6A3906;
}

.profile {
	padding-top: 30px;
	}

/* ------------------ボタン------------------ */
A:link { 
	color: #FF63E3 
}   /* リンク */

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

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

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