@charset "Shift_JIS";
/*永塚工業サイト全体のcss*/
body{
	border : medium none;
	font-style:normal;
	font-weight:normal;
	font-family: "Arial", "ＭＳ Ｐ ゴシック";
	color : #000000;
	text-align:center;
	vertical-align:top;
	padding:0px;
	margin-right: auto;
	margin-left : auto;
	background-image: url(../images/base_02.jpg);
}

/*info用のcss*/
#info{
	border : medium none;
	font-style:normal;
	font-weight:normal;
	font-family: "Arial", "ＭＳ Ｐ ゴシック";
	color : #000000;
	text-align:center;
	vertical-align:top;
	padding:0px;
	margin-right: auto;
	margin-left : auto;
	background-image: none;
}

/* 見出しテキスト */
h1{
	font-size:90%;
	color: #333333;
	font-weight: normal;
	font-family: "Arial", "ＭＳ Ｐ ゴシック";
	margin: 10px;
}

h2{
	font-size:120%;
	font-weight: bold;
	margin: 0px;
}

h3{
	font-size:90%;
	font-weight: bold;
	margin: 0px;
}

#table{
	font-size: 80%;
	font-weight: normal;
	text-transform: none;
	background-color: #FFFFFF;
	width: 800px;
	padding: 5px;
	border: 0.7px solid #333333;

}

#table01{
	font-size: 80%;
	font-weight: normal;
	text-transform: none;
	background-color: #FFFFFF;
	width: 800px;
}

#table02{
	font-size: 80%;
	font-weight: normal;
	text-transform: none;
	background-color: #FFFFFF;
	padding: 5px;
	border: 0.7px solid #333333;
}

/*スクロールテーブル*/
 #table010{
	border:solid 1px;
	table-layout: fixed;
}

#table010HeadR{
	float:left;
}

#table010Body{
	float:left;
	height:200px;
	overflow-y:scroll;
	overflow-x:none;
}

/*info用のtableとtr　collapse注*/
#tableinfo{
	background-color: #FFFFFF;
	padding: 5px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	border-collapse:collapse;
	table-layout: fixed;
}

#trinfo{
	border-bottom: 1px solid gray;
}

/* フォントいろいろ */
.x-small{
	font-size: 70%;
}
.small{
	font-size:80%;
}
.medium{
	font-size:100%;
}
.large{
	font-size: 120%;
}
.x-large{
	font-size: 140%;
}
.font-black{
	color: #000000;
}
.font-black-strong{
	font-weight: bold; color: #000000;
}
.font-red{
	color: #CC0000;
}
.font-red-strong{
	font-weight: bold; color: #CC0000;
}
.font-green{
	color: #006600;
}
.font-green-strong{
	font-weight: bold; color: #006600;
}
.font-blue{
	color: #0000FF;
}
.font-blue-strong{
	font-weight: bold; color: #0000FF;
}
.font-orange{
	color: #FF6600;
}
.font-orange-strong{
	font-weight: bold; color: #FF6600;
}
.font-white{
	color: #FFFFFF;
}
.font-white-strong{
	font-weight: bold; color: #FFFFFF;
}


/*訪問したリンク*/
a:visited{
	color :red;
}


/* 見出しテキスト */

