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

/* --------------------------------

	*  general Style (頻繁に使う要素) {


		* last update 10.05/12
		* author : nakaya;
	
	}
	
	
--------------------------------
		 Contents

		1. top

		2. 

		3. Div Style

-----------------------------------*/

#aaa {
	color:#333 ;
	font-size:16px;
	font-weight: bold;
	text-align:center;
	margin-top: 50px;
	height: 300px;
}

