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

/*== Body ==*/
body {
	background-color: #C9CED1;
	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: #5F6A70;
	text-decoration: none;
}

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

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

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

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

/*-------------------------------------全体--*/
#wrap {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}

/*-------------------------------------ヘッダ--*/
#header {
	text-align: left;
	height: 50px;
	background-image: url(../common/logo.gif);
	background-repeat: no-repeat;
	background-position: 710px 6px;
	padding-top: 5px;
	background-color: #FFF;
	width: 920px;
}

#header .logo {
	float: left;
	width: 266px;
}

#header .headerMenu {
	float: right;
	width: 450px;
	padding-top: 32px;
	padding-right: 11px;
}

#header .headerMenu p {
	font-size: 80%;
	line-height: 100%;
	float: right;
}

#header .headerMenu .linkHome {
	background-image: url(../common/icon_home.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	padding-right: 14px;
	background-position: left top;
}

#header .headerMenu .linkSitemap {
	background-image: url(../common/icon_sitemap.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	background-position: left 1px;
}

/*-------------------------------------サブイメージ--*/
#wrap #subImage {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	height: 135px;
	width: 920px;
}

/*-------------------------------------Navi--*/
#wrap #navi {
	height: 32px;
	width: 920px;
}

#wrap #navi ul {
	list-style-type: none;
}

#wrap #navi ul li {
	float: left;
}

/*---------------------------------ボディエリア*/
#wrap #bodyArea2nd {
	width: 890px;
	background-color: #FFF;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: left;
}

/*---------------------------------トピックパス*/
#bodyArea2nd .topicPath {
	width: 876px;
	height: 2em;
	padding-left: 4px;
}

#bodyArea2nd .topicPath ul {
	list-style-type: none;
}

#bodyArea2nd .topicPath ul li {
	font-size: 80%;
	line-height: 100%;
	float: left;
}

#bodyArea2nd .topicPath a,
#bodyArea2nd .topicPath a:visited {
}

#bodyArea2nd .topicPath a:hover {
}

/*-------------------------------------サイド--*/
#bodyArea2nd .sideArea {
	float: left;
	width: 140px;
	padding-right: 20px;
}


#bodyArea2nd .sideArea .sideMenu {
	padding-bottom: 2px;
}

#bodyArea2nd .sideArea .sideImage {
	margin-bottom: 6px;
	border: 1px solid #CCC;
}

#bodyArea2nd .sideArea .imageTxt {
	font-size: 70%;
	line-height: 130%;
}

/*-------------------------------------メインBox--*/
#bodyArea2nd .mainBox {
	float: left;
	width: 700px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C3C3C3;
	padding-left: 20px;
}

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

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

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

.pageTop a:hover {
	color: #900;
}

/*---------------------------------inページトップ*/
.inPageTop {
	padding-top: 24px;
	width: 700px;
	text-align: right;
	margin: 0px;
	padding-bottom: 12px;
}

.inPageTop p {
	text-align: right;
	font-size: 80%;
	line-height: 120%;
}

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

.inPageTop a:hover {
	color: #900;
}

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

/*---------------------------------フッタ*/
#footer {
	background-color: #FFF;
	width: 900px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B2B2B2;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
}

#footer p {
	text-align: left;
}
