BODY{
    font-family: arial,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",sans-serif;
	color:#000000;
	line-height:150%;
	margin:0px
}

/* リンク画像 グラデーション */
A:hover img {
	filter:alpha(opacity=70);			/* IE7以下用 */
	-ms-filter: "alpha(opacity=70)";	/* IE8用 */
	-moz-opacity:0.7;					/* Firefox 1.5未満, Netscape用 */
	-khtml-opacity: 0.7;				/* Safari 1.x, 他khtmlに対応したブラウザ用  */
	opacity: 0.7;						/* Firefox 1.5以上, Opera, Safari用 */
}

.pic{
	margin: 10px;
}


/* フォント */
.txt8{
	font-size : 80%;
	line-height : 20px;}
.txt10{
	font-size : 100%;
	line-height : 18px;}
.txtr{
	color : red;}
.txtb{
	color : blue;}
.txtw{
	color : white;}

/* 余白 */
.pl10{
	padding-left:10px;}
.pl30{
	padding-left:30px;}

/* 幅 */
.w1000{
	width:1000px;}
.w100{
	width:100px;}
.w60{
	width:60px;}
.w40{
	width:40px;}

/* テーブル枠付き */
TABLE.line{
	border-collapse : collapse; border : 1px solid #cccccc;}
TD.line{
	border : 1px solid #cccccc;padding-left:5px;padding-right:5px;padding-top:2px;padding-bottom:2px;}

/* ヘッダー */
DIV.head_title{
	float:left;
	width:1000px;
	height:197px;
	background-image:url(../img/header.jpg);
	background-repeat : no-repeat;
	margin:0px;
	padding:0px;
}

/* フッター */
DIV.foot{
	text-align:left;}
DIV.foot2{
	width:1000px;text-align:center;height:20px;}

