/* @override http://waco.local:8888/css/common.css */

@charset "utf-8";

body{
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	background: #262626;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#allwrap{
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

h1{
	margin: 10px auto 3px auto;
	width: 800px;
	font-size: 10px;
	text-align: right;
}
a:link,
a:visited{
	color: #FF9900;
	text-decoration: underline;
}
a:hover{
	color: #FF5500;
	text-decoration: none;
}
a:active{
	color: #FF0000;
}


/* @group header */

#header{
	overflow: hidden;
}
* html #header{
	height: 1%;
}
#header h2{
	margin: 0 11px 0 0;
	padding: 0;
	width: 320px;
	height: 35px;
	text-align: center;
	font-size: 1px;
	text-indent: -9999px;
	background: url(/images/logo2.gif) no-repeat;
}
#header h2 a{
	display: block;
	height: 100%;
}
#header .menu li{
	display: inline;
}
#header .menu li a{
	display: block;
	float: left;
	height: 45px;
	width: 160px;
	text-indent: -9999px;
	font-size: 1px;
	background: url(/images/menu.gif) no-repeat;
}
#header .menu a.home:hover,
#header .menu.home .home {
	background-position: 0 -100px;
}
#header .menu a.profile{
	background-position: -160px 0;
}
#header .menu a.profile:hover,
#header .menu.profile a.profile{
	background-position: -160px -100px;
}
#header .menu a.machinery{
	background-position: -320px 0;
}
#header .menu a.machinery:hover,
#header .menu.machinery a.machinery{
	background-position: -320px -100px;
}
#header .menu a.access{
	background-position: -480px 0;
}
#header .menu a.access:hover,
#header .menu.access a.access{
	background-position: -480px -100px;
}
#header .menu a.inquiry{
	background-position: -640px 0;
}
#header .menu a.inquiry:hover,
#header .menu.inquiry a.inquiry{
	background-position: -640px -100px;
}

/* @end */

#contents{
	clear: both;
	overflow: hidden;
	padding: 20px 0 0 0;
}
* html #contents{
	height: 1%;
}

#main .section{
	clear: both;
	overflow: hidden;
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
}
* #main .section{
	height: 1%;
}
#main h3{
	margin: 0 0 10px 0;
	padding: 0 0 0 35px;
	line-height: 30px;
	font-size: 18px;
	background: url(/images/title.gif) no-repeat;
	background-position: 5px 5px;
}
#main .section h4{
	margin: 0 0 5px 0;
	padding: 0 0 0 17px;
	font-weight: bold;
	font-size: 16px;
	background: url(/images/pt1.gif) no-repeat;
	background-position: 4px 7px;
}
#main .section p{
	margin: 0 0 1.5em 0;
	line-height: 1.5em;
}


/* @group sidebar */

#sidebar{
	float: right;
	width: 210px;
	border: 1px solid #666666;
	padding: 20px;
	background: url(/images/bg1.jpg);
}
#sidebar .company{
	margin: 0 0 10px 0;
	font-size: 18px;
}
#sidebar p{
	margin: 0 0 1em 0;
}

/* @end */

/* @group footer */

#footer{
	position: relative;
	clear: both;
	margin: 30px 0 0 0;
	padding: 10px 10px 50px 10px;
	background: url(/images/bg2.gif) no-repeat;
	background-color: #333333;
}
#footer .gotop{
	position: absolute;
	top: -17px;
	display: block;
	width: 60px;
	height: 11px;
	font-size: 1px;
	text-indent: -9999px;
	background: url(/images/bt_gotop.gif) no-repeat;
}
#footer .gotop:hover{
	background-position: 0 2px;
}

#footer .social{
	position: absolute;
	top: -27px;
	right: 0;
}
#footer .social li{
	display: inline;
}

#footer .menu{
	border-right: 1px solid #FFFFFF;
	padding: 0 4px 0 0;
	line-height: 12px;
	text-align: right;
}
#footer .menu li{
	display: inline;
	border-left: 1px solid #FFFFFF;
	padding: 0 4px 0 8px;
	font-size: 12px;
}
#footer .menu li a{
	text-decoration: none;
	color: #FFFFFF;
}
#footer .menu li a:hover{
	text-decoration: underline;
	color: #FF9900;
}
#footer h4{
	margin: -15px 0 10px 0;
	font-size: 18px;
}
#footer p{
	margin: 0 0 1em 0;
	font-size: 12px;
}
#footer address{
	margin: 10px 0;
	font-size: 12px;
	line-height: 1.5em;
}
#footer .copy{
	margin: 30px 0 0 0;
	text-align: center;
	font-size: 11px;
}

/* @end */