@charset "utf-8";

/*=================== base tag setting ===================*/
body {
	cursor: default;
	margin: 0;
	padding: 0;
	background-color: #fefef8;
	color: #606060;
	font-family : "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Verdana,Helvetica,Arial,sans-serif;
	font-size: 100%;
	font-weight: 400;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	text-align: center;
}
/*======================= areaBox ========================*/
#areaPage {
	position: static;
	width: 94%;
	max-width: 1000px;
	min-width: 600px;
	margin: auto;
	padding: 3px 0 10px 0;
	background-color: transparent;
	text-align: left;
/*
	border: solid 1px aqua;
*/
}
#areaCommonHeader {
	position: static;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: transparent;
/*
	border: solid 1px lime;
*/
}
#areaPageHeader {
	position: static;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	border-top: solid 1px #bebeae;
	border-left: solid 1px #bebeae;
	border-right: solid 1px #bebeae;
/*
	border: solid 1px teal;
*/
}
#areaContentBase {
	position: static;
	width: 100%;
	background-color: #ffffff;
	margin: 0;
	padding: 0.5em 0 1em 0;
	border-left: solid 1px #bebeae;
	border-right: solid 1px #bebeae;
/*
	border: solid 1px purple;
*/
}
#areaContentwithSideBar_wrapper {
	position: static;
	float: left;
	width: 100%;
	margin: 0 0 2em 0;
	padding: 0;
	margin-right: -260px;
/*
	border: solid 1px green;
*/
}
#areaContentwithSideBar {
	position: static;
	margin: 0;
	padding: 0 1% 0 3%;
	margin-right: 260px;
/*
	border: solid 1px red;
*/
}
#areaSideBar {
	position: static;
	float: right;
	width: 210px;
	margin: 10px 10px 10px 0;
	padding: 0 0 30px 10px;
	border-left: solid 1px #d5d5c3;
