@charset "UTF-8";

/* htmlタグ規則
----------------------------------------------------------- */
body,th,td,li,div { font:13px/110% "Hiragino Kaku Gothic ProN","メイリオ", sans-serif; }
form,input,textarea { font:12px/16px	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;}

a:link { color:#0024cc;}
a:visited {color: #0024cc;}
a:hover {
	color: #FF00CC;
	text-decoration: underline;
	position:relative;top:-1px;left:-1px;
}


h1{
font-size:1.5rem;
font-weight:bold;
padding:20px 10px 10px 0px;
text-align:left;
color:#48AA06;
}

h2{
font-size:1.3rem;
position: relative;
padding:18px 10px 5px 15px;
margin:20px 2px 5px 0px;
font-weight: bold;
}

h2:before{
position: absolute;
content: "";
left:3px;
width: 5px;
height:24px;
border-left:5px solid #7AD046;
margin-top:-8px;
}

h3{
position: relative;
font-size: 1.2rem;
font-weight: bold;
color: #4644A4;
padding: 12px 0 3px 0;
}

h4{
font-size:1.1rem;
margin:20px 0 20px 0;
border-left:solid #395CA4 4px;
padding-left:10px;
font-weight:bold;
}

input, select {
	margin:2px;
}

/* 汎用クラス定義
----------------------------------------------------------- */
.hissu { color:#f00; font-weight:bold; display:inline; }
.redb { color:#f00; font-weight:bold;}
.red  { color:#f00;}
.blue { color:#00E;}

.copy { font-size: 12px; color: FFFFFF ; line-height: 16px ; font-weight: bold}

.btnL { padding:4px 8px;;font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif; font-size:110%;}
.btnS { padding:1px 5px;font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;}
.hide { display:none;}

.tenten {
	margin: 6px 0;
	border-top: 1px dashed #999;
	height:2px;
	display: block;
	font-size: 1px;
	background: none;
}
.ChkboxUnit label{
	white-space:nowrap;
	margin-right:8px;
}

/* 基本構造
----------------------------------------------------------- */
#content {
	text-align:left;
	padding:0;
	background-color:#fff;
}
#main {
	padding-left: 240px;
	padding-top: 0px;
}

/* 左メニュー
----------------------------------------------------------- */
#leftmenu {
	float: left;
	width: 220px;
	position: fixed;
	background-color:#208c30;
}

#leftmenu li a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 9px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 3px solid transparent;
	border-left: 5px solid #ded;
}

#footline {
	margin-top:50px;
	width:100%;
	text-align:center;
	background-color:#ccc;
	bottom:0;
}
#footline p{
	border-left:220px solid #fff;
	padding:8px;
	color:#fff;
}

#lmenuhead{
	margin:0;
	width:220px;
	height:30px;
	color:#FFF;
	background:#0C5A27;
	text-align:left;
}
#lmenuhead p{
	padding:8px;
}
.lmenubox li a {
	display: block;
	position: relative;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px 0px 22px;
	background: #30a941;
	text-align:left;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	border-top: 1px solid #30c941;
	border-bottom: 1px solid #106c20;
}

.lmenubox li a:hover {
	background: #209c30;
	text-decoration:none;
	position:relative;top:1px;left:0px;
	border-top: 1px solid #107c20;
	border-bottom: 1px solid #50d961;
}

/* 汎用テーブル（th背景を水色、ボーダーあり）
----------------------------------------------------------- */
.tbl{
	border:1px #aaa solid;
	border-collapse: collapse;
	background-color:#ffffff;
}

.tbl th{
	border:1px #aaa solid;
	padding: 4px;
	font-size: 13px;
	color: #111111
	border:1px solid #339999;
	background-color:#CAEAFB;
	white-space: nowrap;
	vertical-align:middle;
}
.tbl .gr th{
	background-color:#DAEAFC;
}

.tbl .typeL{
	border-left:3px #999 solid;
	text-align:right;
}

.tbl td{
	border:1px #aaa solid;
	padding: 4px;
	font-size: 13px;
	color: #111111
	border:1px solid #339999;
	word-break:break-all;
}

/* テーブル Type1 上項目名
----------------------------------------------------------- */
table.tblType1	{
	margin-top:10px;
	margin-bottom:10px;
	border-spacing: 0px;
}

.tblType1 th	{
	padding: 8px 6px; /*縦横*/
	color: #000;
	font-size: 12px;
	background: #CAEBDA;
	border: 1px solid #A0C0B0;
	border-top: 4px solid #5A8B5A;
	text-align:center;
	white-space: nowrap;
}

.tblType1 td	{
	padding: 4px 3px; /*縦横*/
	font-size: 13px;
	border: 1px solid #A0B0C0;
	vertical-align:top;
	line-height:1.4em;
}

.tblType1 .cntr	{
	padding: 4px 3px; /*縦横*/
	font-size: 13px;
	vertical-align:middle;
	line-height:1.4em;

}
.tblType1 .bdr	{
	background: #EAF5EF;
}


/* テーブル Type2 枠無し
----------------------------------------------------------- */
table.tblType2	{
	margin-top:10px;
	margin-bottom:10px;
	border-spacing: 0px;
}

.tblType2 th	{
	padding: 3px 0px; /*縦横*/
	color: #000;
	font-size: 13px;
	background: #FFF;
	border: 0
	text-align:center;
}

.tblType2 td	{
	padding: 4px 4px; /*縦横*/
	color: #000;
	font-size: 13px;
	border: 0;
}

.tblType2 .bdr	{
	background: #E8F8F2;
}

/* テーブル Type3 左項目名
----------------------------------------------------------- */
table.tblType3	{
	margin-top:10px;
	margin-bottom:10px;
	border-spacing: 0px;
}

.tblType3 th	{
	padding: 8px 6px; /*縦横*/
	color: #000;
	font-size: 13px;
	background: #CAEBDA;
	border: 1px solid #A0C0B0;
	border-left: 4px solid #5A8B5A;
	text-align:left;
	white-space: nowrap;
}

.tblType3 td	{
	padding: 5px 4px; /*縦横*/
	color: #000;
	font-size: 13px;
	border: 1px solid #A0C0B0;
	vertical-align:middle;
	line-height:1.4em;
}

.tblType3 .bdr	{
	background: #EAEFF5;
}
