@charset "utf-8";
/******* ボディー *******/

html {

overflow-y: auto;
overflow-x: hidden;
}

html, body {
    scrollbar-base-color: #2C2117;
    scrollbar-track-color: #000000;
    scrollbar-highlight-color: #423122;
    scrollbar-3dlight-color: #523D29;
    scrollbar-arrow-color: #FFFFFF;
}



body {
	font-size:12px;
	color:#4f2912;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	background:url(../common/img/bg_box1_mid.gif) repeat-y center top;
	font-family: 'verdana','Osaka','ＭＳ　Ｐゴシック','sans-serif';
}




/************************************************
*clear
*IE以外：親要素で回りこみを自動解除
************************************************/

div:after {
content:".";
display: block;
height:0px;
clear:both;
visibility:hidden;
}

p{
line-height:120%;
}

.wrap_news{
margin:0 auto;
text-align:center;
}

table{
width:390px;
border:none;
font-size:10px;
margin:5px auto;
color:#333333;
}
table caption{
color:#ffd7bf;
font-size:16px;
font-family:"Book Antiqua";
}
table th{
color:#334455;
width:70px;
vertical-align:top;
text-align:left;
padding:3px 2px 5px 24px;
background:url(../common/img/icon_flower3.gif) no-repeat top left;
}

table td{
vertical-align:top;
padding:3px 2px 5px 5px;
text-align:left;
}

table td.note{
border:none;
text-align:right;
}


