@charset "euc-jp";
/*---------------------------------------------------
	タグの初期化
----------------------------------------------------*/
* {
	margin : 0;
	padding : 0;
}
h1,h2,,h3,h4,h5,ul,li{
	margin:0;
	padding:0;
	font-style:normal;
}
img{
	border:none;
}
/*---------------------------------------------------
	共通スタイル
----------------------------------------------------*/
.clear{
	clear: both;
}
.text-red{
	color:#CC0000;
}
.text-small{
	font-size:10px;
}
.contact-link {
	display:block;
	text-align:right;
	margin:10px 0px 10px 0px;
	padding:0px 10px 0px 0px;
}

.contact-link a {
	background:url(../images/icon_arrows.gif) no-repeat left center;
	margin:0;
	padding:0px 0px 0px 18px;
}


/*---------------------------------------------------
	トップレイアウト
----------------------------------------------------*/
body{
	margin:0;
	padding:0;
	text-align:center;
	background:#ffffff;
	color:#333333;
	font-size:12px;
}
#wrapper{
	text-align:left;
	margin:0 auto;
}

/*header-------------------*/
#header{
	background:url(../images/header_bg.jpg) repeat-x;
	height:66px;
	text-align:center;
}
#headerContents{
	width:778px;
	margin:0 auto;
}
#rogo{
	float: left;
	width:178px;
	height:30px;
	margin:15px 0 0 10px;
}
#headerMenu{
	float: right;
	margin:5px 10px 10px 0;
}
#header #topMenu{
	background:url(../images/icon_arrows.gif) no-repeat left center;
	text-indent:18px;
	margin:0 0 5px 60px;
	text-alin:right;
}
#header #contact a{
	background:url(../images/btn_contact.jpg) no-repeat left center;
	border:none;
	width:127px;
	height:25px;
	display:block;
	text-indent:-99999px;
}

/*contents-------------------*/
#contents{
	clear: both;
	text-align:center;
	background:url(../../images/top_bg.jpg) repeat-x;
}
p{
	line-height:1.3em;
	margin:10px 0;
}
/*contents>mainContents-------------------*/
#mainContents{
	padding:0;
	width:778px;
	margin:0 auto;
}
/*contents>mainContents>topbox-------------------*/
#mainContents #topBox{
	margin:0;
}
#mainContents h2.catch{
	float: left;
	margin:18px 0 0 15px;
}
#mainContents h2.linkPump{
	float: left;
	margin:0 0 10px 15px;
}

#mainContents h2.linkAppli{
	float: right;
	margin:5px 0 0 0;
}
#mainContents .mainImage{
	clear: both;
	margin:10px 0;
}

/*contents>mainContents>middleBox-------------------*/

#mainContents #middleBox{
	margin:10px auto;
	width:690px;
}
#middleBox h2.linkCylinder{
	float: left;
	margin:0;
}
#middleBox h2.linkValves{
	float: left;
	margin:0 10px 0 0;
}
#middleBox h2.linkUnet{
	float: left;
	margin:0 10px 0 0;
}

/*contents>mainContents>bottomBox-------------------*/

#mainContents #bottomBox{
	margin:10px auto;
	width:690px;
	clear: both;
}

#bottomBox #topNews{
	float: left;
	margin:0 10px 0 0;
	background:url(../../images/news_bg.jpg) repeat-x;
	width:450px;
}
#bottomBox #topNews #news{
	background: url(../../images/h3_news.gif) no-repeat;
	width:450px;
	height: 29px;
}
#bottomBox #topNews #news #newsList{
	background:url(../images/icon_arrows.gif) no-repeat left center;
	text-indent:18px;
	color:#000099;
	font-size:110%;
	float:right;
	margin:10px 5px 0 0 ;
}

#bottomBox dl{
	text-align:left;
	margin:10px 0 0 13px;
	clear: both;
}
#bottomBox dt{
	background:url(../images/icon_arrows2.gif) no-repeat left top;
	padding:0 0 0 15px;
	margin:5px 0;
	color:#000099;
	font-size:110%;
	font-weight:bold;
}
#bottomBox dd{
	padding:0 0 5px 0;
	margin:0 0 0 15px;
}
/*contents>mainContents>bottomBox>topSnavi-------------------*/
#bottomBox #topSnavi{
	float: left;
	margin:0 0 50px 0;
}

#bottomBox h2.linkCostom{
	margin:0 0 5px 0;
}

#bottomBox h2.linkWhats{
	margin:0 0 10px 0;
}

#bottomBox #topSnavi p.linkBanner{
	margin:0 0 10px 0;
	text-align:right;
}

/*contents>footer-------------------*/
#footer{
	clear: both;
	background: url(../images/footer_bg.jpg) repeat-x;
	text-align:center;
	-margin-top:50px;
}
#footer #footerBox{
	width:778px;
	margin:0 auto;
}
#footer #copyright{
	clear: both;
	background-image: url(../images/copyright.gif);
	text-indent:-99999px;
	height: 20px;
	width: 400px;
	margin:15px auto;
	text-align:center;
}
#footer .footerLink{
	float: right;
	background:url(../images/icon_arrows.gif) no-repeat left center;
	text-indent:18px;
	margin:10px 10px 0 0;
}

/*---------------------------------------------------
	Not Found
----------------------------------------------------*/
#error-contents {
	position:relative;
	height:210px;
	margin:0 0 0 45px;
	text-align:left;
}

#error-contents p {
	font-size:200%;
	font-weight:bold;
	text-indent:0px;
}

#error-contents ul {
	list-style-type: none;
	margin:10px 0 0 0;
	font-size:100%;
}
#error-contents li {
	padding:0 0 5px 0;
}

#error-contents .topLink{
	background:url(../images/icon_arrows.gif) no-repeat left top;
	text-indent:18px;
	margin:12px 0 0 0;
}

#error-contents .sitemapLink{
	background:url(../images/icon_arrows.gif) no-repeat left top;
	text-indent:18px;
	margin:12px 0 0 0;
}
