﻿@charset "UTF-8";

/* 汎用クラス */
p {
	line-height: 1.5;
	padding-bottom: 1.0em;
}

h3 {
	padding-bottom: 1.0em;
}

h4 {
	line-height: 1.5;
	color: #3451A2;
	font-weight: bold;
	border-bottom: 3px dotted #3451A2;
	margin-bottom: 1.0em;
}

.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 10px 20px;
	border: 1px solid #A9D06B;
	clear: both;
}

#content-02 {
	width: 658px;
	padding: 20px;
	margin: 20px 20px 10px 20px;
	border: 1px solid #A9D06B;
	clear: both;
}

