body {
       margin: 0px 0px 0px 0px ;
       background-color: #FFFFFF;
       background-image: url("../images/bg.gif");
       background-repeat:repeat-y;
       }

a:link { text-decoration:none; color: #0000ff;}
a:visited { text-decoration:none; color: #0000ff;}
a:active { text-decoration:none; color: #ff0000;}
a:hover  { text-decoration:underline; color: #ff0000;}

/*ヘッタ------------------------*/
.bgheader { background-image: url("../images/bg_header.gif"); }
              
/*パンくずナビ--------------------*/
.navi { color: #666666; font-size: 8pt;}
a.navilink:link        { text-decoration:none; color: #666666; font-size: 8pt;}
a.navilink:visited     { text-decoration:none; color: #666666; font-size: 8pt;}
a.navilink:hover       { text-decoration:underline; color: #ff0000;} 

/*テキスト--------------------*/
.bodytxt { font-size: x-small; line-height: 120%;}
.bodytxt_b { font-size: x-small; line-height: 120%; font-weight: bold;}
.bodytxt_s { font-size: small; line-height: 120%; }
.bodytxt_sb { font-size: small; line-height: 120%; font-weight: bold;}
.bodytxt_ss { font-size: xx-small; line-height: 120%;}

.body08 {  font-size: 8pt; line-height: 120%;}
.body09 {  font-size: 9pt; line-height: 120%;}
.body10 {  font-size: 10pt; line-height: 120%;}

p.LeadTxt {
	margin: 0 0 10px 15px;
	padding: 0;
	font-size: x-small;
	line-height: 1.2;
}
p.CommentTxt {
	margin: 3px 0 10px 50px;
	padding: 0;
	font-size: x-small;
	line-height: 1.2;
}

/*小見出し--------------------*/
.txt_stl { font-size: x-small; line-height: 120%; font-weight: bold; color: #5D3EC9;}
.txt_stl_sq { font-size: x-small; line-height: 120%;  color: #9E8BDF;}
.txt_stl_tk { font-size: x-small; line-height: 120%; color: #5D3EC9;}

h3 {
	margin: 0 0 10px 15px;
	padding: 0 0 0 15px;
	font-size: x-small;
	background-image: url(../images/bg_h3.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

/*リスト--------------------*/
a.PdfFile {
	margin: 0 0 20px 30px;
	padding: 2px 0 5px 20px;
	font-size: x-small;
	background-image: url(../images/pdficon_small.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/*追加メニュー--------------------*/
ul#AddMenu {
	margin: 12px 0 0 5px;
	padding: 0;
}
ul#AddMenu li {
	margin: 0 0 2px 0;
	padding: 0;
	width:170px;
	text-indent:-9999px;
	float: left;
	list-style: none;
}
ul#AddMenu li a {
	width:170px;
	height:22px;
	text-decoration:none;
	display:block;
}

ul#AddMenu li#menu01 a {background:url(../images/3rd_menu.gif) no-repeat 0 0;}
ul#AddMenu li#menu02 a {background:url(../images/3rd_menu.gif) no-repeat 0 -24px;}
ul#AddMenu li#menu03 a {background:url(../images/3rd_menu.gif) no-repeat 0 -48px;}
ul#AddMenu li#menu04 a {background:url(../images/3rd_menu.gif) no-repeat 0 -72px;}

ul#AddMenu li#menu01 a:hover {background:url(../images/3rd_menu.gif) no-repeat -170px 0;}
ul#AddMenu li#menu02 a:hover {background:url(../images/3rd_menu.gif) no-repeat -170px -24px;}
ul#AddMenu li#menu03 a:hover {background:url(../images/3rd_menu.gif) no-repeat -170px -48px;}
ul#AddMenu li#menu04 a:hover {background:url(../images/3rd_menu.gif) no-repeat -170px -72px;}

/*TOPページ--------------------*/
#TopLeadTxt {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 10pt;
	line-height: 1.5;
}