/*
	border: solid 1px blue;
*/
}
#areaFooter {
	clear: both;
	position: static;
	width: 100%;
	margin: 0;
	padding: 1em 0 0.5em 0;
	background-color: #fafafa;
	border: solid 1px #bebeae;
	border-top: solid 1px #d5d5c3;
}
/*--------------------------------------------------------*/
div.clearBox {
	position: static;
	clear: both;
	width: 100%;
	height: 1px;
/*
	border: solid 1px #00ff00;
*/
}
/*========================================================*/
#areaContentBase a:link,
#areaContentBase a:active {
	color: #002f85;
	text-decoration: underline;
}
#areaContentBase a:visited {
	color: #004300;
	text-decoration: underline;
}
#areaContentBase a:hover {
	color: #db3c45;
	text-decoration: underline;
}
/*--------------------------------------------------------*/
#areaContentBase img {
	border: none;
	vertical-align: bottom;
}
/*--------------------------------------------------------*/
#areaContentBase h1 {
	margin: 0.3em 0 0.1em 0;
	padding: 0;
	border: none;
	color: #ad0d3c;
	font-weight: 500;
	font-size: 220%;
	line-height: 1.1em;
	letter-spacing: 0em;
}
#areaContentBase h2 {
	margin: 3em 0 0.1em 0;
	padding: 0.3em 0.5em 0.1em 0.5em;
	background-color: #f7f7f7;
	border: solid 1px #f0f0f0;
	border-right-color: #dadada;
	border-bottom-color: #dadada;
	color: #007bb7;
	font-size: 150%;
	font-weight: 500;
	line-height: 1.2em;
	letter-spacing: 0.1em;
}
#areaContentBase h3 {
	margin: 1.5em 0 0.1em 0;
	padding: 0 0 0 0.5em;
	border-bottom: solid 1px #dadada;
	color: #b73145;
	font-size: 130%;
	font-weight: 500;
	line-height: 1.2em;
	letter-spacing: 0.1em;
}
#areaContentBase h4 {
	margin: 1.5em 0 0.1em 0;
	padding: 0 0 0 0.3em;
	border-left: solid 0.7em #dadada;
	color: #000000;
	font-size: 120%;
	font-weight: 500;
	line-height: 1.2em;
}
#areaContentBase h5 {
	margin: 1.5em 0 0.1em 0.3em;
	padding: 0;
	color: #000000;
	font-size: 120%;
	font-weight: 500;
	line-height: 1em;
}
#areaContentBase h6 {
	margin: 1.5em 0 0.1em 1em;
	padding: 0;
	color: #303030;
	font-size: 110%;
	font-weight: 600;
	letter-spacing: 0.1em;
}
#areaContentBase h1 + h2,
#areaContentBase h2 + h3,
#areaContentBase h3 + h4,
#areaContentBase h4 + h5,
#areaContentBase h5 + h6{
	margin-top: 0.7em;
}
/* 使用しないようなら削除。
#areaContentBase h5 a:link,
#areaContentBase h5 a:visited,
#areaContentBase h5 a:active {
	color: #0073a9;
	text-decoration: underline;
}
#areaContentBase h5 a:hover {
	color: #db3c45;
	text-decoration: underline;
}
#areaContentBase h6 a:link,
#areaContentBase h6 a:visited,
#areaContentBase h6 a:active {
	color: #0073a9;
	text-decoration: underline;
}
#areaContentBase h6 a:hover {
	color: #db3c45;
	text-decoration: underline;
}
*/
/*--------------------------------------------------------*/
#areaContentBase p {
	margin: 1em 0 0 1em;
	padding: 0;
}
#areaContentBase ul,
#areaContentBase ol {
	margin: 1em 0 0 2em;
	padding: 0;
	list-style-position: outside;
}
#areaContentBase li > ul,
#areaContentBase li > ol {
	margin-top: 0;
	margin-left: 1em;
}
#areaContentBase li {
	margin: 0 0 0 1em;
	padding: 0;
}
/* 使用していなければ削除。
#areaContentBase dl {
	margin: 1em 0 0 2em;
	padding: 0;
}
#areaContentBase dt {
	margin: 1.5em 0 0.3em 0;
	padding-left: 0;
	border-bottom: solid 1px #0073a9;
	color: #0073a9;
	font-size: 120%;
	font-weight: 500;
	line-height: 1.1em;
	letter-spacing: 0.1em;
}
#areaContentBase dd {
	margin-bottom: 0.5em;
	color: #303030;
	line-height: 1.2em;
}
*/
/*--------------------------------------------------------*/
#areaContentBase table {
	width: 95%;
	margin: 1em 0% 2em 2em;
	background-color: transparent;
}
/* concrete5でのテーブルスタイル設定はブロックで行う。
#areaContentBase th {
	padding: 0.3em 0.5em 0em 0.5em;
	background-color: #f0f0f0;
	border: solid 1px #b0b0b0;
	color: #000000;
	font-weight: 500;
}
#areaContentBase td {
	padding: 0.3em 0.5em 0em 0.5em;
	background-color: transparent;
	border: solid 1px #b0b0b0;
	color: #303030;
}
*/
/*--------------------------------------------------------*
 * #areaCommonHeader
 *--------------------------------------------------------*/
#logo {
	/* logo_type02のサイズは幅120px・高40px */
	position: static;
	float: left;
	width: 150px;
	margin: 5px 5px 7px 20px;
	padding: 0;
	color: #000000;
/*
	border: solid 1px #d0d0d0;
*/
}
#logo img {
	margin: 0;
	border: none;
	vertical-align: bottom;
}
#topWordArea_wrapper {
	position: static;
	float: right;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-left: -200px;
/*
	border: solid 1px aqua;
*/
}
#topWordArea {
	margin: 0;
	padding: 0;
	margin-left: 200px;
	margin-top: 5px;
/*
	border: solid 1px red;
*/
}
#areaCommonHeader div.navi {
	margin: 20px 10px 5px 0;
	padding: 0;
	text-align: right;
}
#areaCommonHeader div.navi ul {
	margin: 0;
	padding: 0;
}
#areaCommonHeader div.navi ul li {
	list-style-type: none;
	border-left: solid 1px #d5d5c3;
	margin: 0;
	padding: 0 0.7em;
	color: #d5d5c3;
	font-size: 90%;
	line-height: 1.5em;
	display: inline;
}
#areaCommonHeader div.navi ul li a {
	white-space: nowrap;
}
#areaCommonHeader div.navi ul li a:link,
#areaCommonHeader div.navi ul li a:visited,
#areaCommonHeader div.navi ul li a:active {
	color: #bebeae;
	text-decoration: none;
}
#areaCommonHeader div.navi ul li a:hover {
	color: #db3c45;
	text-decoration: underline;
}
/*--------------------------------------------------------*
 * #areaPageHeader
 *--------------------------------------------------------*/
