@charset "utf-8";
@import url(../css/top.css);
@import url(../css/navi.css);
@import url(../css/global.css);
@import url(../css/new_product.css);
@import url(../css/product.css);
@import url(../css/product2.css);
@import url(../css/product_data.css);
@import url(../css/product_data_global.css);
@import url(../css/company_info.css);
@import url(../css/pdf_dl.css);
@import url(../css/chuck.css);

* {font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
}

html {
	font-size: 14px;
	line-height: 1.4em;
	color: #333333;
}
body {
	width: 940px;
	margin: 0 auto;
	padding: 0;
	background: url(../img/body_back.gif) repeat-y top;
}
h1, h2, h3, h4, h5, h6, ol, ul, li {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
p {
	margin: 0px;
	padding: 0px;
}
a {
	outline: 0;
}
a:link,
a:active,
a:visited {
	color : #006fbb;
	text-decoration : none;
}
a:hover {
	color : #ffffff;
	text-decoration : none;
	background-color : #006fbb;
}


img {border: 0px;}
table {
	border-collapse: collapse;
}
td {
	vertical-align: top;
}

/*___global_body___*/
#container {
	width: 900px;
	margin: 0 auto;
	padding: 0px;
}
#header {
	display: inline-block;
	width: 900px;
	height: 65px;
	margin: 0;
	background: url(../img/header_2019.gif) no-repeat left top;
}
#header2 {
	display: inline-block;
	width: 900px;
	height: 64px;
	margin: 0;
	background: url(../img/header2_2019.gif) no-repeat left top;
}
/*_moto
#header {
	display: inline-block;
	width: 900px;
	height: 65px;
	margin: 0;
	background: url(../img/header.gif) no-repeat left top;
}
*/
#header:after,
#header:after2 {
	content:"";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#header_h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-indent: -9999px;
	font-size: 1px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 1px;
}
#contents {
	clear: both;
	width: 900px;
	display: inline-block;
	margin: 0;
	padding: 10px 0px 0px 0px;
	background: url(../img/contents_back.gif) repeat-y top;
}
#contents:after {
	content:"";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#sub {
	float: left;
	display: inline;
	width: 230px;
}
#main {
	float: right;
	display: inline;
	width: 650px;
	margin: 0px 10px 0px 0px;
}
#footer {
	clear: both;
	margin: 0px 0px 0px 0px;
	width: 900px;
	font-size: 80%;
	color: #fff;
	text-align: center;
	background-color: #006FBB;
}
.font_bold {
	font-weight: bold;
}
.font_normal {
	font-weight: normal;
	font-style: normal;
}
.font_bl {
	color: #006FBB;
}
.font_bl_bold {
	font-weight: bold;
	color: #006FBB;
}

.font_red {
	color: #d62a0d;
}

.font_red_bold {
	font-weight: bold;
	color: #d62a0d;
}

.font_80 {
	font-size: 80%;
}
.font_85 {
	font-size: 85%;
}
.font_90 {
	font-size: 90%;
}
.font_95 {
	font-size: 95%;
}


#counter {
	display: none;
}

.error_div1 {
	width: 610px;
	margin: 20px;
}
.error_title {
	font-size: 140%;
	line-height: 1.4em;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid #333333;
}
.error_p1 {
	margin: 0px 0px 0px 20px;
}