/*　基本構造　*/

body {
	background: url(../images/head_bg.jpg) no-repeat center top;
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	color: #000000;
}

#wrapper{
	width: 800px;
	margin: 0 auto;
	padding: 0;
	}
	
/*　タイトル　*/

h1{
	margin: 0 auto;
	padding: 12px 0 0 0;
	}
	
h2{
	margin: 0 auto;
	padding: 13px 0 0 0;
	}
	
h4{
	color: #7e8e97;
	font-size: 24px;
	font-weight: bold;
	margin: 10px auto 3px auto;
	}
	
/*　ヨドガワ */

p#yodogawa{
	margin: 0 auto;
	padding: 200px 0 0 0;
	}
	
/*　かこみ　*/

div#kakomi{
	margin: 30px 0 0 53px;
	padding: 0;
	}
	
/*　プロフィール　*/

div#profile{
	width: 582px;
	height: 781px;
	margin: 0 auto;
	text-align: right;
	background: url(../images/profile_bg.jpg) no-repeat center top;
	}
	
div#profile table{
	margin: 70px 45px 0 0;
	_margin: 70px 0 150px 0;
	}
	
/*　フラッシュ */

div#canvas{
	margin: 0 auto 20px auto;
	}
	
/*　フォント */

.text12px{
	font-size: 12px;
	}
	
.text16px{
	font-size: 16px;
	}
	
.red12px{
	color: #CC3333;
	font-size: 12px;
	}
	
/*　リンク　*/

a:link{
	color: #4998f1;
	text-decoration: none;
	}
	
a:visited{
	color: #999999;
	text-decoration: none;
	}
	
a:hover{
	color: #fda701;
	text-decoration: none;
	}

/*　フッタ　*/

div#foot{
	width: 100%;
	text-align: center;
	background: url(../images/foot_bg.jpg) repeat-x center top;
	}
	
div#foot_wrapper{
	width: 800px;
	margin: 0 auto;
	padding: 20px 0;
	}
	
div#foot ul{
	list-style-type: none;
	float: left;
	}
	
div#foot li{
	display: inline;
	}
	
#copyright{
	font-size: 10px;
	color: #a19d9d;
	float: right;
	margin: 20px 0 0 0;
	}