p,h1,h2,h3,h4,h5,h6,li,ul,form{margin:0; padding:0;}

/*サイト共通*/
body{
	background-color:#00b267;
}

/*コンテンツ左端を画面中央。影つきの背景*/
#conteiner{
	text-align:center;
	background-image: url(../image/bg011.gif);
	background-repeat: repeat-y;
	background-position: center;
}
/*コンテンツ幅760pxの箱。画面中央。*/
#inbox {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

/*ヘッダー*/
#header .catch		{
	font-size:small;
	padding:2px 10px 2px 0px;
	text-align: right;
	background-color: #EAF4E0;
}
#header .rogo       {
	height: 31px;
	background-image: url(../image/top011.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-size:medium;
	font-weight:bold;
	text-align:right;
	padding-right:10px;
}
#header .navi       {
	height: 35px;
	background-image: url(../image/top02.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-left: 20px;
}
#header .navi a{
	display: block;
	float: left;
	height:35px;
	line-height: 35px;
	background-image: url(../image/top03.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 10px;
	padding-left: 15px;
	font-size:medium;
	font-weight:bold;
	color:#333333;
	text-decoration: none;
}

#header .navi a:hover{
	color:#3300CC;
}

/*フッター*/
#footer{
	clear:both;
	margin-top:25px;
	height: 45px;
}
#footer .copyright{
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 25px;
	font-size: small;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#top,#company,#inquiry{}



