/*
++++++++++++++++++++++++++++++++++++++++++++
http://www.teraoka-ads.co.jp CSS Style
common.css
Last updated 1 Apr 2010
++++++++++++++++++++++++++++++++++++++++++++
*/


/* default reset */
* {
	margin: 0;
	padding: 0;
}
/* --- common layout --- */
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	background: url(../images/body_bg.gif) repeat-x center top;
}
#wrapper {
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
/* top */
h1 {
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
	color: #FFFFFF;
	padding-bottom: 18px;
	padding-top: 3px;
	text-align: center;
}
#top {
	height: 95px;
}
#top p {
	float: left;
}
#top ul {
	float: right;
	padding-top: 15px;
}
#top li {
	float: left;
}
/* menu */
#menu li {
	float: left;
	width: auto;
}
#menu li a {
	display: block;
	height: 50px;
	width: 200px;
}
#menu #menu01 {
	background: url(../images/menu_bg.gif) no-repeat 0px 0px;
}
#menu #menu01 a:hover {
	background: url(../images/menu_bg.gif) no-repeat 0px -50px;
}
#menu #menu02 {
	background: url(../images/menu_bg.gif) no-repeat -200px 0px;
}
#menu #menu02 a:hover {
	background: url(../images/menu_bg.gif) no-repeat -200px -50px;
}
#menu #menu03 {
	background: url(../images/menu_bg.gif) no-repeat -400px 0px;
}
#menu #menu03 a:hover {
	background: url(../images/menu_bg.gif) no-repeat -400px -50px;
}
#menu #menu04 {
	background: url(../images/menu_bg.gif) no-repeat -600px 0px;
}
#menu #menu04 a:hover {
	background: url(../images/menu_bg.gif) no-repeat -600px -50px;
}
#menu #menu05 {
	background: url(../images/menu_bg.gif) no-repeat -800px 0px;
}
#menu #menu05 a:hover {
	background: url(../images/menu_bg.gif) no-repeat -800px -50px;
}
.indent {
	position: absolute;
	left: -9999px;
}
/* sub_menu */
#sub_menu {
	float: left;
	width: 300px;
	margin-top: 20px;
}
#categories {
	background: #f3f3f3;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	z-index: 2;
	position: relative;
}
#categories h3 {
	margin: 0px;
}
#categories h4 {
	background: url(../images/menu_bg.gif) no-repeat -725px -100px;
	font-size: 90%;
	line-height: 150%;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	padding: 7px 5px 5px 25px;
	margin: 15px 10px 0px;
}
#categories .tree_title {
	background: url(../images/menu_bg.gif) no-repeat -725px -100px;
	border: 1px solid #CCCCCC;
	padding: 7px 5px 5px 25px;
	margin: 15px 0px;
	_width: 275px;
}
#categories ul {
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#categories #tree {
	padding-top: 0px;
}
#categories li {
	background: url(../images/menu_bg.gif) no-repeat 0px -104px;
	padding-bottom: 7px;
	position: relative;
	padding-left: 18px;
	width: 245px;
	margin-right: 5px;
	margin-left: 15px;
}
#categories li ul {
	background: #FFFFFF;
	position: absolute;
	top: -10px;
	left: 0px;
	padding: 10px 10px 0px;
	border: 1px solid #CCCCCC;
	margin: 0px;
}
#categories li ul li {
	font-size: 100%;
	width: 120px;
	_width: 140px;
	margin-right: 0px;
	margin-left: 0px;
}
#sub_menu h3 {
	margin-bottom: 5px;
}
#sub_menu p {
	padding-top: 5px;
}
/* path contents */
#path {
	float: right;
	width: 680px;
	margin-top: 20px;
	margin-bottom: 0px;
}
#path li {
	float: left;
	padding-right: 20px;
	padding-left: 15px;
	background: url(../images/menu_bg.gif) no-repeat 0px -255px;
}
#contents {
	float: right;
	width: 680px;
	margin-top: 15px;
	z-index: 1;
	position: relative;
}
/* footer */
#bottom {
	background: url(../images/footer_bg.gif) repeat-x center top;
	clear: both;
	padding-top: 15px;
}
#footer {
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 55px;
}
#footer li {
	display: inline;
	color: #FFFFFF;
	font-size: 80%;
	line-height: 170%;
}
#footer p {
	text-align: right;
	margin-top: -25px;
}
/* text define */
#contents h3 {
	font-size: 120%;
	line-height: 130%;
	padding: 9px 7px 5px 32px;
	border: 1px solid #CCCCCC;
	background: url(../images/menu_bg.gif) no-repeat -320px -157px;
	color: #565655;
}
#contents h4 {
	font-size: 100%;
	line-height: 150%;
	border-bottom: 1px solid #023f73;
	background: url(../images/menu_bg.gif) no-repeat -320px -214px;
	padding-left: 17px;
	margin: 30px 5px 0px;
}
#contents h5 {
	font-size: 90%;
	line-height: 150%;
	margin: 20px 10px 0px;
	color: #023f73;
	border-bottom: 1px solid #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
}
#contents h6 {
	font-size: 90%;
	line-height: 150%;
	margin: 20px 10px 0px;
}
p, li, dt, dd, th, td {
	font-size: 90%;
	line-height: 170%;
}
#contents p {
	margin: 10px;
}
#contents dl {
	margin: 10px;
}
ul {
	list-style: none;
}
#contents ul {
	padding: 10px 10px 10px 30px;
	list-style: disc;
}
#contents ol {
	padding: 10px 10px 10px 37px;
}
#contents li {
	margin-top: 5px;
	margin-bottom: 5px;
}
table {
	margin: 10px;
	border-collapse: collapse;
	background: #FFFFFF;
}
th {
	padding: 5px 7px;
	text-align: left;
	vertical-align: top;
}
td {
	padding: 5px 7px;
	vertical-align: top;
}
caption {
	font-size: 70%;
	text-align: right;
	line-height: 200%;
}
#contents input {
	margin: 5px 0px;
}
blockquote {
	font-style: normal;
	font-size: 80%;
	line-height: 150%;
}
hr {
	margin: 20px 10px;
	clear: both;
}
.comment {
	font-size:75%;
}
strong {
	font-weight: bold;
}
/* class */
.center {
	text-align: center;
}
#contents .center th {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.fl_left {
	float: left;
	width: auto;
}
.fl_right {
	float: right;
	width: auto;
}
.cl_right {
	clear: right;
}
.cl_left {
	clear: left;
}
.cl_both {
	clear: both;
}
.red {
	color: #CC0000;
}
.li_bg {
	background: url(../images/menu_bg.gif) no-repeat -320px -218px;
	padding-left: 17px;
}
.li_arrow {
	background: url(../images/arrow_bg.gif) no-repeat left center;
	padding-left: 17px;
	color: #CC0000;
}
.square {
	background: url(../images/menu_bg.gif) no-repeat -320px -479px;
	padding-left: 17px;
}
.box {
	background: #F4F4F4;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	padding: 10px;
	clear: both;
}
#contents .box h5 {
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
#contents .box ul {
	padding-top: 0px;
	padding-bottom: 0px;
}
.box_blue {
	background: #f2fafe;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #023f73;
	padding: 5px;
	clear: both;
}
#contents .box_blue h4,#contents .box_white h4 {
	margin-top: 5px;
}
#contents .box_blue ul {
	list-style: none;
	padding-left: 15px;
}
.box_blue ul li {
	background: url(../images/menu_bg.gif) no-repeat -320px -214px;
	padding-left: 17px;
	position: relative;
}
.box_white {
	background: #FFF;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	padding: 10px;
	clear: both;
}
#contents .nobg {
	padding: 0px;
	background: url(none);
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
/* text link style */
#sub_menu li a {
	display: block;
}
#sub_menu li a:link {
	color: #000000;
	text-decoration: none;
}
#sub_menu li a:visited {
	color: #000000;
	text-decoration: none;
}
#sub_menu li a:hover {
	color: #666666;
	text-decoration: underline;
	background: #FFFFFF;
}
#sub_menu li a:active {
	color: #666666;
	text-decoration: underline;
	background: #FFFFFF;
}
/* footer link style */
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
#footer a:active {
	color: #FFFF00;
	text-decoration: underline;
}
/* etc */
.rollover {
}
.pagetop {
	text-align: right;
	clear: both;
	padding-top: 20px;
	padding-bottom: 10px;
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
}
/* --- aboutus layout --- */
#aboutus #contents dt {
	clear: left;
	float: left;
	width: 120px;
	font-weight: bold;
	color: #023f73;
	padding: 10px 5px 8px;
}
#aboutus #contents .achieve dt {
	width: 150px;
}
#aboutus #contents .achieve dd {
	padding-left: 170px;
}
#aboutus #contents dd {
	border-bottom: 1px solid #CCCCCC;
	padding: 10px 5px 8px 140px;
}
/* profile style */
#aboutus #contents #profile {
	background: url(none);
	table-layout: fixed;
}
#aboutus #contents #profile th {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom: 1px solid #CCC;
	background: url(none);
	color: #023f73;
	width: 125px;
}
#aboutus #contents #profile td {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom: 1px solid #CCC;
}

