@font-face {
	font-family: 'font1';
	src: url('fonts/Chunk.eot');
	src: local('hide from IE'), url('fonts/Chunk.woff') format('woff'), url('fonts/Chunk.ttf') format('truetype');
	/* 
	 * Chunk licensed under the SIL Open Font License
	 * http://www.theleagueofmoveabletype.com/fonts/4-chunk
	 */
}

@font-face {
	font-family: 'font2';
	src: url('fonts/MTLmr3m.eot');
	src: url('fonts/MTLmr3m.woff') format('woff'), url('fonts/MTLmr3m.ttf') format('truetype');
	/* 
	 * MTLmr3m licensed under the Apache License
	 * https://android.git.kernel.org/?p=platform/frameworks/base.git;a=commit;h=4234d40eae54ad9126fbc4b61cbbe8dc78d282bc
	 */
}

/*  part2  */
section{
	display:block;
}

section.section-main{
    /* part 2 */
	border:3px solid #006600;
	-webkit-border-radius:20px;
	   -moz-border-radius:20px;
	        border-radius:20px;
	/* part 3 */
	background:#669900 url(../images/bg_01_mdl.png) repeat-x /*old browser*/ /*old browser*/ /*old browser*/ /*old browser*/;
	-pie-background:url(../images/bg_01_tl.png) no-repeat,
url(../images/bg_01_tr.png) no-repeat 100% 0,
url(../images/bg_01_top.png) repeat-x,

url(../images/bg_01_btm.png) repeat-x 0 100%,
	           #669900 url(../images/bg_01_mdl.png) repeat-x;
	background:url(../images/bg_01_tl.png) no-repeat,
url(../images/bg_01_tr.png) no-repeat 100% 0,
url(../images/bg_01_top.png) repeat-x,

url(../images/bg_01_btm.png) repeat-x 0 100%,
	           #669900 url(../images/bg_01_mdl.png) repeat-x;
	padding:40px 80px 150px;
	behavior: url(../PIE.htc);
}

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:1.5;
}

hgroup{
	display:block;
	text-align:center;
	margin:0 0 1.6em;
	line-height:1.2;
}
hgroup h1{
	font-family:font1;
	font-size:250%;
	font-weight:normal;
	text-shadow:2px 2px 4px #030;
	text-shadow:1px 1px 2px #9c9, 2px 3px 2px #030;
	/*複数のtext-shadowを適用することで、より立体的な表現が可能*/
	margin:0;
}
hgroup h2{
	font-size:150%;
	font-weight:normal;
	text-shadow:1px 2px 1px #696;
	/*小見出し程度のテキストでも、ごくわずかにtext-shadowを適用することで、ぐっと引き立つ*/
	margin:0;
	font-family:'font2';
}
h3{
	font-size:114%;
	margin:1em 0 .2em;
}
p {
	margin:0 0 0.6em;
}
.section-sub p {
	margin: 0px 0px 1.5em;
}

footer p {
	color: #CCC;
	text-align: center;
}
