﻿@charset "utf-8";
html,body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	letter-spacing: 0.2em;
}
header {
	background: url(./../img/head_bg.jpg) repeat-x;
	width: 100%;
	height: 40px;
}
header h1{
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: auto;
	color: #FFFFFF;
	background: none repeat scroll 0 0 transparent;
	font-size: 26px;
	font-weight: normal;
	padding-top: 2px;
	padding-left: 10px;
	line-height: 38px
}
header img{
	width:33px;
	height:33px;
	float: left;
}
#container {
	width: auto;
/*	min-height: 100%;*/
	width: 100%;
	background-image: url(./../img/back_leaf.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	position: relative;
}
footer {
	width: 100%;
	height: 26px;
	position: absolute;
	bottom: 0px;
	background-color: #c78198;
}
footer p {
	position: absolute;
	color: #FFF;

	height: 21px;
	margin-top: 0px;
	width: 100%;
	text-align: center;
}
div.para {
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1.3em;
	padding: 20px;
}
#sub_content .list{
	padding-left:10px;
}
h4{
	padding-left:10px;
}
