@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em; /*=16px)*/
}
html{
    -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
	font-size: 62.5%; /*16*0.625=10px*/
}

body,
table,
input, textarea, select, option {
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a:link {
	color: #333366;
	text-decoration: none;
}

a:visited {
	color: #333366;
	text-decoration: none;
}

a:hover {
	color: #333366;
	text-decoration: underline;
}

a:active {
	color: #333366;
	text-decoration: underline;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 960px;
	color: #4D4D4D;/*#666*/
	font-size: 13px;
	text-align: center;
	line-height: 1.5;
	background-color: #D5D3C1;
}

#container{
	text-align: left;
}

#main {
	margin: 0 auto 21px;
	width: 960px;
	
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	background-color: #FFF;
	padding: 14px 0;
	border-bottom: 2px solid #333366;
}

#header h1 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 auto;
	padding: 0 20px;
	width: 960px;
	font-size: 20px;
	font-weight: 600;
	box-sizing: border-box;
}

#header h1 a {
	color: #474775;
}

#header h1 a:hover {
	text-decoration: none;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
		width: 730px;
	float: right;
	font-size: 14px;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	width: 202px;
	float: left;
}

#sideBar .sNavi {
	margin-bottom: 18px;
}

#sideBar .sNavi li a {
	margin-bottom: 4px;
	padding: 8px 5px 5px 25px;
	display: block;
	color: #FFFFFF;
	background-color: #1D94D4;
	border-bottom: 2px solid #0066cc;
}

#sideBar .banner {
	margin-bottom: 15px;
}

#sideBar .banner a:hover {
	text-decoration: underline;
}

#sideBar .txtArea {
	padding: 5px;
	background-color: #FFF;
}
#sideBar div.txtArea:first-of-type {
	background-color: #ACA783;
}

#sideBar .txtArea .inner {
	padding: 15px 18px 16px;
	background-color: #FFF;
}

#sideBar .txtArea .ttl {
	margin-bottom: 9px;
	color: #1D94D4;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
}

#sideBar .txtArea p {
	font-size: 11px;
	line-height: 1.65;
}

#sideBar .txtArea .txt {
	margin-bottom: 10px;
}

#sideBar .txtArea01 {
	margin-bottom: 15px;
}
#sideBar .on {
	color:  #D6D6E0 !important;
	text-decoration:none !important
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 10px 0;
	background-color: #000;
	overflow: hidden;
}

#footer p {
	color: #999;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}


