charset "UTF-8";

/* reset */
html, body, div, h1, h2, h3, h4, h5, h6,p, blockquote, pre, 
address,ul, ol, li, dl, dt, dd,table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	font-family:
    "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro",
    "Hiragino Kaku Gothic Pro W3",
    "メイリオ",
    Meiryo,
    Osaka,
    "ＭＳ Ｐゴシック",
    "MS P Gothic",
    sans-serif;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul li, ol li {
  list-style-type: none; /* マーカーを消す */
}
a {
  text-decoration: none; /* 下線を消す */
}
img {
  border: 0;
}
img, input {
  vertical-align: middle;
}
/* resetここまで */

body {
	background-image:url(../img/bg01jpg.jpg);
	background-repeat:repeat-x;
}

h1 {
}

h2 {
	font-size:24px;
	margin: 20px 0 10px 0;
	padding:0 0 5px 25px;
	line-height:0.9;
	color:#4D2818;
	background-image:url(../img/h4.gif);
	background-repeat:no-repeat;
}
h3 {
}

p {
	font-size: 14px;
	line-height: 1.6;
}
/* ------------------ */
#container {
	width:1000px;
	margin: 0 auto;
	background-color: #ffffff;
}
p.read {
	font-size:16px;
	margin: 20px 0 10px 0;
	line-height: 1.6;
	font-weight:bold;
}
#content {
	margin: 0 20px 0 20px;
}
.wrappbox {
	width :960px;
	margin: 0 0 20px 0;
	}
.lbox {
	float:left;
	width:530px;}
.rbox {
	float:right;
	width:400px;}
.wrappbox p {
	font-size: 14px;
	line-height:1.6;
	margin: 0 0 10px 0;
}
.clearbox {
	clear:both;}
.box-01 {
	margin:0 0 20px 0;}
.link {
	margin: 20px 0 0 0;
	padding: 15px 0 15px 15px;
	background-color:#F4EAF2;
}
.link h4 {
	font-size:18px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
p.cap {
	font-size:18px;
}
#footer {
}
#footer p{
	font-size:14px;
	text-align:center;
}
address {
	font-style:normal;
	font-size:13px;
	margin:0 0 20px 0;
	text-align:center;
}