/* recruit style */
#aboutus #contents table {
	margin-bottom: 30px;
	width: 660px;
	margin-top: 20px;
}
#aboutus #contents th {
	width: 150px;
	background: #F6FBFE;
	padding: 7px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 5px solid #014084;
}
#aboutus #contents td {
	border: 1px solid #333333;
	padding: 7px;
}
#aboutus #contents ul {
	padding-left: 10px;
	list-style: none;
}
#aboutus #contents ul li strong {
	color: #023F73;
	background: url(../../aboutus/images/net_li.gif) no-repeat left center;
	padding-left: 15px;
}
#aboutus #contents ul ul {
	padding: 0px 0px 0px 10px;
}
#aboutus #contents ul ul li {
	font-size: 100%;
}
/* --- cantact layout --- */
#contact #contents table {
	margin-bottom: 20px;
	width: 670px;
}
#contact #contents th {
	width: 150px;
	background: #F6FBFE;
	padding: 10px 7px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 5px solid #014084;
}
#contact #contents td {
	border: 1px solid #333333;
	padding: 5px 7px;
}
#contact #contents li {
	color: #CC0000;
}
#contact #contents .center img {
	margin: 5px 0px;
}
/* --- home layout --- */
#home {
	background: url(../../home/images/body_bg.gif) repeat-x center top;
}
#home #sub_menu {
	float: right;
}
#home #contents {
	float: left;
	margin-top: 20px;
	clear: left;
	list-style: none;
}
/* service list */
#home #service_list {
	clear: left;
	padding-top: 15px;
}
#home #service_list .box_l, #home #service_list .box_c {
	float: left;
	width: 330px;
	background: url(../../home/images/home_bg.gif) no-repeat left bottom;
	margin-right: 5px;
}
#home #service_list .box_r {
	float: left;
	width: 330px;
	background: url(../../home/images/home_bg.gif) no-repeat left bottom;
}
#home #service_list .box_l h2 {
	background: url(../../home/images/home_bg.gif) no-repeat 0px 0px;
	width: 330px;
	height: 63px;
}
#home #service_list .box_c h2 {
	background: url(../../home/images/home_bg.gif) no-repeat -330px 0px;
	width: 330px;
	height: 63px;
}
#home #service_list .box_r h2 {
	background: url(../../home/images/home_bg.gif) no-repeat -660px 0px;
	width: 330px;
	height: 63px;
}
#home #service_list ul {
	margin: 10px 20px 15px;
}
#home #service_list li {
	background: url(../images/menu_bg.gif) no-repeat 0px -105px;
	padding-left: 18px;
}
#home #contents h3 {
	padding: 0px;
	background: url(none);
	border: none;
}
/* info */
#home #contents dl {
	margin: 5px 5px 30px;
}
#home #contents dt {
	clear: left;
	float: left;
	width: 80px;
	font-weight: bold;
	color: #023f73;
	padding: 10px 5px 8px;
}
#home #contents dd {
	border-bottom: 1px solid #CCCCCC;
	padding: 10px 5px 8px 100px;
}
#home #contents dd p {
	font-size: 100%;
	margin: 0px;
}
#home #contents #link_list {
	padding: 10px 5px;
}
#home #contents #link_list li {
	display: inline;
}
/* --- information layout --- */
#information #contents table {
	margin-bottom: 30px;
	width: 660px;
	margin-top: 20px;
}
#information #contents th {
	width: 150px;
	background: #F6FBFE;
	padding: 7px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 5px solid #014084;
}
#information #contents td {
	border: 1px solid #333333;
	padding: 7px;
}
#information #contents ul {
	padding-left: 10px;
	list-style: none;
}
/* --- maintenance layout --- */
#maintenance #contents table {
	margin-bottom: 30px;
	width: 660px;
	margin-top: 20px;
}
#maintenance #contents th {
	width: 150px;
	background: #F6FBFE;
	padding: 10px 7px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 5px solid #014084;
}
#maintenance #contents td {
	border: 1px solid #333333;
	padding: 5px 7px;
}
#maintenance #contents dt {
	clear: left;
	float: left;
	width: 120px;
	font-weight: bold;
	color: #023f73;
	padding: 10px 5px 8px;
}
#maintenance #contents .achieve dt {
	width: 150px;
}
#maintenance #contents dd {
	border-bottom: 1px solid #CCCCCC;
	padding: 10px 5px 8px 140px;
}
/* --- products layout --- */
#products #photos {
	margin-bottom: 40px;
}
#products #photos .panel {
	border-right: 1px solid #CCCCCC;
}
#products .filmstrip img {
	height: 50px;
	width: 50px;
}
#products #contents table {
	width: 660px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#products #contents .white_bg {
	background: #FFFFFF;
	visibility: hidden;
	width: 155px;
}
#products #contents .top_th {
	width: 38%;
	font-size: 70%;
	vertical-align: bottom;
}
#products #contents .top_th strong {
	font-size: 200%;
	color: #003366;
	line-height: 150%;
}
#products #contents .half td {
	width: 124px;
}
#products #contents th {
	background: #d4e5f5;
	border: 2px solid #FFFFFF;
	font-weight: normal;
}
#products #contents td {
	background: #eff5fb;
	border: 2px solid #FFFFFF;
}
/* index style */
#products #contents .index_area {
	padding: 7px 7px 30px;
	list-style: none;
}
#products #contents .index_area li {
	display: inline;
	padding-bottom: 5px;
}
#products #contents #fire-prevention_certification a {
	background: url(../../products/images/ico_pdf.gif) no-repeat left center;
	padding: 5px 5px 3px 25px;
	display: block;
}
/* table one_box style */
#products #contents .one_box {
	width: 410px;
}
#products #contents .one_box .top_th {
	width: 62%;
}
/* table sensor_one_box style */
#products #contents .sensor_one_box .top_th {
	width: 75%;
}
/* sensor5 table style */
#products #contents .three_box .top_th {
	width: 28%;
}
/* --- renewal layout --- */
#renewal #contents table {
	margin-bottom: 30px;
	width: 660px;
	margin-top: 20px;
}
#renewal #contents th {
	width: 150px;
	background: #F6FBFE;
	padding: 10px 7px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 5px solid #014084;
}
#renewal #contents td {
	border: 1px solid #333333;
	padding: 5px 7px;
}
#renewal #contents .sekonaiyo {
	background: #f2fafe;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #023f73;
}
#renewal #contents .sekonaiyo h5 {
	border-style: none;
	background: url(../../renewal/images/sekonaiyo_h5.gif) no-repeat left bottom;
	padding-top: 5px;
	padding-left: 40px;
	padding-bottom: 7px;
	font-size: 110%;
	margin-bottom: 20px;
	position: relative;
	margin-top: 15px;
}
#renewal #contents .sekonaiyo ul {
	list-style: none;
	padding-top: 0px;
	padding-left: 15px;
}
#renewal #contents .sekonaiyo li {
	background: url(../images/menu_bg.gif) no-repeat -320px -214px;
	padding-left: 17px;
	position: relative;
}
#renewal #contents #mf_feature {
	padding: 10px;
	border: 1px solid #CCC;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 40px;
}

