@charset "utf-8";

/*
Theme Name: Refine Snow2
Theme URI: http: //www.3m-refine.com/
Description: 3M produced affiliate site theme for WordPress
Author: Yoshida Design Inc.
Author URI: http: //yoshide.com/
Version: 1.2.6
License: GNU/GPL Version 2 or later.
License URI: http: //www.gnu.org/licenses/gpl.html
Tags: theme-options, threaded-comments, one-column, two-columns, right-sidebar, three-columns, custom-menu, custom-background, custom-header, custom-menu, microformats
*/

/* 

【注意!】このファイルは編集しないでください。

テンプレートを簡単にアップデートできるように、このファイルは編集しないようにしてください。
スタイルシートをカスタマイズしたい場合は、編集したい部分をコピーして、 custom.css に
ペーストしてから編集するようにしてください。
このファイルを直接編集すると、テンプレートアップデートの際に編集内容が失われます。

*/

/*-------------------------------------------------------------------------------------------

目次: 

1. 準備
 - 1.1 初期設定

2. タイトルとナビゲーション
 - 2.1 ヘッダーバー
 - 2.2 サイトタイトル、サイトの説明
 - 2.3 グローバルメニュー
 - 2.4 パンくずリスト
 
3. コンテンツ
 - 3.1 レイアウト
 - 3.2 メインエリア
 - 3.3 サブエリア
 - 3.4 フッターエリア

4. ページテンプレート
 - 4.1 サイトマップ

5. その他

6. 調整用CSS

-------------------------------------------------------------------------------------------*/

@import url("shortcode.php");
@import url("css/font-awesome.min.css");
@import url("css/font-awesome-ie7.min.css");

