/*@charset "Shift_JIS"; */
@charset "UTF-8";

body,h1,h2,h3,h4,p,img,form,ol,ul,li{
margin: 0;
padding: 0;
}

a img {
border: none;
}
.nonborder {
border: none;
}

a:link {
	color: #0088cc;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #0088cc;
	font-weight: bold;
	text-decoration: none;
}

.clear {
	clear: both;
}

body {
	background-image: url(../images/common/titleback.jpg);
	background-repeat: repeat-x;
	background-position: 0px 70px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	text-align: center;
	line-height: 1.6;
	color: #333333;
	font-size: small;
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", Sans-Serif;
	line-height: 1.6;
}
#index {
	background-image: url(../images/top/imgback.jpg);
	background-repeat: repeat-x;
	background-position: 0px 70px;
}

#wrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
}
#leftArea {
	float: left;
	margin-right: 24px;
	width: 216px;
	margin-left: 10px;
	margin-bottom: 30px;
	height: 100%;
}
#side {
	width: 216px;
	background-image: url(../images/common/leftbk.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 1000px;
}

#centerArea {
	width: 700px;
	float: left;
	margin-right: 10px;
}

#contents {
	width: 100%;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 20px;
}

/* footer */
#pagetop {
	height: 20px;
	width: 960px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#pagetop a {
	background-image: url(../images/common/pagetop.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 20px;
	width: 78px;
	line-height: 20px;
	display: block;
	background-position: right;
	float: right;
}

#footer {
	font-size: 10px;
	line-height: 170%;
	font-family: Verdana;
	height: 70px;
	background-image: url(../images/common/footerback.jpg);
	background-repeat: repeat-x;
	width: 100%;
	clear: both;
	padding-top: 20px;
}
#footerbox {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#footer a {
	color: #444444;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 1.2em;
	padding-right: 1.2em;
	font-weight: normal;
	font-size: 110%;
}
#footer a.last {
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #999999;
}
#footer a:hover {
	color: #0088cc;
	text-decoration: underline;
}
