<style TYPE="text/css">
<!--
/*ブラウザスタイルの初期化*/

*{
 margin: 0;
 padding: 0;
 color: #333333;
 font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
 letter-spacing: 105%;
 line-height: 150%;
 }
 
a:link  { color: #4B4B4B; text-decoration: underline }
a:visited {color: #4B4B4B; text-decoration:underline}
a:active {color: #4B4B4B; text-decoration:underline}
a:hover {color: #ff6633; text-decoration:none}

.main {font-size: 12px; color:333333; line-height:150%}
.main2 {font-size: 12px; color:333333; line-height:200%}
.big {font-size: 16px; color:516B88; line-height:200%}
.sm {font-size: 10px; color:333333; line-height:150%}

.ti {font-size: 14px; color:FFFFFF; line-height:135%}
.ti2 {font-size: 14px; color:333333; line-height:135%}

.ac {font-size: 16px; color:ff0000; line-height:135%}

.faq {font-size: 14px; color:000000; line-height:125%}


td{ font-size: 12px;}

.popup {font-size: 16px; color:990000; line-height:200%}
.popup2 {font-size: 14px; color:333333; line-height:175%}


.mark {background-color:#ffff99;}
.l150 {padding-left:10px;}

.p	{
	margin-left:5px;
	
	font-size:12px;
	color:#000000;
	}
	
.title {
	background-image: url(../images/title_bg.gif);
	background-repeat:no-repeat;
	font-size:18px; color:#333333;
	font-weight:bold;
	text-indent:10px;
	line-height:15%
}

.subtitle {
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	background-color: #e9fce5;
}
 
div.normal{
	font-weight: normal;
}

UL.ya { list-style-image: url(../images/ya.gif); } 
UL.ya2 { 
	list-style-image: url(../images/ya2.gif);
	font-weight: bold;
} 
/*RSS*/
.rss_box {
	padding: 6px;
	width: 550px;
	background-color: #fff;
	border: 1px solid #999999;
}

.rss_name{
	font-weight: bold;
	font-size: 14px;
	color: #FF0000;
    margin-left:4px;
    margin-bottom:2px;
}


.rss_name_desc{
	font-size: 11px;
	color: #666666;
    margin-left:4px;
}


.rss_sub_box {
	background:#F1F1FD;
	text-align:left;
    padding:4px;
    margin-top:6px;
}

.rss_item {
	padding-right: 0px;
	font-weight : normal; 
	font-size:9px;
	padding-bottom: 2px;
	color: #999;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	font-size: 12px;
	color: #666666;
	text-decoration : none;
}

.rss_item a:hover { 
	font-weight: bold;
	font-size: 12px;
	text-decoration : underline;
	color: #333;
}

.rss_title {
	line-height:120%;
	text-align:left;
	font-size:12px;
    color:#999999;
}

.rss_desc {
	line-height:120%;
	text-align:left;
	font-size:12px;
    color:#666666;
    font-size:11px;
}

.rss_date {
	color: #999;
	line-height:120%;
	text-align:left;
	font-size:9px;
}



/*事業体系*/

table.table-01 {
	width: 600px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
}

table.table-03 {
	width: 550px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	font-size: small;
}

th.g1 {
	padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
	background-color: #83cb9a;
	font-weight: bold;
	width: 600px;
	font-size: 14px;
}

th.g2 {
	padding: 5px;
    border: 1 #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
	font-weight: normal;
	width: 700px;
	font-size: 12px;
}

th.g3 {
    background-color: #c7e5cb;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	padding-left: 10px;
}

td.g4 {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
	background-color: #e9fce5;
	font-weight: normal;
	font-size: 12px;
}

/*助成制度*/

table.table-02 {
	width: 600px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
}

th.y1 {
	padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
	background-color: #ffbe28;
	font-weight: bold;
	width: 600px;
	font-size: 14px;
}

th.y2 {
	padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
	font-weight: normal;
	width: 700px;
	font-size: 12px;
}

th.y3 {
    background-color: #ffe175;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	padding-left: 10px;
}

td.y4 {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    text-align: left;
	background-color: #fff6c9;
	font-weight: normal;
	font-size: 12px;
}


/*各助成制度説明*/
table.jyosei{
	border-collapse: collapse;
	border-spacing: 0;
	width: 600px;
}
	
table.jyosei2{
	width: 400px;
	border: 1px #E3E3E3 solid;
}

table.jyosei3{
	width: 500px;
	border: 1px #E3E3E3 solid;
}
	
td.j1{
    padding: 5px;
    text-align: left;
	border: 1px #E3E3E3 solid;
	font-weight: normal;
	background-color: #e9fce5;
}

td.j2{
	padding: 5px;
	text-align: center;
	font-weight: bold;
	border: 1px #E3E3E3 solid;
	background-color: #e9fce5;
}

td.j3{
    padding: 5px;
    text-align: left;
	border: 1px #E3E3E3 solid;
	font-weight: normal;
}

-->

</style>

