﻿@charset "utf-8";
/* ================================================
基本共通css
================================================ */

*{
	margin: 0;
	padding: 0;
	font-family: Meiryo,'メイリオ','Lucida Grande',Verdana,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.4;
	color: #000;
}

body {
	text-align:center;
	background-color: #F0F1F0;
	border-top:6px solid #875c29;
	border-bottom:3px solid #875c29;
}


/* 
h1, h2, h3, h4, h5, h6, p {
	font-weight: normal;
	font-style: normal;
}
 */

img{margin: 0;border: none; }

.clear {
	clear: both; text-align: center
}

.center{text-align:center;}
.left{text-align:left;}
.line{border:1px solid #fff;}
#article #top_apace {
	height: 54px;
	background-image: url(../img/bg_top.gif);
	background-repeat: no-repeat;
	font-size: 95%;
}

#article h2 {
	margin-left: 58px;
	padding-top: 20px;
}



#left_sec li{ list-style:none; }

