﻿@charset "UTF-8";
/* レイアウト スタイルシート */

/*-------
 #header
-------*/
#header{
	height:auto;
	min-height:53px;
	_height:53px;
	padding:10px 0 10px;
	background:#FFF;
	border-top:3px solid #ded8c0;
	border-bottom:1px solid #cccccc;
}

.header-body{
	width:800px;
	margin:0 auto;
	letter-spacing:-.40em;
}


/*-------
#contents
-------*/

#contents{
padding-bottom:50px;
/* border-top:1px solid #dcdace; */

}

.contents-body{
	width:800px;
	margin:0 auto;
}

.contents-block{
	background-color:#FFF;
	padding:15px;
}

.input-contents{
	width:550px;
	margin:0 auto;
}

/*-------
#footer
-------*/

#footer{
	background:#FFF;
}

.footer-body{
	width:800px;
	margin:0 auto;
	padding-top:30px;
}


.footer-contents{
	padding:15px 0;
	letter-spacing:-.40em;
/*	background:url(/images/common/bg_dot_01.gif) left top no-repeat;	*/
	background:url(../../images/common/bg_dot_01.gif) left top no-repeat;
}

.footer-links{
	width:719px;
	display:inline-block;
	vertical-align:middle;
	*display:inline;
	*zoom:1;
}

.footer-links li{
	padding:0 5px 0 6px;
	display:inline;
	letter-spacing:normal;
	/*border-right:1px solid #000;*/
}
/*
.footer-links li.first-child{
	border-left:1px solid #000;
}
*/
.footer-links li.last-child{
	border-right:1px solid #000;

}

.footer-logo{
	width:80px;
	display:inline-block;
	vertical-align:middle;
	text-align:right;
	*display:inline;
	*zoom:1;
}

#footer address{
	padding:5px 0 5px;
	border-top:7px solid #e1dcc7;
	background:#2d2319;
}

#footer address p{
	width:800px;
	margin:0 auto;
	color:#FFF;
	font-size:77%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}