@charset "utf-8";

*{
	margin:0;
	padding:0;
}

body {
	text-align:center;/* box centering */
	font-family:'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック',sans-serif;
	font-size:82%;
	margin: 0px;
	padding: 0px;
	background:url(img/bg3.jpg) repeat-y center top #e4af7c;
	color:#58352e;
}
div#container {
	width:900px;
	margin:0 auto;padding:0 0 64px 0;
}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	padding: 0;/* margin&padding reset */
	line-height: 1.4;/* base line height */
	text-align: left;
	display: block;
	margin: 0px;
}
table {margin : 0;empty-cells: show;}
hr,.areaAnchor,.anchor { display : none; }
img {
	border: none;/* img do not want a border */
	vertical-align: bottom;
}
ul li { list-style: none; }/* link do not want a dot */
ol li{margin:0 0 0.5em 0;}
/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr{cursor:help;}

/*
===== 3: form setting ===========================
*/
select{ padding-right:10px; }
*+html select{padding-right:0;}/* for IE7&Opera */
* html select{padding-right:0;}/* for IE6 */　　

/*
===== 3: link setting ===========================
*/
a:link{
	text-decoration:underline;
}
a:visited{
}
a:hover{
	text-decoration:none;
}
a:active{
}


.waku{border-collapse:collapse;}
.waku td{border:1px solid #58352e;padding:3px;}
.waku th{border:1px solid #58352e;padding:3px;background:#58352e;color:#fff;}
.post{ margin:0 1px;vertical-align:middle;}
