/* テスト用囲み罫 */
@charset "shift_jis";
.block{
border: 1px solid #FF9933;
padding: 5px 5px 5px 5px;
background: #ffffff;
width: 750px;
}

/* ページ全体の指定 */
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
}
body {
	background-color: #FFFFFF;
}
body,td,th {
	color: #000000;
}
a:hover {
	color: #FF0000;
}

span{
display:none;
}
ul a{
display:block;
}
a:hover span{
display:block;
position:static;
width:20em
}

A {
  text-decoration:none;
}
hr/* 図面ページ罫線の色*/
 {
	background-color: #0000FF;
	color: #0000FF;
	border: none;
	height: 1px;
	width: 189px;
}

/* 上部プルダウンの幅*/
SELECT { 
width: 80px;
height: 20px;
} 

/* 英語上部プルダウンの幅*/
SELECT#en{ 
width: 95px;
height: 20px;
}

/* サイト内検索 */
.lang {
    position: relative;
    margin: 0;
    padding: 0;
    width: 410px;
    height: 43px;
}
.lang p {
    position: absolute;
    top: 20px;
    left: 135px;
    margin: 0;
    padding: 0;
    width: 256px;
    height: 22px;
}

#f3 p .search {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 160px;
    height: 22px; /* content-box */
    padding: 1px;
    border: 1px solid #676363;
}
#f3 p .search:focus {
    border: 1px solid #974343;
    background-color: #fee8eb;
}
#f3 p .searchsubmit {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90px;
    height: 22px; /* border-box */
    padding: 0;
}  

/* 画像フチなし */
img { border-style:none; } 

/* 見出し（青グラデ） */
h1 {
	width: 800px;
	line-height: 24px;/* 行間*/
	font-size: 17px;
	color: rgb(100%,100%,100%);
	text-align: center;
	background-image: url(../common/gif/copy-back.gif);
	background-repeat: repeat;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
    }
	
h1#0 {
	width: 800px;
	line-height: 24px;/* 行間*/
	font-size: 17px;
	color: rgb(100%,100%,100%);
	text-align: center;
	background-image: url(../common/gif/copy-back.gif);
	background-repeat: repeat;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    }

/* 小見出し（水色） */
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6B9BFC;
	margin: 0 auto 0;
    line-height: 22px;/* 行間*/
	text-align: center;
}

/* コピーライト */
.copy {
	width: 800px;/* 文字サイズ */
	color: rgb(100%,100%,100%);
	height: 24px;
	padding-top: 40px;
    }

/* english H1 */
.h1-e {
	font-size: 18px;
}

/* english H1 */
.h1-e2 {
	font-size: 18px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.layout-video {
	background-position: center;
	height: auto;
	width: auto;
	padding: 10px;
	top: auto;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}


