@charset "UTF-8";
#side_logo {
	float: left;
	width: 55px;
	padding-right: 3px;
}

/********** reset.css **********/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
	margin: 0;
	padding: 0;
}
html{
    overflow-y: scroll;
	overflow:-moz-scrollbars-vertical;
	overflow-x:scroll;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,abbr,acronym,fieldset {
	border: 0;
}

/********** layoyt.css **********/

body {
	font-family:'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #3C1B12;
	background-color: #201b15;
}
#wrapper {
	margin: 0 auto;
	width: 676px;
}
#container {
	width: 560px;
	margin-right: 58px;
	float: left;
}

#mainarea {
	width: 560px;
	background-color: #F9FAEE;
}

.clearfix {
	orveflow: hieeen;
}

img {
	display: block;
}
.clear {
	clear:both;
}
a {
	color: #666666;
}
a:visited {
    color:#666666;
}
a:hover {
	color: #c13300;
}

/********** header.css **********/

#header {
	width: 540px;
	padding-left: 20px;
	margin-bottom: 2px;
	background-color: #F9FAEE;
	padding-top: 20px;
	padding-bottom: 13px;
}

#contact {
	margin-bottom: 10px;
	display: block;
	float: right;
}
#h_navi_left {
	float: left;
}
#h_navi_right {
	float: right;
}
#h_navi_left li {
	float: left;
	padding-right: 15px;
	padding-bottom: 4px;
}
#h_navi_right li {
	float: left;
	margin: 3px 0 0 15px;
}


/********** footer.css **********/

#footer {
	height: 20px;
	width: 560px;
	clear: both;
	color: #fff;
	text-align: center;
	background-image: url(../m_img/m_common/footer_bg_map.jpg);
}
#copy {
	height: 17px;
	padding-top: 3px;
	background-position: bottom;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
span {
	font-weight: bold;
}
p {
	padding-left: 20px;
}
h4 {
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#bottom_p {
	padding-bottom: 20px;
}
#close {
	text-align: center;
	padding-bottom: 20px;
}
#close img {
	display: inline;
}

