/*-------------------------------------------------------
  == CSS Divider ==
  -------------------------------------------------------
  Copyright 2008 Prof Precision Co.,Ltd.
  File  :  print.css
-------------------------------------------------------*/





/* For All
-------------------------------------------*/
@import "style.css";
@import "company.css";
@import "news.css";
@import "top.css";
@import "reset.css";
@import "margin.css";


body {
	font-size: 65%;
	font-family:'メイリオ', Meiryo, 'MS UI Gothic', 'ＭＳ Ｐゴシック', sans-serif;
	bottom: 0px;
	color: #000000;
}


/* wrapper 
-------------------------------- */
#wrapper {
	height: 100%;
	bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}


/*container
-------------------------------- */
#container {
	/*IE6*/ _padding-right: 0px;
	/*IE6*/ _padding-left: 0px;
	width: auto;
}


/* header
-------------------------------- */
#header {
	background-repeat: repeat-x;
	width: 840px;
	height: 40px;
}

#header h1 {
	float: left;
}

#header h1 img {
	float: left;
}

#header .subcopy {
	margin-left: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #333333;
	padding-left: 10px;
}

#header ul.contact {
	display: none;
}


/* global menu
-------------------------------- */
#gm {
	height: 46px;
	width: 840px;
	background-color: #eeeeee;
	margin-bottom: 14px;
	display: none;
}


/* main
-------------------------------- */
#main {
	width: auto;
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#main h3 {
	font-weight: bold;
	font-size: 140%;
	color: #0033cc;
	line-height: 1em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0066ff;
	padding-left: 10px;
	margin-bottom: 5px;
}

#main h4 {
	border: 1px solid #CCCCCC;
	background-image: url(../images/common/ttl_bg_01.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	height: 31px;
	font-weight: bold;
	padding-top: 7px;
	_padding-top: 10px;
	padding-left: 30px;
	font-size: 140%;
	margin-bottom: 5px;
}

#main .content p {
	line-height: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#main .contentbox {
}

.kakomi {
	border: 1px solid #CCCCCC;
	padding: 10px;
}



/* side menu
-------------------------------- */

#main .side {
	display: none;
}

ul.pankuzu {
	display: none;
}

dl.adobe_reader {
	background-color: #ECF5FF;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-bottom: 40px;
}

dl.adobe_reader dt {
	float: left;
	width: 122px;
}

dl.adobe_reader dd {
	margin-left: 122px;
}

dl.adobe_reader a {
	color: #333333;
	text-decoration: none;
}




/* footer
-------------------------------- */
#footer {
	display: none;
}

h2.keyimage {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #0066ff;
	margin-bottom: 20px;
}

.align_right {
	float: right;
	clear: both;
}

.align_left {
	float: left;
}

ul.point_list li {
	list-style-type: disc;
	margin-left: 30px;
	margin-bottom: 0.5em;
}

ul.number_list li {
	list-style-type: decimal;
	margin-left: 30px;
	margin-bottom: 0.5em;
}dl.product_list dd img {
	height: 75px;
	width: 100px;
}
dl.product_list dd table.bt {
	display: none;
}
table.category_box {
	display: none;
}
