* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	font-size:16px !important;
	color:#333;
	min-width: 960px;
	line-height: 1.7;
	letter-spacing: 0.1em;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
html>/**/body {
	font-size:12px;
}

/*clearFlow*/
.clearfix {
	zoom:1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clear {
	clear: both;
}
.alCenter {
	text-align: center;
}
.alLeft {
	text-align:left;
}
.alRight {
	text-align:right;
}
.rollover {
	cursor:pointer;
}
.bold {
	font-weight: bold;
}
.textSmall {
	font-size: 79%;
}
.textSpace {
	padding-bottom: 1.5em;
}
a:link, a:visited {
	color:#570039;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a.more:link , a.more:visited  {
	color:#570039;
}
a img {
	border:none;
	outline:none;
}
.flowRight {
	float:right;
}

.flowLeft {
	float:left;
}



/* header */
header {
	background-color: #570039;
}

header > div {
	width: 960px;
	height: 130px;
	margin: 0 auto;
	position: relative;
	color: #ffffff;
}

header h1 {
	position: absolute;
	left: 3px;
	top: 25px;
}

header div nav ul {
	position: absolute;
	/*right: 3px;*/
	left: 200px;
	top: 35px;
	overflow: hidden;
}

header nav ul:after {
	content:"|";
}

header div nav li {
	float: left;
	position: relative;
	padding-bottom: 28px;
}

header div nav li.current {
	background: url(../img/common/arrow_menu1.png) no-repeat 53% bottom;
}
header div nav li.current2 {
	background: url(../img/common/arrow_menu3.png) no-repeat 53% 70%;
}

header nav li:before {
	content:"|";
}

header div nav a,
header div nav a:link,
header div nav a:visited {
	color: #ffffff;
	text-decoration: none;
	margin: 0 20px;
}

header div nav li.current a,
header div nav li.current2 a,
header div nav a:hover {
	color: #fff555;
}

header nav a:hover {
	text-decoration: underline;
}

header nav.lower ul {
	width: 100%;
	padding: 15px 0;
	background-color: #b5b5b5;
	text-align: center;
	color: #570039;
}

header nav.lower ul li {
	display: inline-block;
}

header nav.lower a,
header nav.lower a:link,
header nav.lower a:visited {
	color: #570039;
	text-decoration: none;
	margin: 0 15px;
	font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
}

header nav.lower a.current,
header nav.lower a:hover,
header nav.lower a.current:link,
header nav.lower a.current:visited {
	color: #3d3d3d;
}

header div .contact {
	position: absolute;
	left: 700px;
	top: 90px;
	text-decoration: none;
}

.contact a,
.contact a:hover,
.contact a:link,
.contact a:visited {
	color: white;
	text-decoration: none;
}

div.wrapper {
	width: 960px;
	margin: 60px auto;
	padding-top: 10px;
	overflow: hidden;
}

#mainContents {
	width: 695px;
	float: left;
	font-size: 90%;
}

#main2Contents {
	width: 960px;
	float: left;
	font-size: 90%;
}

#main2Contents td {
	font-size: 90%;
}

/* sideContents */
#sideContents {
	width: 251px;
	float: right;
	font-size: 90%;
}

#sideContents p {
	margin-bottom: 15px;
}

dl#news {
	border: 1px #535353 solid;
	margin: 0 0 28px;
	padding: 10px 10px 25px;
	font-size: 81.25%;
}

dl#news dt {
	width: 58px;
	padding: 0 8px;
	margin: -18px 0 10px;
	background: #ffffff;
}

dl#news dd {
	width: 215px;
	height: 300px;
	margin: 0 auto;
}

dl#news dd li {
	width: 185px;
	margin-bottom: 15px;
}

dl#news dd li span {
	display: block;
	font-weight: bold;
	color: #333333;
}

dl.contact {
	border: 1px #535353 solid;
	margin-bottom: 30px;
}

dl.contact dt {
	color: #ffffff;
	font-size: 112%;
	text-align: center;
	background: #003557;
	padding: 18px 0 14px;
}

dl.contact dd {
	padding: 18px 18px 0;
	background: #fff;
}

dl.contact dd .link {
	text-align: center;
}

dl.contact dd .link a {
	color: #003557;
	font-size: 85%;
}

p.komon {
	border: 1px #535353 solid;
	margin-bottom: 30px;
	text-align: center;
	padding: 29px 0 20px;
	margin-bottom: 30px;
}

p.komon img {
	margin-bottom: 13px;
}

p.komon a {
	color: #003557;
}

/* footer */
footer > div {
	background-color: #570039;
	color: #fff;
}

footer > div nav {
	width: 810px;
	margin: 0 auto;
	padding-left: 150px;
}

footer > div nav ul {
	overflow: hidden;
}

footer > div nav li {
	float: left;
	padding: 46px 0 44px;
	position: relative;
}

footer > div nav li:last-child {
	float: right;
	padding: 42px 0 0;
}

footer nav li:after {
	content:"|";
}
footer nav li:first-child:before {
	content:"|";
}
footer > div nav li:last-child:after {
	content:"";
}

footer > div nav a,
footer > div nav a:link,
footer > div nav a:visited {
	color: #ffffff;
	text-decoration: none;
	margin: 0 20px;
}

footer > div nav li.current a,
footer > div nav li.current2 a,
footer > div nav a:hover {
	color: #fff555;
}

footer > div nav li.current {
	/*background: url(../img/common/arrow_menu2.png) no-repeat 48% top;*/
}
footer > div nav li.current2 {
	background: url(../img/common/arrow_menu3.png) no-repeat 48% 80%;
}

footer nav.lower ul {
	width: 100%;
	padding: 15px 0;
	background-color: #b5b5b5;
	text-align: center;
	color: #570039;
}

footer nav.lower ul li {
	display: inline-block;
}

footer nav.lower a,
footer nav.lower a:link,
footer nav.lower a:visited {
	color: #570039;
	text-decoration: none;
	margin: 0 15px;
	font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
}

footer nav.lower a.current,
footer nav.lower a:hover,
footer nav.lower a.current:link,
footer nav.lower a.current:visited {
	color: #3d3d3d;
}


footer > div + div {
	background-color: #333333;
	text-align: center;
	padding: 65px 0;
}

footer #copyright, footer .tel {
	color: #aaaaaa;
	font-size: 70%;
}

.pagetop {
	position: fixed;
	bottom: 100px;
	right: 0;
}


span.marker {
	background-color: #ffff69;
	padding: 4px 10px 0;
	margin: 0 -10px 0 -10px;
}


/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
	overflow: hidden;
	position: relative;
}

.jspPane {
	position: absolute;
}

.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 8px;
	height: 100%;
}

.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar * {
	margin: 0;
	padding: 0;
}

.jspCap {
	display: none;
}

.jspHorizontalBar .jspCap {
	float: left;
}

.jspTrack {
	background: #a0a0a0;
	position: relative;
	width: 2px;
}

.jspDrag {
	background: #535353;
	position: relative;
	top: 0;
	left: -4px;
	cursor: pointer;
	width: 10px;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}

.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow {
	height: 16px;
}

.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}

.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}

 
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
	margin: 0 -3px 0 0;
}

