@charset "utf-8";
@import "reset.css";

html {
	background-color: #F4F1E9;
	height: 100%;
}

body {
	color: #333;
}

/* リンク設定 */

a:link {
	color: #421406;
	text-decoration: none;
}

a:visited {
	color: #421406;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* #header */

/*#header {
	background: url(../img/header-bg.jpg) repeat-x left top;
	padding: 25px 0 3px;
}*/

#header {
	background: url(../img/header-bg.jpg) repeat-x left top;
	padding:40px 0 0;
}

#header p,
#header h2{
	width: 800px;
	margin: 0 auto;
	color: #5F4B38;
	font-size: 1.2em;
}

/* #visual */

#visual {
	background: url(../img/visual-bg.jpg) repeat-x left top;
}

#visual h2,
#visual p{
	width: 800px;
	margin: 0 auto;
}

/* #footer */

#footer {
	background: url(../img/footer-bg.jpg) repeat-x left top;
	padding-top: 51px;
}

#footer ul#ninsyo {
	background: url(../img/icon-18.jpg) no-repeat center top;
	width: 429px;
	margin: 0 auto 40px;
	padding-top: 10px;
	padding-bottom: 21px;
}

#footer ul#ninsyo li {
	float: left;
}

#footer ul#ninsyo li.last {
	float: right;
}

#footer p {
	margin-bottom: 25px;
	color: #221812;
	text-align: center;
	line-height: 1.2;
}

#footer ul#site-link {
	padding-bottom: 25px;
	text-align: center;
}

#footer ul#site-link li {
	display: inline;
}

#footer ul#site-link li a {
	border-right: 1px solid #421406;
	padding: 0 5px;
}

#footer ul#site-link li.last a {
	border: none;
}

#footer ul#site-link li a:link {
	color: #421406;
}

#footer address {
	text-align: center;
	color: #1F1610;
}


/*追加*/

div#link {
	padding:30px 0 0;
	background:#f3f0e9;
}

div.banner {
	text-align:center;
	width:500px;
	margin:0 auto;
}

div.banner ul {
	margin:0;
	padding:0;
}

div.banner ul li {
	margin:0;
	padding:0 0 10px;
	list-style:none;
}

div.banner ul li a {
	text-decoration:none;
}

div.banner ul li a:hover {
	text-decoration:underline;
}


div.banner ul li span {
	margin-left:50px;
}

/*--seo master--*/
/*div.sbox { width: 800px; }*/
/*div.sbox h1 { margin-left:10px; }*/
td div.summary { margin-left:10px; }


/* リード文 */
#footer div.lead{
	border:1px solid #221812;
	padding:10px;
	margin:0 auto 25px;
	width:777px;}

#footer h2,
#footer h3{
	margin:0 0 12px;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	_font-size:120%;}

#footer h3 strong.rzseo{
	font-weight:bold;}

#footer div.lead p{
	margin-bottom:12px;
	margin:0 auto 12px;
	text-align:left;
	font-size:12px;
	_font-size:120%;
	line-height:1.6;}
	
#footer div.lead p.lead-last{
	margin-bottom:0;
	margin:0;
}

/* SEO */
.sbox{
	position:absolute;
	width:100%;
	left:0;
	top:25px;}

.sbox table{
	width:800px;
	margin:0 auto;}

.sbox table h1{
	text-align:left;
	color:#5F4B38;
	font-weight:bold;
	font-size:10px}
	
.link{
	text-indent:-9999px;}
	
#otherside{
	text-align:center;
}
	#otherside li{
		margin-bottom:25px;
	}
