/* CSS Document */

body {
	background-color: #E0EDF1;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#container {
	width: 780px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #99CC00;
	border-left: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(../../../compressor/img/total_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	}
#header {
	height: 65px;
	width: 780px;
	margin: 0px;
	padding: 0px;
	background-image: url(../../../compressor/img/headerbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: scroll;
}
.la_en {
	float: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin: 0.5em 5px 0.5em 0px;
}
.about_menu {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 1em;
	margin-right: 2px;
	margin-left: 0px;
	margin-bottom: 0em;
	float: right;
	clear: right;
}
#header a:link {
	text-decoration: none;
	color: #000000;
}
#header a:visited {
	color: #666666;
	text-decoration: none;
}
#header a:hover {
	color: #0033CC;
	text-decoration: none;
	background-color: #CCFFFF;
}
#header a:active {
	color: #6600FF;
}
#breadlist {
	clear: both;
	width: auto;
	font-size: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #003399;
	margin: auto;
	letter-spacing: 0.1em;
	line-height: 2em;
}
.hide {
	display: none;
}

#footer {
	background-attachment: scroll;
	background-image: url(../../../img/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
	height: 95px;
	width: 780px;
}
#companylogo {
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	border: none;
}

/*以下compres.cssより移行*/

/*#menu表示関係*/
#menu {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	line-height: 2em;
	height: 2em;
	width: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E0EDF1;
	clear: both;
	padding-left: 1px;
	border-bottom-color: #666666;
	margin-right: 0px;
	margin-left: 0px;
}
#menu a {
	display: block;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #E0EDF1;
	text-decoration: none;
	color: #000000;
	width: 150px;
}
#menu span {
	display: none;
}
#menu a:hover {
	background-color: #CCFF66;
}
#menu a:link {
	color: #333333;
}
#menu a:visited {
	color: #666666;
}
#menu a:active {
	color: #000000;
}

/*#submenu表示関係*/
#submenu {
	font-size: 80%;
	padding-right: 0em;
	border-left-width: 150px;
	border-left-style: solid;
	border-left-color: #00CC00;
	padding-left: 0.5em;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #00CC00;
	padding-top: 0.2em;
	padding-bottom: 0.5em;
	line-height: 120%;
	margin: 0px;
}
#submenu a:link {
	color: #000000;
}
#submenu a:visited {
	color: #666666;
}
#submenu a:hover {
	background-color: #CCFF66;
	text-decoration: none;
}
/*#menuで選択中の表示*/
.menucolar {
	background-attachment: scroll;
	background-image: url(../../../compressor/img/menu_col.jpg);
	background-repeat: repeat;
	background-position: left top;
}
h1 {
	margin: 0px;
	background-attachment: scroll;
	background-image: url(../img/h1_index.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	line-height: 50px;
	font-size: 20px;
	color: #009900;
	text-align: right;
	height: 50px;
	width: auto;
	padding-right: 1em;
}
@media print{
body{
	background-color: #FFFFFF;
}
div#container{
	width: auto;
	border: none;
}
div#contents dl,div#box,div#specification{
	float: left;
	width: auto;
}
div#breadlist,p.la_en,p.about_menu,div#menu,div#submenu,p#plansbutton,div#footer{
	display: none;
}
}
