* {
	margin: 0;
	padding: 0;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

body {
	font-size: 10pt;
	color: #666666;
	background-color: #FFFAF0;
}

#wrap {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
}

.caption {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}

h1, h2 {
	font-family: "メイリオ", Meiryo, "MS UI Gothic", sans-serif;
	font-size: 14px;
	color: #330000;
}

h3, h4, h5 {
	font-family: "メイリオ", Meiryo, "MS UI Gothic", sans-serif;
	font-size: 12px;
	color: #996666;
}

a {
	font-size: 10pt;
	color: #FF6699;
}

.menu {
	font-size: 10pt;
	line-height: 150%;
	padding-left: 6px;
}

.news {
	font-size: 10pt;
	line-height: 150%;
	color: #333333;
	padding-right: 10px;
	padding-left: 10px;
}

.bgNorepeat {
	background-repeat: no-repeat;
}
#footTxt{
	background:#fff;
	padding:22px;
}
#footTxt p{
	margin:5px 0;
	font-size:10px;
	line-height:1.5em;
}


