@charset "UTF-8";

/* style.css */
/*
	1.Block
*/

/* --------------------------------------------------
1.Block
-------------------------------------------------- */

div#main {
	padding-bottom: 120px;	
}

div#main h1 {
	padding-bottom: 25px;
}

div#main p {
	font-size: 115%;
	padding: 0 20px 30px;
	text-align: center;
	font-weight: bold;
}

div#main p.pankuzu {
	text-align: left;
	font-weight: normal;
}


/* EOF */