@charset "UTF-8";

#editArea {
	font-size: 1.15em;
}

#editArea h2 {
        width: 680px;
        height: 40px;
        margin-bottom: 10px;
        padding-left: 10px;
        color: #1A5C2C;
        font-size: 1.4em;
        font-weight: bold;
        line-height: 40px;
        background: url(../../common/img/bg_h2.png) no-repeat 0 0;
}

#editArea h3 {
        width: 650px;
        height: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 40px;
        color: #195A2C;
        font-size: 1.35em;
        font-weight: bold;
        line-height: 30px;
        background: url(../img/bg_h3.png) no-repeat 0 0;
}

#editArea h4 {
        color: #195A2C;
        font-size: 1.30m;
        font-weight: bold;
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 0 1em;
}

#editArea div {

}

#editArea p {
        margin-bottom: 1.5em;
        padding: 0 1em;
}

#editArea table {
        border-collapse: collapse;
	width: 95%;
}

#editArea table tr td {
	padding: 2px;
	vertical-align: top;
}

#editArea ul {
        list-style-type: disc;
	margin: 0 0 2px 2.5em;
}

#editArea ol {
	margin: 0 0 2px 2.5em;
}

#editArea ul li , #editArea ol li {
	margin: 0 0 4px 0em;
        line-height: 120%;
}

/* 新着情報テキスト */
#topics dl dd div {
        font-size: 1.1em;
}

#topics table {
        border-collapse: collapse;
	width: 95%;
}

#topics table tr td {
	padding: 2px;
}

#topics ul {
        list-style-type: disc;
	margin: 0 0 2px 2.5em;
}

#topics ol {
	margin: 0 0 2px 2.5em;
}

#topics ul li , #topics ol li {
	margin: 0 0 4px 0em;
        line-height: 120%;
}


/* 利子助成 */

#editArea table.shinsei {
	margin-left:20px ;
	margin-bottom: 5px;
	width: 640px;/* 表の横幅 */
	height: 30px;/* 表の高さ */
	background-color: #E3F0FB; /* 背景色 */ 
	border: 1px #1C79C6 solid; /* 枠線（太さ・色・スタイル） */ 
	letter-spacing:0.1em;/* 文字間隔 */
}

/* データセル長い */
#editArea td.sono1{
	width:		250px ;
	height:		30px ;
	border:		1px #1C79C6 solid;
	padding:	2px 2px 2px 10px;
}

/* データセル長い（表側用色違い） */
#editArea td.sono1-2{
	width:		250px;
	height:		30px ;
	background-color: #FAFAD2; /* 背景色 */
	border:		1px #1C79C6 solid; /* 枠線（太さ・色・スタイル） */;
	padding:	2px 2px 2px 10px;
}

/* データセル短い */
#editArea td.sono2{
	width:		125px ;
	height:		30px ;
	border:		1px #1C79C6 solid;
	padding:	2px 2px 2px 10px;
}

/* データセル短い（表側用色違い） */
#editArea td.sono2-2{
	width:		125px ;
	height:		30px ;
	background-color: #FAFAD2; /* 背景色 */
	border:		1px #1C79C6 solid; /* 枠線（太さ・色・スタイル） */;
	padding:	2px 2px 2px 10px;
}

/* ボックス１(ＰＤＦリンク） */
#editArea .box1 { 
 	margin-left:80px ;/* 80px */
	width: 250px; /* ボックスの横幅 */ 
	height: 30px; /* ボックスの高さ */
	background-color: #FAFAD2; /* 背景色 */ 
	border: 1px #1C79C6 solid; /* 枠線（太さ・色・スタイル） */ 
	padding:5px 2px 2px 10px; /* 枠と文字の間隔 */
	font:16px bold ; /* フォント */
	letter-spacing:0.1em;/* 文字間隔 */
} 

/* ボックス２(様式リンク）*/
#editArea .box2 { 
 	margin-left:80px ;/* 80px */
	width: 250px; /* ボックスの横幅 */ 
	height: 30px; /* ボックスの高さ */
	background-color: #E3F0FB; /* 背景色 */ 
	border: double 3px #1C79C6 ; /* 枠線（太さ・色・スタイル） */ 
	padding:5px 2px 2px 10px; /* 枠と文字の間隔 */
	font:16px bold ; /* フォント */
	letter-spacing:0.1em;/* 文字間隔 */
} 
		
#editArea .midashi3{
         font-size: 1.1em;
         font-weight: bold;
}
         
/*　[＊]みだし字　*/
#editArea .midashi4{
         font-size: 1.1em;
         font-weight: bold;
}
         
/*　 本文　*/
#editArea .honbun{
         text-indent: 1em ;
         margin-left:10px ;
         letter-spacing:0.1em;
         line-height:1.5em ;
}


/*　リンク先（左マージン80）―ワードスペースあり */
#editArea .youkounado {
         word-spacing: 2em ;
         margin-left:20px ;
         letter-spacing:0.1em;
         line-height:1.3em ;
}
         
/*　リンク先（左マージン80）―ワードスペースなし　*/
#editArea .youkounado2 {
         font-size:1.1em;
         margin-left:20px ;
         letter-spacing:0.1em;
         line-height:1.3em ;
}
