﻿@charset "euc-jp";
/******************** aircraft equipment and industrial machinery ********************/

#wrapper_air {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 1px;
	padding-left: 1px;
	background-image: url(../images/wrapper_bg.gif);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-bottom: 0px;
}

#pagebody_air {
	clear				:	both;
	width				:	800px;
	margin				:	0px auto;
	padding				:	0px;
	background-color	:	#ffffff;
}

#aircraft {
	width				:	800px;
	background			:	#FFFFFF;
}

#aircraft .main_box {
	text-align			:left;
	margin				:10px 0  10px 40px;
}


#aircraft table h3 {
	width				:	193px;
	height				:	20px;
	border-left			:	#009933 3px solid;
	text-align			:	left;
	padding-left		:	7px;
	margin-left			:	17px;
}

#aircraft table h3 a:link {
	color				:	#009933;
	text-decoration		:	underline;
	font-size			:	14px;
}

#aircraft table h3 a:visited {
	color				:	#009933;
	text-decoration		:	underline;
	font-size			:	14px;
}

#aircraft table h3 a:hover {
	color				:	#cc0000;
	text-decoration		:	underline;
	font-size			:	14px;
}

#aircraft table h3 a:active {
	color				:	#cc0000;
	text-decoration		:	underline;
	font-size			:	14px;
}


#aircraft table ul{
	text-align			:	left;
	padding				:	10px 0 0 5px;
}

#aircraft .t_top th{
	background		 	:	url(../../products/images/aircraft_boxTop2.gif) no-repeat;
	width				:	245px;
}

#aircraft table .t_head td {
	background			:	url(../../products/images/aircraft_boxBg.gif) repeat-y top left;
	width				:	229px;	
}

#aircraft table .t_body td {
	background			:	url(../../products/images/aircraft_boxBg.gif) repeat-y top left;
	font-size			:	12px;
	line-height			:	190%;
	height				:	400px;
	padding				:	17px;
}

#aircraft table .t_body td a:link {
	color				:	#006699;
	text-decoration		:	none;
	font-size			:	12px;
}

#aircraft table .t_body td a:hover {
	color				:	#006699;
	text-decoration		:	underline;
	font-size			:	12px;
}

#aircraft table .t_body td ul li {
	line-height			:	210%;
	background			:	url(../../products/images/aircraft_arrow.gif) no-repeat 3px;
	padding-left		:	16px;
}

#aircraft table .t_body td ul li.lineset {
	line-height			:	150%;
}

#aircraft table .t_body td ul li.linereset {
	margin-bottom		:	-15px;
}

#aircraft table .t_btm td{
	background-image	:	url(../../products/images/aircraft_boxBtm.gif);
	background-repeat	:	no-repeat;
	width				:	229px;
}




















