/* ☆☆☆☆☆一般☆☆☆☆☆ */

*	{
	margin: 0px ;
	padding: 0px ;
	font-style: normal ;   
	font-weight: normal ;
	font-size: 100% ;
	text-align: left ;
	border: 0 ;
	}


body	{
	background-color: #ffccff ;
	}



table	{
	border-collapse: collapse;
	border-spacing: 0 ;
	}

p,h2	{
	font-size: 80% ;
	}

em	{
	font-weight: bold ;
	line-height:1.5em;
	}
	


b	{
	font-weight: bold ;
	color: #ff0000 ;
}


/* ☆☆☆☆☆ボックス☆☆☆☆☆ */
	
/* コンテナ 820-760 */

div#container	{
	width: 820px ; height: 760px ;
	margin: 0 auto ;
	background-image: url(img/back.gif) ;
}

div#container2	{
	width: 820px ; height: 760px ;
	margin: 0 auto ;
	background-image: url(img/back.gif) ;
}



/* コンテンツ 800-730 */

div#contents	{
	width: 800px ; height: 730px ;
	position: relative; left: 10px ;
}

/* トップ 800-200 */

div#top	{
	width: 800px ; height: 200px ;
}



/* メイン 600-490 */

div#main	{
	width: 600px ; height: 490px ;
	float: left;
}

#main p,h2	{
	margin: 20px 10px ;
	color: #fff ;
}


/* テキスト 600-420 */


div#text	{
	position: relative ; top: 10px ;
	width: 600px ; height: 420px ;
	overflow: auto ;

}


/* サイド 200-490 */

div#side	{
	width: 200px ; height: 490px ;
	float: left;

}


/* ボタン 800-40 */

div#button	{
	width: 800px ; height: 40px ;
	clear: both ;

}


/* フッター 820-30 */

div#footer	{
	width: 820px ; height: 30px ;
	clear: both ;
}