#renewal #contents #mf_feature h5 {
	margin: 10px 10px 30px;
	border-bottom: none;
	padding-right: 0px;
	padding-left: 0px;
}
/* --- privacy layout --- */
#privacy #contents ol li {
	margin-bottom: 10px;
}
#privacy #contents ol ol li {
	margin-bottom: 5px;
	font-size: 100%;
}
/* --- sitemap layout --- */
#sitemap #contents h4 {
	border-style: none;
}
#sitemap #contents .fl_block {
	float: left;
	width: 310px;
	margin-right: 20px;
}
#sitemap #contents li {
	background: url(../images/menu_bg.gif) no-repeat 0px -255px;
	padding-left: 18px;
}
#sitemap #contents ul {
	list-style: none;
	padding-left: 15px;
}
#sitemap #contents ul ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#sitemap #contents ul ul li {
	font-size: 100%;
}
/* --- topics layout --- */
.lease #contents .box_blue {
	width: 390px;
	_width: 400px;
	clear: none;
}

#topics #contents table {
	margin-bottom: 30px;
	width: 660px;
	margin-top: 20px;
}
#topics #contents th {
	width: 150px;
	background: #F6FBFE;
	padding: 7px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 5px solid #014084;
}
#topics #contents td {
	border: 1px solid #333333;
	padding: 7px;
}
#topics #contents ul {
	padding-left: 10px;
	list-style: none;
}