/* ==========================================================================
   1. 準備
   ========================================================================== */

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary{display: block;}audio, canvas, video{display: inline-block;}audio: not([controls]){display: none;height: 0;}[hidden]{display: none;}html{font-family: sans-serif;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}body{margin: 0;}a:focus{outline: thin dotted;}a:active, a:hover{outline: 0;}h1{margin: 0.67em 0;font-size: 2em;}abbr[title]{border-bottom: 1px dotted;}b, strong{font-weight: bold;}dfn{font-style: italic;}hr{-moz-box-sizing: content-box;box-sizing: content-box;height: 0;}mark{background: #ff0;color: #000;}code, kbd, pre, samp{font-size: 1em;font-family: monospace, serif;}pre{white-space: pre-wrap;}q{quotes: "\201C" "\201D" "\2018" "\2019";}small{font-size: 80%;}sub, sup{position: relative;vertical-align: baseline;font-size: 75%;line-height: 0;}sup{top: -0.5em;}sub{bottom: -0.25em;}img{border: 0;}svg: not(: root){overflow: hidden;}figure{margin: 0;}fieldset{margin: 0 2px;padding: 0.35em 0.625em 0.75em;border: 1px solid #c0c0c0;}legend{padding: 0;border: 0;}button, input, select, textarea{margin: 0;font-size: 100%;font-family: inherit;}button, input{line-height: normal;}button, select{text-transform: none;}button, html input[type="button"], input[type="reset"], input[type="submit"]{cursor: pointer;-webkit-appearance: button;}button[disabled], html input[disabled]{cursor: default;}input[type="checkbox"], input[type="radio"]{box-sizing: border-box;padding: 0;}input[type="search"]{-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;-webkit-appearance: textfield;}input[type="search"]: : -webkit-search-cancel-button, input[type="search"]: : -webkit-search-decoration{-webkit-appearance: none;}button: : -moz-focus-inner, input: : -moz-focus-inner{padding: 0;border: 0;}textarea{overflow: auto;vertical-align: top;}table{border-spacing: 0;border-collapse: collapse;}
img { vertical-align:bottom }

/* 1.1 初期設定 
   ========================================================================== */

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

html {
	font-size: 13px;
}

body {
	position: relative;
	background: #fff;
	text-align: center;
	word-wrap: break-word;
	font-family: arial, sans-serif;
}

.win body, textarea {
	font-family: MeiryoKe_PGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, sans-serif;
}

.win input, select {
	font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
}

.mac body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

body, textarea {
	line-height: 1.5;
}

a, 
a:visited {
	color: #06c;
	text-decoration: underline;
}

a:hover, 
a:focus {
	text-decoration: none;
	-webkit-transition: all 0.15s ease-in-out;
	   -moz-transition: all 0.15s ease-in-out;
			transition: all 0.15s ease-in-out;
}

a:active {
	position: relative;
	top: 1px;
	color: #f33;
}

a:link {
	-webkit-tap-highlight-color: rgba(000, 000, 000, 0);
}

/* iframe埋め込み */

.iframe-wrap {
	position: relative;
	padding-top: 56.25%;
	width: 100%;
}

.iframe-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wrapper {
	margin: 0 auto;
}

.header-bar {
	width: 100%;
	min-height: 30px;
}

.header-bar-inner, 
.banner-inner, 
.glovalnavi-inner, 
.container-inner, 
.footer-menu-inner, 
.footer-inner {
	margin: 0 auto;
	width: 1000px; /* ページ全体の幅 */
}

/* Clear */

.glovalnavi-inner:before,
.glovalnavi ul:before,
.container:before,
.entry:before,
.entry-content:before,
.social-buttons:before,
.entry-navi:before,
.sidebar:before, /* ...? */
.footer-menu-inner:before,
.footer-inner:before,
.widget-item:before,
.search-bar:before,
.c3:before,
.c2:before,
.c1:before,
.cf:before { content:""; display:table; }

.glovalnavi-inner:after,
.glovalnavi ul:after,
.container:after,
.entry:after,
.entry-content:after,
.social-buttons:after,
.entry-navi:after,
.sidebar:after, /* ...? */
.footer-menu-inner:after,
.footer-inner:after,
.widget-item:after,
.search-bar:after,
.c3:after,
.c2:after,
.c1:after,
.cf:after { content:""; display:table; clear:both; }

.glovalnavi-inner,
.glovalnavi ul,
.container,
.entry,
.entry-content,
.social-buttons,
.entry-navi,
.sidebar, /* ...? */
.footer-menu-inner,
.footer-inner,
.widget-item,
.search-bar,
.c3,
.c2,
.c1,
.cf { zoom:1; }

/* ==========================================================================
   2. タイトルとナビゲーション
   ========================================================================== */

/* 2.1 ヘッダーバー  
   ========================================================================== */

.header-bar {
	background: #666;
}

/* カスタムメニュー1 */

.header-bar .menu, 
.header-bar .sb-menu {
	float: right;
	margin: 0 0 0 5px;
	padding: 8px 0;
	line-height: 1;
}

.header-bar .menu li, 
.header-bar .sb-menu li {
	display: inline;
	margin: 0 0 0 10px;
	color: #ededed;
	text-align: right;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.93rem;
	line-height: 1;
}

.header-bar .menu li a, 
.header-bar .sb-menu li a {
	padding: 11px 0;
	color: #ededed;
	text-decoration: none;
}

.header-bar .menu li a:hover, 
.header-bar .sb-menu li a:hover {
	color: #fff;
	text-decoration: none;
}

.header-bar .menu li a {
	padding-left: 18px;
	background-image: url(img/icon-arrow1.png);
	background-position: left center;
	background-repeat: no-repeat;
}

/* カスタムメニュー2 */

.header-bar .sb-menu li a {
	padding-left: 18px;
	background-position: left center;
	background-repeat: no-repeat;
}

.header-bar .sb-menu li a.law         { background-image: url(img/icon-law.png); }
.header-bar .sb-menu li a.facebook    { background-image: url(img/icon-facebook.png); }
.header-bar .sb-menu li a.twitter     { background-image: url(img/icon-twitter.png); }
.header-bar .sb-menu li a.google-plus { background-image: url(img/icon-g-plus.png); }
.header-bar .sb-menu li a.email       { background-image: url(img/icon-email.png); }
.header-bar .sb-menu li a.profile     { background-image: url(img/icon-profile.png); }
.header-bar .sb-menu li a.sitemap     { background-image: url(img/icon-sitemap.png); }
.header-bar .sb-menu li a.rss         { background-image: url(img/icon-rss.png); }

/* 2.2 サイトタイトル、サイトの説明
   ========================================================================== */

.banner {
	text-align: left;
	letter-spacing: 1px;
	zoom: 1;
}

.banner:after{
	display: table;
	clear: both;
	content: "";
}

.banner-inner {
	line-height: 0;
}

.site-title {
	margin: 0;
	padding: 1em 0 5px;
	font-weight: bold;
	font-size: 26px;
	font-size: 2rem;
	line-height: 1.33;
}

.site-title a, 
.site-title a:visited {
	color: #333;
	text-decoration: none;
}

.site-title a:hover {
	color: #999;
}

.site-description {
	margin-bottom: 2.5em;
	width: 66%;
	color: #666;
	font-size: 14px;
	font-size: 1.08rem;
	line-height: 1.5;
}

/* 2.3 グローバルメニュー
   ========================================================================== */

.glovalnavi {
}

.glovalnavi-inner {
	margin: 0 auto;
}

.glovalnavi ul {
	list-style: none;
	text-align: left;
	line-height: 0;
}

.glovalnavi li {
	float: left;
	margin: 0 20px 15px 0;
	padding: 18px 0 0;
	text-align: left;
	font-size: 14px;
	font-size: 1.08rem;
	line-height: 1;
}

.glovalnavi li a, 
.glovalnavi li a:visited {
	text-decoration: none;
}

.glovalnavi li a:hover {
}

.glovalnavi ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.glovalnavi li {
	float: left;
	white-space: nowrap;
}

/* 第二階層
 * box-shadowやpaddingのキャンセルは無駄に見えるかもしれないが、
 * skinによって必要な場合があるので消してはいけない。
 */

.glovalnavi ul ul {
	position: absolute;
	z-index: 10;
	display: none;
	padding: 15px 0 0;
	border: none;
	background-image: none;
}

.glovalnavi li li {
	position: relative;
	display: block;
	clear: left;
	padding: 10px;
	width: 100%;
	border: 1px solid #ccc;
	border-top-width: 0;
	background: #fff;
	box-shadow: none;
	font-weight: normal;
}

.glovalnavi li li:first-child {
	border-top-width: 1px;
}

.glovalnavi li li:last-child {
}

.glovalnavi li li:hover {
	background: #f3f3f3;
	border-bottom: 1px solid #bbb;
}

.glovalnavi li li a {
	padding: 0;
	background: none;
	box-shadow: none;
	color: #555;
	text-shadow: 0 1px 0 #fff;
	font-size: 12px;
	font-size: 0.93rem;
	line-height: 1;
}

.glovalnavi li li:hover > a,
.glovalnavi li li a:hover {
	box-shadow: none;
	color: #000;
	text-shadow: 0 1px 0 #fff;
}

.glovalnavi li li a:before {
	content: none;
}

.glovalnavi ul ul ul {
	top: -1px;
	left: 100%;
	padding-top: 0;
}

.glovalnavi ul li:hover > ul {
	display: block;
}

/* 2.4 パンくずリスト
   ========================================================================== */

.breadcrumb {
	margin: 0 auto 20px;
}

.breadcrumb ol {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	font-size: 0;
}

.breadcrumb ol li {
	color: #888;
	display: inline;
	padding-right: 5px;
	font-size: 12px;
	font-size: 0.93rem;
	line-height: 1;
}

.breadcrumb ol li a {
	text-decoration: none;
	font-weight: normal;
}

.breadcrumb ol li a:hover {
}

.breadcrumb ol li a:after {
	color: #ccc;
	content: ">";
	padding-left: 5px;
}

.breadcrumb ol li:last-child a:after {
	content: none;
}

/* ==========================================================================
   3. コンテンツ
   ========================================================================== */

.container {
	padding-bottom: 20px;
}

/* アーカイブページのタイトル */

.page-title {
	margin: 0;
	padding: 18px 0 22px;
	border-top: 1px solid #999;
	color: #222;
	text-align: left;
	text-shadow: 0 1px 0 #fff;
	font-weight: normal;
	font-size: 20px;
	font-size: 1.54rem;
	line-height: 1.5;
}

/* 3.1 レイアウト
   ========================================================================== */

/* ３カラム */

.column3 .contents { /* main + sidebar1 */
	display: inline;
	float: left;
	width: 80%;
}

.column3 .main {
	display: inline;
	float: right;
	margin-right: 1.875%;
	width: 71.25%;
}

.column3 .sidebar1 {
	display: inline;
	float: left;
	margin-bottom: 1.5%;
	width: 25%;
}

.column3 .sidebar2 {
	display: inline;
	float: right;
	margin-bottom: 2%;
	width: 20%;
}

/* ２カラム（右サイドバー） */

.right_sidebar .contents { /* main + sidebar1 */
	display: block;
	float: none;
	width: auto;
}

.right_sidebar .main {
	float: left;
	margin-right: -32%; /* sidebar + margin(20) */
	width: 95%;
}

.right_sidebar .main-inner {
	margin-right: 32%; /* sidebar + margin(20) */
}

.right_sidebar .sidebar1 {
	float: right;
	width: 35%;
}

.right_sidebar .sidebar2 {
	float: right;
	clear: right;
	width: 35%;
}

/* ２カラム（左サイドバー） */

.left_sidebar .contents { /* main + sidebar1 */
	display: block;
	float: none;
	width: auto;
}

.left_sidebar .main {
	float: right;
	margin-left: -32%; /* sidebar + margin(20) */
	width: 100%;
}

.left_sidebar .main-inner {
	margin-left: 32%; /* sidebar + margin(20) */
}

.left_sidebar .sidebar1 {
	float: left;
	width: 30%;
}

.left_sidebar .sidebar2 {
	float: left;
	clear: left;
	width: 30%;
}

/* １カラム（サイドバー無し） */

.column1 .contents {
	display: inline;
	float: left;
	width: 90%;
}

.column1 .main {
	float: right;
	margin: 0 auto;
	padding: 0;
	width: 88%;
}

.column1 .sidebar1, 
.column1 .sidebar2 {
	display: none;
}

/* 見出し装飾
   ========================================================================== */

.h1, 
.entry-content h1,
.textwidget h1 {
	color: #222;
	font-size: 18px;
	font-size: 1.39rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: left;
	margin: 0 0 0.5em;
	padding: 0;
}

.h2, 
.entry-content h2,
.textwidget h2 {
	margin: 2em 0 1em;
	padding: .75em 1em;
	border-top: 3px solid #999;
	border-bottom: 1px solid #bbb;
	background: #ededed;
	background: -webkit-linear-gradient(top, #fff 0%, #ededed 100%);
	background:         linear-gradient(top, #fff 0%, #ededed 100%);
	box-shadow: 0 1px 3px 1px rgba(000, 000, 000, .25);
	color: #222;
	text-align: left;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.39rem;
	line-height: 1.33;
}

.h3, 
.entry-content h3,
.textwidget h3 {
	margin: 2em 0 1em;
	padding: .8em .8em .7em;
	border-left: 5px solid #ccc;
	background: #ededed;
	background: -webkit-linear-gradient       (top, #fff 0%, #ededed 100%);
	background:         linear-gradient( to bottom, #fff 0%, #ededed 100%);
	box-shadow: 0 1px 2px 1px rgba(000, 000, 000, .2);
	color: #222;
	text-align: left;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.24rem;
	line-height: 1.33;
}

.h4, 
.entry-content h4,
.textwidget h4 {
	margin: 2em 0 1em;
	padding: .8em .8em .7em;
	border-top: 1px solid #ccc;
	border-radius: 4px;
	background: #e6e6e6;
	background: -webkit-linear-gradient       (top, #eee 0%, #e9e9e9 100%);
	background:         linear-gradient( to bottom, #eee 0%, #e9e9e9 100%);
	box-shadow: 0 1px 2px rgba(000, 000, 000, .066) inset;
	color: #222;
	text-align: left;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.24rem;
	line-height: 1.33;
}

.h5, 
.entry-content h5,
.textwidget h5 {
	margin: 2em 0 .5em;
	padding: 0 0 0 5px;
	border-left: 16px solid #999;
	color: #333;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.24rem;
	line-height: 1;
}

.h6, 
.entry-content h6,
.textwidget h6 {
	margin: 2em 0 .25em;
	padding: 0;
	color: #444;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.24rem;
	line-height: 1.33;
}

.entry-content img,
.textwidget img {
	height: auto;
	max-width: 100%;
}

.h1 a, 
.h2 a, 
.h3 a, 
.h4 a, 
.h5 a, 
.h6 a, 
.h1 a:visited, 
.h2 a:visited, 
.h3 a:visited, 
.h4 a:visited, 
.h5 a:visited, 
.h6 a:visited, 
h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a, 
h1 a:visited, 
h2 a:visited, 
h3 a:visited, 
h4 a:visited, 
h5 a:visited, 
h6 a:visited {
	color: #222;
	text-decoration: none;
}

.h1 a:hover, 
.h2 a:hover, 
.h3 a:hover, 
.h4 a:hover, 
.h5 a:hover, 
.h6 a:hover, 
h1 a:hover, 
h2 a:hover, 
h3 a:hover, 
h4 a:hover, 
h5 a:hover, 
h6 a:hover {
	color: #222;
	text-decoration: underline;
}

/* ウィジェット
   ========================================================================== */

.widget-title {
	margin: 0;
	padding: 0 0 1em;
	color: #222;
	text-align: left;
	font-weight: normal;
	font-size: 15px;
	font-size: 1.16rem;
	line-height: 1.3;
}

.widget .entry-title a {
	text-decoration: none;
}

.widget .entry-title a:hover {
	text-decoration: underline;
}

/* ==========================================================================
   3.2 メインエリア
   ========================================================================== */

.entry,
.main .widget {
	margin: 0 0 20px;
	text-align: left;
}

.entry > *:last-child,
.main .widget > *:last-child {
	margin-bottom: 0;
}

.main p {
	margin: 0 0 1.5em;
	padding: 0;
	color: #222;
	text-align: left;
	font-size: 14px;
	font-size: 1.08rem;
	line-height: 1.95;
}

.main p small {
	color: #222333;
	font-size: 12px;
	font-size: 0.93rem;
}

.main blockquote {
	margin: 20px;
	padding: 1.5em;
	border: 1px #ccc solid;
	border-radius: 4px;
	background: #f3f3f3;
}

.main blockquote > :first-child {
	margin-top: 0;
}

.main blockquote > :last-child {
	margin-bottom: 0;
}

.main pre {
}

.main dl {
	margin: 20px 20px 20px 20px;
	padding: 0;
	color: #222333;
	text-align: left;
	font-size: 14px;
	font-size: 1.08rem;
	line-height: 1.95;
}

.main dt {
	font-weight: bold;
}

.main dd {
	margin-left: 2em;
}

.main ul {
	margin: 0 0 1.5em 3em;
	padding: 0;
	list-style-type: disc;
	text-align: left;
}

.main ol {
	margin: 0 0 1.5em 3em;
	padding: 0;
	list-style-type: decimal;
	text-align: left;
}

.main li {
	margin: 0;
	padding: 0;
	color: #222333;
	text-align: left;
	font-size: 14px;
	font-size: 1.08rem;
	line-height: 1.95;
}

.main table {
	margin: 0 0 1em;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	border: none;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	background: #fff;
	color: #222;
	text-align: left;
	font-size: 13px;
	font-size: 1rem;
	line-height: 1.5;
}

.main th, 
.main td {
	padding: 0.75em 1em;
	border: none;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
}

.main th {
	background: #f3f3f3;
	font-weight: bold;
	color: #333;
}

/* ブログ投稿
   ========================================================================== */

.entry-content {
	color: #222;
	line-height: 1.95;
}

.entry-content img {
	max-width: 100%;
	height: auto;
}

/* アイキャッチ */

.entry-img {
	float: right;
	overflow: hidden;
}

.entry-img img {
	margin: 0 0 15px 15px;
	width: inherit;
	height: auto;
}

.column3 .entry-img img {
	max-width: 186px;
}

.right_sidebar .entry-img img,
.left_sidebar .entry-img img {
	max-width: 220px;
}

/* 続きを読む */

a .moretext {
	display: block;
	text-align: right;
	font-size: 12px;
	font-size: 0.93rem;
}

a:hover .moretext {
}

/* ソーシャルボタン */

#social-buttons {
	text-align: left;
}

.sb-button {
	float: left;
	margin: 20px 5px 5px 0;
}

/* メタ情報 */

.entry-meta {
	margin: 0 0 20px;
	padding: 1em 0 0;
	border-top: 1px solid #ccc;
	color: #666;
	text-align: right;
	font-size: 12px;
	font-size: 0.93rem;
	line-height: 2;
}

.entry-meta a, 
.entry-meta a:visited, 
.entry-meta a:hover {
	color: #666;
}

/* ウィジェット
   ========================================================================== */

.main .widget-title {
	margin: 0;
	padding: 0 0 1em;
	color: #222;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.39rem;
	line-height: 1.3;
}

.main .widget ul {
	margin: -10px 0 0;
}

.main .widget ul li {
	padding: 6px 0 5px;
	border-bottom: 1px solid #ddd;
	list-style: none ;
}

.main .widget ul li ul {
	margin: 2px 0 2px 1em;
}

.main .widget ul li li {
	margin: 0 0 0 13px;
	padding: 0 0 2px;
	border-bottom: none;
	background: none;
	list-style: none;
}

/* アーカイブ */

.main .widget_archive {
}

/* カスタムメニュー */

.main .widget_nav_menu {

}

/* カテゴリー */

.main .widget_categories {

}

/* カレンダー */

.main .widget_calendar {

}

/* タグクラウド */

.main .widget_tag_cloud {

}

/* リンク */

.main .widget_links {
}

/* 固定ページ */

.main .widget_pages {
}

/* 最近のコメント */

.main .widget_recent_comments {
}

/* 最近の投稿 */

.main .widget_recent_entries {
}

.main .widget_recent_entries .post-date {
	float: right;
	margin-top: .3em;
	color: #666;
	font-size: 12px;
	font-size: 0.93rem;
}

/* 検索 */

.main .widget_search {

}

/* ページャー（数字）
   ========================================================================== */

.page-navi {
	text-align: left;
}

.page-navi .page-numbers {
	margin: 0 2px 1em 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.page-navi a.page-numbers, 
.page-navi .current, 
.page-navi a.next, 
.page-navi a.prev {
	padding: 5px 12px;
	border: 1px solid #b0b0b0;
	border-radius: 4px;
	background: #fff;
	background: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
	background:         linear-gradient(top, #fff 0%, #e6e6e6 100%);
	box-shadow: 0 1px 2px rgba(000, 000, 000, .1);
	color: #222;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.93rem;
	font-family: Arial, Helvetica, sans-serif;
}

.page-navi .dots {
	margin: 0 2px 1em 0;
	padding: 5px 5px;
}

a.page-numbers:hover {
	border: 1px solid #aaa;
	background: #ccc;
	background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
	background:         linear-gradient(top, #ddd 0%, #bbb 100%);
	color: #000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

a.page-numbers:active {
	box-shadow: 0 1px 1px rgba(000, 000, 000, 0.6) inset;
}

.page-navi .current {
	border: 1px solid #444;
	border-radius: 4px;
	background: #666;
	background: -webkit-linear-gradient(top, #555 0%, #777 100%);
	background:         linear-gradient(top, #555 0%, #777 100%);
	box-shadow: 0 2px 3px rgba(000, 000, 000, 0.5) inset;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 2px rgba(000, 000, 000, 1);
	font-size: 12px;
	font-size: 0.93rem;
	font-family: Arial, Helvetica, sans-serif;
}

/* ページャー（前後）
   ========================================================================== */

.entry-navi {
	clear: both;
	margin: 0 auto;
	color: #999;
	font-size: 12px;
	font-size: 0.93rem;
	line-height: 1.5;
}

.entry-navi .previous {
	float: left;
	margin: 0 0 1em;
	width: 100%;
	text-align: left;
}

.entry-navi .next {
	float: right;
	margin: 0 0 1em;
	width: 100%;
	text-align: right;
}

/* コメント＆トラックバック
   ========================================================================== */

#comments, 
#respond {
	margin: 20px 0 0;
	padding: 1px 20px;
	background: #f3f3f3;
	text-align: left;
}

#respond {
	padding: 1px 20px 20px;
}

#comments a:hover, 
#respond a:hover {
}

#comments h3.title, 
h3#reply-title {
	margin: 15px 0 15px;
	padding: 0;
	color: #222;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.24rem;
	line-height: 1.3;
}

#comments p.wait{margin: 5px;color: #F00;}
#comments .comment-meta a:hover{color: #ccc;}

/* コメント */

ul.commentlist, 
ul.pinglist {
	margin: 0 0 30px;
	padding: 0;
	list-style-type: none;
}

li.comment, 
li.trackback {
	position: relative;
	margin: 15px 0;
	padding: 15px 0 0;
	border-top: 1px dotted #ccc;
}

.commentlist .reply .comment-reply-link {
	position: absolute;
	top: 15px !important;
	right: 0;
	margin: 0;
	padding: 0 0 2px 20px;
	background: url(img/icon_com.gif) no-repeat left 6px;
	font-size: 12px;
	font-size: 0.93rem;
}

.commentlist .avatar {
	float: left;
	margin: 0 10px 0 0;
	padding: 3px;
	border: 1px solid #ddd;
	background: #fff;
}

.comment-author {
	padding-bottom: 3px;
}

.fn {
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
	font-size: 1.24rem;
}

.comment-meta {
	margin-top: -2px;
	margin-bottom: 10px;
	color: #999;
	text-align: left;
	font-size: 12px;
	font-size: 0.93rem;
}

.comment-meta a {
	color: #999;
}

.commentlist p, 
.pinglist li p {
	margin: 10px 0 10px;
	color: #666;
	text-align: left;
	font-size: 12px;
	font-size: 0.93rem;
	line-height: 1.5;
}

.comment-body {
	margin: 0 0 15px;
}

.commentlist ul.children {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.commentlist ul.children li {
	margin: 0 0 15px 55px;
	padding: 15px 0 0;
	font-size: 13px;
	font-size: 1rem;
}

.commentlist ul.children li .fn, 
.commentlist ul.children li .comment-meta {
	padding-right: 25px;
}

#commentform {
	text-align: left;
}

.column3 textarea#comment {
	width: 100%;
	height: 10em;
}

/* トラックバック */

.pinglist li {
}

.pinglist li p {
}

/* ==========================================================================
   3.3 サブエリア
   ========================================================================== */

.sub {
	margin: 0 0 10px;
	text-align: left;
}

.sub p {
	margin: 0 0 0.75em;
	padding: 0;
	color: #222;
	text-align: left;
	font-size: 13px;
	font-size: 1rem;
	line-height: 1.5;
}

.sub ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: disc;
}

.sub li {
	margin: 0;
	padding: 0 0 4px;
	color: #222;
	text-align: left;
	font-size: 13px;
	font-size: 1rem;
	line-height: 1.5;
}

.sub li a, 
.sub li a:visited {
	color: #222;
	text-decoration: none;
}

.sub li a:hover {
	text-decoration: underline;
}

.img-sub {
	margin: 0 auto;
	text-align: center;
}

.img-sub img {
	margin: 0 0 5px;
	width: 150px;
}

/* 見出し */

.sub h1 {
	margin-top: 1em;
	font-size: 13px;
	font-size: 1rem;
}

.sub h2 {
	margin-top: 1em;
	padding: .5em .75em;
	font-size: 13px;
	font-size: 1rem;
}

.sub h3{
	margin-top: 1em;
	padding: .5em .75em;
	font-size: 13px;
	font-size: 1rem;
}

.sub h4 {
	margin-top: 1em;
	padding: .5em .75em;
	font-size: 13px;
	font-size: 1rem;
}

.sub h5 {
	margin-top: 1em;
	font-size: 13px;
	font-size: 1rem;
}

.sub h6 {
	margin-top: 1em;
	font-size: 13px;
	font-size: 1rem;
}

/* ウィジェット
   ========================================================================== */

.sub .widget {
	margin-bottom: 20px;
}

.sub .widget-title {
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
	font-weight: bold;
	line-height: 1.3;
}

.column3       .sub .widget-title {
	font-size: 14px;
	font-size: 1.08rem;
}

.right_sidebar .sub .widget-title,
.left_sidebar .sub .widget-title {
	font-size: 15px;
	font-size: 1.16rem;
}

.sub .widget_text, 
.sub .textwidget {
	text-align: left;
}

.sub .widget_text *:first-child, 
.sub .textwidget  *:first-child {
	margin-top: 0;
}

/* カテゴリー ドロップダウン表示 */

select.postform {
	padding: .1em .2em 0;
	width: 100%;
}

/* 検索バー */

.search-input {
	margin: 0;
	padding: .3em .6em;
	width: 100%;
	border: 1px solid #bbb;
	border-radius: 1px;
	background: #f8f8f8;
	box-shadow: 0 1px 2px rgba(000, 000, 000, .1) inset;
	color: #777;
	font-size: 11px;
	line-height: 1.33;
}

.search-input:hover {
	border: 1px solid #999;
}

.search-input:focus {
	border: 1px solid #999;
	background: #fff;
}

.search-submit {
	margin: 0;
	padding: 0 1em;
	height: 24px;
	border: 1px solid #bbb;
	border-radius: 1px;
	background: #fff;
	background: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
	background:         linear-gradient(top, #fff 0%, #e6e6e6 100%);
	color: #444;
	font-size: 12px;
	line-height: 2;
	cursor: pointer;
	/*IE6 IE7 IE8 */
	position: relative;
	zoom: 1;
	-pie-background: linear-gradient(#fff 0%, #e6e6e6 100%);
	behavior: url("<?php bloginfo( 'template_directory' ); ?>/PIE.htc");
}

.search-submit:hover {
	border: 1px solid #999;
	color: #000;
}

.search-submit:active {
	box-shadow: 0 1px 2px rgba(000, 000, 000, 0.6) inset;
}

/* カレンダー */

#wp-calendar {
	width: 100%;
	color: #222;
}

#wp-calendar td, 
#wp-calendar th {
	padding: 8px 0;
	text-align: center;
	font-size: 12px;
	font-size: 0.93rem;
	line-height: 1;
}

#wp-calendar caption {
	padding: 10px 0 8px 0;
	color: #666;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	font-size: 0.93rem;
}

#wp-calendar th {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f3f3f3;
	font-weight: bold;
}

#wp-calendar tfoot td {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* タグクラウド */

.tagcloud {
	text-align: left;
}

.tagcloud a[class^="tag-link"] {
	display: inline-block;
	margin: 0 .3em .3em 0;
	padding: .4em;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #f8f8f8;
	color: #555;
	text-decoration: none;
	line-height: 1;
}

.tagcloud a[class^="tag-link"]:hover {
	border: 1px solid #bbb;
	background: #f3f3f3;
}


/* ==========================================================================
   3.4 フッターエリア
   ========================================================================== */

/* フッターメニュー */

.footer-menu {
	clear: both;
	margin: 0 auto;
	padding: 20px 0 0;
}

.footer-menu .footer-menu1,
.footer-menu .footer-menu2,
.footer-menu .footer-menu3 {
	float: left;
	margin: 0;
	padding: 0;
	width: 33.333%;
}

.footer-menu .footer-menu1-inner {
	padding-right: 4%;
	padding-left : 0;
}
.footer-menu .footer-menu2-inner {
	padding-right: 2%;
	padding-left : 2%;
}
.footer-menu .footer-menu3-inner {
	padding-right: 0;
	padding-left : 4%;
}

.footer-menu {
	width: 100%;
}

/* フッター */

.footer {
	clear: both;
	border-top: 1px solid #222;
	background: #464646;
	box-shadow: 0 10px 10px rgba(000, 000, 000, .25) inset;
}

.footer-inner {
	padding: 2em 0;
	text-align: left;
	font-style: normal;
	font-size: 12px;
	font-size: 0.93rem;
	line-height: 1;
}

.footer p, 
.footer small {
	margin: 0;
	padding: 0;
	color: #ccc;
	font-size: 12px;
	font-size: 0.93rem;
}

.footer p {
	float: right;
	text-align: right;
}

.footer small {
	float: left;
	text-align: left;
}

.footer p a, 
.footer p a:visited, 
.footer small a, 
.footer small a:visited {
	color: #ccc;
	text-decoration: none;
}

.footer p a:hover, 
.footer small a:hover {
	color: #fff;
}

/* ==========================================================================
   4. ページテンプレート
   ========================================================================== */

/* 4.1 サイトマップ
   ========================================================================== */

.sitemap .main p {
	margin: 0 0 10px;
	padding: 0;
	color: #666;
	text-align: left;
	font-size: 14px;
	font-size: 1.08rem;
	line-height: 1.5;
}

.sitemap .main ul {
	margin-bottom: 30px;
	padding: 0;
}

.sitemap .main li{
}

.sitemap .main ul li{
	margin-left: 2em;
	padding: 5px 0 5px 24px;
	background: url(img/sitemap-li.gif) left center no-repeat;
	list-style-type: none;
	text-align: left;
	font-size: 14px;
	font-size: 1.08rem;
	line-height: 1.5;
}

.sitemap .main ul li.last{
	background: url(img/sitemap-li-last.gif) left center no-repeat;
}

/* ==========================================================================
   5. その他
   ========================================================================== */

/* オリジナルウィジェット 共通フォーマット rewg= refines widgets
   ========================================================================== */

.rewg {
	text-align: left;
}

.rewg ul {
	margin: 0;
	padding: 0;
}

.main .rewg .widget-item {
	margin-bottom: .7em;
	padding-bottom: .4em;
	border: none;
	border-bottom: 1px solid #ddd;
	list-style: none;
}

.main .rewg .widget-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.sub .rewg .widget-item {
	padding: 5px 0;
	border: none;
	border-bottom: 1px solid #ddd;
	list-style: none;
	background: none;
}

.sub .rewg .widget-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* サムネイル */

.main .rewg .entry-img {
	float: right;
	overflow: hidden;
	margin-bottom: .5em;
	margin-left: 1em;
	width: 81px;
	height: 50px;
}

.main .rewg .entry-img img {
	max-width: 81px;
	max-height: 50px;
	margin: 0;
}

.sub .rewg .entry-img {
	float: right;
	overflow: hidden;
	margin-bottom: .5em;
	margin-left: 1em;
	width: 40px;
	height: 40px;
}

.sub .rewg .entry-img img {
	max-width: 40px;
	max-height: 40px;
	margin: 0;
}

/* タイトル */

.main .rewg .entry-title {
	margin-bottom: .25em;
	text-align: left;
	font-size: 14px;
	font-size: 1.08rem;
	line-height: 1.5;
}

.sub .rewg .entry-title {
	margin-bottom: 0.3em;
	text-align: left;
	font-size: 13px;
	font-size: 1rem;
	line-height: 1.5;
}

/* 本文 */

.main .rewg p {
	color: #555;
	margin-bottom: 5px;
	text-align: left;
	font-size: 12px;
	font-size: 0.93rem;
	line-height: 1.5;
	margin-top: 0;
}

.sub .rewg p {
	color: #555;
	text-align: left;
	font-size: 12px;
	font-size: 0.93rem;
	line-height: 1.5;
}

/* 日付 */

.main .rewg .entry-date {
	margin-bottom: .4em;
	color: #666;
	font-size: 12px;
	font-size: 0.93rem;
}

.sub .rewg .entry-date {
	margin-bottom: .4em;
	color: #666;
	font-size: 12px;
	font-size: 0.93rem;
}

/* コメント数 */

.main .rewg .comment-num {
	color: #666;
	text-align: right;
	font-size: 12px;
	font-size: 0.93rem;
	line-height: 1.5;
}

.sub .rewg .comment-num {
	color: #666;
	text-align: right;
	font-size: 10px;
	font-size: 0.77rem;
	line-height: 1.5;
}

/* 広告ウィジェット
   ========================================================================== */

/* メイン */

.banners {
	text-align: left;
	font-size: 13px;
	font-size: 1rem;
	line-height: 1.5;
}

.banners .unit {
	float: left;
}

.banners .c1 .unit {
	width: 100%;
}

.banners .c2 .unit {
	width: 50%;
}

.banners .c2 .unit1 {
	margin-right: 7px;
}

.banners .c2 .unit2 {
	margin-left: 8px;
}

.banners .c3 .unit {
	width: 33.333333%;
}

.banners .c3 .unit1 {
	margin-right: 8px;
}

.banners .c3 .unit2 {
	margin-right: 4px;
	margin-left: 4px;
}

.banners .c3 .unit3 {
	margin-left: 8px;
}

.banners .image {
	overflow: hidden;
	margin-bottom: 5px;
	text-align: left;
}

.banners img {
	max-width: 100%;
	height: auto;
}

/* サブ */

.sub .banners {
	margin-bottom: -5px;
	text-align: left;
	font-size: 12px;
	font-size: 0.93rem;
	line-height: 1.5;
}

.sub .banners .unit {
	float: none;
	margin-bottom: 5px;
}

.sub .banners .c1 .unit, 
.sub .banners .c1 .unit, 
.sub .banners .c2 .unit, 
.sub .banners .c2 .unit, 
.sub .banners .c3 .unit, 
.sub .banners .c3 .unit {
	width: auto;
}

.sub .banners .c1 .unit2, 
.sub .banners .c2 .unit1, 
.sub .banners .c2 .unit2, 
.sub .banners .c3 .unit1, 
.sub .banners .c3 .unit2, 
.sub .banners .c3 .unit3 {
	margin-right: 0;
	margin-left: 0;
}

.sub .banners .image {
	margin-bottom: 5px;
}

.sub .banners img {
	max-width: 100%;
	height: auto;
}

/* Responsive web design
   ========================================================================== */

/* 折りたたみボタン */

.sub-btn,
.gnavi-btn {
	display: none;
}

/* WordPress必須
   ========================================================================== */

/* Alignment */

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}

.aligncenter {
	display: block;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

p img, 
.wp-caption {
	margin-top: 0.4em;
}

.wp-caption {
	margin-bottom: 1.625em;
	padding: 9px;
	max-width: 96%;
	background: #eee;
}

.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}

.wp-caption .wp-caption-text, 
.gallery-caption {
	color: #666;
	font-size: 12px;
	font-size: 0.93rem;
	font-family: Georgia, serif;
}

.wp-caption .wp-caption-text {
	position: relative;
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
}

.wp-caption .wp-caption-text:before {
	position: absolute;
	top: 7px;
	left: 10px;
	margin-right: 5px;
	color: #666;
	content: '\2014';
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	font-size: 1.08rem;
}

.wp-caption img {
	border-color: #eee;
}

.wp-caption a:focus img, 
.wp-caption a:active img, 
.wp-caption a:hover img {
	border-color: #ddd;/* ... including captioned images! */
	background: #fff;
}

.indexed.format-image .entry-content .wp-caption .wp-caption-text {
	margin: 0;
	padding-bottom: 1em;
}

.indexed.format-image .wp-caption {
	margin-bottom: 0;
	padding: 2% 2% 0;
	max-width: 96%;
	background: #111;
}

.indexed.format-image .wp-caption .wp-caption-text {
	color: #ddd;
}

.indexed.format-image .wp-caption .wp-caption-text:before {
	color: #444;
}

.wp-caption .wp-caption-text, 
.gallery-caption {
	color: #666;
	font-size: 12px;
	font-size: 0.93rem;
	font-family: Georgia, serif;
}

.wp-caption .wp-caption-text {
	position: relative;
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
}

.wp-caption .wp-caption-text:before {
	position: absolute;
	top: 7px;
	left: 10px;
	margin-right: 5px;
	color: #666;
	content: '\2014';
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	font-size: 1.08rem;
}

.blog .sticky .entry-header .entry-meta {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Post author highlighting */

.commentlist > li.bypostauthor {
	border-color: #d3d3d3;
	background: #ddd;
}

.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}

.commentlist > li.bypostauthor .comment-meta a:focus, 
.commentlist > li.bypostauthor .comment-meta a:active, 
.commentlist > li.bypostauthor .comment-meta a:hover {
}

.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */

.commentlist .children > li.bypostauthor {
	border-color: #d3d3d3;
	background: #ddd;
}

/* ==========================================================================
   6. 調整用CSS
   ========================================================================== */

/* margin（外側の余白）
 * t … 上
 * r … 右
 * b … 下
 * l … 左
 *
 */

.m0   { margin: 0 !important }
.m0-t { margin-top: 0 !important }
.m0-r { margin-right: 0 !important }
.m0-b { margin-bottom: 0 !important }
.m0-l { margin-left: 0 !important }

.m10   { margin: 10px !important }
.m10-t { margin-top: 10px !important }
.m10-r { margin-right: 10px !important }
.m10-b { margin-bottom: 10px !important }
.m10-l { margin-left: 10px !important }

.m20   { margin: 20px !important }
.m20-t { margin-top: 20px !important }
.m20-r { margin-right: 20px !important }
.m20-b { margin-bottom: 20px !important }
.m20-l { margin-left: 20px !important }

.m30   { margin: 30px !important }
.m30-t { margin-top: 30px !important }
.m30-r { margin-right: 30px !important }
.m30-b { margin-bottom: 30px !important }
.m30-l { margin-left: 30px !important }

.m40   { margin: 40px !important }
.m40-t { margin-top: 40px !important }
.m40-r { margin-right: 40px !important }
.m40-b { margin-bottom: 40px !important }
.m40-l { margin-left: 40px !important }

.m50   { margin: 50px !important }
.m50-t { margin-top: 50px !important }
.m50-r { margin-right: 50px !important }
.m50-b { margin-bottom: 50px !important }
.m50-l { margin-left: 50px !important }

.m60   { margin: 60px !important }
.m60-t { margin-top: 60px !important }
.m60-r { margin-right: 60px !important }
.m60-b { margin-bottom: 60px !important }
.m60-l { margin-left: 60px !important }

/* padding（内側の余白）
 * t…上
 * r…右
 * b…下
 * l…左
 *
 */

.p0   { padding: 0 !important }
.p0-t { padding-top: 0 !important }
.p0-r { padding-right: 0 !important }
.p0-b { padding-bottom: 0 !important }
.p0-l { padding-left: 0 !important }

.p10   { padding: 10px !important }
.p10-t { padding-top: 10px !important }
.p10-r { padding-right: 10px !important }
.p10-b { padding-bottom: 10px !important }
.p10-l { padding-left: 10px !important }

.p20   { padding: 20px !important }
.p20-t { padding-top: 20px !important }
.p20-r { padding-right: 20px !important }
.p20-b { padding-bottom: 20px !important }
.p20-l { padding-left: 20px !important }

.p30   { padding: 30px !important }
.p30-t { padding-top: 30px !important }
.p30-r { padding-right: 30px !important }
.p30-b { padding-bottom: 30px !important }
.p30-l { padding-left: 30px !important }

.p40   { padding: 40px !important }
.p40-t { padding-top: 40px !important }
.p40-r { padding-right: 40px !important }
.p40-b { padding-bottom: 40px !important }
.p40-l { padding-left: 40px !important }

.p50   { padding: 50px !important }
.p50-t { padding-top: 50px !important }
.p50-r { padding-right: 50px !important }
.p50-b { padding-bottom: 50px !important }
.p50-l { padding-left: 50px !important }

.p60   { padding: 60px !important }
.p60-t { padding-top: 60px !important }
.p60-r { padding-right: 60px !important }
.p60-b { padding-bottom: 60px !important }
.p60-l { padding-left: 60px !important }

/* カラム */

*[class*="col-"]{
	margin-left : 0.83333333333333%;
	margin-right: 0.83333333333333%;
	float: left;
	display: block;
}

.col-1  { width: 6.6666666666667% }
.col-2  { width: 15% }
.col-3  { width: 23.333333333333% }
.col-4  { width: 31.666666666667% }
.col-5  { width: 40% }
.col-6  { width: 48.333333333333% }
.col-7  { width: 56.666666666667% }
.col-8  { width: 65% }
.col-9  { width: 73.333333333333% }
.col-10 { width: 81.666666666667% }
.col-11 { width: 90% }
.col-12 { width: 98.333333333333% }

*[class*="col-"].alpha { margin-left : 0 }
*[class*="col-"].omega { margin-right: 0 }

.cl { clear: both }

/* font-weight（文字の太さ） */

.b      { font-weight: bold !important }
.normal { font-weight: normal !important }

/* font-size（文字の大きさ） */

.f8pt  { font-size: 8pt !important }
.f9pt  { font-size: 9pt !important }
.f10pt { font-size: 10pt !important }
.f11pt { font-size: 11pt !important }
.f12pt { font-size: 12pt !important }
.f13pt { font-size: 13pt !important }
.f14pt { font-size: 14pt !important }
.f15pt { font-size: 15pt !important }
.f16pt { font-size: 16pt !important }
.f17pt { font-size: 17pt !important }
.f18pt { font-size: 18pt !important }
.f19pt { font-size: 19pt !important }
.f20pt { font-size: 20pt !important }
.f21pt { font-size: 21pt !important }
.f22pt { font-size: 22pt !important }
.f23pt { font-size: 23pt !important }
.f24pt { font-size: 24pt !important }
.f25pt { font-size: 25pt !important }

/* line-height（行の高さ） */

.lh10 { line-height: 1.0 !important }
.lh11 { line-height: 1.1 !important }
.lh12 { line-height: 1.2 !important }
.lh13 { line-height: 1.3 !important }
.lh14 { line-height: 1.4 !important }
.lh15 { line-height: 1.5 !important }
.lh16 { line-height: 1.6 !important }
.lh17 { line-height: 1.7 !important }
.lh18 { line-height: 1.8 !important }
.lh19 { line-height: 1.9 !important }
.lh20 { line-height: 2.0 !important }

/*行揃え*/

.al-c { text-align: center !important }
.al-r { text-align: right !important }
.al-l { text-align: left !important }

/*見出し一行目*/

.first-line { margin-top: 0 !important }

/*文字の色*/

.red    { color: #ff0000 !important }
.blue   { color: #0000dd !important }
.green  { color: #008000 !important }
.yellow { color: #ffff00 !important }
.navy   { color: #000080 !important }
.orange { color: #ff6600 !important }
.pink   { color: #ff69b4 !important }
.purple { color: #660099 !important }
.olive  { color: #808000 !important }
.lime   { color: #00ff00 !important }
.aqua   { color: #00ffff !important }
.black  { color: #000000 !important }
.gray   { color: #cccccc !important }
.white  { color: #ffffff !important }

/*背景の色*/

.bgc-red    {background-color: #ff0000 !important }
.bgc-blue   {background-color: #0000dd !important }
.bgc-green  {background-color: #008000 !important }
.bgc-yellow {background-color: #ffff00 !important }
.bgc-navy   {background-color: #000080 !important }
.bgc-orange {background-color: #ff6600 !important }
.bgc-pink   {background-color: #ff69b4 !important }
.bgc-purple {background-color: #660099 !important }
.bgc-olive  {background-color: #808000 !important }
.bgc-lime   {background-color: #00ff00 !important }
.bgc-aqua   {background-color: #00ffff !important }
.bgc-black  {background-color: #000000 !important }
.bgc-gray   {background-color: #cccccc !important }
.bgc-white  {background-color: #ffffff !important }

/* float: left（画像などを左端に寄せ、右側にテキストが回り込む）*/

.left { float: left; margin: 0 20px 20px 0 !important }

/* float: right（画像などを右端に寄せ、左側にテキストが回り込む）*/

.right { float: right; margin: 0 0 20px 20px !important }
.cl { visibility: hidden; clear: both; height: 0.1px; font-size: 0.1em; line-height: 0 }

























/* サイトタイトルのフォントサイズを変更 */
.site-title { font-size: 24px }

/* サイトの説明のフォントサイズを変更 */
.site-description { font-size: 12px }

/* 基準のフォントサイズを変更 
（全体的な文字のサイズの変更）　*/
html { font-size: 12px }

/* サイドバーウィジェット内の文字サイズの変更 */
.sub p,
.sub li {
font-size: 12px;
}

/* サイドバーリンクの色を変更 */
.sub li a,
.sub li a:visited {
color: #ff0080;}

/* 記事ページ下のナビゲーションのリンク? */
.entry-navi a {
color: #f77b00;
background-color: #ffffff
}

/* パンくずリストの色を変更 */

.breadcrumb ol li a { /* リンク */
color: #000000;
background-color: #cccccc
}

/* アーカイブページのタイトルの色を変更 */
.page-title {
color: #800000;
background-color: #dddddd
}

/* グローバルナビゲーションの文字サイズ変更 */
.glovalnavi li {
font-size: 12px;
}

/* グローバルナビをコンテンツエリアの幅にする */
.glovalnavi {
margin-right: auto;
margin-left: auto;
width: 1000px;
border-right: 5px solid rgba(0, 0, 0, 0.15);
border-left: 5px solid rgba(0, 0, 0, 0.15);
border-radius: 5px;
}
.glovalnavi ul {
border-left: none;
}

/* 日付けを非表示 */
/*.entry-meta .date {
display: none;
}*/

/* リンクマウスオーバーで上右に1px ずらす */
a:hover {
position:relative;
top: 1px;
left:1px;
}

/* 検索結果の文字 */

span.kk{
font-size: 12px;
color: #008000;
background-color: #ffffff
}

/* 検索結果のリンク */

span.kkl{
font-size: 16px;
color: #ff0000;
background-color: #ffffff
}

































/* ◆俺流！　オリジナルＣＳＳ！ */



/* 文字色　（２桁目）１黒　２赤　３青　４緑　５ピンク　６紫　７オレンジ */

/* 文字大きさ（１桁目）　　１　10px　０　8px　２　12px　　*/
/* 文字大きさ（１桁目）　　３　14px　４　16px　５　18px　６　20px　　　*/
/* 文字大きさ（１桁目）　　７　24px　８　28px　９　32px　　*/



/* divは↑の通常の文字はやってない。↓の太字やセンターを用いる */


/* 太字はb　（span・div両方使ってる） */
/* センターはc　（spanには使えない） */

/* 頭文字を略で付ける。top middle bottom    left center right */
/* 101以降からは自由に番号を付ける */



/* ◎ 1820行辺り、リンクＣＳＳ */




/* ◆基本設定 大きさ　各色 */



span.a11{
font-size: 10px;
color: #000000;
}

span.a10{
font-size: 8px;
color: #000000;
}

span.a12{
font-size: 12px;
color: #000000;
}

span.a13{
font-size: 14px;
color: #000000;
}

span.a14{
font-size: 16px;
color: #000000;
}

span.a15{
font-size: 18px;
color: #000000;
}

span.a16{
font-size: 20px;
color: #000000;
}

span.a17{
font-size: 24px;
color: #000000;
}

span.a18{
font-size: 28px;
color: #000000;
}

span.a19{
font-size: 32px;
color: #000000;
}



span.a11b{
font-size: 10px;
color: #000000;
font-weight:bold;
}

span.a10b{
font-size: 8px;
color: #000000;
font-weight:bold;
}

span.a12b{
font-size: 12px;
color: #000000;
font-weight:bold;
}

span.a13b{
font-size: 14px;
color: #000000;
font-weight:bold;
}

span.a14b{
font-size: 16px;
color: #000000;
font-weight:bold;
}

span.a15b{
font-size: 18px;
color: #000000;
font-weight:bold;
}

span.a16b{
font-size: 20px;
color: #000000;
font-weight:bold;
}

span.a17b{
font-size: 24px;
color: #000000;
font-weight:bold;
}

span.a18b{
font-size: 28px;
color: #000000;
font-weight:bold;
}

span.a19b{
font-size: 32px;
color: #000000;
font-weight:bold;
}





div.a11b{
font-size: 10px;
color: #000000;
font-weight:bold;
}

div.a10b{
font-size: 8px;
color: #000000;
font-weight:bold;
}

div.a12b{
font-size: 12px;
color: #000000;
font-weight:bold;
}

div.a13b{
font-size: 14px;
color: #000000;
font-weight:bold;
}

div.a14b{
font-size: 16px;
color: #000000;
font-weight:bold;
}

div.a15b{
font-size: 18px;
color: #000000;
font-weight:bold;
}

div.a16b{
font-size: 20px;
color: #000000;
font-weight:bold;
}

div.a17b{
font-size: 24px;
color: #000000;
font-weight:bold;
}

div.a18b{
font-size: 28px;
color: #000000;
font-weight:bold;
}

div.a19b{
font-size: 32px;
color: #000000;
font-weight:bold;
}



div.a11bc{
font-size: 10px;
color: #000000;
font-weight:bold;
text-align: center;
}

div.a10bc{
font-size: 8px;
color: #000000;
font-weight:bold;
text-align: center;
}

div.a12bc{
font-size: 12px;
color: #000000;
font-weight:bold;
text-align: center;
}

div.a13bc{
font-size: 14px;
color: #000000;
font-weight:bold;
text-align: center;
}

div.a14bc{
font-size: 16px;
color: #000000;
font-weight:bold;
text-align: center;
}

div.a15bc{
font-size: 18px;
color: #000000;
font-weight:bold;
text-align: center;
}

div.a16bc{
font-size: 20px;
color: #000000;
font-weight:bold;
text-align: center;
}

div.a17bc{
font-size: 24px;
color: #000000;
font-weight:bold;
text-align: center;
}

div.a18bc{
font-size: 28px;
color: #000000;
font-weight:bold;
text-align: center;
}

div.a19bc{
font-size: 32px;
color: #000000;
font-weight:bold;
text-align: center;
}







span.a21{
font-size: 10px;
color: #ff0000;
}

span.a20{
font-size: 8px;
color: #ff0000;
}

span.a22{
font-size: 12px;
color: #ff0000;
}

span.a23{
font-size: 14px;
color: #ff0000;
}

span.a24{
font-size: 16px;
color: #ff0000;
}

span.a25{
font-size: 18px;
color: #ff0000;
}

span.a26{
font-size: 20px;
color: #ff0000;
}

span.a27{
font-size: 24px;
color: #ff0000;
}

span.a28{
font-size: 28px;
color: #ff0000;
}

span.a29{
font-size: 32px;
color: #ff0000;
}



span.a21b{
font-size: 10px;
color: #ff0000;
font-weight:bold;
}

span.a20b{
font-size: 8px;
color: #ff0000;
font-weight:bold;
}

span.a22b{
font-size: 12px;
color: #ff0000;
font-weight:bold;
}

span.a23b{
font-size: 14px;
color: #ff0000;
font-weight:bold;
}

span.a24b{
font-size: 16px;
color: #ff0000;
font-weight:bold;
}

span.a25b{
font-size: 18px;
color: #ff0000;
font-weight:bold;
}

span.a26b{
font-size: 20px;
color: #ff0000;
font-weight:bold;
}

span.a27b{
font-size: 24px;
color: #ff0000;
font-weight:bold;
}

span.a28b{
font-size: 28px;
color: #ff0000;
font-weight:bold;
}

span.a29b{
font-size: 32px;
color: #ff0000;
font-weight:bold;
}





div.a21b{
font-size: 10px;
color: #ff0000;
font-weight:bold;
}

div.a20b{
font-size: 8px;
color: #ff0000;
font-weight:bold;
}

div.a22b{
font-size: 12px;
color: #ff0000;
font-weight:bold;
}

div.a23b{
font-size: 14px;
color: #ff0000;
font-weight:bold;
}

div.a24b{
font-size: 16px;
color: #ff0000;
font-weight:bold;
}

div.a25b{
font-size: 18px;
color: #ff0000;
font-weight:bold;
}

div.a26b{
font-size: 20px;
color: #ff0000;
font-weight:bold;
}

div.a27b{
font-size: 24px;
color: #ff0000;
font-weight:bold;
}

div.a28b{
font-size: 28px;
color: #ff0000;
font-weight:bold;
}

div.a29b{
font-size: 32px;
color: #ff0000;
font-weight:bold;
}



div.a21bc{
font-size: 10px;
color: #ff0000;
font-weight:bold;
text-align: center;
}

div.a20bc{
font-size: 8px;
color: #ff0000;
font-weight:bold;
text-align: center;
}

div.a22bc{
font-size: 12px;
color: #ff0000;
font-weight:bold;
text-align: center;
}

div.a23bc{
font-size: 14px;
color: #ff0000;
font-weight:bold;
text-align: center;
}

div.a24bc{
font-size: 16px;
color: #ff0000;
font-weight:bold;
text-align: center;
}

div.a25bc{
font-size: 18px;
color: #ff0000;
font-weight:bold;
text-align: center;
}

div.a26bc{
font-size: 20px;
color: #ff0000;
font-weight:bold;
text-align: center;
}

div.a27bc{
font-size: 24px;
color: #ff0000;
font-weight:bold;
text-align: center;
}

div.a28bc{
font-size: 28px;
color: #ff0000;
font-weight:bold;
text-align: center;
}

div.a29bc{
font-size: 32px;
color: #ff0000;
font-weight:bold;
text-align: center;
}








span.a31{
font-size: 10px;
color: #0000ff;
}

span.a30{
font-size: 8px;
color: #0000ff;
}

span.a32{
font-size: 12px;
color: #0000ff;
}

span.a33{
font-size: 14px;
color: #0000ff;
}

span.a34{
font-size: 16px;
color: #0000ff;
}

span.a35{
font-size: 18px;
color: #0000ff;
}

span.a36{
font-size: 20px;
color: #0000ff;
}

span.a37{
font-size: 24px;
color: #0000ff;
}

span.a38{
font-size: 28px;
color: #0000ff;
}

span.a39{
font-size: 32px;
color: #0000ff;
}



span.a31b{
font-size: 10px;
color: #0000ff;
font-weight:bold;
}

span.a30b{
font-size: 8px;
color: #0000ff;
font-weight:bold;
}

span.a32b{
font-size: 12px;
color: #0000ff;
font-weight:bold;
}

span.a33b{
font-size: 14px;
color: #0000ff;
font-weight:bold;
}

span.a34b{
font-size: 16px;
color: #0000ff;
font-weight:bold;
}

span.a35b{
font-size: 18px;
color: #0000ff;
font-weight:bold;
}

span.a36b{
font-size: 20px;
color: #0000ff;
font-weight:bold;
}

span.a37b{
font-size: 24px;
color: #0000ff;
font-weight:bold;
}

span.a38b{
font-size: 28px;
color: #0000ff;
font-weight:bold;
}

span.a39b{
font-size: 32px;
color: #0000ff;
font-weight:bold;
}





div.a31b{
font-size: 10px;
color: #0000ff;
font-weight:bold;
}

div.a30b{
font-size: 8px;
color: #0000ff;
font-weight:bold;
}

div.a32b{
font-size: 12px;
color: #0000ff;
font-weight:bold;
}

div.a33b{
font-size: 14px;
color: #0000ff;
font-weight:bold;
}

div.a34b{
font-size: 16px;
color: #0000ff;
font-weight:bold;
}

div.a35b{
font-size: 18px;
color: #0000ff;
font-weight:bold;
}

div.a36b{
font-size: 20px;
color: #0000ff;
font-weight:bold;
}

div.a37b{
font-size: 24px;
color: #0000ff;
font-weight:bold;
}

div.a38b{
font-size: 28px;
color: #0000ff;
font-weight:bold;
}

div.a39b{
font-size: 32px;
color: #0000ff;
font-weight:bold;
}



div.a31bc{
font-size: 10px;
color: #0000ff;
font-weight:bold;
text-align: center;
}

div.a30bc{
font-size: 8px;
color: #0000ff;
font-weight:bold;
text-align: center;
}

div.a32bc{
font-size: 12px;
color: #0000ff;
font-weight:bold;
text-align: center;
}

div.a33bc{
font-size: 14px;
color: #0000ff;
font-weight:bold;
text-align: center;
}

div.a34bc{
font-size: 16px;
color: #0000ff;
font-weight:bold;
text-align: center;
}

div.a35bc{
font-size: 18px;
color: #0000ff;
font-weight:bold;
text-align: center;
}

div.a36bc{
font-size: 20px;
color: #0000ff;
font-weight:bold;
text-align: center;
}

div.a37bc{
font-size: 24px;
color: #0000ff;
font-weight:bold;
text-align: center;
}

div.a38bc{
font-size: 28px;
color: #0000ff;
font-weight:bold;
text-align: center;
}

div.a39bc{
font-size: 32px;
color: #0000ff;
font-weight:bold;
text-align: center;
}







span.a41{
font-size: 10px;
color: #008000;
}

span.a40{
font-size: 8px;
color: #008000;
}

span.a42{
font-size: 12px;
color: #008000;
}

span.a43{
font-size: 14px;
color: #008000;
}

span.a44{
font-size: 16px;
color: #008000;
}

span.a45{
font-size: 18px;
color: #008000;
}

span.a46{
font-size: 20px;
color: #008000;
}

span.a47{
font-size: 24px;
color: #008000;
}

span.a48{
font-size: 28px;
color: #008000;
}

span.a49{
font-size: 32px;
color: #008000;
}



span.a41b{
font-size: 10px;
color: #008000;
font-weight:bold;
}

span.a40b{
font-size: 8px;
color: #008000;
font-weight:bold;
}

span.a42b{
font-size: 12px;
color: #008000;
font-weight:bold;
}

span.a43b{
font-size: 14px;
color: #008000;
font-weight:bold;
}

span.a44b{
font-size: 16px;
color: #008000;
font-weight:bold;
}

span.a45b{
font-size: 18px;
color: #008000;
font-weight:bold;
}

span.a46b{
font-size: 20px;
color: #008000;
font-weight:bold;
}

span.a47b{
font-size: 24px;
color: #008000;
font-weight:bold;
}

span.a48b{
font-size: 28px;
color: #008000;
font-weight:bold;
}

span.a49b{
font-size: 32px;
color: #008000;
font-weight:bold;
}





div.a41b{
font-size: 10px;
color: #008000;
font-weight:bold;
}

div.a40b{
font-size: 8px;
color: #008000;
font-weight:bold;
}

div.a42b{
font-size: 12px;
color: #008000;
font-weight:bold;
}

div.a43b{
font-size: 14px;
color: #008000;
font-weight:bold;
}

div.a44b{
font-size: 16px;
color: #008000;
font-weight:bold;
}

div.a45b{
font-size: 18px;
color: #008000;
font-weight:bold;
}

div.a46b{
font-size: 20px;
color: #008000;
font-weight:bold;
}

div.a47b{
font-size: 24px;
color: #008000;
font-weight:bold;
}

div.a48b{
font-size: 28px;
color: #008000;
font-weight:bold;
}

div.a49b{
font-size: 32px;
color: #008000;
font-weight:bold;
}



div.a41bc{
font-size: 10px;
color: #008000;
font-weight:bold;
text-align: center;
}

div.a40bc{
font-size: 8px;
color: #008000;
font-weight:bold;
text-align: center;
}

div.a42bc{
font-size: 12px;
color: #008000;
font-weight:bold;
text-align: center;
}

div.a43bc{
font-size: 14px;
color: #008000;
font-weight:bold;
text-align: center;
}

div.a44bc{
font-size: 16px;
color: #008000;
font-weight:bold;
text-align: center;
}

div.a45bc{
font-size: 18px;
color: #008000;
font-weight:bold;
text-align: center;
}

div.a46bc{
font-size: 20px;
color: #008000;
font-weight:bold;
text-align: center;
}

div.a47bc{
font-size: 24px;
color: #008000;
font-weight:bold;
text-align: center;
}

div.a48bc{
font-size: 28px;
color: #008000;
font-weight:bold;
text-align: center;
}

div.a49bc{
font-size: 32px;
color: #008000;
font-weight:bold;
text-align: center;
}







span.a51{
font-size: 10px;
color: #ff0080;
}

span.a50{
font-size: 8px;
color: #ff0080;
}

span.a52{
font-size: 12px;
color: #ff0080;
}

span.a53{
font-size: 14px;
color: #ff0080;
}

span.a54{
font-size: 16px;
color: #ff0080;
}

span.a55{
font-size: 18px;
color: #ff0080;
}

span.a56{
font-size: 20px;
color: #ff0080;
}

span.a57{
font-size: 24px;
color: #ff0080;
}

span.a58{
font-size: 28px;
color: #ff0080;
}

span.a59{
font-size: 32px;
color: #ff0080;
}



span.a51b{
font-size: 10px;
color: #ff0080;
font-weight:bold;
}

span.a50b{
font-size: 8px;
color: #ff0080;
font-weight:bold;
}

span.a52b{
font-size: 12px;
color: #ff0080;
font-weight:bold;
}

span.a53b{
font-size: 14px;
color: #ff0080;
font-weight:bold;
}

span.a54b{
font-size: 16px;
color: #ff0080;
font-weight:bold;
}

span.a55b{
font-size: 18px;
color: #ff0080;
font-weight:bold;
}

span.a56b{
font-size: 20px;
color: #ff0080;
font-weight:bold;
}

span.a57b{
font-size: 24px;
color: #ff0080;
font-weight:bold;
}

span.a58b{
font-size: 28px;
color: #ff0080;
font-weight:bold;
}

span.a59b{
font-size: 32px;
color: #ff0080;
font-weight:bold;
}





div.a51b{
font-size: 10px;
color: #ff0080;
font-weight:bold;
}

div.a50b{
font-size: 8px;
color: #ff0080;
font-weight:bold;
}

div.a52b{
font-size: 12px;
color: #ff0080;
font-weight:bold;
}

div.a53b{
font-size: 14px;
color: #ff0080;
font-weight:bold;
}

div.a54b{
font-size: 16px;
color: #ff0080;
font-weight:bold;
}

div.a55b{
font-size: 18px;
color: #ff0080;
font-weight:bold;
}

div.a56b{
font-size: 20px;
color: #ff0080;
font-weight:bold;
}

div.a57b{
font-size: 24px;
color: #ff0080;
font-weight:bold;
}

div.a58b{
font-size: 28px;
color: #ff0080;
font-weight:bold;
}

div.a59b{
font-size: 32px;
color: #ff0080;
font-weight:bold;
}



div.a51bc{
font-size: 10px;
color: #ff0080;
font-weight:bold;
text-align: center;
}

div.a50bc{
font-size: 8px;
color: #ff0080;
font-weight:bold;
text-align: center;
}

div.a52bc{
font-size: 12px;
color: #ff0080;
font-weight:bold;
text-align: center;
}

div.a53bc{
font-size: 14px;
color: #ff0080;
font-weight:bold;
text-align: center;
}

div.a54bc{
font-size: 16px;
color: #ff0080;
font-weight:bold;
text-align: center;
}

div.a55bc{
font-size: 18px;
color: #ff0080;
font-weight:bold;
text-align: center;
}

div.a56bc{
font-size: 20px;
color: #ff0080;
font-weight:bold;
text-align: center;
}

div.a57bc{
font-size: 24px;
color: #ff0080;
font-weight:bold;
text-align: center;
}

div.a58bc{
font-size: 28px;
color: #ff0080;
font-weight:bold;
text-align: center;
}

div.a59bc{
font-size: 32px;
color: #ff0080;
font-weight:bold;
text-align: center;
}







span.a61{
font-size: 10px;
color: #8000ff;
}

span.a60{
font-size: 8px;
color: #8000ff;
}

span.a62{
font-size: 12px;
color: #8000ff;
}

span.a63{
font-size: 14px;
color: #8000ff;
}

span.a64{
font-size: 16px;
color: #8000ff;
}

span.a65{
font-size: 18px;
color: #8000ff;
}

span.a66{
font-size: 20px;
color: #8000ff;
}

span.a67{
font-size: 24px;
color: #8000ff;
}

span.a68{
font-size: 28px;
color: #8000ff;
}

span.a69{
font-size: 32px;
color: #8000ff;
}



span.a61b{
font-size: 10px;
color: #8000ff;
font-weight:bold;
}

span.a60b{
font-size: 8px;
color: #8000ff;
font-weight:bold;
}

span.a62b{
font-size: 12px;
color: #8000ff;
font-weight:bold;
}

span.a63b{
font-size: 14px;
color: #8000ff;
font-weight:bold;
}

span.a64b{
font-size: 16px;
color: #8000ff;
font-weight:bold;
}

span.a65b{
font-size: 18px;
color: #8000ff;
font-weight:bold;
}

span.a66b{
font-size: 20px;
color: #8000ff;
font-weight:bold;
}

span.a67b{
font-size: 24px;
color: #8000ff;
font-weight:bold;
}

span.a68b{
font-size: 28px;
color: #8000ff;
font-weight:bold;
}

span.a69b{
font-size: 32px;
color: #8000ff;
font-weight:bold;
}





div.a61b{
font-size: 10px;
color: #8000ff;
font-weight:bold;
}

div.a60b{
font-size: 8px;
color: #8000ff;
font-weight:bold;
}

div.a62b{
font-size: 12px;
color: #8000ff;
font-weight:bold;
}

div.a63b{
font-size: 14px;
color: #8000ff;
font-weight:bold;
}

div.a64b{
font-size: 16px;
color: #8000ff;
font-weight:bold;
}

div.a65b{
font-size: 18px;
color: #8000ff;
font-weight:bold;
}

div.a66b{
font-size: 20px;
color: #8000ff;
font-weight:bold;
}

div.a67b{
font-size: 24px;
color: #8000ff;
font-weight:bold;
}

div.a68b{
font-size: 28px;
color: #8000ff;
font-weight:bold;
}

div.a69b{
font-size: 32px;
color: #8000ff;
font-weight:bold;
}



div.a61bc{
font-size: 10px;
color: #8000ff;
font-weight:bold;
text-align: center;
}

div.a60bc{
font-size: 8px;
color: #8000ff;
font-weight:bold;
text-align: center;
}

div.a62bc{
font-size: 12px;
color: #8000ff;
font-weight:bold;
text-align: center;
}

div.a63bc{
font-size: 14px;
color: #8000ff;
font-weight:bold;
text-align: center;
}

div.a64bc{
font-size: 16px;
color: #8000ff;
font-weight:bold;
text-align: center;
}

div.a65bc{
font-size: 18px;
color: #8000ff;
font-weight:bold;
text-align: center;
}

div.a66bc{
font-size: 20px;
color: #8000ff;
font-weight:bold;
text-align: center;
}

div.a67bc{
font-size: 24px;
color: #8000ff;
font-weight:bold;
text-align: center;
}

div.a68bc{
font-size: 28px;
color: #8000ff;
font-weight:bold;
text-align: center;
}

div.a69bc{
font-size: 32px;
color: #8000ff;
font-weight:bold;
text-align: center;
}







span.a71{
font-size: 10px;
color: #ff8000;
}

span.a70{
font-size: 8px;
color: #ff8000;
}

span.a72{
font-size: 12px;
color: #ff8000;
}

span.a73{
font-size: 14px;
color: #ff8000;
}

span.a74{
font-size: 16px;
color: #ff8000;
}

span.a75{
font-size: 18px;
color: #ff8000;
}

span.a76{
font-size: 20px;
color: #ff8000;
}

span.a77{
font-size: 24px;
color: #ff8000;
}

span.a78{
font-size: 28px;
color: #ff8000;
}

span.a79{
font-size: 32px;
color: #ff8000;
}



span.a71b{
font-size: 10px;
color: #ff8000;
font-weight:bold;
}

span.a70b{
font-size: 8px;
color: #ff8000;
font-weight:bold;
}

span.a72b{
font-size: 12px;
color: #ff8000;
font-weight:bold;
}

span.a73b{
font-size: 14px;
color: #ff8000;
font-weight:bold;
}

span.a74b{
font-size: 16px;
color: #ff8000;
font-weight:bold;
}

span.a75b{
font-size: 18px;
color: #ff8000;
font-weight:bold;
}

span.a76b{
font-size: 20px;
color: #ff8000;
font-weight:bold;
}

span.a77b{
font-size: 24px;
color: #ff8000;
font-weight:bold;
}

span.a78b{
font-size: 28px;
color: #ff8000;
font-weight:bold;
}

span.a79b{
font-size: 32px;
color: #ff8000;
font-weight:bold;
}





div.a71b{
font-size: 10px;
color: #ff8000;
font-weight:bold;
}

div.a70b{
font-size: 8px;
color: #ff8000;
font-weight:bold;
}

div.a72b{
font-size: 12px;
color: #ff8000;
font-weight:bold;
}

div.a73b{
font-size: 14px;
color: #ff8000;
font-weight:bold;
}

div.a74b{
font-size: 16px;
color: #ff8000;
font-weight:bold;
}

div.a75b{
font-size: 18px;
color: #ff8000;
font-weight:bold;
}

div.a76b{
font-size: 20px;
color: #ff8000;
font-weight:bold;
}

div.a77b{
font-size: 24px;
color: #ff8000;
font-weight:bold;
}

div.a78b{
font-size: 28px;
color: #ff8000;
font-weight:bold;
}

div.a79b{
font-size: 32px;
color: #ff8000;
font-weight:bold;
}



div.a71bc{
font-size: 10px;
color: #ff8000;
font-weight:bold;
text-align: center;
}

div.a70bc{
font-size: 8px;
color: #ff8000;
font-weight:bold;
text-align: center;
}

div.a72bc{
font-size: 12px;
color: #ff8000;
font-weight:bold;
text-align: center;
}

div.a73bc{
font-size: 14px;
color: #ff8000;
font-weight:bold;
text-align: center;
}

div.a74bc{
font-size: 16px;
color: #ff8000;
font-weight:bold;
text-align: center;
}

div.a75bc{
font-size: 18px;
color: #ff8000;
font-weight:bold;
text-align: center;
}

div.a76bc{
font-size: 20px;
color: #ff8000;
font-weight:bold;
text-align: center;
}

div.a77bc{
font-size: 24px;
color: #ff8000;
font-weight:bold;
text-align: center;
}

div.a78bc{
font-size: 28px;
color: #ff8000;
font-weight:bold;
text-align: center;
}

div.a79bc{
font-size: 32px;
color: #ff8000;
font-weight:bold;
text-align: center;
}




















/* ◆リンク設定　色・大きさ全て */










a.a1121{
font-size: 10px;
color: #000000;
text-decoration: none;
}

a:hover.a1121{
font-size: 10px;
color: #ff0000;
text-decoration: underline;
}

a.a1131{
font-size: 10px;
color: #000000;
text-decoration: none;
}

a:hover.a1131{
font-size: 10px;
color: #0000ff;
text-decoration: underline;
}

a.a1141{
font-size: 10px;
color: #000000;
text-decoration: none;
}

a:hover.a1141{
font-size: 10px;
color: #008000;
text-decoration: underline;
}

a.a1151{
font-size: 10px;
color: #000000;
text-decoration: none;
}

a:hover.a1151{
font-size: 10px;
color: #ff0080;
text-decoration: underline;
}

a.a1161{
font-size: 10px;
color: #000000;
text-decoration: none;
}

a:hover.a1161{
font-size: 10px;
color: #8000ff;
text-decoration: underline;
}

a.a1171{
font-size: 10px;
color: #000000;
text-decoration: none;
}

a:hover.a1171{
font-size: 10px;
color: #ff8000;
text-decoration: underline;
}

a.a2111{
font-size: 10px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2111{
font-size: 10px;
color: #000000;
text-decoration: underline;
}

a.a2131{
font-size: 10px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2131{
font-size: 10px;
color: #0000ff;
text-decoration: underline;
}

a.a2141{
font-size: 10px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2141{
font-size: 10px;
color: #008000;
text-decoration: underline;
}

a.a2151{
font-size: 10px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2151{
font-size: 10px;
color: #ff0080;
text-decoration: underline;
}

a.a2161{
font-size: 10px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2161{
font-size: 10px;
color: #8000ff;
text-decoration: underline;
}

a.a2171{
font-size: 10px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2171{
font-size: 10px;
color: #ff8000;
text-decoration: underline;
}

a.a3111{
font-size: 10px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3111{
font-size: 10px;
color: #000000;
text-decoration: underline;
}

a.a3121{
font-size: 10px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3121{
font-size: 10px;
color: #ff0000;
text-decoration: underline;
}

a.a3141{
font-size: 10px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3141{
font-size: 10px;
color: #008000;
text-decoration: underline;
}

a.a3151{
font-size: 10px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3151{
font-size: 10px;
color: #ff0080;
text-decoration: underline;
}

a.a3161{
font-size: 10px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3161{
font-size: 10px;
color: #8000ff;
text-decoration: underline;
}

a.a3171{
font-size: 10px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3171{
font-size: 10px;
color: #ff8000;
text-decoration: underline;
}

a.a4111{
font-size: 10px;
color: #008000;
text-decoration: none;
}

a:hover.a4111{
font-size: 10px;
color: #000000;
text-decoration: underline;
}

a.a4121{
font-size: 10px;
color: #008000;
text-decoration: none;
}

a:hover.a4121{
font-size: 10px;
color: #ff0000;
text-decoration: underline;
}

a.a4131{
font-size: 10px;
color: #008000;
text-decoration: none;
}

a:hover.a4131{
font-size: 10px;
color: #0000ff;
text-decoration: underline;
}

a.a4151{
font-size: 10px;
color: #008000;
text-decoration: none;
}

a:hover.a4151{
font-size: 10px;
color: #ff0080;
text-decoration: underline;
}

a.a4161{
font-size: 10px;
color: #008000;
text-decoration: none;
}

a:hover.a4161{
font-size: 10px;
color: #8000ff;
text-decoration: underline;
}

a.a4171{
font-size: 10px;
color: #008000;
text-decoration: none;
}

a:hover.a4171{
font-size: 10px;
color: #ff8000;
text-decoration: underline;
}

a.a5111{
font-size: 10px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5111{
font-size: 10px;
color: #000000;
text-decoration: underline;
}

a.a5121{
font-size: 10px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5121{
font-size: 10px;
color: #ff0000;
text-decoration: underline;
}

a.a5131{
font-size: 10px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5131{
font-size: 10px;
color: #0000ff;
text-decoration: underline;
}

a.a5141{
font-size: 10px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5141{
font-size: 10px;
color: #008000;
text-decoration: underline;
}

a.a5161{
font-size: 10px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5161{
font-size: 10px;
color: #8000ff;
text-decoration: underline;
}

a.a5171{
font-size: 10px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5171{
font-size: 10px;
color: #ff8000;
text-decoration: underline;
}

a.a6111{
font-size: 10px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6111{
font-size: 10px;
color: #000000;
text-decoration: underline;
}

a.a6121{
font-size: 10px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6121{
font-size: 10px;
color: #ff0000;
text-decoration: underline;
}

a.a6131{
font-size: 10px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6131{
font-size: 10px;
color: #0000ff;
text-decoration: underline;
}

a.a6141{
font-size: 10px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6141{
font-size: 10px;
color: #008000;
text-decoration: underline;
}

a.a6151{
font-size: 10px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6151{
font-size: 10px;
color: #ff0080;
text-decoration: underline;
}

a.a6171{
font-size: 10px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6171{
font-size: 10px;
color: #ff8000;
text-decoration: underline;
}

a.a7111{
font-size: 10px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7111{
font-size: 10px;
color: #000000;
text-decoration: underline;
}

a.a7121{
font-size: 10px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7121{
font-size: 10px;
color: #ff0000;
text-decoration: underline;
}

a.a7131{
font-size: 10px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7131{
font-size: 10px;
color: #0000ff;
text-decoration: underline;
}

a.a7141{
font-size: 10px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7141{
font-size: 10px;
color: #008000;
text-decoration: underline;
}

a.a7151{
font-size: 10px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7151{
font-size: 10px;
color: #ff0080;
text-decoration: underline;
}

a.a7161{
font-size: 10px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7161{
font-size: 10px;
color: #8000ff;
text-decoration: underline;
}

a.a1020{
font-size: 8px;
color: #000000;
text-decoration: none;
}

a:hover.a1020{
font-size: 8px;
color: #ff0000;
text-decoration: underline;
}

a.a1030{
font-size: 8px;
color: #000000;
text-decoration: none;
}

a:hover.a1030{
font-size: 8px;
color: #0000ff;
text-decoration: underline;
}

a.a1040{
font-size: 8px;
color: #000000;
text-decoration: none;
}

a:hover.a1040{
font-size: 8px;
color: #008000;
text-decoration: underline;
}

a.a1050{
font-size: 8px;
color: #000000;
text-decoration: none;
}

a:hover.a1050{
font-size: 8px;
color: #ff0080;
text-decoration: underline;
}

a.a1060{
font-size: 8px;
color: #000000;
text-decoration: none;
}

a:hover.a1060{
font-size: 8px;
color: #8000ff;
text-decoration: underline;
}

a.a1070{
font-size: 8px;
color: #000000;
text-decoration: none;
}

a:hover.a1070{
font-size: 8px;
color: #ff8000;
text-decoration: underline;
}

a.a2010{
font-size: 8px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2010{
font-size: 8px;
color: #000000;
text-decoration: underline;
}

a.a2030{
font-size: 8px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2030{
font-size: 8px;
color: #0000ff;
text-decoration: underline;
}

a.a2040{
font-size: 8px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2040{
font-size: 8px;
color: #008000;
text-decoration: underline;
}

a.a2050{
font-size: 8px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2050{
font-size: 8px;
color: #ff0080;
text-decoration: underline;
}

a.a2060{
font-size: 8px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2060{
font-size: 8px;
color: #8000ff;
text-decoration: underline;
}

a.a2070{
font-size: 8px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2070{
font-size: 8px;
color: #ff8000;
text-decoration: underline;
}

a.a3010{
font-size: 8px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3010{
font-size: 8px;
color: #000000;
text-decoration: underline;
}

a.a3020{
font-size: 8px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3020{
font-size: 8px;
color: #ff0000;
text-decoration: underline;
}

a.a3040{
font-size: 8px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3040{
font-size: 8px;
color: #008000;
text-decoration: underline;
}

a.a3050{
font-size: 8px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3050{
font-size: 8px;
color: #ff0080;
text-decoration: underline;
}

a.a3060{
font-size: 8px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3060{
font-size: 8px;
color: #8000ff;
text-decoration: underline;
}

a.a3070{
font-size: 8px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3070{
font-size: 8px;
color: #ff8000;
text-decoration: underline;
}

a.a4010{
font-size: 8px;
color: #008000;
text-decoration: none;
}

a:hover.a4010{
font-size: 8px;
color: #000000;
text-decoration: underline;
}

a.a4020{
font-size: 8px;
color: #008000;
text-decoration: none;
}

a:hover.a4020{
font-size: 8px;
color: #ff0000;
text-decoration: underline;
}

a.a4030{
font-size: 8px;
color: #008000;
text-decoration: none;
}

a:hover.a4030{
font-size: 8px;
color: #0000ff;
text-decoration: underline;
}

a.a4050{
font-size: 8px;
color: #008000;
text-decoration: none;
}

a:hover.a4050{
font-size: 8px;
color: #ff0080;
text-decoration: underline;
}

a.a4060{
font-size: 8px;
color: #008000;
text-decoration: none;
}

a:hover.a4060{
font-size: 8px;
color: #8000ff;
text-decoration: underline;
}

a.a4070{
font-size: 8px;
color: #008000;
text-decoration: none;
}

a:hover.a4070{
font-size: 8px;
color: #ff8000;
text-decoration: underline;
}

a.a5010{
font-size: 8px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5010{
font-size: 8px;
color: #000000;
text-decoration: underline;
}

a.a5020{
font-size: 8px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5020{
font-size: 8px;
color: #ff0000;
text-decoration: underline;
}

a.a5030{
font-size: 8px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5030{
font-size: 8px;
color: #0000ff;
text-decoration: underline;
}

a.a5040{
font-size: 8px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5040{
font-size: 8px;
color: #008000;
text-decoration: underline;
}

a.a5060{
font-size: 8px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5060{
font-size: 8px;
color: #8000ff;
text-decoration: underline;
}

a.a5070{
font-size: 8px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5070{
font-size: 8px;
color: #ff8000;
text-decoration: underline;
}

a.a6010{
font-size: 8px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6010{
font-size: 8px;
color: #000000;
text-decoration: underline;
}

a.a6020{
font-size: 8px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6020{
font-size: 8px;
color: #ff0000;
text-decoration: underline;
}

a.a6030{
font-size: 8px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6030{
font-size: 8px;
color: #0000ff;
text-decoration: underline;
}

a.a6040{
font-size: 8px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6040{
font-size: 8px;
color: #008000;
text-decoration: underline;
}

a.a6050{
font-size: 8px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6050{
font-size: 8px;
color: #ff0080;
text-decoration: underline;
}

a.a6070{
font-size: 8px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6070{
font-size: 8px;
color: #ff8000;
text-decoration: underline;
}

a.a7010{
font-size: 8px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7010{
font-size: 8px;
color: #000000;
text-decoration: underline;
}

a.a7020{
font-size: 8px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7020{
font-size: 8px;
color: #ff0000;
text-decoration: underline;
}

a.a7030{
font-size: 8px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7030{
font-size: 8px;
color: #0000ff;
text-decoration: underline;
}

a.a7040{
font-size: 8px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7040{
font-size: 8px;
color: #008000;
text-decoration: underline;
}

a.a7050{
font-size: 8px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7050{
font-size: 8px;
color: #ff0080;
text-decoration: underline;
}

a.a7060{
font-size: 8px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7060{
font-size: 8px;
color: #8000ff;
text-decoration: underline;
}

a.a1222{
font-size: 12px;
color: #000000;
text-decoration: none;
}

a:hover.a1222{
font-size: 12px;
color: #ff0000;
text-decoration: underline;
}

a.a1232{
font-size: 12px;
color: #000000;
text-decoration: none;
}

a:hover.a1232{
font-size: 12px;
color: #0000ff;
text-decoration: underline;
}

a.a1242{
font-size: 12px;
color: #000000;
text-decoration: none;
}

a:hover.a1242{
font-size: 12px;
color: #008000;
text-decoration: underline;
}

a.a1252{
font-size: 12px;
color: #000000;
text-decoration: none;
}

a:hover.a1252{
font-size: 12px;
color: #ff0080;
text-decoration: underline;
}

a.a1262{
font-size: 12px;
color: #000000;
text-decoration: none;
}

a:hover.a1262{
font-size: 12px;
color: #8000ff;
text-decoration: underline;
}

a.a1272{
font-size: 12px;
color: #000000;
text-decoration: none;
}

a:hover.a1272{
font-size: 12px;
color: #ff8000;
text-decoration: underline;
}

a.a2212{
font-size: 12px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2212{
font-size: 12px;
color: #000000;
text-decoration: underline;
}

a.a2232{
font-size: 12px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2232{
font-size: 12px;
color: #0000ff;
text-decoration: underline;
}

a.a2242{
font-size: 12px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2242{
font-size: 12px;
color: #008000;
text-decoration: underline;
}

a.a2252{
font-size: 12px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2252{
font-size: 12px;
color: #ff0080;
text-decoration: underline;
}

a.a2262{
font-size: 12px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2262{
font-size: 12px;
color: #8000ff;
text-decoration: underline;
}

a.a2272{
font-size: 12px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2272{
font-size: 12px;
color: #ff8000;
text-decoration: underline;
}

a.a3212{
font-size: 12px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3212{
font-size: 12px;
color: #000000;
text-decoration: underline;
}

a.a3222{
font-size: 12px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3222{
font-size: 12px;
color: #ff0000;
text-decoration: underline;
}

a.a3242{
font-size: 12px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3242{
font-size: 12px;
color: #008000;
text-decoration: underline;
}

a.a3252{
font-size: 12px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3252{
font-size: 12px;
color: #ff0080;
text-decoration: underline;
}

a.a3262{
font-size: 12px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3262{
font-size: 12px;
color: #8000ff;
text-decoration: underline;
}

a.a3272{
font-size: 12px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3272{
font-size: 12px;
color: #ff8000;
text-decoration: underline;
}

a.a4212{
font-size: 12px;
color: #008000;
text-decoration: none;
}

a:hover.a4212{
font-size: 12px;
color: #000000;
text-decoration: underline;
}

a.a4222{
font-size: 12px;
color: #008000;
text-decoration: none;
}

a:hover.a4222{
font-size: 12px;
color: #ff0000;
text-decoration: underline;
}

a.a4232{
font-size: 12px;
color: #008000;
text-decoration: none;
}

a:hover.a4232{
font-size: 12px;
color: #0000ff;
text-decoration: underline;
}

a.a4252{
font-size: 12px;
color: #008000;
text-decoration: none;
}

a:hover.a4252{
font-size: 12px;
color: #ff0080;
text-decoration: underline;
}

a.a4262{
font-size: 12px;
color: #008000;
text-decoration: none;
}

a:hover.a4262{
font-size: 12px;
color: #8000ff;
text-decoration: underline;
}

a.a4272{
font-size: 12px;
color: #008000;
text-decoration: none;
}

a:hover.a4272{
font-size: 12px;
color: #ff8000;
text-decoration: underline;
}

a.a5212{
font-size: 12px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5212{
font-size: 12px;
color: #000000;
text-decoration: underline;
}

a.a5222{
font-size: 12px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5222{
font-size: 12px;
color: #ff0000;
text-decoration: underline;
}

a.a5232{
font-size: 12px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5232{
font-size: 12px;
color: #0000ff;
text-decoration: underline;
}

a.a5242{
font-size: 12px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5242{
font-size: 12px;
color: #008000;
text-decoration: underline;
}

a.a5262{
font-size: 12px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5262{
font-size: 12px;
color: #8000ff;
text-decoration: underline;
}

a.a5272{
font-size: 12px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5272{
font-size: 12px;
color: #ff8000;
text-decoration: underline;
}

a.a6212{
font-size: 12px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6212{
font-size: 12px;
color: #000000;
text-decoration: underline;
}

a.a6222{
font-size: 12px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6222{
font-size: 12px;
color: #ff0000;
text-decoration: underline;
}

a.a6232{
font-size: 12px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6232{
font-size: 12px;
color: #0000ff;
text-decoration: underline;
}

a.a6242{
font-size: 12px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6242{
font-size: 12px;
color: #008000;
text-decoration: underline;
}

a.a6252{
font-size: 12px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6252{
font-size: 12px;
color: #ff0080;
text-decoration: underline;
}

a.a6272{
font-size: 12px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6272{
font-size: 12px;
color: #ff8000;
text-decoration: underline;
}

a.a7212{
font-size: 12px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7212{
font-size: 12px;
color: #000000;
text-decoration: underline;
}

a.a7222{
font-size: 12px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7222{
font-size: 12px;
color: #ff0000;
text-decoration: underline;
}

a.a7232{
font-size: 12px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7232{
font-size: 12px;
color: #0000ff;
text-decoration: underline;
}

a.a7242{
font-size: 12px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7242{
font-size: 12px;
color: #008000;
text-decoration: underline;
}

a.a7252{
font-size: 12px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7252{
font-size: 12px;
color: #ff0080;
text-decoration: underline;
}

a.a7262{
font-size: 12px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7262{
font-size: 12px;
color: #8000ff;
text-decoration: underline;
}

a.a1323{
font-size: 14px;
color: #000000;
text-decoration: none;
}

a:hover.a1323{
font-size: 14px;
color: #ff0000;
text-decoration: underline;
}

a.a1333{
font-size: 14px;
color: #000000;
text-decoration: none;
}

a:hover.a1333{
font-size: 14px;
color: #0000ff;
text-decoration: underline;
}

a.a1343{
font-size: 14px;
color: #000000;
text-decoration: none;
}

a:hover.a1343{
font-size: 14px;
color: #008000;
text-decoration: underline;
}

a.a1353{
font-size: 14px;
color: #000000;
text-decoration: none;
}

a:hover.a1353{
font-size: 14px;
color: #ff0080;
text-decoration: underline;
}

a.a1363{
font-size: 14px;
color: #000000;
text-decoration: none;
}

a:hover.a1363{
font-size: 14px;
color: #8000ff;
text-decoration: underline;
}

a.a1373{
font-size: 14px;
color: #000000;
text-decoration: none;
}

a:hover.a1373{
font-size: 14px;
color: #ff8000;
text-decoration: underline;
}

a.a2313{
font-size: 14px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2313{
font-size: 14px;
color: #000000;
text-decoration: underline;
}

a.a2333{
font-size: 14px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2333{
font-size: 14px;
color: #0000ff;
text-decoration: underline;
}

a.a2343{
font-size: 14px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2343{
font-size: 14px;
color: #008000;
text-decoration: underline;
}

a.a2353{
font-size: 14px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2353{
font-size: 14px;
color: #ff0080;
text-decoration: underline;
}

a.a2363{
font-size: 14px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2363{
font-size: 14px;
color: #8000ff;
text-decoration: underline;
}

a.a2373{
font-size: 14px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2373{
font-size: 14px;
color: #ff8000;
text-decoration: underline;
}

a.a3313{
font-size: 14px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3313{
font-size: 14px;
color: #000000;
text-decoration: underline;
}

a.a3323{
font-size: 14px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3323{
font-size: 14px;
color: #ff0000;
text-decoration: underline;
}

a.a3343{
font-size: 14px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3343{
font-size: 14px;
color: #008000;
text-decoration: underline;
}

a.a3353{
font-size: 14px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3353{
font-size: 14px;
color: #ff0080;
text-decoration: underline;
}

a.a3363{
font-size: 14px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3363{
font-size: 14px;
color: #8000ff;
text-decoration: underline;
}

a.a3373{
font-size: 14px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3373{
font-size: 14px;
color: #ff8000;
text-decoration: underline;
}

a.a4313{
font-size: 14px;
color: #008000;
text-decoration: none;
}

a:hover.a4313{
font-size: 14px;
color: #000000;
text-decoration: underline;
}

a.a4323{
font-size: 14px;
color: #008000;
text-decoration: none;
}

a:hover.a4323{
font-size: 14px;
color: #ff0000;
text-decoration: underline;
}

a.a4333{
font-size: 14px;
color: #008000;
text-decoration: none;
}

a:hover.a4333{
font-size: 14px;
color: #0000ff;
text-decoration: underline;
}

a.a4353{
font-size: 14px;
color: #008000;
text-decoration: none;
}

a:hover.a4353{
font-size: 14px;
color: #ff0080;
text-decoration: underline;
}

a.a4363{
font-size: 14px;
color: #008000;
text-decoration: none;
}

a:hover.a4363{
font-size: 14px;
color: #8000ff;
text-decoration: underline;
}

a.a4373{
font-size: 14px;
color: #008000;
text-decoration: none;
}

a:hover.a4373{
font-size: 14px;
color: #ff8000;
text-decoration: underline;
}

a.a5313{
font-size: 14px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5313{
font-size: 14px;
color: #000000;
text-decoration: underline;
}

a.a5323{
font-size: 14px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5323{
font-size: 14px;
color: #ff0000;
text-decoration: underline;
}

a.a5333{
font-size: 14px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5333{
font-size: 14px;
color: #0000ff;
text-decoration: underline;
}

a.a5343{
font-size: 14px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5343{
font-size: 14px;
color: #008000;
text-decoration: underline;
}

a.a5363{
font-size: 14px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5363{
font-size: 14px;
color: #8000ff;
text-decoration: underline;
}

a.a5373{
font-size: 14px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5373{
font-size: 14px;
color: #ff8000;
text-decoration: underline;
}

a.a6313{
font-size: 14px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6313{
font-size: 14px;
color: #000000;
text-decoration: underline;
}

a.a6323{
font-size: 14px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6323{
font-size: 14px;
color: #ff0000;
text-decoration: underline;
}

a.a6333{
font-size: 14px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6333{
font-size: 14px;
color: #0000ff;
text-decoration: underline;
}

a.a6343{
font-size: 14px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6343{
font-size: 14px;
color: #008000;
text-decoration: underline;
}

a.a6353{
font-size: 14px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6353{
font-size: 14px;
color: #ff0080;
text-decoration: underline;
}

a.a6373{
font-size: 14px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6373{
font-size: 14px;
color: #ff8000;
text-decoration: underline;
}

a.a7313{
font-size: 14px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7313{
font-size: 14px;
color: #000000;
text-decoration: underline;
}

a.a7323{
font-size: 14px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7323{
font-size: 14px;
color: #ff0000;
text-decoration: underline;
}

a.a7333{
font-size: 14px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7333{
font-size: 14px;
color: #0000ff;
text-decoration: underline;
}

a.a7343{
font-size: 14px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7343{
font-size: 14px;
color: #008000;
text-decoration: underline;
}

a.a7353{
font-size: 14px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7353{
font-size: 14px;
color: #ff0080;
text-decoration: underline;
}

a.a7363{
font-size: 14px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7363{
font-size: 14px;
color: #8000ff;
text-decoration: underline;
}

a.a1424{
font-size: 16px;
color: #000000;
text-decoration: none;
}

a:hover.a1424{
font-size: 16px;
color: #ff0000;
text-decoration: underline;
}

a.a1434{
font-size: 16px;
color: #000000;
text-decoration: none;
}

a:hover.a1434{
font-size: 16px;
color: #0000ff;
text-decoration: underline;
}

a.a1444{
font-size: 16px;
color: #000000;
text-decoration: none;
}

a:hover.a1444{
font-size: 16px;
color: #008000;
text-decoration: underline;
}

a.a1454{
font-size: 16px;
color: #000000;
text-decoration: none;
}

a:hover.a1454{
font-size: 16px;
color: #ff0080;
text-decoration: underline;
}

a.a1464{
font-size: 16px;
color: #000000;
text-decoration: none;
}

a:hover.a1464{
font-size: 16px;
color: #8000ff;
text-decoration: underline;
}

a.a1474{
font-size: 16px;
color: #000000;
text-decoration: none;
}

a:hover.a1474{
font-size: 16px;
color: #ff8000;
text-decoration: underline;
}

a.a2414{
font-size: 16px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2414{
font-size: 16px;
color: #000000;
text-decoration: underline;
}

a.a2434{
font-size: 16px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2434{
font-size: 16px;
color: #0000ff;
text-decoration: underline;
}

a.a2444{
font-size: 16px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2444{
font-size: 16px;
color: #008000;
text-decoration: underline;
}

a.a2454{
font-size: 16px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2454{
font-size: 16px;
color: #ff0080;
text-decoration: underline;
}

a.a2464{
font-size: 16px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2464{
font-size: 16px;
color: #8000ff;
text-decoration: underline;
}

a.a2474{
font-size: 16px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2474{
font-size: 16px;
color: #ff8000;
text-decoration: underline;
}

a.a3414{
font-size: 16px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3414{
font-size: 16px;
color: #000000;
text-decoration: underline;
}

a.a3424{
font-size: 16px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3424{
font-size: 16px;
color: #ff0000;
text-decoration: underline;
}

a.a3444{
font-size: 16px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3444{
font-size: 16px;
color: #008000;
text-decoration: underline;
}

a.a3454{
font-size: 16px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3454{
font-size: 16px;
color: #ff0080;
text-decoration: underline;
}

a.a3464{
font-size: 16px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3464{
font-size: 16px;
color: #8000ff;
text-decoration: underline;
}

a.a3474{
font-size: 16px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3474{
font-size: 16px;
color: #ff8000;
text-decoration: underline;
}

a.a4414{
font-size: 16px;
color: #008000;
text-decoration: none;
}

a:hover.a4414{
font-size: 16px;
color: #000000;
text-decoration: underline;
}

a.a4424{
font-size: 16px;
color: #008000;
text-decoration: none;
}

a:hover.a4424{
font-size: 16px;
color: #ff0000;
text-decoration: underline;
}

a.a4434{
font-size: 16px;
color: #008000;
text-decoration: none;
}

a:hover.a4434{
font-size: 16px;
color: #0000ff;
text-decoration: underline;
}

a.a4454{
font-size: 16px;
color: #008000;
text-decoration: none;
}

a:hover.a4454{
font-size: 16px;
color: #ff0080;
text-decoration: underline;
}

a.a4464{
font-size: 16px;
color: #008000;
text-decoration: none;
}

a:hover.a4464{
font-size: 16px;
color: #8000ff;
text-decoration: underline;
}

a.a4474{
font-size: 16px;
color: #008000;
text-decoration: none;
}

a:hover.a4474{
font-size: 16px;
color: #ff8000;
text-decoration: underline;
}

a.a5414{
font-size: 16px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5414{
font-size: 16px;
color: #000000;
text-decoration: underline;
}

a.a5424{
font-size: 16px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5424{
font-size: 16px;
color: #ff0000;
text-decoration: underline;
}

a.a5434{
font-size: 16px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5434{
font-size: 16px;
color: #0000ff;
text-decoration: underline;
}

a.a5444{
font-size: 16px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5444{
font-size: 16px;
color: #008000;
text-decoration: underline;
}

a.a5464{
font-size: 16px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5464{
font-size: 16px;
color: #8000ff;
text-decoration: underline;
}

a.a5474{
font-size: 16px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5474{
font-size: 16px;
color: #ff8000;
text-decoration: underline;
}

a.a6414{
font-size: 16px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6414{
font-size: 16px;
color: #000000;
text-decoration: underline;
}

a.a6424{
font-size: 16px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6424{
font-size: 16px;
color: #ff0000;
text-decoration: underline;
}

a.a6434{
font-size: 16px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6434{
font-size: 16px;
color: #0000ff;
text-decoration: underline;
}

a.a6444{
font-size: 16px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6444{
font-size: 16px;
color: #008000;
text-decoration: underline;
}

a.a6454{
font-size: 16px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6454{
font-size: 16px;
color: #ff0080;
text-decoration: underline;
}

a.a6474{
font-size: 16px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6474{
font-size: 16px;
color: #ff8000;
text-decoration: underline;
}

a.a7414{
font-size: 16px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7414{
font-size: 16px;
color: #000000;
text-decoration: underline;
}

a.a7424{
font-size: 16px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7424{
font-size: 16px;
color: #ff0000;
text-decoration: underline;
}

a.a7434{
font-size: 16px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7434{
font-size: 16px;
color: #0000ff;
text-decoration: underline;
}

a.a7444{
font-size: 16px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7444{
font-size: 16px;
color: #008000;
text-decoration: underline;
}

a.a7454{
font-size: 16px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7454{
font-size: 16px;
color: #ff0080;
text-decoration: underline;
}

a.a7464{
font-size: 16px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7464{
font-size: 16px;
color: #8000ff;
text-decoration: underline;
}

a.a1525{
font-size: 18px;
color: #000000;
text-decoration: none;
}

a:hover.a1525{
font-size: 18px;
color: #ff0000;
text-decoration: underline;
}

a.a1535{
font-size: 18px;
color: #000000;
text-decoration: none;
}

a:hover.a1535{
font-size: 18px;
color: #0000ff;
text-decoration: underline;
}

a.a1545{
font-size: 18px;
color: #000000;
text-decoration: none;
}

a:hover.a1545{
font-size: 18px;
color: #008000;
text-decoration: underline;
}

a.a1555{
font-size: 18px;
color: #000000;
text-decoration: none;
}

a:hover.a1555{
font-size: 18px;
color: #ff0080;
text-decoration: underline;
}

a.a1565{
font-size: 18px;
color: #000000;
text-decoration: none;
}

a:hover.a1565{
font-size: 18px;
color: #8000ff;
text-decoration: underline;
}

a.a1575{
font-size: 18px;
color: #000000;
text-decoration: none;
}

a:hover.a1575{
font-size: 18px;
color: #ff8000;
text-decoration: underline;
}

a.a2515{
font-size: 18px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2515{
font-size: 18px;
color: #000000;
text-decoration: underline;
}

a.a2535{
font-size: 18px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2535{
font-size: 18px;
color: #0000ff;
text-decoration: underline;
}

a.a2545{
font-size: 18px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2545{
font-size: 18px;
color: #008000;
text-decoration: underline;
}

a.a2555{
font-size: 18px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2555{
font-size: 18px;
color: #ff0080;
text-decoration: underline;
}

a.a2565{
font-size: 18px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2565{
font-size: 18px;
color: #8000ff;
text-decoration: underline;
}

a.a2575{
font-size: 18px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2575{
font-size: 18px;
color: #ff8000;
text-decoration: underline;
}

a.a3515{
font-size: 18px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3515{
font-size: 18px;
color: #000000;
text-decoration: underline;
}

a.a3525{
font-size: 18px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3525{
font-size: 18px;
color: #ff0000;
text-decoration: underline;
}

a.a3545{
font-size: 18px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3545{
font-size: 18px;
color: #008000;
text-decoration: underline;
}

a.a3555{
font-size: 18px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3555{
font-size: 18px;
color: #ff0080;
text-decoration: underline;
}

a.a3565{
font-size: 18px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3565{
font-size: 18px;
color: #8000ff;
text-decoration: underline;
}

a.a3575{
font-size: 18px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3575{
font-size: 18px;
color: #ff8000;
text-decoration: underline;
}

a.a4515{
font-size: 18px;
color: #008000;
text-decoration: none;
}

a:hover.a4515{
font-size: 18px;
color: #000000;
text-decoration: underline;
}

a.a4525{
font-size: 18px;
color: #008000;
text-decoration: none;
}

a:hover.a4525{
font-size: 18px;
color: #ff0000;
text-decoration: underline;
}

a.a4535{
font-size: 18px;
color: #008000;
text-decoration: none;
}

a:hover.a4535{
font-size: 18px;
color: #0000ff;
text-decoration: underline;
}

a.a4555{
font-size: 18px;
color: #008000;
text-decoration: none;
}

a:hover.a4555{
font-size: 18px;
color: #ff0080;
text-decoration: underline;
}

a.a4565{
font-size: 18px;
color: #008000;
text-decoration: none;
}

a:hover.a4565{
font-size: 18px;
color: #8000ff;
text-decoration: underline;
}

a.a4575{
font-size: 18px;
color: #008000;
text-decoration: none;
}

a:hover.a4575{
font-size: 18px;
color: #ff8000;
text-decoration: underline;
}

a.a5515{
font-size: 18px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5515{
font-size: 18px;
color: #000000;
text-decoration: underline;
}

a.a5525{
font-size: 18px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5525{
font-size: 18px;
color: #ff0000;
text-decoration: underline;
}

a.a5535{
font-size: 18px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5535{
font-size: 18px;
color: #0000ff;
text-decoration: underline;
}

a.a5545{
font-size: 18px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5545{
font-size: 18px;
color: #008000;
text-decoration: underline;
}

a.a5565{
font-size: 18px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5565{
font-size: 18px;
color: #8000ff;
text-decoration: underline;
}

a.a5575{
font-size: 18px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5575{
font-size: 18px;
color: #ff8000;
text-decoration: underline;
}

a.a6515{
font-size: 18px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6515{
font-size: 18px;
color: #000000;
text-decoration: underline;
}

a.a6525{
font-size: 18px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6525{
font-size: 18px;
color: #ff0000;
text-decoration: underline;
}

a.a6535{
font-size: 18px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6535{
font-size: 18px;
color: #0000ff;
text-decoration: underline;
}

a.a6545{
font-size: 18px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6545{
font-size: 18px;
color: #008000;
text-decoration: underline;
}

a.a6555{
font-size: 18px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6555{
font-size: 18px;
color: #ff0080;
text-decoration: underline;
}

a.a6575{
font-size: 18px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6575{
font-size: 18px;
color: #ff8000;
text-decoration: underline;
}

a.a7515{
font-size: 18px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7515{
font-size: 18px;
color: #000000;
text-decoration: underline;
}

a.a7525{
font-size: 18px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7525{
font-size: 18px;
color: #ff0000;
text-decoration: underline;
}

a.a7535{
font-size: 18px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7535{
font-size: 18px;
color: #0000ff;
text-decoration: underline;
}

a.a7545{
font-size: 18px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7545{
font-size: 18px;
color: #008000;
text-decoration: underline;
}

a.a7555{
font-size: 18px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7555{
font-size: 18px;
color: #ff0080;
text-decoration: underline;
}

a.a7565{
font-size: 18px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7565{
font-size: 18px;
color: #8000ff;
text-decoration: underline;
}

a.a1626{
font-size: 20px;
color: #000000;
text-decoration: none;
}

a:hover.a1626{
font-size: 20px;
color: #ff0000;
text-decoration: underline;
}

a.a1636{
font-size: 20px;
color: #000000;
text-decoration: none;
}

a:hover.a1636{
font-size: 20px;
color: #0000ff;
text-decoration: underline;
}

a.a1646{
font-size: 20px;
color: #000000;
text-decoration: none;
}

a:hover.a1646{
font-size: 20px;
color: #008000;
text-decoration: underline;
}

a.a1656{
font-size: 20px;
color: #000000;
text-decoration: none;
}

a:hover.a1656{
font-size: 20px;
color: #ff0080;
text-decoration: underline;
}

a.a1666{
font-size: 20px;
color: #000000;
text-decoration: none;
}

a:hover.a1666{
font-size: 20px;
color: #8000ff;
text-decoration: underline;
}

a.a1676{
font-size: 20px;
color: #000000;
text-decoration: none;
}

a:hover.a1676{
font-size: 20px;
color: #ff8000;
text-decoration: underline;
}

a.a2616{
font-size: 20px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2616{
font-size: 20px;
color: #000000;
text-decoration: underline;
}

a.a2636{
font-size: 20px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2636{
font-size: 20px;
color: #0000ff;
text-decoration: underline;
}

a.a2646{
font-size: 20px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2646{
font-size: 20px;
color: #008000;
text-decoration: underline;
}

a.a2656{
font-size: 20px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2656{
font-size: 20px;
color: #ff0080;
text-decoration: underline;
}

a.a2666{
font-size: 20px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2666{
font-size: 20px;
color: #8000ff;
text-decoration: underline;
}

a.a2676{
font-size: 20px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2676{
font-size: 20px;
color: #ff8000;
text-decoration: underline;
}

a.a3616{
font-size: 20px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3616{
font-size: 20px;
color: #000000;
text-decoration: underline;
}

a.a3626{
font-size: 20px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3626{
font-size: 20px;
color: #ff0000;
text-decoration: underline;
}

a.a3646{
font-size: 20px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3646{
font-size: 20px;
color: #008000;
text-decoration: underline;
}

a.a3656{
font-size: 20px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3656{
font-size: 20px;
color: #ff0080;
text-decoration: underline;
}

a.a3666{
font-size: 20px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3666{
font-size: 20px;
color: #8000ff;
text-decoration: underline;
}

a.a3676{
font-size: 20px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3676{
font-size: 20px;
color: #ff8000;
text-decoration: underline;
}

a.a4616{
font-size: 20px;
color: #008000;
text-decoration: none;
}

a:hover.a4616{
font-size: 20px;
color: #000000;
text-decoration: underline;
}

a.a4626{
font-size: 20px;
color: #008000;
text-decoration: none;
}

a:hover.a4626{
font-size: 20px;
color: #ff0000;
text-decoration: underline;
}

a.a4636{
font-size: 20px;
color: #008000;
text-decoration: none;
}

a:hover.a4636{
font-size: 20px;
color: #0000ff;
text-decoration: underline;
}

a.a4656{
font-size: 20px;
color: #008000;
text-decoration: none;
}

a:hover.a4656{
font-size: 20px;
color: #ff0080;
text-decoration: underline;
}

a.a4666{
font-size: 20px;
color: #008000;
text-decoration: none;
}

a:hover.a4666{
font-size: 20px;
color: #8000ff;
text-decoration: underline;
}

a.a4676{
font-size: 20px;
color: #008000;
text-decoration: none;
}

a:hover.a4676{
font-size: 20px;
color: #ff8000;
text-decoration: underline;
}

a.a5616{
font-size: 20px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5616{
font-size: 20px;
color: #000000;
text-decoration: underline;
}

a.a5626{
font-size: 20px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5626{
font-size: 20px;
color: #ff0000;
text-decoration: underline;
}

a.a5636{
font-size: 20px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5636{
font-size: 20px;
color: #0000ff;
text-decoration: underline;
}

a.a5646{
font-size: 20px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5646{
font-size: 20px;
color: #008000;
text-decoration: underline;
}

a.a5666{
font-size: 20px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5666{
font-size: 20px;
color: #8000ff;
text-decoration: underline;
}

a.a5676{
font-size: 20px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5676{
font-size: 20px;
color: #ff8000;
text-decoration: underline;
}

a.a6616{
font-size: 20px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6616{
font-size: 20px;
color: #000000;
text-decoration: underline;
}

a.a6626{
font-size: 20px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6626{
font-size: 20px;
color: #ff0000;
text-decoration: underline;
}

a.a6636{
font-size: 20px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6636{
font-size: 20px;
color: #0000ff;
text-decoration: underline;
}

a.a6646{
font-size: 20px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6646{
font-size: 20px;
color: #008000;
text-decoration: underline;
}

a.a6656{
font-size: 20px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6656{
font-size: 20px;
color: #ff0080;
text-decoration: underline;
}

a.a6676{
font-size: 20px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6676{
font-size: 20px;
color: #ff8000;
text-decoration: underline;
}

a.a7616{
font-size: 20px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7616{
font-size: 20px;
color: #000000;
text-decoration: underline;
}

a.a7626{
font-size: 20px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7626{
font-size: 20px;
color: #ff0000;
text-decoration: underline;
}

a.a7636{
font-size: 20px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7636{
font-size: 20px;
color: #0000ff;
text-decoration: underline;
}

a.a7646{
font-size: 20px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7646{
font-size: 20px;
color: #008000;
text-decoration: underline;
}

a.a7656{
font-size: 20px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7656{
font-size: 20px;
color: #ff0080;
text-decoration: underline;
}

a.a7666{
font-size: 20px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7666{
font-size: 20px;
color: #8000ff;
text-decoration: underline;
}

a.a1727{
font-size: 24px;
color: #000000;
text-decoration: none;
}

a:hover.a1727{
font-size: 24px;
color: #ff0000;
text-decoration: underline;
}

a.a1737{
font-size: 24px;
color: #000000;
text-decoration: none;
}

a:hover.a1737{
font-size: 24px;
color: #0000ff;
text-decoration: underline;
}

a.a1747{
font-size: 24px;
color: #000000;
text-decoration: none;
}

a:hover.a1747{
font-size: 24px;
color: #008000;
text-decoration: underline;
}

a.a1757{
font-size: 24px;
color: #000000;
text-decoration: none;
}

a:hover.a1757{
font-size: 24px;
color: #ff0080;
text-decoration: underline;
}

a.a1767{
font-size: 24px;
color: #000000;
text-decoration: none;
}

a:hover.a1767{
font-size: 24px;
color: #8000ff;
text-decoration: underline;
}

a.a1777{
font-size: 24px;
color: #000000;
text-decoration: none;
}

a:hover.a1777{
font-size: 24px;
color: #ff8000;
text-decoration: underline;
}

a.a2717{
font-size: 24px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2717{
font-size: 24px;
color: #000000;
text-decoration: underline;
}

a.a2737{
font-size: 24px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2737{
font-size: 24px;
color: #0000ff;
text-decoration: underline;
}

a.a2747{
font-size: 24px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2747{
font-size: 24px;
color: #008000;
text-decoration: underline;
}

a.a2757{
font-size: 24px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2757{
font-size: 24px;
color: #ff0080;
text-decoration: underline;
}

a.a2767{
font-size: 24px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2767{
font-size: 24px;
color: #8000ff;
text-decoration: underline;
}

a.a2777{
font-size: 24px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2777{
font-size: 24px;
color: #ff8000;
text-decoration: underline;
}

a.a3717{
font-size: 24px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3717{
font-size: 24px;
color: #000000;
text-decoration: underline;
}

a.a3727{
font-size: 24px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3727{
font-size: 24px;
color: #ff0000;
text-decoration: underline;
}

a.a3747{
font-size: 24px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3747{
font-size: 24px;
color: #008000;
text-decoration: underline;
}

a.a3757{
font-size: 24px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3757{
font-size: 24px;
color: #ff0080;
text-decoration: underline;
}

a.a3767{
font-size: 24px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3767{
font-size: 24px;
color: #8000ff;
text-decoration: underline;
}

a.a3777{
font-size: 24px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3777{
font-size: 24px;
color: #ff8000;
text-decoration: underline;
}

a.a4717{
font-size: 24px;
color: #008000;
text-decoration: none;
}

a:hover.a4717{
font-size: 24px;
color: #000000;
text-decoration: underline;
}

a.a4727{
font-size: 24px;
color: #008000;
text-decoration: none;
}

a:hover.a4727{
font-size: 24px;
color: #ff0000;
text-decoration: underline;
}

a.a4737{
font-size: 24px;
color: #008000;
text-decoration: none;
}

a:hover.a4737{
font-size: 24px;
color: #0000ff;
text-decoration: underline;
}

a.a4757{
font-size: 24px;
color: #008000;
text-decoration: none;
}

a:hover.a4757{
font-size: 24px;
color: #ff0080;
text-decoration: underline;
}

a.a4767{
font-size: 24px;
color: #008000;
text-decoration: none;
}

a:hover.a4767{
font-size: 24px;
color: #8000ff;
text-decoration: underline;
}

a.a4777{
font-size: 24px;
color: #008000;
text-decoration: none;
}

a:hover.a4777{
font-size: 24px;
color: #ff8000;
text-decoration: underline;
}

a.a5717{
font-size: 24px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5717{
font-size: 24px;
color: #000000;
text-decoration: underline;
}

a.a5727{
font-size: 24px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5727{
font-size: 24px;
color: #ff0000;
text-decoration: underline;
}

a.a5737{
font-size: 24px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5737{
font-size: 24px;
color: #0000ff;
text-decoration: underline;
}

a.a5747{
font-size: 24px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5747{
font-size: 24px;
color: #008000;
text-decoration: underline;
}

a.a5767{
font-size: 24px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5767{
font-size: 24px;
color: #8000ff;
text-decoration: underline;
}

a.a5777{
font-size: 24px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5777{
font-size: 24px;
color: #ff8000;
text-decoration: underline;
}

a.a6717{
font-size: 24px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6717{
font-size: 24px;
color: #000000;
text-decoration: underline;
}

a.a6727{
font-size: 24px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6727{
font-size: 24px;
color: #ff0000;
text-decoration: underline;
}

a.a6737{
font-size: 24px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6737{
font-size: 24px;
color: #0000ff;
text-decoration: underline;
}

a.a6747{
font-size: 24px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6747{
font-size: 24px;
color: #008000;
text-decoration: underline;
}

a.a6757{
font-size: 24px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6757{
font-size: 24px;
color: #ff0080;
text-decoration: underline;
}

a.a6777{
font-size: 24px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6777{
font-size: 24px;
color: #ff8000;
text-decoration: underline;
}

a.a7717{
font-size: 24px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7717{
font-size: 24px;
color: #000000;
text-decoration: underline;
}

a.a7727{
font-size: 24px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7727{
font-size: 24px;
color: #ff0000;
text-decoration: underline;
}

a.a7737{
font-size: 24px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7737{
font-size: 24px;
color: #0000ff;
text-decoration: underline;
}

a.a7747{
font-size: 24px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7747{
font-size: 24px;
color: #008000;
text-decoration: underline;
}

a.a7757{
font-size: 24px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7757{
font-size: 24px;
color: #ff0080;
text-decoration: underline;
}

a.a7767{
font-size: 24px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7767{
font-size: 24px;
color: #8000ff;
text-decoration: underline;
}

a.a1828{
font-size: 28px;
color: #000000;
text-decoration: none;
}

a:hover.a1828{
font-size: 28px;
color: #ff0000;
text-decoration: underline;
}

a.a1838{
font-size: 28px;
color: #000000;
text-decoration: none;
}

a:hover.a1838{
font-size: 28px;
color: #0000ff;
text-decoration: underline;
}

a.a1848{
font-size: 28px;
color: #000000;
text-decoration: none;
}

a:hover.a1848{
font-size: 28px;
color: #008000;
text-decoration: underline;
}

a.a1858{
font-size: 28px;
color: #000000;
text-decoration: none;
}

a:hover.a1858{
font-size: 28px;
color: #ff0080;
text-decoration: underline;
}

a.a1868{
font-size: 28px;
color: #000000;
text-decoration: none;
}

a:hover.a1868{
font-size: 28px;
color: #8000ff;
text-decoration: underline;
}

a.a1878{
font-size: 28px;
color: #000000;
text-decoration: none;
}

a:hover.a1878{
font-size: 28px;
color: #ff8000;
text-decoration: underline;
}

a.a2818{
font-size: 28px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2818{
font-size: 28px;
color: #000000;
text-decoration: underline;
}

a.a2838{
font-size: 28px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2838{
font-size: 28px;
color: #0000ff;
text-decoration: underline;
}

a.a2848{
font-size: 28px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2848{
font-size: 28px;
color: #008000;
text-decoration: underline;
}

a.a2858{
font-size: 28px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2858{
font-size: 28px;
color: #ff0080;
text-decoration: underline;
}

a.a2868{
font-size: 28px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2868{
font-size: 28px;
color: #8000ff;
text-decoration: underline;
}

a.a2878{
font-size: 28px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2878{
font-size: 28px;
color: #ff8000;
text-decoration: underline;
}

a.a3818{
font-size: 28px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3818{
font-size: 28px;
color: #000000;
text-decoration: underline;
}

a.a3828{
font-size: 28px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3828{
font-size: 28px;
color: #ff0000;
text-decoration: underline;
}

a.a3848{
font-size: 28px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3848{
font-size: 28px;
color: #008000;
text-decoration: underline;
}

a.a3858{
font-size: 28px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3858{
font-size: 28px;
color: #ff0080;
text-decoration: underline;
}

a.a3868{
font-size: 28px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3868{
font-size: 28px;
color: #8000ff;
text-decoration: underline;
}

a.a3878{
font-size: 28px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3878{
font-size: 28px;
color: #ff8000;
text-decoration: underline;
}

a.a4818{
font-size: 28px;
color: #008000;
text-decoration: none;
}

a:hover.a4818{
font-size: 28px;
color: #000000;
text-decoration: underline;
}

a.a4828{
font-size: 28px;
color: #008000;
text-decoration: none;
}

a:hover.a4828{
font-size: 28px;
color: #ff0000;
text-decoration: underline;
}

a.a4838{
font-size: 28px;
color: #008000;
text-decoration: none;
}

a:hover.a4838{
font-size: 28px;
color: #0000ff;
text-decoration: underline;
}

a.a4858{
font-size: 28px;
color: #008000;
text-decoration: none;
}

a:hover.a4858{
font-size: 28px;
color: #ff0080;
text-decoration: underline;
}

a.a4868{
font-size: 28px;
color: #008000;
text-decoration: none;
}

a:hover.a4868{
font-size: 28px;
color: #8000ff;
text-decoration: underline;
}

a.a4878{
font-size: 28px;
color: #008000;
text-decoration: none;
}

a:hover.a4878{
font-size: 28px;
color: #ff8000;
text-decoration: underline;
}

a.a5818{
font-size: 28px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5818{
font-size: 28px;
color: #000000;
text-decoration: underline;
}

a.a5828{
font-size: 28px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5828{
font-size: 28px;
color: #ff0000;
text-decoration: underline;
}

a.a5838{
font-size: 28px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5838{
font-size: 28px;
color: #0000ff;
text-decoration: underline;
}

a.a5848{
font-size: 28px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5848{
font-size: 28px;
color: #008000;
text-decoration: underline;
}

a.a5868{
font-size: 28px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5868{
font-size: 28px;
color: #8000ff;
text-decoration: underline;
}

a.a5878{
font-size: 28px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5878{
font-size: 28px;
color: #ff8000;
text-decoration: underline;
}

a.a6818{
font-size: 28px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6818{
font-size: 28px;
color: #000000;
text-decoration: underline;
}

a.a6828{
font-size: 28px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6828{
font-size: 28px;
color: #ff0000;
text-decoration: underline;
}

a.a6838{
font-size: 28px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6838{
font-size: 28px;
color: #0000ff;
text-decoration: underline;
}

a.a6848{
font-size: 28px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6848{
font-size: 28px;
color: #008000;
text-decoration: underline;
}

a.a6858{
font-size: 28px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6858{
font-size: 28px;
color: #ff0080;
text-decoration: underline;
}

a.a6878{
font-size: 28px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6878{
font-size: 28px;
color: #ff8000;
text-decoration: underline;
}

a.a7818{
font-size: 28px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7818{
font-size: 28px;
color: #000000;
text-decoration: underline;
}

a.a7828{
font-size: 28px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7828{
font-size: 28px;
color: #ff0000;
text-decoration: underline;
}

a.a7838{
font-size: 28px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7838{
font-size: 28px;
color: #0000ff;
text-decoration: underline;
}

a.a7848{
font-size: 28px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7848{
font-size: 28px;
color: #008000;
text-decoration: underline;
}

a.a7858{
font-size: 28px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7858{
font-size: 28px;
color: #ff0080;
text-decoration: underline;
}

a.a7868{
font-size: 28px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7868{
font-size: 28px;
color: #8000ff;
text-decoration: underline;
}

a.a1929{
font-size: 32px;
color: #000000;
text-decoration: none;
}

a:hover.a1929{
font-size: 32px;
color: #ff0000;
text-decoration: underline;
}

a.a1939{
font-size: 32px;
color: #000000;
text-decoration: none;
}

a:hover.a1939{
font-size: 32px;
color: #0000ff;
text-decoration: underline;
}

a.a1949{
font-size: 32px;
color: #000000;
text-decoration: none;
}

a:hover.a1949{
font-size: 32px;
color: #008000;
text-decoration: underline;
}

a.a1959{
font-size: 32px;
color: #000000;
text-decoration: none;
}

a:hover.a1959{
font-size: 32px;
color: #ff0080;
text-decoration: underline;
}

a.a1969{
font-size: 32px;
color: #000000;
text-decoration: none;
}

a:hover.a1969{
font-size: 32px;
color: #8000ff;
text-decoration: underline;
}

a.a1979{
font-size: 32px;
color: #000000;
text-decoration: none;
}

a:hover.a1979{
font-size: 32px;
color: #ff8000;
text-decoration: underline;
}

a.a2919{
font-size: 32px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2919{
font-size: 32px;
color: #000000;
text-decoration: underline;
}

a.a2939{
font-size: 32px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2939{
font-size: 32px;
color: #0000ff;
text-decoration: underline;
}

a.a2949{
font-size: 32px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2949{
font-size: 32px;
color: #008000;
text-decoration: underline;
}

a.a2959{
font-size: 32px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2959{
font-size: 32px;
color: #ff0080;
text-decoration: underline;
}

a.a2969{
font-size: 32px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2969{
font-size: 32px;
color: #8000ff;
text-decoration: underline;
}

a.a2979{
font-size: 32px;
color: #ff0000;
text-decoration: none;
}

a:hover.a2979{
font-size: 32px;
color: #ff8000;
text-decoration: underline;
}

a.a3919{
font-size: 32px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3919{
font-size: 32px;
color: #000000;
text-decoration: underline;
}

a.a3929{
font-size: 32px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3929{
font-size: 32px;
color: #ff0000;
text-decoration: underline;
}

a.a3949{
font-size: 32px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3949{
font-size: 32px;
color: #008000;
text-decoration: underline;
}

a.a3959{
font-size: 32px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3959{
font-size: 32px;
color: #ff0080;
text-decoration: underline;
}

a.a3969{
font-size: 32px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3969{
font-size: 32px;
color: #8000ff;
text-decoration: underline;
}

a.a3979{
font-size: 32px;
color: #0000ff;
text-decoration: none;
}

a:hover.a3979{
font-size: 32px;
color: #ff8000;
text-decoration: underline;
}

a.a4919{
font-size: 32px;
color: #008000;
text-decoration: none;
}

a:hover.a4919{
font-size: 32px;
color: #000000;
text-decoration: underline;
}

a.a4929{
font-size: 32px;
color: #008000;
text-decoration: none;
}

a:hover.a4929{
font-size: 32px;
color: #ff0000;
text-decoration: underline;
}

a.a4939{
font-size: 32px;
color: #008000;
text-decoration: none;
}

a:hover.a4939{
font-size: 32px;
color: #0000ff;
text-decoration: underline;
}

a.a4959{
font-size: 32px;
color: #008000;
text-decoration: none;
}

a:hover.a4959{
font-size: 32px;
color: #ff0080;
text-decoration: underline;
}

a.a4969{
font-size: 32px;
color: #008000;
text-decoration: none;
}

a:hover.a4969{
font-size: 32px;
color: #8000ff;
text-decoration: underline;
}

a.a4979{
font-size: 32px;
color: #008000;
text-decoration: none;
}

a:hover.a4979{
font-size: 32px;
color: #ff8000;
text-decoration: underline;
}

a.a5919{
font-size: 32px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5919{
font-size: 32px;
color: #000000;
text-decoration: underline;
}

a.a5929{
font-size: 32px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5929{
font-size: 32px;
color: #ff0000;
text-decoration: underline;
}

a.a5939{
font-size: 32px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5939{
font-size: 32px;
color: #0000ff;
text-decoration: underline;
}

a.a5949{
font-size: 32px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5949{
font-size: 32px;
color: #008000;
text-decoration: underline;
}

a.a5969{
font-size: 32px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5969{
font-size: 32px;
color: #8000ff;
text-decoration: underline;
}

a.a5979{
font-size: 32px;
color: #ff0080;
text-decoration: none;
}

a:hover.a5979{
font-size: 32px;
color: #ff8000;
text-decoration: underline;
}

a.a6919{
font-size: 32px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6919{
font-size: 32px;
color: #000000;
text-decoration: underline;
}

a.a6929{
font-size: 32px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6929{
font-size: 32px;
color: #ff0000;
text-decoration: underline;
}

a.a6939{
font-size: 32px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6939{
font-size: 32px;
color: #0000ff;
text-decoration: underline;
}

a.a6949{
font-size: 32px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6949{
font-size: 32px;
color: #008000;
text-decoration: underline;
}

a.a6959{
font-size: 32px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6959{
font-size: 32px;
color: #ff0080;
text-decoration: underline;
}

a.a6979{
font-size: 32px;
color: #8000ff;
text-decoration: none;
}

a:hover.a6979{
font-size: 32px;
color: #ff8000;
text-decoration: underline;
}

a.a7919{
font-size: 32px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7919{
font-size: 32px;
color: #000000;
text-decoration: underline;
}

a.a7929{
font-size: 32px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7929{
font-size: 32px;
color: #ff0000;
text-decoration: underline;
}

a.a7939{
font-size: 32px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7939{
font-size: 32px;
color: #0000ff;
text-decoration: underline;
}

a.a7949{
font-size: 32px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7949{
font-size: 32px;
color: #008000;
text-decoration: underline;
}

a.a7959{
font-size: 32px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7959{
font-size: 32px;
color: #ff0080;
text-decoration: underline;
}

a.a7969{
font-size: 32px;
color: #ff8000;
text-decoration: none;
}

a:hover.a7969{
font-size: 32px;
color: #8000ff;
text-decoration: underline;
}




















/* ◆自分でオリジナル設定 */

/* 文字色　（２桁目）１黒　２赤　３青　４緑　５ピンク　６紫　７オレンジ */

/* 文字大きさ（１桁目）　　１　16px　０　14px　２　18px　　*/
/* 文字大きさ（１桁目）　　３　20px　これ以降は１毎に４pxずつ増える　　*/

/* 頭文字を略で付ける。top middle bottom    left center right */
/* 101以降からは自由に番号を付ける */








































/*　◆☆◆☆◆　↓　オリジナルヘッダー　↓　◆☆◆☆◆　*/



/*　◆◆◆　↓　ヘッダー画像とテキストリンク　↓　◆◆◆　*/

img.header1-1{
width: 50%;
}

a.header1-1 img:link{

}

a.header1-1 img:hover{

filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity:0.8;
}

table.header1-2{
border: 0px solid #000000;
width: 100%;
padding: 0px;
margin: 0px;
}

td.header1-2{
width: 50%;
border: 0px solid #000000;

font-size: 14px;
color: #000000;
background-color: #ffffff;

padding: 0px;
margin: 0px;
text-align: center;
vertical-align: top;
}

a.header1-2:link{
display:block;
}

a.header1-2:hover{
display:block;
background-color: #CEF6F5;
}



div.header1-3{
margin: 30px;
}



/*　◆◆◆　↑　ヘッダー画像とテキストリンク　↑　◆◆◆　*/







/*　◆◆◆　↓　固定ページ　ライン　↓　◆◆◆　*/

div.header2-1ue{
background-color: #088A08;
padding-top: 5px;
}

div.header2-1{
text-align: right;
background-color: #FF0000;
padding-top: 5px;
padding-bottom: 5px
}

div.header2-1sita{
background-color: #088A08;
padding-top: 5px;
}





span.header2-1{
font-size: 20px;
color: #000000;
border: 5px #ff0000 solid;
}

a.header2-1 span:link{

}

a.header2-1 span:hover{
border: 5px #000000 solid;
background-color: #dddddd;
}



div.header2-2{
margin-bottom: 5px;
}



div.header2-3ue{
background-color: #088A08;
padding-top: 5px;
}

div.header2-3{
text-align: right;
background-color: #0000ff;
padding-top: 5px;
padding-bottom: 5px
}

div.header2-3sita{
background-color: #088A08;
padding-top: 5px;
}

span.header2-3{
font-size: 20px;
color: #ffffff;
border: 5px #0000ff solid;
}

a.header2-3 span:link{

}

a.header2-3 span:hover{
color: #000000;
border: 5px #000000 solid;
background-color: #dddddd;
}



div.header2-4{
margin-bottom: 30px;
}





span.header6-2{
font-size: 24px;
color: #ff0000;
}


img.header6-1{

}

a.header6-1 img:link{

}

a.header6-1 img:hover{

filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity:0.8;
}

span.header6-3{
font-size: 16px;
color: #ff0000;
}



div.header2-5{
margin-bottom: 30px;
}


/*　◆◆◆　↑　固定ページ　ライン　↑　◆◆◆　*/







/*　◆◆◆　↓　ライブドアＲＳＳの隙間のコード　↓　◆◆◆　*/

div.header4-1{
margin-bottom: 30px;
}

/*　◆◆◆　↑　ライブドアＲＳＳの隙間のコード　↑　◆◆◆　*/







/*　◆◆◆　↓　バナーの隙間のコード　↓　◆◆◆　*/

div.header5-1{
margin-bottom: 30px;
}

/*　◆◆◆　↑　バナーの隙間のコード　↑　◆◆◆　*/



/*　◆☆◆☆◆　↑　オリジナルヘッダー　↑　◆☆◆☆◆　*/



