﻿@charset "UTF-8";

/* 汎用クラス */
p {
	line-height: 1.5;
	padding-bottom: 1.0em;
}

h3 {
	color: #006550;
	line-height: 1.5;
	font-weight: bold;
	padding: 5px 20px;
	border-bottom: 1px solid #006550;
}

h4 {
	line-height: 1.5;
	color: #006550;
	font-weight: bold;
	padding-bottom: 1.0em;
}

.txt-tl20 {
	padding: 20px 0 0 20px;
}

.txt-l20 {
	padding-left: 20px;
}

.img-rightlb10 {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

/* content-header設定 */
#content-header {
	width: 780px;
	height: 120px;
}

/* content内のmain設定 */
#main {
	width: 740px;
	margin: 0 20px;
}

/* main内のbox-font設定 */
#box-font {
	width: 150px;
	height: 20px;
	padding: 10px 0 10px 590px;
}

#box-font p {
	padding: 0;
	float: left;
}

#box-font p.fontsize {
	padding: 0 0 0 2px;
	float: left;
}

/* main内のimg-h2設定 */
.img-h2 {
	padding: 0 0 2px 0;
	margin: 0 20px;
}

/* main内のcontent-設定 */
#content-01 {
	width: 658px;
	padding: 20px;
	margin: 20px 20px 0 20px;
	border-top: 1px solid #006550;
	border-left: 1px solid #006550;
	border-right: 1px solid #006550;
	clear: both;
}

#content-01 table {
	margin: 20px 20px 0 20px;
	width: 618px;
	background: url(../img/outline/img_01.jpg) top right no-repeat;
}

#content-01 table th {
	width: 10em;
	color: #006550;
	line-height: 2.0;
	text-align: left;
	vertical-align: top;
}

#content-01 table td {
	line-height: 2.0;
}

#content-02 {
	width: 618px;
	padding: 0 40px 20px 40px;
	margin: 0 20px 10px 20px;
	border-bottom: 1px solid #006550;
	border-left: 1px solid #006550;
	border-right: 1px solid #006550;
	clear: both;
}

#content-02 table {
	border-left: 1px solid #006550;
	width: 618px;
}

#content-02 table th {
	line-height: 1.5;
	text-align: center;
	padding: 10px;
	color: #FFFFFF;
	background-color: #006550;
	border-top: 1px solid #006550;
	border-bottom: 1px solid #006550;
	border-right: 1px solid #006550;
}

#content-02 table th.line-w {
	border-right: 1px solid #FFFFFF;
}

#content-02 table td {
	line-height: 1.5;
	padding: 10px;
	border-bottom: 1px solid #006550;
	border-right: 1px solid #006550;
	clear: both;
}
