@charset "Shift_JIS";
/* CSS Document */

@import url("nav.css");
@import url("dropdown.css");

* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	font-family: "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	background: url(../images/common/bg_body.jpg) no-repeat center top;
	font-size: 90%;
}

h1 , h2 , h3 , h4 , h5 {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

img {
	border-style: none;
}

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}
.f_right {
	float: right;
}
.f_left {
	float: left;
}
.t_right {
	text-align: right;
	padding-top: 5px;
}
.t_center{
	text-align: center;
}

/* ƒŠƒ“ƒN
---------------------------------------------------- */
a:link, a:active {
  color: #06c;
  background: transparent;
	text-decoration: none;
}
a:visited {
	color: #039;
	background: transparent;
}
a:hover {
  color: #0cf;
  background: transparent;
  text-decoration: underline;
  text-decoration: underline;
}

/* layout divs
---------------------------------------------------- */

#wrapper {
	margin: 0px auto;
	width: 1010px;
}

#header {
	height: 90px;
	width: 1000px;
	background: url(../images/common/header.jpg) no-repeat 0px 0px;
	padding: 5px;
}

#footer {
	width: 1010px;
	background: url(../images/common/bg_footer.gif) no-repeat 0px 0px;
	text-align: center;
	font-size: 80%;
	height: 36px;
	line-height: 36px;
	padding: 25px 0px 45px;
}


/* #header styles
---------------------------------------------------- */
#logo{
	float: left;
	height: 60px;
	width: 400px;
}
#hBox{
	background: url(../images/common/fontsize.gif) no-repeat 0px 0px;
	float: right;
	height: 28px;
	width: 185px;
	margin-top: 16px;
	padding-left: 87px;
}
#hBox a {
	text-decoration: none;
	text-indent: -9999px;
}
#hBox a:hover {
	text-decoration: none;
}
#hBox a.fontSmall {
	display: block;
	float: left;
	height: 20px;
	width: 54px;
	background: url(../images/common/fontsize.gif) no-repeat -87px -3px;
	margin-top: 3px;
}
#hBox a.fontMid {
	display: block;
	float: left;
	height: 20px;
	width: 54px;
	background: url(../images/common/fontsize.gif) no-repeat -141px -31px;
	margin-top: 3px;
}
#hBox a.fontLarge {
	display: block;
	float: left;
	height: 20px;
	width: 54px;
	background: url(../images/common/fontsize.gif) no-repeat -195px -3px;
	margin-top: 3px;
}

/* #nav styles
---------------------------------------------------- */
#nav{
	height: 31px;
	width: 920px;
	clear: both;
	margin-left: 45px;
}

/* .breadcrumbs_list styles
---------------------------------------------------- */

 
/* #main_area styles
---------------------------------------------------- */

