@charset "utf-8";

body {
	background:url(../../images/common/bg.jpg) repeat-x #f0ede7;
	color:#220e10;
	font-size:0.7em;
	line-height:1.6em;
	font-family:"メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "sans-serif";
}

* {
	margin:0;
	padding:0;
	font-style:nomal;
}

hr {
	display:none;
}


a {
	color:#220e10;
	text-decoration:none;
/*	overflow:hidden;*/
}


a:hover {
	color:#220e10;
	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 {
	width:720px;
	margin:0 auto;
	background:#fff;
	padding-bottom:20px;
}

h1 {
	background:url(../../images/common/icon.png) no-repeat;
	font-size:small;
	color:#745F07;
	font-weight:normal;
	margin-left:10px;
	padding-left:20px;
}

#tel {
	text-align:right;
	padding-right:10px;
}

#tel span {
	font-size:medium;
	padding-left:10px;
}

h2 {
	font-size:1.4em;
	color:#745F07;
	font-weight:normal;
	text-align:center;
	margin-top:20px;
}


#limited_button {
	width:80px;
	margin:10px 10px 0 auto;
}

#limited_button button {
	width:80px;
	height:25px;
	color:#9f5215;
}





h3 {
	font-size:1.2em;
	font-weight:normal;
	color:#9f5215;
	margin-bottom:5px;
}


#list {
	width:700px;
	margin:0 auto;
}



#list table {
	border:2px solid #400000;
	width:700px;
	border-collapse:collapse;
	margin-bottom:20px;
}

#list table tr td {
	border:1px solid #400000;
	padding:3px 0 3px 5px;
	height:20px;
}

.bg_color0 {
	background:#DDD0B0;
	font-size:1.1em;
}

.bg_color1 {
	background:#FBF4FA;
}

.bg_color2 {
	background:#F0F4FB;
}

.bg_color3 {
	background:#EFF8F1;
}

.bg_color4 {
	background:#F7F7E6;
}

#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-right:15px;
	margin-top:30px;
	margin-bottom:10px;
	font-style:normal;
}

address span {
	font-size:x-small;
	padding-left:20px;
}























