@charset "utf-8";


body {
	background:url(../../images/common/bg.jpg) repeat-x #f0ede7;
	color:#220e10;
	font-size:small;
	line-height:1.6em;
	font-family:"メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "sans-serif";
}

/*reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

hr {
	display:none;
}


a {
	color:#926e66;
	text-decoration:none;
	overflow:hidden;
}


a:hover {
	color:#926e66;
	text-decoration:underline;
}

ul {
	list-style:none;
}


/*clear*/	
.clearfix:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#wrapper {
	background:#fff;
	width:770px;
	margin:0 auto;
}

td.text { text-align:center;}

#close p a {
	background:url(../../images/new/new_close.gif) no-repeat;
	display:block;
	width:72px;
	height:27px;
	text-indent:-9999px;
	margin-top:10px;
}

address {
	text-align:right;
	padding:10px 15px 10px 0;
	font-style:normal;
}

address span {
	font-size:x-small;
	padding-left:20px;
}






















