/* ▼ 全体設定 ▼ */ 
body {
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	margin: 0px;
	font-size: 80%;
	background-image: url(image/header_bg15.jpg);
	background-repeat: repeat-x;
}

/* ▼ container ▼ */ 
#container {
	padding: 0px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border: 0px none #999;
	background-color: #FFF;
	position: relative;
}

#container h1 {
	position: absolute;
	top: 205px;
	left: 14px;
}

#header p {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#header h1 {
	position: absolute;
	top: 132px;
	left: 348px;
	font-size: 18px;
}

#contents {
	float: left;
	width: 680px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

#contents h2 {
	font-size: 150%;
}

#contents h3 {
	font-size: 130%;
	font-weight: bold;
	background-image: url(image/h3title.jpg) ;
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 35px;
	line-height: 35px;
	margin-top: 30px;
}

#contents p {
	font-size: 120%;
	padding-right: 20px;
	line-height: 1.8;
}

.waku-left {
	margin: 0px;
	float: left;
	width: 200px;
	padding: 10px 10px 0px 10px;
	background-color: #f4f9fb;
	border: 1px solid #9999FF;
	border-right-width: 0px;
}

.waku-center {
	margin: 0px;
	float: left;
	width: 200px;
	padding: 10px 10px 0px 10px;
	background-color: #f4f9fb;
	border: 1px solid #9999FF;
}

.waku-right {
	margin: 0px;
	float: left;
	width: 200px;
	padding: 10px 10px 0px 10px;
	background-color: #f4f9fb;
	bordestyle: solid;
	border: 1px solid #9999FF;
	border-left-width: 0px;
}

.clear {
	clear: both;
}

ol.list {
	margin: 0px 0px 10px 0px;
}

ol.list li {
	padding: 0 0 7px 0;
	line-height: 1.2;
}

/* ▼ テキスト ▼ */ 
.bold {
	font-weight: bold;
}

.txtr {
	text-align: right;
	}

.txt_18 {
	font-size: 18px;
	font-weight: bold;
}

.txt_24 {
	font-size: 24px;
	font-weight: bold;
}

.txt_12 {
	font-size: 12px;
}


/* ▼ イメージボックス ▼ */ 
.imagebox_left{
	float: left;
	padding: 0 30px 30px 0;
}

.imagebox_left span{
	display: block;
	font-size: small;
	text-align: left;
	margin-top: 5px;
}

.imagebox_right{
	float: right;
	padding: 0 0 10px 20px;
	margin-right: 20px;
}

.imagebox_right span{
	display: block;
	font-size: small;
	text-align: left;
	margin-top: 5px;
}

/* ▼ プロフィール ▼ */ 
#profile {
	margin-left: 700px;
	padding: 0px;
}

#profile p {
	font-size: 105%;
	line-height: 1.6;
}

/* ▼ フッター ▼ */ 
#totop {
	text-align: right;
	margin: 15px 15px 10px 0;
	vertical-align: top;
	font-size: 90%;
	}

#copyright {
	padding-top: 5px;
	text-align: center;
	color: #666;
	height: 80px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	}

#copyright a {
	color: #666;
	}