#areaPageHeader div.backgroundImgBox {
	background-color: black;
	background-repeat: no-repeat;
	background-position: center top;
}
/*--------------------------------------------------------*
 * #areaSideBar
 *--------------------------------------------------------*/
/* 基本設定（ul li li>a） */
#areaSideBar ul {
	width: auto;
	margin: 0 0 0 0.7em;
	padding: 0;
}
#areaSideBar li {
	width: auto;
	/* li要素上下間のマージンはなくしちらつきを排除。 */
	margin: 0;
	padding: 0.5em 0 0.5em 0.5em;
	background-color: transparent;
	border: solid 1px #f0f0f0;
	color: #a0a0a0;
	text-align: left;
	line-height: 1.1em;
	letter-spacing: normal;
	list-style-type: none;
}
/* li:first-childの設定。
 *
 * なお、:last-childはCSSには存在しないので
 * JQueryで「margin-bottom:0」を設定する。
 */
#areaSideBar li:first-child {
	margin-top: 0.5em;
}
#areaSideBar li>a:link,
#areaSideBar li>a:visited,
#areaSideBar li>a:active {
	color: #71b0ce;
	text-decoration: none;
}
#areaSideBar li>a:hover {
	color: #00496c;
	text-decoration: underline;
}
/*--------------------------------------------------------*/
#areaSideBar>ul.nav {
	margin-left: 0;
}
#areaSideBar>ul.nav li {
	border: solid 1px #ffffff;
}
#areaSideBar>ul.nav li.mouse_out {
	cursor: default;
	background-color: transparent;
	border: solid 1px #ffffff;
}
#areaSideBar>ul.nav li.mouse_out a {
	color: #71b0ce;
	text-decoration: none;
}
#areaSideBar>ul.nav li.mouse_over {
	cursor: pointer;
	background-color: #fefef8;
	border: solid 1px #00496c;
}
#areaSideBar>ul.nav li.mouse_over>a {
	color: #00496c;
	text-decoration: underline;
}
/*--------------------------------------------------------*
 * #areaFooter
 *--------------------------------------------------------*/
#naviFooterLeft,
#naviFooterCenter,
#naviFooterRight {
	position: relative;
	width: 30%;
/*
	border: solid 1px #e0e0e0;
*/
}
#naviFooterLeft,
#naviFooterCenter {
	float: left;
	margin-left: 3%;
}
#naviFooterRight {
	float: right;
	margin-right: 1%;
}

#areaFooter div.naviFooter {
	position: relative;
	color: #8c8c80;
	font-size: 90%;
	line-height: 1.3em;
	letter-spacing: 0.05em;
/*
	border: solid 1px yellow;
*/
}
#areaFooter div.naviFooter a:link,
#areaFooter div.naviFooter a:visited,
#areaFooter div.naviFooter a:active {
	color: #8c8c80;
	text-decoration: none;
}
#areaFooter div.naviFooter a:hover {
	color: #db3c45;
	text-decoration: underline;
}

#areaFooter div.naviFooter>ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
#areaFooter div.naviFooter>ul ul {
	width: 88%;
	margin: 0 0 0 10%;
	padding: 0;
}
#areaFooter div.naviFooter li {
	width: 100%;
	margin: 10px 0;
	padding: 0;
/*
	border: solid 1px gray;
*/
}
#areaFooter div.naviFooter>ul>li {
	list-style-type: none;
}

#provider {
	margin: 2em 1em 0 0.5em;
	padding: 0;
}
#provider dt {
	margin: 0 0 0 20px;
	padding: 0;
	border: none;
	font-size: 90%;
	font-weight: 500;
	color: #a99d66;
}
#provider dd {
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	border: none;
	color: #a99d66;
	font-size: 85%;
}
#provider dd.hover {
	color: #db3c45;
	text-decoration: none;
}

#copy {
	clear: both;
	margin: 0.5em 0 0 0;
	color: #ad0d3c;
	font-size: 90%;
	font-weight: 500;
	letter-spacing: 0.05em;
	vertical-align: text-bottom;
	text-align: right;
}
#copy a:link,
#copy a:visited,
#copy a:active {
	color: #ad0d3c;
	text-decoration: none;
}
#copy a:hover {
	color: #303030;
	text-decoration: none;
}

#footerNote {
	clear: both;
	margin: 2em 0 0 0;
	color: #bebeae;
	font-size: 80%;
	font-weight: 400;
	letter-spacing: 0;
	vertical-align: text-bottom;
	text-align: left;
}
#footerNote a:link,
#footerNote a:visited,
#footerNote a:active {
	color: #8c8c80;
	text-decoration: none;
}
#footerNote a:hover {
	color: #303030;
	text-decoration: none;
}
/*--------------------------------------------------------*
 * #areaContentBase
 *--------------------------------------------------------*/
