/*******************************************************************************
タグ
*******************************************************************************/
body {
	margin: 0;
	padding: 0;
	background-color: #E6E6C8;
	color: #323232;
	font-size: 90%;
	line-height: 1.4em;
	letter-spacing: .1em;
	font-family: "ＭＳ Ｐゴシック", Osaka;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 1em;
}

img {
	border: none;
}

/*******************************************************************************
共通class
*******************************************************************************/
.clear {
	clear: both;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.note {
	font-size: 90%;
	color: #646464;
}

.floating {
	overflow: hidden;
}

.floating:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .floating {
    height: 1em;
    overflow: visible;
}
/**/

/*******************************************************************************
共通ID
*******************************************************************************/
#wrapper {
	width: 736px;
	margin: 0 auto;
	padding: 0 auto;
}
#wrapperFooter {
	width: 100%;
	margin: 0 auto;
	padding: 0 auto;
}

#header {
	width: 736px;
	height: 83px;
	background: url(/images/common/header.jpg) no-repeat;
	position: relative;
}
	#header h1 {
		width: 415px;
		height: 42px;
		position: absolute;
		top: 30px;
		left: 20px;
		font-size: 0;
		line-height: 0;
	}
	#header h1 a {
		display: block;
		width: 415px;
		height: 42px;
		background: url(/images/common/logo.jpg) no-repeat;
		text-indent: -9999px;
		text-decoration: none;
	}

	#header h2 {
		width: 450px;
		height: 25px;
		position: absolute;
		top: 15px;
		left: 25px;
	}
	#header h2 a {
		width: 450px;
		height: 25px;
		font-size: 10px;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
	}

	#header h3 {
		width: 208px;
		height: 77px;
		position: absolute;
		top: 0;
		left: 512px;
		font-size: 0;
		line-height: 0;
	}
	#header h3 a {
		display: block;
		width: 208px;
		height: 77px;
		background: url(/images/common/contact.jpg) no-repeat;
		text-indent: -9999px;
		text-decoration: none;
	}

#headerMenu {
	clear: both;
	width: 690px;
	height: 48px;
	padding: 10px 23px;
	background: url(/images/common/contents.jpg) repeat-y center top;
}
	#headerMenu ul {
		width: 690px;
		height: 48px;
		margin: 0 auto;
		padding: 0;
		list-style: none;
	}
	#headerMenu ul li {
		width: 138px;
		height: 48px;
		float: left;
		font-size: 0;
		font-weight: 0;
	}
	#headerMenu ul li a {
		display: block;
		width: 138px;
		height: 48px;
		text-indent: -9999px;
		text-decoration: none;
	}

	#headerMenu ul li a.home {
		background: url(/images/common/menuHome.png) no-repeat;
	}
	#headerMenu ul li a.home:hover {
		background: url(/images/common/menuHomeMO.png) no-repeat;
	}
	#headerMenu ul li a.homeActive {
		background: url(/images/common/menuHomeActive.png) no-repeat;
	}

	#headerMenu ul li a.company {
		background: url(/images/common/menuCompany.png) no-repeat;
	}
	#headerMenu ul li a.company:hover {
		background: url(/images/common/menuCompanyMO.png) no-repeat;
	}
	#headerMenu ul li a.companyActive {
		background: url(/images/common/menuCompanyActive.png) no-repeat;
	}

	#headerMenu ul li a.service {
		background: url(/images/common/menuService.png) no-repeat;
	}
	#headerMenu ul li a.service:hover {
		background: url(/images/common/menuServiceMO.png) no-repeat;
	}
	#headerMenu ul li a.serviceActive {
		background: url(/images/common/menuServiceActive.png) no-repeat;
	}

	#headerMenu ul li a.eco {
		background: url(/images/common/menuEco.png) no-repeat;
	}
	#headerMenu ul li a.eco:hover {
		background: url(/images/common/menuEcoMO.png) no-repeat;
	}
	#headerMenu ul li a.ecoActive {
		background: url(/images/common/menuEcoActive.png) no-repeat;
	}

	#headerMenu ul li a.contact {
		background: url(/images/common/menuContact.png) no-repeat;
	}
	#headerMenu ul li a.contact:hover {
		background: url(/images/common/menuContactMO.png) no-repeat;
	}
	#headerMenu ul li a.contactActive {
		background: url(/images/common/menuContactActive.png) no-repeat;
	}

