.font-10 { font-size: 10px; line-height: 14px; color: #000000 }
.font-11 { font-size: 11px; line-height: 15px; color: #000000 }
.font-12 { font-size: 12px; line-height: 16px; color: #000000 }
.font-12r { font-size: 12px; line-height: 16px; color: #CC0000 }
.font-12w { font-size: 12px; line-height: 16px; color: #FFFFFF }
.font-10w { font-size: 10px; line-height: 14px; color: #FFFFFF }
.font-13 { font-size: 13px; line-height: 17px; color: #000000 }
.font-16 { font-size: 16px; line-height: 20px; color: #000000 }
.font-16r { font-size: 16px; line-height: 20px; color: #CC0000 }


.font-11-link { font-size: 11px; line-height: 15px; }
.font-12-link { font-size: 12px; line-height: 16px; }


.font-16y { font-size: 16px; line-height: 20px; color: #FFCC00}
.font-25y { font-size: 25px; line-height: 24px; color: #FFCC00}
.font-25r { font-size: 25px; line-height: 24px; color: #CC0000}
.font-25 { font-size: 25px; line-height: 24px; color: #000000}

.title{
	width : 600px;

	padding-left : 5px;
	margin : 0px;  /*上下に余白を作る場合１番目（上）３番目（下）の０ｐｘに数値を記述*/
	background : #f9f9f9;
	font-size: 12px;
	color: #CC0000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
}


.waku-bk {  padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; border: thin #000000 solid; font-size: 10px; line-height: 16px; height: auto; width: auto; left: 5px; top: 5px; clip:  rect(   )}

.font-12link2 {
	font-size: 12px;
	line-height: 16px;
	color: #006699
}
.waku02 {
	border: thin none #000000;
	font-size: 12px;
	color: #000000;
	line-height: 17px;
	text-align: left;
	padding: 5px;
	height: auto;
	width: 500px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.waku03 {
	border: thin solid #666666;
	font-size: 12px;
	color: #000000;
	line-height: 14px;
	text-align: left;
	height: auto;
	width: 450px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	left: auto;
	right: auto;
}

.wakugray {
	border: thin solid #CC0000;
	font-size: 12px;
	color: #000000;
	line-height: normal;
	text-align: left;
	padding: 5px;
	margin: 20px;
	height: auto;
	width: auto;
}

/* --- 見出し--- */
h5#midashi_05{
	font-size: 14px;
	font-weight: bold;
	color:#333;
	background-color: #CCCCCC;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #CC0000;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
}

/* --- ボックス --- */
.section {
	width: 250px; /* ボックスの幅 */
	background-color: #CCCCCC; /* ボックスの背景色 */
	border: 1px #c0c0c0 solid; /* ボックスの枠線 */
	font-size: 80%; /* ボックスの文字サイズ */
}

/* --- 見出し --- */
.section h2 {
margin: 0; /* 見出しのマージン */
padding: 5px 10px; /* 見出しのパディング（上下、左右） */
background-color: #f5f5f5; /* 見出しの背景色 */
border-bottom: 1px #c0c0c0 dotted; /* 見出しの下枠線 */
font-size: 100%; /* 見出しの文字サイズ */
}

h1.midashi1{
	font-size: 12px;
	background-color: #FFFFFF;
	line-height: 18px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: 0;
	border-right-color: 0;
	border-bottom-color: #666666;
	border-left-color: #CC0000;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


/* --- 見出し --- */
h5#midashi{
	font-size: 14px;
	font-weight: bold;
	margin : 0px; 
	color:#333;
	background-color: #CCCCCC;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #CC0000;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
}

/* --- 本文領域 --- */
.section .textArea {
height: 120px; /* 本文領域の高さ */
overflow: auto;
}

/* --- 本文領域内の段落 --- */
.section .textArea p {
margin: 1em 10px; /* 段落のマージン（上下、左右） */
}

