
BODY {
	font-size : 14pt;
	margin: 0;
	padding: 0;
	background: #ffffff;
}

A:LINK { text-decoration : underline ;color : rgb(000,000,255) }

A:VISITED { text-decoration : none ; color : rgb(102,000,255) }

A:ACTIVE { text-decoration : underline ;color : #FF9900 }

A:HOVER { text-decoration : underline ; color : #FF0000 }

div.textstyle01 {
	margin: 0;
	padding: 0;
	line-height: 1.7;
}


/*--------------------------------------------------------
インターネット審議中継
--------------------------------------------------------*/
.relay_box {
	/*border: 1px solid #999999;*/
	margin: 0.5em 0 0 0;
	padding: 0.5em 1em;
	line-height: 1.3;
	font-size: 80%;
	font-weight: 600;
	text-align: center;
	background: #E0F0FD;
}

/*--------------------------------------------------------
ＹｏｕＴｕｂｅ
--------------------------------------------------------*/
#movie {
	background: url(img/top_haikei001.gif) left repeat-y;
	padding: 15px 0;
	text-align: center;
}

/*--------------------------------------------------------
メッセージ
--------------------------------------------------------*/

#message01 {
	background: url(img/top_haikei001.gif) #FFFFFF left repeat-y;
	padding: 30px 20px 20px 20px;
	text-align: left;
	font-size: 90%;
	line-height: 1.5;
}
#message01 h1 {
	background: url(img/top_h1_back02.gif) #FFFFFF top repeat-x;
	font-size: 110%;
	margin: 0;
	padding: 15px auto 20px auto;
	text-align: center;
}
#message01 .section01 {
	padding: 0px 25px 15px 25px;
	background: url(img/top_h1_back01.gif) #FFFFFF bottom repeat-x;
}
#message01 .section02 {
	text-align: center;
	font-size: 110%;
	margin: 0 auto 15px auto;
	border-bottom: 1px dotted #999999;
	padding: 10px auto;
}

