@charset "utf-8";
@import "common.css";


/* ___________________________________________________________ header */

h2 {
	top : 0;
	width : 222px;
	height : 50px;

}
h2 a {
	background : url(../images/common/logo.gif) no-repeat 0 0 transparent;
	width : 222px;
	height : 50px;
}

/* ___________________________________________________________ credit */

.home h3.credit {
	overflow : hidden;
	background-image : url(../images/credit/home.jpg);
	height : 218px;
	text-indent : -2000px;
}
.business h3 {
	background-image : url(../images/credit/business.jpg);
}
.about h3 {
	background-image : url(../images/credit/about.jpg);
}
.access h3 {
	background-image : url(../images/credit/access.jpg);
}
.global h3 {
	background-image : url(../images/credit/global.jpg);
}

/* ___________________________________________________________ navigation */

div#header ul.navigation li a {
	margin-left : 0 !important;
}
div#header ul.navigation li.home a {
	margin-left : 0 !important;
	background-image : url(../images/common/home.gif);
	width : 159px;
}
div#header ul.navigation li.about a {
	background-image : url(../images/common/about.gif);
	width : 159px;
}
div#header ul.navigation li.business a {
	background-image : url(../images/common/business.gif);
	width : 159px;
}
div#header ul.navigation li.access a {
	background-image : url(../images/common/access.gif);
	width : 161px;
}
div#header ul.navigation li.contact a {
	background-image : url(../images/common/contact.gif);
	width : 162px;
}

/* ___________________________________________________________ business */

div.section {
	padding-left : 0 !important;
	padding-right : 0 !important;
}
.business .caption {
	font-size : 0.8em;
}
.business td {
	text-align : center;
}

/* ___________________________________________________________ about */

address.summary {
	margin-left : 175px;
}
.sitemap h5 {
	padding : 0;
	line-height : 25px;
	height : 25px;
}
.about #contents dt,
.blog #contents dt {
	font-weight : bold;
}
p.sign {
	float : right;
}
/*
.home h4 {
	margin-left : 165px;
}
*/
