@charset "utf-8";
/* --------------------------------------------------
サイト共通レイアウト用のCSS
-------------------------------------------------- */

/* HTMLタグ再定義
------------------------------ */
body {
	min-width: 1100px;
	-webkit-text-size-adjust: none;
}
body,
table th,
table td { letter-spacing: 0em; color: #000; margin: 0px; padding: 0px; border: none; font: 16px/22px "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
}
a:link,
a:visited,
a:active {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
small {
	font-size: 85%;
}
hr {
	margin: 20px 0px;
	padding: 0px;
	border: none;
	border-top: 1px dotted #CCC;
}
/* ヘッダー
------------------------------ */
#header {
	background-color: #F2E8B6;
}
#headerInner {
	width: 1100px;
	margin: 0px auto;
	position: relative;
	height: 50px;
	text-align: right;
}

#headernavi {
	position: absolute;
	right: 0;
	top: 11px;
}
#header a:link,
#header a:visited,
#header a:active {
	color: #000000;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
#header li {
	float: left;
	padding-left: 20px;
	margin-left: 30px;
	margin-top: 6px;
	background-image: url(../img/ico_arrows01.png);
	background-position: left 1px;
	background-repeat: no-repeat;
	line-height: 100%;
}


/* グローバルメニュー
------------------------------ */
#gnavi {
	
	margin-top: 50px;
}
#gnaviInner {
	
	position: relative;
	text-align: right;
	margin-right: 110px;
}
.gnavititle {
	position: absolute;	
	right:-120px;
	top:-20px;
}
#gnaviInner li {
	float: right;
	padding-left: 0px;
	margin-left: 30px;
	
	
}

/* コンテンツ
------------------------------ */
#contents {
	background-image: url(../img/bg2nd_footer01.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	
}
.bg2nd01 {
	background-image: url(../img/bg2nd_header01.png);
	background-repeat: no-repeat;
	background-position: center -35px;
}
#contentsInner {
	text-align: left;
	width: 1100px;
	margin: 0px auto;
	position: relative;
}

	/* コンテンツ（メインカラム）
	------------------------------ */
	#main {
		width: 788px;
		float: right;
	}
	#mainInner {
	}
	/* コンテンツ（サブカラム）
	------------------------------ */
	#side {
		float: left;
		width: 280px;
	}
	#sideInner {
	padding-top: 0px;
	margin-top: 20px;
	}
#sideInner .sidenavi {
	padding-top: 0px;
	margin-left: 20px;
	margin-top: 50px;
	}
.sidenavi li {
	margin-bottom: 8px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 0px;
	line-height: 0px;
	 border-style: solid;
  border-width: 1px;
  border-color: rgb(240, 237, 186);
  background-color: rgb(249, 247, 205);
}
.sidenavi li.sub{
	margin-bottom: 3px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-size: 13px;
	line-height: 120%;
}



/* footer
------------------------------ */
.pagetop2 {
  position: fixed;
  bottom: 24px;
  right: 24px;
  margin: 0 auto;
  z-index: 200;
}

.pagetop2 a {
	display: table-cell;
	width: 6em;
	height: 6em;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 1.2em;
	line-height: 1;
	border-radius: 50%;
	
}


#footer {background-color: #F2E8B6;
}
#footerInner {
	width: 1100px;
	margin: 0px auto;
	position: relative;
	text-align: center;
	height: 30px;
	padding-top: 13px;
	font-size: 12px;
}
