td.rct	{	background-color:#dce6e6;	text-align:center;	font-size:small;	vertical-align:middle;
		}
td.rctL	{	background-color:#dce6e6;	text-align:left;	font-size:small;	vertical-align:middle;
		}
td.mx	{	background-color:#e6e6c8;	text-align:center;	font-size:small;	vertical-align:middle;
		}
td.mxL	{	background-color:#e6e6c8;	text-align:left;	font-size:small;	vertical-align:middle;
		}
img.s		{	width:220px; height:110px;
			}
img.s_hear	{	width:220px; height:110px;
			}
img.h		{	width:700px; height:400px;
			}

#targetdata {
	background-color: #DADFEC;
	height: 1.4em;
	width: 100%;
	font-size:100%;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	text-align: center;
	background-image: url(line_menu.gif);
	background-repeat: repeat-x;
	clear: both;
}

	a.aContents { width:100%; white-space:nowrap; text-align:left; padding-left:10px; padding-right:10px;}
	a.aContents:link { color:black; border:1px solid white; background-color:white; text-decoration:underline; }
	a.aContents:visited { color:black; border:1px solid white; background-color:white; text-decoration:underline; }
	a.aContents:hover { color:#4040ff; border:1px solid gray; background-color:gainsboro;text-decoration:underline; }

	span.aContents { width:100%; white-space:nowrap; text-align:left;  padding-left:10px; padding-right:10px;
					background-color:white;
	}

	a.aContents2 { white-space:nowrap; text-align:center; padding-left:10px; padding-right:10px;}
	a.aContents2:link { color:black; border:1px solid white; background-color:#dadfec; text-decoration:underline; }
	a.aContents2:visited { color:black; border:1px solid white; background-color:#dadfec; text-decoration:underline; }
	a.aContents2:hover { color:#4040ff; border:1px solid gray; background-color:gainsboro;text-decoration:underline; }

	span.aContents2 { white-space:nowrap; text-align:center;  padding-left:10px; padding-right:10px;
					background-color:#dadfec;
	}

p.thumb{
    border: 0;
    display:block;
    width:435px; /*トリミング後の横幅*/
    height:40px; /*トリミング後の縦幅*/
    overflow:hidden;
    position:relative;
    z-index:1;
}
p.thumb img{
    float:left;
    float: top;
    position:absolute;
}

p.thumb_lef{
    border: 0;
    display:block;
    width:80px; /*トリミング後の横幅*/
    height:399px; /*トリミング後の縦幅*/
    overflow:hidden;
    position:relative;
    z-index:1;
}
p.thumb_lef img{
    float:left;
    float: top;
    position:absolute;
}

.hidden { display: block; }
.noscript .hidden { display: none; }