@charset "UTF-8";

/*=============================================
全体構造
=============================================*/
*{
	padding:0;
	margin:0 auto;
	font-size:12px;
	line-height:1.3em;
	color:#300;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

a{
	text-decoration:underline;
	}

a:hover {
	text-decoration:none;	
	color:#630;
}

br.clear{
	clear:both;
}

hr{
	color:#993;
}

b{
	color:#F06;
	font-size:16px;
}

body{
	margin:0 auto;
	background-color:#FFF;
}

#container{
	margin:0 auto;
	width:960px;
}

#header{
	width:960px;
	height:100px;
	display:block;
	background:url(../img/header_in.jpg) no-repeat;	
}

p#pan{
	margin:15px 0 0 35px;
}

p#month{
	margin-top:30px;
	width:900px;
	color:#FFF;
	background:#F06;
}

#img6{
	margin:0 auto;
	margin-top:20px;
	width:900px;
	background:url(../img/nonnon/img.jpg) no-repeat;
}

#img7{
	margin:0 auto;
	margin-top:20px;
	width:900px;
	background:url(../img/nonnon/img.jpg) no-repeat;
}

#img8{
	margin:0 auto;
	margin-top:20px;
	width:900px;
	background:url(../img/nonnon/img.jpg) no-repeat;
}

p#link{
	padding:60px 0 0 500px;
}
















