/*================
全体
==================*/
* {
	margin:0; padding:0; 	/*全要素のマージン・パディングをリセット*/
	color:black;
} 
body {

	width:1200px; height:100%;
	background-color:white;	/*ページ全体の背景色*/
	margin-left: auto;
	margin-right: auto;
	text-align:center;		/*IE6以下でセンタリングするための対策*/
	-webkit-text-size-adjust: 100%;
}

/*================
ヘッダー
==================*/
h1 {
	height:100px;
	text-align:left;
	width:1200px;
	margin-left: auto;
	margin-right: auto;	
	background-color:white;
	background-repeat:no-repeat;
	background-image:url("/yui_fan/img/yui_banner.jpg");
	font-family:Arial, Helvetica, sans-serif;	/*フォントの種類*/
}

h1 a {
	text-decoration:none; 			/*リンクの下線を無くす*/
}

/*================
left
==================*/
div#left{
	font-size:15px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}

/*================
contents
==================*/
div#contents{
	font-size:15px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}

div#here{
	font-size:15px;
}

/*================
footer
==================*/
div#footer {
	clear:both;					/*回り込みを解除する*/
	font-size:10px;
	text-align:center;
	background-color:#ffccff;			/*フッタ部分の背景色*/
}
