@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	line-height: 150%;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-ms-interpolation-mode: bicubic;
}
ul, li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
a {
	outline: 0px none;
}
a, a:link, a:visited, a:active {
	outline: 0px none;
	font-weight: normal;
	color: #154DCF;
	text-decoration: none;
}


#header {
	clear: both;
	float: none;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
}
#header #pics img {
	float: left;
}
#header .search {
	height: 49px;
	width: 280px;
	float: left;
	text-align: right;
	overflow: hidden;
	padding-left: 10px;
	white-space: nowrap;
}
#header  .search  input.textInput {
	width: 230px;
}
#header .search input.submit {
	width: 42px;
}


#header .subMenu {
	text-align: right;
	height: 20px;
	background-image: url(../images/header201011-04.png);
	background-repeat: no-repeat;
	clear: both;
	float: none;
	padding-top: 3px;
	padding-right: 2px;
}
#header .subMenu img {
	margin-left: 5px;
}
#header .menu {
	clear: both;
	float: none;
}

#header .menu li {
	float: left;
}
#guide {
	clear: both;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	line-height: 0px;
	font-size: 0px;
}
#guide .ttl {
	float: left;
	width: 505px;
	background-color: #C9C9C9;
}
#guide ul.tab {
	display: block;
	float: left;
	width: 435px;
	background-color: #C9C9C9;
	padding-top: 5px;
}
#guide ul.tab li {
	float: left;
	margin-right: 5px;
}
#guide ul.tab li.last {
	margin: 0px;
}

#guide .menu {
	background-color: #EEEEEE;
	padding-top: 5px;
	padding-left: 5px;
	height: 52px;
	clear: both;
	margin: 0px;
}
#guide .menu li {
	float: left;
	margin-bottom: 5px;
}



#contents {
	clear: both;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

#footer {
	background-image: url(../images/footer-bg01.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ABA9AB;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
	float: none;
}
#footer .copyright {
	font-size: 80%;
	text-align: right;
	margin-bottom: 5px;
}
#footer ul.menu1 {
	margin-right: auto;
	margin-left: auto;
	width: 510px;
	clear: both;
	display: block;
	height: 24px;
}

#footer ul.menu1 li {
	float: left;
	margin-right: 5px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#footer ul.menu1 li.last {
	border-right-style: none;
}
#footer ul.menu2 {
	clear: both;
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	height: 24px;
}

#footer ul.menu2 li {
	float: left;
	margin-right: 5px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#footer ul.menu2 li.last {
	border-right-style: none;
}




.clear {
	clear: both;
	float: none;
}
.error {
	background-color: #FFF2F2;
	padding: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
.bold {
	font-weight: bold;
}
.red {
	color: #FF0000;
}
.orange {
	color: #FF8001;
}
.blue {
	color: #154DCF;
}
.gotoTop {
	text-align: right;
	font-size: 10px;
}

