/*company.css*/

/*contents*/
div#contents{
	float: right;
	margin-bottom: 10px;
	width: 550px;
}
div#contents h1.company{
	display: block;
	width: 550px;
	height: 80px;
	background: #FFFFFF url("../image/company/contents_company.png") no-repeat top left;
	text-indent: -9999px;
}

div#contents h1.company{
	display: block;
	width: 550px;
	height: 80px;
	background: #FFFFFF url("../image/company/contents_company.png") no-repeat top left;
	text-indent: -9999px;
}

div#contents h1.privacy{
	display: block;
	width: 550px;
	height: 80px;
	background: #FFFFFF url("../image/company/contents_privacy.png") no-repeat top left;
	text-indent: -9999px;
}

div#contents h1.sitemap{
	display: block;
	width: 550px;
	height: 80px;
	background: #FFFFFF url("../image/company/sitemap.png") no-repeat top left;
	text-indent: -9999px;
}

div#contents h2{
	margin: 20px 0 10px 0;
	background: #FFFFFF url("../image/company/background_h2.png") no-repeat bottom;
	width: 528px;
	padding: 5px 10px;
	border: 1px #CCCCCC solid;
	font-size: small;
    color: #006699;
}
div#contents h2 span{
	background: transparent url("../image/company/icon_h2.gif") no-repeat center left;
	padding-left: 20px;
}
div#contents p{
	margin: 10px 0 20px 0;
}
div#contents div.contact{
	margin: 20px 0 20px 0;
}
div#contents a.contact{
	display: block;
	overflow: hidden;
	width: 518px;
	height: 65px;
	background: #FFFFFF url("../image/company/contact_seo.png") no-repeat top left;
	text-indent: -9999px;
}
div#contents a.contact:hover{
	background-image: url("../image/company/contact_seo.png");
	background-position: 0 -68px;
}

/*navigation*/
div#navigation{
	float: left;
	width: 200px;
}

div#navigation h3{
	background: transparent url("../image/company/navigation_background.png") repeat-x bottom left;
	padding: 5px 10px;
	border: 1px #CCCCCC solid;
	font-size: small;
	color: #006699;
}

div#navigation ul{
	margin-bottom: 5px;
}

div#navigation ul li{
	display: block;
	background: #F5F5F5 url("../image/company/arrow.png") no-repeat center left;	padding: 7px 0 7px 25px;
	border-left:1px #CCCCCC solid;
	border-right:1px #CCCCCC solid;
	border-bottom:1px #CCCCCC solid;
	list-style: none;
}
