﻿@charset "utf-8";
/* =================== page ======================= */
body {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background:#F4FFF4;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #9BFF9B;
	text-align: left;
}
.oneColFixCtrHdr #header {
	background: #9BFF9B;
	padding: 0 10px 0 20px;
	background : url(../img/bg-h.jpg) repeat-x 0px 50%;
}
.oneColFixCtrHdr #header h1 {
	/*margin: 0;*/
	padding: 20px 0;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	color:#3300cc;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background:#9BFF9B;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	padding: 10px 0;
	text-align:center;
	font-size:90%;
}
/* =================== paragraph ======================= */

h1 {
	font-size:18px;
	line-height:150%;
}
h2 {
	font-size:16px;
	line-height:150%;
	margin:8px;
}
h2.midashi {
	background: url(../img/bg.gif) repeat-x top;
	line-height: 31px;
	/*text-align: center;*/
	/*letter-spacing: 0.2em;*/
	font-size: 100%;
	color:#0000ff;
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
}
p.paragraph_1 {
	font-size:16px;
	line-height:150%;
	margin:12px;
}
p.paragraph_2 {
	font-size:14px;
	line-height:150%;
	margin:20px;
}
p.paragraph_3 {
	font-size:14px;
	line-height:150%;
	margin:28px;
}
p.paragraph_4 {
	font-size:12px;
	line-height:150%;
	margin:36px;
}
/* ======= line ====== */
hr {
	color: #99ff66;
	height: 8px;
	border: 3px;
	border-color: #33ff00;
	border-style: double;
}
/* ======= link ======= */
A {
	/*text-decoration: none;*/
   color: #0000ff;
}
A:hover {
	color: #0000ff;
	background-color: #ffccff;/*text-decoration: none;*/
}
a:visited {
	/*text-decoration: none;*/
   color: #0000ff;
}
/* ======= table ======= */
table.t_1 {
	font-size:10pt;
	border-top:1px solid #663300;
	border-left:1px solid #663300;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	text-align : left;
}
.t_1 th {
	border-right:1px solid #663300;
	border-bottom:1px solid #663300;
	color:#330000;
	background-color:#996633;
	background-position:left top;
	padding:0.2em 0.5em;
	text-align:center;
}
.t_1 td {
	border-right:1px solid #663300;
	border-bottom:1px solid #663300;
	padding:0.2em 0.5em;
	height:30px;
}
table.t_2 {
	font-size:10pt;
	background-color:#ffffff;
	empty-cells:show;
	text-align : left;
}
.t_2 th {
	color:#330000;
	background-color:#996633;
	background-position:left top;
	padding:0.2em 0.5em;
	text-align:center;
}
.t_2 td {
	padding:0.2em 0.5em;
	height:30px;
}
/* ======= list ======= */
li.list_1 {
	font-size:14px;
	margin-left:24px;
	line-height:150%;
}
li.list_2 {
	font-size:14px;
	margin-left:30px;
	line-height:150%;
}
li.list_3 {
	font-size:14px;
	margin-left:36px;
	line-height:150%;
}
li.list_4 {
	font-size:12px;
	margin-left:24px;
	line-height:150%;
}
li.list_img {
	font-size:14px;
	line-height:150%;
	margin:5px 0;
	padding:0 0 0 20px;
	background:url(../img/list_dot.gif) no-repeat;
}
ul.list_img {
	list-style:none; /*square outside url(../img/list_dot.gif);*/
}
/* ======= box ======= */
div.box_r {
	float:right;
	width:360px;
	height:240px;
	padding-left:10px;
	padding-right:10px;
}
div.box_r_len {
	float:right;
	width:240px;
	height:360px;
	padding-left:10px;
	padding-right:10px;
}
div.box_r_small {
	float:right;
	width:300px;
	height:200px;
	padding-left:10px;
	padding-right:10px;
}
div.clearbox_r {
	clear: right;
}
div.box_l {
	float:left;
	width:360px;
	height:240px;
	padding-left:10px;
	padding-right:10px;
}
div.box_l_small {
	float:left;
	width:300px;
	height:200px;
	padding-left:10px;
	padding-right:10px;
}
div.clearbox_l {
	clear: left;
}
div.box3 {
width: 100%;
height: 100%;
background-color: #ffffff;
background-image: url(../img/sutaruhin.jpg);
background-repeat:no-repeat;
background-position: center center;
color: #000000;
}

/* ======= img ======= */
img.mdl {
	vertical-align:middle;
}
img.border_1 {
	border:1px #3F0 solid;
}
img {
	border:none;
}

