@charset "utf-8";
/*== Universal selector ==*/
* {
	margin: 0; 
	padding: 0;
}

/*== Body ==*/
body {
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 150%;
	font-weight: normal;
	color: #333;
	text-align: center;
}

/*== Text ==*/
h1,h2,h3,h4,h5,h6,p,address {
	font-size: 100%;
	font-weight: normal;
}

/*== Image ==*/
a img {
	border-style: none;
}

/*== Hypertext ==*/
a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #3737FF;
	text-decoration: underline;
}

/*== FontColor ==*/
.ColorRed {
	color: #C00;
}

.ColorRedBold {
	color: #C00;
	font-weight: bold;
}

.normal {
	font-size: 80%;
	font-weight: normal;
	line-height: 120%;
	color: #333;
}

/*-------------------------------------全体--*/
#wrap {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #69C;
	border-left-color: #69C;
}

/*-------------------------------------ヘッダ--*/
#header {
	height: 62px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	width: 880px;
	text-align: left;
}

#header .toHome {
	padding-top: 14px;
	padding-left: 20px;
}

#header .toHome a {
	height: 34px;
	width: 510px;
	display: block;
}

/*-------------------------------------Gナビ--*/
#gNavi {
	background-image: url(../images/g_navi_bg.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 880px;
	padding-top: 9px;
	margin-bottom: 8px;
}

#gNavi ul.naviList {
	list-style-type: none;
	height: 35px;
	width: 866px;
	padding-left: 14px;
}

#gNavi ul.naviList li.naviBtn {
	float: left;
	height: 26px;
	width: 167px;
	margin-right: 4px;
}

#gNavi ul.naviList li.naviBtn a,
#gNavi ul.naviList li.naviBtn a:visited {
	font-size: 90%;
	line-height: 150%;
	font-weight: bold;
	color: #062DE9;
	background-image: url(../images/g_navi_btn.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 23px;
	width: 167px;
	display: block;
	text-decoration: none;
	padding-top: 3px;
}

#gNavi ul.naviList li.naviBtn a:hover {
	background-position: left -26px;
	color: #062DE9;
	height: 23px;
	width: 167px;
	display: block;
	text-decoration: none;
	padding-top: 3px;
}

#gNavi ul.naviList li.naviBtnHere {
	background-image: url(../images/g_navi_btn.gif);
	background-repeat: no-repeat;
	background-position: left -52px;
	font-weight: bold;
	color: #FFF;
	font-size: 90%;
	line-height: 150%;
	float: left;
	height: 24px;
	width: 167px;
	margin-right: 4px;
	padding-top: 2px;
	display: block;
}

/*---------------------------------サイドエリア*/
#wrap .sideArea {
	float: left;
	padding-left: 14px;
	width: 130px;
	background-image: url(../images/side_bg.jpg);
	background-repeat: no-repeat;
	height: 683px;
	background-position: 14px top;
	padding-top: 8px;
	text-align: center;
}

.sideArea .bnrBottom {
	padding-bottom: 4px;
}

.sideArea .sideTitle {
	margin-top: 4px;
	padding-bottom: 4px;
}

.sideArea .bnrNote {
	font-size: 80%;
	line-height: 120%;
	text-align: left;
	padding-bottom: 10px;
	width: 116px;
	margin-right: auto;
	margin-left: auto;
}

/*---------------------------------メインエリア*/
#wrap .mainArea {
	float: left;
	padding-left: 14px;
	width: 708px;
}

.mainArea .topic-path {
	width: 708px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 2px;
	margin-bottom: 16px;
}

.mainArea .topic-path ul {
	list-style-type: none;
	height: 1.8em;
}

.mainArea .topic-path ul li {
	font-size: 80%;
	line-height: 120%;
	float: left;
}

.topic-path ul a,
.topic-path ul a:visited {
	text-decoration: none;
}

.topic-path ul a:hover {
	text-decoration: underline;
}

/*---------------------------------ページトップ*/
.pageTop {
	padding-top: 18px;
	width: 880px;
	text-align: right;
	margin: 0px;
	padding-bottom: 12px;
}

.pageTop p {
	text-align: right;
	font-size: 80%;
	line-height: 120%;
	padding-right: 14px;
}

.pageTop a,
.pageTop a:visited {
	color: #5F6A70;
}

.pageTop a:hover {
	color: #3737FF;
}

/*---------------------------------クリア*/
.clear {
	clear: both;
	height: 1px;
}

/*---------------------------------フッタ*/
#footer {
	width: 880px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #69C;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #69C;
}

#footer .copyright {
	float: left;
	width: 430px;
	font-size: 70%;
	line-height: 120%;
	text-align: left;
	padding-left: 14px;
}

#footer .footerLink {
	float: right;
	width: 410px;
	font-size: 80%;
	line-height: 120%;
	text-align: right;
	padding-right: 14px;
}
