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

/*　トップページ専用　*/

/*　上　*/
	
#main{
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align:left;
	}
	
	#main #title01{
background: url(image/title_01.jpg) no-repeat left top;
	width: 653px;
	height:666px;
	margin: 0;
	padding: 0;
	float:left;
	}
	
	#main #title02{
background: url(image/title_02.jpg) no-repeat left top;
	width: 247px;
	height:447px;
	margin: 0;
	padding: 0;
	float:left;
	}
	
	
	
	
	#main #hello{
	clear:both;
	background: url(image/hello.jpg) no-repeat right top;
	width: 900px;
	height:75px;
	}
	
	
