/*----------------フォーム設定----------------*/

form {
	margin: 0px;
}

/*----------------リンク基本設定----------------*/

A:link {color:#FFCC00; text-decoration:none}
A:visited {color:#FFCC00; text-decoration:none}
A:hover {color:#FFCC00; text-decoration:underline}
A:active {text-decoration:none}

A.sozai:link {
	color:#FFCC00;
	text-decoration:none;
	font-weight: bold;
}
A.sozai:visited {
	color:#FFCC00;
	text-decoration:none;
	font-weight: bold;
}
A.sozai:hover {
	color:#FFCC00;
	text-decoration:underline;
	font-weight: bold;
}
A.sozai:active {
	text-decoration:none;
	font-weight: bold;
}

/*----------------イメージセンター揃え----------------*/
img.header{
        vertical-align:middle;
        }

/*----------------テキスト基本設定----------------*/

.normaltext{
	font-size: 12px;
	}
	
.sText {
	font-size: 10px;
	line-height: 120%;
	}
	
.mText {
	font-size: 12px;
	line-height: 120%;
	}
	
.lText {
	font-size: 14px;
	line-height: 120%;
	}
	
.llText {
	font-size: 17px;
	line-height: 140%;
	}

.t-white-s {
	font-size: 10px;
	line-height: 120%;
	color:#FFFFFF;
	}
.t-white-m {
	font-size: 12px;
	line-height: 120%;
	color:#FFFFFF;
	}
	
	
/*----------------ダウンロードページのタイトルを背景にする----------------*/
table td.bg_download {
	background:url(download/img/t_download.jpg) no-repeat 0 0;
}