@charset "utf-8";
body {
	text-align: center;
	font: 14px Arial, Helvetica, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: url(../images/body_bg.jpg) repeat-x 0px 0px;
	color: #333;
}
a:link,a:visited {
	color: #495535;
	text-decoration: underline;
}
a:hover {
	color: #495535;
	text-decoration: none;
}
p {
	line-height: 1.6;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#header {
	width: 900px;
	height: 110px;
	padding: 5px 0 0;
	position: relative;
	background: url(../images/header_bg.gif) no-repeat left bottom;
}
#header h1 {
	position: absolute;
	top: 5px;
	left: 0px;
}
#header ul {
	position: absolute;
	top: 20px;
	right: 0px;
	width: 310px;
	height: 15px;
}
#header ul li {
	list-style: none;
	float: left;
	margin-right: 30px;
	font-size: 12px;
}
#header .search {
	position: absolute;
	top: 70px;
	right: 0;
	width: 210px;
	height: 26px;
	background: url(../images/header_search_bg.gif) no-repeat 0px 0px;
	padding: 7px 15px 0;
}
#header .search p {
	position: relative;
	height: 23px;
	vertical-align: top;
}


#header .search input[type="text"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	border: 1px solid #CCC;
	margin-right: 2px;
	height: 18px;
} 


#header input[type="image"] {
	position: absolute;
	top: 0;
	left: 160px;
	cursor: pointer;
	vertical-align: middle;
	width: 48px;
	height: 23px;
	margin: 0;
	padding: 0;
}

#sidebar {
	float: left;
	width: 160px;
	background: #FFF;
	padding: 2px 22px 40px 8px;
	min-height: 700px;
}


.fontchange {
	margin-left: 7px;
	width: 90px;
	height: 35px;
	padding-left: 65px;
	background: url(../images/fontchange_text.gif) no-repeat 0px 0px;
}
* html .fontchange {
	margin-right: -3px;
}

.fontchange li {
	list-style: none;
	float: left;
	width: 25px;
	height: 25px;
	margin-right: 4px;
}

.fontchange li a {
	display: block;
	width: 25px;
	height: 25px;
	text-decoration: none;
}
.fontchange li strong {
	visibility: hidden;
}
li.small a {
	background: url(../images/fontchange_bg.gif) no-repeat -70px 0px;
}
li.medium a {
	background: url(../images/fontchange_bg.gif) no-repeat -100px -30px;
}
li.large a {
	background: url(../images/fontchange_bg.gif) no-repeat -130px 0px;
}
.sidemenu {
	width: 160px;
	border-top: 1px solid #CCC;
	margin-bottom: 20px;
}
.sidemenu ul {
	width: 160px;
	margin-bottom: 40px;
}
.sidemenu p {
	text-align: center;
}
.sidemenu li {
	width: 160px;
	list-style: none;
	line-height: 1.3;
	font-weight: bold;
}
.sidemenu li a {
	display: block;
	padding: 10px 5px 10px 30px;
	width: 125px;
	color: #363636;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
	background: #FFF url(../images/sidemenu_arrow.gif) no-repeat left center;
}
.sidemenu li.home a {
	background: #FFF url(../images/side_home.gif) no-repeat left center;
}


#contents {
	width: 690px;
	background: #FFF;
	float: right;
	padding: 10px 20px 50px 0;
	min-height: 700px;
}
div.bread {
	clear: both;
	height: 20px;
}
#contents .bread ol {
	width: 600px;
	margin: 0!important;
	padding: 0!important;
	height: 1.5em;
}


.bread li {
	float: left;
	list-style: none;
	margin-right: 8px;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 0!important;
}
.bread li a {
	padding: 2px 15px 2px 0;
	background: url(../images/bread_arrow.gif) no-repeat right center;
}



toppage #contents {
	width: 710px;
	background: #FFF;
	float: right;
	padding: 0 0 50px 0;
	min-height: 700px;
}
#contents p {
	margin-bottom: 15px;
}
#toppage #contents p {
	margin: 0;
}

img {
	border: none;
	vertical-align: middle;
}

#footer {
	clear: both;
	width: 900px;
	height: 200px;
	background: url(../images/footer_bg.jpg) repeat-x left top;
	padding: 10px 0;
	position: relative;
}
#footer address {
	text-align: center;
	color: #FFF;
	font: 90% Arial, Helvetica, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#footer p {
	position: absolute;
	top: -30px;
	right: 10px;
	line-height: 18px;
	font-size: 90%;
}
#footer p a {
	padding-left: 16px;
	background: url(../images/pagetop_arrow.gif) no-repeat left center;	
}
