@charset "UTF-8";
/* CSS Document */
h1, h2, h3, h4, h5, h6,p {
	color: #666666;
}
p, dt,dd {
	font: 75%/1.2em "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", san-serif;
}
body {
	background: #333333 url(../images/bg.png);
}
#wrapper {
	width: 812px;
	height: 533px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}
#header {
	height: 52px;
	position: relative;
	background: url(../images/header_bg.gif);
}
#logo {
	height: 42px;
	width: 200px;
	float: left;
	clear: right;
	margin-top: 10px;
	margin-left: 24px;
}
#utilityNavigation {
	position: absolute;
	right: 0px;
	width: 200px;
	height: 23px;
	bottom: 0px;
	margin-right: 23px;
}
#utilityNavigation li {
	position: absolute;
	width: 100px;
	top: 0px;
	height: 23px;
}
#utilityNavigation  a {
	height: 23px;
	width: 100px;
	display: block;
}
#utilityNavigation li#navSiteMap {
	right: 100px;
	text-indent: -9999px;
	background: url(../images/sitemap_bg.gif);
}
#utilityNavigation li#navInquiry {
	right: 0px;
	text-indent: -9999px;
	background: url(../images/contact_bg.gif);
}
#navi {
	height: 28px;
	width: 100%;
	background: url(../images/navi_bg.gif) repeat-x;
}
#globalNavigation {
	height: 28px;
	width: 700px;
	display: block;
	float: left;
	padding-left: 57px;
}
#globalNavigation ol {
	float: left;
	height: 28px;
	display: block;
	width: 100px;
}
#globalNavigation a {
	display: block;
	float: left;
	height: 28px;
	width: 100px;
}

div.breadcrumbs {
	overflow:hidden;
	margin:0;
	padding:0;
	height:18px;
	line-height:18px;
	/*-- sample only --*/
	color:#333333;
	background: url(../images/crumbs_bg.gif);
	width: 700px;
}
.breadcrumbs p {
	font: 9px/17px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-indent: 0.2em;
	display: inline;
}
div.breadcrumbs a, div.breadcrumbs em, div.breadcrumbs span {
	float:left;
	overflow:hidden;
	height:18px;
	padding:0 8px;
	font-style:normal;
}
div.breadcrumbs span {
	background:url(../images/crumbs.png) no-repeat left center;
	overflow:hidden;
	padding:0 0 0 7px;
	width:0px;
	filter:alpha(opacity=40);
	opacity:0.4;
}
#footer {
	height: 38px;
	width: 812px;
	text-align: center;
	font: 75% Arial, Helvetica, sans-serif;
	float: left;
	background: url(../images/footer_bg.png);
	clear: both;
}
#site_nav {
	position: relative;
	width: 80px;
	height: 16px;
	left: 0px;
	float: left;
	padding-left: 10px;
	top: 18px;
}
#site_nav li {
	position: absolute;
	width: 80px;
	top: 0px;
	height: 16px;
}
#site_nav a {
	height: 16px;
	width: 80px;
	display: block;
	font: 10px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #CCCCCC;
}
#site_nav #privacy {
	left: 10px;
}
s