#contents {
	clear: both;
	width: 690px;
	padding: 0px 23px 50px 23px;
	background: url(/images/common/contents.jpg) repeat-y center top;
}
	#contents h2 {
		margin-bottom: 30px;
	}

	#contents h3 {
		margin: 0 0 20px 0;
		padding: 0 0 7px 3px;
		background: url(/images/common/line.gif) repeat-x left bottom;
	}

	#contents h4 {
		margin: 0 0 5px 0;
		padding: 0 0 5px 18px;
		background: url(/images/common/dot.gif) no-repeat 4px 1px;
	}

	#contents a {
		color: #64B4C8;
	}

#footerMenu {
	clear: both;
	width: 736px;
	background: url(/images/common/footerMenu.jpg) no-repeat center top;
	padding-top: 10px;
}
	#footerMenu p {
		margin: 0;
		padding-bottom: 7px;
		text-align: center;
	}
	#footerMenu p a {
		color: #323232;
		letter-spacing: .2em;
		font-size: 75%;
	}

#copyright {
	background: #B4B496;
}
	#copyright h3 {
		padding: 5px 0;
		text-align: center;
		font-size: 75%;
		font-weight: normal;
		color: #323232;
	}

/*******************************************************************************
contents
*******************************************************************************/

#error404 h2 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-align: left;
}

#error404 p {
	margin: 20px 0 100px 0;
}

/******************************************************************************/

#home .catch {
	float: left;
	width: 260px;
	text-align: center;
}
#home .text {
	float: right;
	width: 400px;
	padding-right: 10px;
}

/******************************************************************************/

#company .photo {
	float: left;
	width: 260px;
	text-align: center;
}
#company .idea {
	float: right;
	width: 400px;
	padding-right: 10px;
}
#company .idea .signature {
	text-align: right;
}

#company .profile {
	width: 650px;
	background: url(/images/company/image1.jpg) no-repeat bottom right;
	padding-left: 5px;
}
#company .profile table th {
	width: 100px;
	padding-left: 18px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	background: url(/images/common/dot.gif) no-repeat 4px 4px;
}
#company .profile table ul {
	list-style: none;
}

/******************************************************************************/

#service .image {
	float: left;
	width: 250px;
	margin-left: 10px;
	padding-bottom: 30px;
}

#service .text {
	float: right;
	width: 400px;
	padding-right: 10px;
}

#service .note {
	padding: 0 10px;
}

/******************************************************************************/

#eco .image {
	float: left;
	width: 260px;
	text-align: center;

}

#eco .text {
	float: right;
	width: 400px;
	padding-right: 10px;
}

/******************************************************************************/

#contact {
}

#contact p {
	padding: 0 10px;
}

#contact .required {
	color: #ff0000;
	font-size: 80%;
	font-weight: bold;
	padding-left: .2em;
}

#contact .error {
	margin: 0;
	padding: 0;
	color: #ff0000;
	font-size: 80%;
	font-weight: bold;
}

#contact table {
	empty-cells: show;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	width: 98%;
	margin: 0 auto;
}


#contact table td,
#contact table th {
	padding: 5px;
	font-weight: normal;
	font-size: 90%;
	text-align: left;
	vertical-align: top;
	border: 1px solid #ccc;
}
#contact table th {
	width: 200px;
}

#contact input,
#contact textarea {
	padding: 3px;
	border: 1px solid #777;
}

#contact .name,
#contact .company,
#contact .department {
	width: 200px;
	ime-mode: active;
}

#contact .address {
	width: 250px;
	ime-mode: active;
}

#contact .email,
#contact .tel {
	width: 200px;
	ime-mode: disabled;
}

#contact .zip {
	width: 100px;
	ime-mode: disabled;
}

#contact .message {
	width: 350px;
	height: 200px;
}

#contact table tr.submit th,
#contact table tr.submit td {
	border: none;
	padding: 15px 0 0 0;
}

#contact table tr.submit td {
	text-align: right;
}

/******************************************************************************/

#link .titles {
	font-size: 75%;
	text-align: center;
}

#link .individual {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #323232;
}
	#link .individual h4 {
		font-weight: normal;
		font-size: 90%;
		line-height: 1em;
		background: url(/images/common/dot.gif) no-repeat 4px 2px;
	}
	#link .individual p {
		margin: 0;
		padding: 0 15px 0 15px;
		font-size: 90%;
	}
