@charset "utf-8";
@import url("reset.css");
body,div,h1,h2,h3,h4,h5,h6,p,span,a,th,td,dt,dd,li,address{
	color: #31331b;
	font-family: Meiryo,'メイリオ','Lucida Grande',Verdana,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
}

/* --------------------------------------------------
	
-------------------------------------------------- */
body{
	padding: 15px;
}

h1{
	height: 26px;
	margin-bottom: 10px;
	padding: 6px 10px 0;
	background: url(http://popopeku.jp/img/back-title.gif) repeat-x;
	font-size: 0.9em;
	font-weight: bold;
}

p{
	margin-bottom: 10px;
	padding: 0 6px;
	font-size: 0.8em;
}

p.it{
	margin-bottom: 5px;
	font-weight: bold;
}

h2{
	margin-bottom: 10px;
	padding: 0 6px;
	background: url(../img/back-title2.gif) left bottom repeat-x;
	font-size: 0.8em;
	font-weight: bold;
}

table{
	margin-bottom: 2px;
}

table th,table td{
	font-size: 0.8em;
}

table th{
	padding: 2px 10px 2px 6px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

table td{
	padding: 2px 0;
}