/*charset setting --------------------------- */
@charset "shift_jis";

/*header setting --------------------------- */

#header {
	width: 660px;
	height: 185px;
	margin: 0 auto;
	background: url("../images/header_bg.jpg") left top no-repeat;
}

#header h1 {
	height: 140px;
	text-indent: -9999px;
	background: url("../images/logo.gif") 23px 31px no-repeat;
}

#header #globalnavi {
	height: 37px;
	background-color: #ffffff;
}

#header #globalnavi ul {
	padding-top: 5px;
}

#header #globalnavi li {
	height: 23px;
	border-right: 1px solid #a6a6a6;
	text-align: center;
	float: left;
}

#header #globalnavi li.report {
	width: 95px;
}

#header #globalnavi li.list {
	width: 85px;
}

#header #globalnavi li.history,
#header #globalnavi li.rule {
	width: 65px;
}

#header #globalnavi li.link {
	width: 75px;
}

#header #globalnavi li.communication {
	width: 215px;
}

#header #globalnavi li.top {
	width: 45px;
	border-right: 0;
}

#header #globalnavi li a {
	font-size: 10px;
	color: #4d4d4d;
	padding-top: 9px;
	text-decoration: none;
	display: block;
}

#header #globalnavi li a:hover {
	text-decoration: underline;
	color: #35519e;
}

/*contents setting --------------------------- */

#contents {
	width: 660px;
	margin: 30px auto 0;
	padding-bottom: 15px;
	background: url("../images/dot_k70.gif") 690px top repeat-y;
}

/*contents main setting --------------------------- */

#main {
	width: 660px;
	float: left;
}

.read_more {
	display: none;
}

/*contents side setting --------------------------- */

#side {
	display: none;
}


/*footer setting --------------------------- */
#footer {
	width: 660px;
	margin: 20px auto;
}

#footer #footer_upper {
	border-bottom: 1px solid #000000;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

#footer a {
	font-size: 10px;
	line-height: 160%;
}

#pivacy, #copyright {
	font-size: 10px;
	line-height: 160%;
	width: 330px;
	float: left;
	text-align: left;
}

#footer_upper .to_top, #address {
	font-size: 10px;
	line-height: 160%;
	width: 330px;
	float: right;
	text-align: right;
}


