@charset   "Shift_JIS";

/* === mokuji header style Sheet === */

body {
	text-align: center;
}

#contents {		
	width: 600px;
	margin: auto;
	/*text-align: center;*/
}

/* === ヘッダー部分のスタイル === */

.head {
	background-image: url(../gif_logo/top_heder_logo.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: top;
	/*border:solid 1px #0066cc;*/
	width: 600px;
	height: auto;
}

.head h1 {
	padding-top: 60px;
	padding-bottom: 2px;
	font-weight: normal;
	font-size: 12px;
	width: auto;
	/*height: 30px;*/
	/*background-image: url(../gif_logo/600_50_ao.gif);*/
	border-bottom: solid 3px #0066cc;
	color: #0000ff;
}

/* === 左サイドバー部分のスタイル class="left_side" === */

.left_side {
	float: left;
	width: 100px;
	text-align: left;
	vertical-align: top;
	padding: 0px;
}

/* === menu list style === */

.left_side ul {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	list-style: none;
}

.left_side li {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	border-bottom: solid 1px #0066cc;
	background-color: #f0f8ff;
}

.left_side a {
	color: #0000ff;
	text-decoration: none;
	display: block;
	padding-top: 14px;
	padding-bottom: 8px;
	padding-left: 5px;
}

.left_side a:visited {
	color: #0000ff;
	text-decoration: none;
}

.left_side a:hover {
	color: #ffffff;
	background-color: #0066cc;
	text-decoration: none;
}

/* === 最下層に配置　CopyRight部スタイル class="copyright" === */

.copyright {
	float: none;
	clear: both;
	width: auto;
	margin-top: 10px;
	text-align: center;
	font-family: Arial,Helvetica;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	background-color: #00F;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #ffffff;
}

.fttert {
	float: none;
	clear: both;
	width: 610px;
	margin-top: 5px;
	text-align: center;
	font-family: Arial,Helvetica;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	background-color: blue;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #ffffff;
}

