@charset "UTF-8";

/*------------------------------------------------------------------------------
	CSS Info.

	local page style
------------------------------------------------------------------------------*/

/* general
----------------------------------------------------*/
p,th,td,li,dt,dd,span,strong,a {
	font-size: 12px;
	line-height: 1.6;
}

#main a {
	color: #03C;
}

.pankuzu {
}

.section{
	clear: both;
	margin: 0 0 1em 0;
}

.pageTop{
	clear: both;
	text-align: right;
	padding-top: 3em;
}

.detail a {
	background: url(../img/share/list_red.gif) no-repeat 0 2px;
	padding-left: 14px;
}


/* h
----------------------------------------------------*/
#main h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	border-bottom: #F00 solid 2px;
	padding-bottom: 5px;
	margin: 10px 0;
}

#local h3 {
}


/* text
----------------------------------------------------*/
p {
	margin-bottom: 1em;
}

.txt_center {
	text-align: center;
}

.txt_right {
	text-align: right;
}

.red {
	color: #F00;
}

.blue {
	color: #00F;
}


/* list
----------------------------------------------------*/
ul.disc li {
	margin-left: 20px;
	list-style-type: disc;
}

ul.square li {
	margin-left: 20px;
	list-style-type: square;
}

ol li {
	margin-left: 20px;
	list-style-type: decimal;
}

div#news dl dt {
	float: left;
	width: 100px;
	padding: 5px 0 5px 10px;
	clear: both;
	color: #BF0000;
	font-weight: bold;
	border-bottom: #CCC dashed 2px;
}

div#news dl dd {
	margin-left: 100px;
	padding: 5px 5px 5px 10px;
	border-bottom: #CCC dashed 2px;
}


/* table
----------------------------------------------------*/
table {
	width: 100%;
}

th,td {
	padding: 10px;
}


/* toppage
----------------------------------------------------*/
#top_main {
	height: 230px;
	background: url(../img/top/main.png) no-repeat;
	position: relative;
}

#top_main #lead {
	position: absolute;
	top: 135px;
	left: 620px;
	width: 300px;
	height: 90px;
}

#top_main p {
	font-family: "Adobe Garamond Pro", "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0;
	color: #FFF;
	font-size: 18px;
	line-height: 1.4;
}

#top_navi {
	height: 65px;
	background: url(../img/top/bg_navi.png) no-repeat;
}

*html #top_navi {
 margin-bottom: -4px;
}

#top_navi ul li {
	float: left;
}

#top_navi ul li a {
	display: block;
	text-indent: -9877em;
	text-decoration: none;
	overflow: hidden;
	height: 65px;
	line-height: 0;
}

#top_navi ul li#home a {
	width: 103px;
	background: url(../img/top/bg_navi.png) no-repeat 0 0;
}

#top_navi ul li#president a {
	width: 161px;
	background: url(../img/top/bg_navi.png) no-repeat -103px 0;
}

#top_navi ul li#machinery a {
	width: 187px;
	background: url(../img/top/bg_navi.png) no-repeat -264px 0;
}

#top_navi ul li#company a {
	width: 198px;
	background: url(../img/top/bg_navi.png) no-repeat -451px 0;
}

#top_navi ul li#catalogs a {
	width: 86px;
	background: url(../img/top/bg_navi.png) no-repeat -649px 0;
}


/* navi_on
----------------------------------------------------*/
#top_navi ul li#home a:hover,
#top_navi ul li#home.on a  {
	width: 103px;
	background: url(../img/top/bg_navi_on.png) no-repeat 0 0;
}

#top_navi ul li#president a:hover,
#top_navi ul li#president.on a  {
	width: 161px;
	background: url(../img/top/bg_navi_on.png) no-repeat -103px 0;
}

#top_navi ul li#machinery a:hover,
#top_navi ul li#machinery.on a  {
	width: 187px;
	background: url(../img/top/bg_navi_on.png) no-repeat -264px 0;
}

#top_navi ul li#company a:hover,
#top_navi ul li#company.on a  {
	width: 198px;
	background: url(../img/top/bg_navi_on.png) no-repeat -451px 0;
}

#top_navi ul li#catalogs a:hover,
#top_navi ul li#catalogs.on a  {
	width: 86px;
	background: url(../img/top/bg_navi_on.png) no-repeat -649px 0;
}