#areaContentBase div.path {
	position: static;
	clear: both;
	margin: 0.5em 2% 0.2em 1em;
	color: #c3bda1;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-align: left;
}
#areaContentBase div.path a:link,
#areaContentBase div.path a:visited,
#areaContentBase div.path a:active {
	color: #a99d66;
	text-decoration: none;
}
#areaContentBase div.path a:hover {
	color: #db3c45;
	text-decoration: underline;
}
/*--------------------------------------------------------*/
#areaContentBase div.guide {
	clear: both;
	position: static;
	margin: 1em 15px 1em 0;
	padding: 0;
	color: #bebeae;
	font-size: 90%;
	font-weight: 300;
	letter-spacing: 0.07em;
	text-align: right;
}
#areaContentBase div.guideAboveFooter {
	margin-right: 275px;
}
#areaContentBase div.guide a:link,
#areaContentBase div.guide a:visited,
#areaContentBase div.guide a:active {
	color: #71b0ce;
	text-decoration: none;
}
#areaContentBase div.guide a:hover {
	color: #606060;
	text-decoration: underline;
}
/*========================================================*/
#areaContentBase div.rssSummaryList {
	margin: 0;
	padding: 0;
}
#areaContentBase div.rssSummaryListTitle {
	margin: 2em 0 1em 0;
	padding: 0.4em 1em 0.1em 0.5em;
	color: #f6ab00;
	font-size: 180%;
	font-weight: 500;
	line-height: 1.3em;
}
#areaContentBase div.rssItem {
	margin: 3em 0 0.5em 0;
}
#areaContentBase div.rssItem:first-child {
	margin-top: 1em;
}
#areaContentBase div.rssItemTitle {
	margin: 0 0 0.5em 1em;
	padding: 0;
	color: #303030;
	font-size: 120%;
	font-weight: 500;
	line-height: 1.1em;
}
#areaContentBase div.rssItemTitle a:link,
#areaContentBase div.rssItemTitle a:visited,
#areaContentBase div.rssItemTitle a:active {
	color: #000000;
	text-decoration: none;
}
#areaContentBase div.rssItemTitle a:hover {
	color: #db3c45;
	text-decoration: underline;
}
#areaContentBase div.rssItemDate{
	/* ★非表示。 */
	display: none;
}
#areaContentBase div.rssItemSummary{
	margin: 0 0 0 4em;
	padding: 0;
	line-height: 1.3em;
	letter-spacing: 0.05em;
}
/*--------------------------------------------------------*/
div#recommended_title {
	clear: both;
	width: 92%;
	margin: 3em 1%;
	padding: 1em 3% 0 3%;
	background-color: #fafafa;
	border: solid 1px #d5d5c3;
}
div#recommended_title h5 {
	margin-top: 0.3em;
	padding: 0.3em 0 0.3em 0.3em;
}
div#recommended_title ul {
	margin: 0;
	padding: 0;
}
div#recommended_title ul>li {
	position: static;
	float: left;
	margin: 0.5em;
	list-style-type: none;
	text-align: center;
}
div#recommended_title ul>li img {
	border: solid 1px #e0e0e0;
}

#areaSideBar div#recommended_title {
	margin: 5em 0 2em 0;
	padding: 0;
	background-color: transparent;
/*
*/
	border: none;
	text-align: center;
}
#areaSideBar div#recommended_title h5 {
	margin: 0 1em;
	padding: 0;
	border: none;
	border-bottom: solid 1px #00aad4;
	color: #00aad4;
}
#areaSideBar div#recommended_title ul>li {
	margin: 0;
	margin-top: 20px;
	padding: 0;
	float: none;
}
/*========================================================*/
.top1em{
	margin-top: 1em;
}
.top2em{
	margin-top: 2em;
}
.top3em{
	margin-top: 3em;
}
.nowrap {
	white-space: nowrap;
}
/*========================================================*/
/*
 * 子要素が全てfloat指定だと高さ0になってしまうbug対応のための指定。
 */
.floatBugSolution:after {
	content: "子要素が全てfloat指定だと高さ0になってしまうbug対応のための指定。";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
/*
	border: solid 1px #ff00ff;
*/
}
/*========================================================*/
