@charset "utf-8";

/*==================
ベースのCSSの設定
====================*/

/*ベースの要素の設定をリセット*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/*HTML5の新要素をdisplay:blocにする*/

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

/*画像の枠線をクリアして位置の初期値の設定*/

img {
	border: 0;
	vertical-align: top;
}

/*サイト全体の基本情報の設定*/

body {

	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.4;
	color: #333;
	background: #fff;
}

/*リンク時の枠の点線をなしにする*/

a {
	outline: none;
}

/*リンクの装飾の設定*/

a:link,a:visited,a:active {
	color: #3f98c4;
	text-decoration: underline;
}

a:hover {
	color: #3f98c4;
	text-decoration: none;
}

/*リスト要素の初期値をリセット*/

ul,ol {
	list-style: none;
}

/*clearfixの設定*/

.clearfix:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}

* html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}

/*=====================
ヘッダーエリアの設定
=======================*/
/*幅100%にヘッダーの帯を表示させる装飾*/

#header {
	background: #fff;
	width: 100%;
	border-bottom: 1px solid #f3f2f2;
	font-size: 1.1em;
}

/*ヘッダーのコンテンツ領域を940pxにしてセンター寄せに*/

#header-top {
	width: 940px;
	margin: 0 auto;
	position: relative;
}

/*ロゴの上の余白を設定*/

h1 {
	margin: 3px 1px 5px 0px;
	color: #ffffff;
	font-size: 110%;
	letter-spacing: 3px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #1d0a7f;
	padding: 12px 2px 8px 2px;
	border-radius: 5px;
	background: rgb(50,49,91); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(50,49,91,1) 0%, rgba(11,19,33,1) 57%, rgba(7,95,247,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(50,49,91,1)), color-stop(57%,rgba(11,19,33,1)), color-stop(100%,rgba(7,95,247,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(50,49,91,1) 0%,rgba(11,19,33,1) 57%,rgba(7,95,247,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(50,49,91,1) 0%,rgba(11,19,33,1) 57%,rgba(7,95,247,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(50,49,91,1) 0%,rgba(11,19,33,1) 57%,rgba(7,95,247,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(50,49,91,1) 0%,rgba(11,19,33,1) 57%,rgba(7,95,247,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32315b', endColorstr='#075ff7',GradientType=0 ); /* IE6-9 */
}

/*リード文の装飾*/

h2 {
	margin: 3px 1px 1px 0px;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #1d0a7f;
	padding: 12px 2px 8px 2px;
	border-radius: 5px;
	background: rgb(50,49,91); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(50,49,91,1) 0%, rgba(11,19,33,1) 57%, rgba(7,95,247,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(50,49,91,1)), color-stop(57%,rgba(11,19,33,1)), color-stop(100%,rgba(7,95,247,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(50,49,91,1) 0%,rgba(11,19,33,1) 57%,rgba(7,95,247,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(50,49,91,1) 0%,rgba(11,19,33,1) 57%,rgba(7,95,247,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(50,49,91,1) 0%,rgba(11,19,33,1) 57%,rgba(7,95,247,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(50,49,91,1) 0%,rgba(11,19,33,1) 57%,rgba(7,95,247,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32315b', endColorstr='#075ff7',GradientType=0 ); /* IE6-9 */

}

/*rss・sitemapの設定を右に設定*/

ul#subnav {
	text-align: right;
	position: absolute;
	top: 10px;
	right: 10px;
}

/*サブナビゲーションを横並びに設定*/

ul#subnav li {
	float: left;
	padding: 0 10px 0 0;
}

/*サイトマップのアイコンの設定*/

ul#subnav a.sitemap {
	display: block;
	background: url(../new-images/sitemap.gif) no-repeat 0 0px;
	padding: 0 0 0 50px;
	min-height: 10px;
}

/*=====================
グローバルナビゲーション・グラフィックの設定
=======================*/

/*ナビゲーションの背景を100%にして背景画像を設定*/

#globalnav {
	width: 100%;
	min-height: 47px;
	background: url(../new-images/back.gif) repeat-x;
}

/*ナビゲーションのコンテンツを幅940pxにしてセンター寄せに設定*/

#globalnav ul {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
}

/*ナビゲーションを横並びにして背景画像を設定*/

#globalnav li {
	float: left;
	background: url(../new-images/borde.gif) no-repeat left center;
	height: 47px;
}

/*ナビゲーションのリンクボタンの装飾の設定*/

#globalnav li a {
	color: #fff;
	display: block;
	width: 146px;
	height: 47px;
	line-height: 47px;
	padding: 0 5px;
	text-align: center;
	font-size: 1.1em;
	text-decoration: none;

/*アニメーションの設定*/
	-moz-transition: 0.25s linear;
	-webkit-transition: 0.25s linear;
	-o-transition: 0.25s linear;
	transition: 0.25s linear;
	behavior: url(PIE.htc);
}

#globalnav li a:hover {
	background: #B0B7F4;
	color: #1B1464;
}

/*サイドバーの設定*/
#sidebar img {
	display:block;
	margin-left:auto;
	margin-bottom:10px;
	margin-right:auto;
 
}

#sidebar p {
	margin: 0px 1px 1px 0px;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	display: block;
	text-decoration: none;
	border: 1px solid #1d0a7f;
	padding: 12px 2px 8px 2px;
	border-radius: 5px;
	background: rgb(50,49,91); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(50,49,91,1) 0%, rgba(11,19,33,1) 57%, rgba(7,95,247,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(50,49,91,1)), color-stop(57%,rgba(11,19,33,1)), color-stop(100%,rgba(7,95,247,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(50,49,91,1) 0%,rgba(11,19,33,1) 57%,rgba(7,95,247,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(50,49,91,1) 0%,rgba(11,19,33,1) 57%,rgba(7,95,247,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(50,49,91,1) 0%,rgba(11,19,33,1) 57%,rgba(7,95,247,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(50,49,91,1) 0%,rgba(11,19,33,1) 57%,rgba(7,95,247,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32315b', endColorstr='#075ff7',GradientType=0 ); /* IE6-9 */
}

#sidebar a:hover {
	position: relative;
	background: #E6E6E8;
	color: #1B1464;
}

#sidebar li a {
	font-weight: bold;
	margin: 0px 1px 1px 3px;
	color: #1B1464;
	text-align: center;
	display: block;
	text-decoration: none;
	border: 1px solid #1d0a7f;
	padding: 12px 2px 8px 2px;
	border-radius: 5px;
	background: rgb(235,241,246); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(235,241,246,1) 0%, rgba(171,211,238,1) 50%, rgba(137,195,235,1) 51%, rgba(213,235,251,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,241,246,1)), color-stop(50%,rgba(171,211,238,1)), color-stop(51%,rgba(137,195,235,1)), color-stop(100%,rgba(213,235,251,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=0 ); /* IE6-9 */
}

/*=====================
グローバルナビゲーション・グラフィックの設定
=======================*/

/*ナビゲーションの背景を100%にして背景画像を設定*/

#second-nav {
	width: 100%;
	min-height: 47px;
	background: url(../new-images/back.gif) repeat-x;
}

/*ナビゲーションのコンテンツを幅940pxにしてセンター寄せに設定*/

#second-nav ul {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
}

/*ナビゲーションを横並びにして背景画像を設定*/

#second-nav li {
	float: left;
	background: url(../new-images/borde.gif) no-repeat left center;
	height: 47px;
}

/*ナビゲーションのリンクボタンの装飾の設定*/

#second-nav li a {
	color: #fff;
	display: block;
	width: 146px;
	height: 47px;
	line-height: 47px;
	padding: 0 5px;
	text-align: center;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;
/*アニメーションの設定*/
	-moz-transition: 0.25s linear;
	-webkit-transition: 0.25s linear;
	-o-transition: 0.25s linear;
	transition: 0.25s linear;
	behavior: url(PIE.htc);
}

#second-nav li a:hover {
	background: #B0B7F4;
	color: #1B1464;


}
/*機能紹介ナビ*/

/*ナビゲーションの背景を100%にして背景画像を設定*/

#navbar-2 {
	width: 100%;
	min-height: 47px;
	background: url(../new-images/back-2.gif) repeat-x;
}

/*ナビゲーションのコンテンツを幅940pxにしてセンター寄せに設定*/

#navbar-2 ul {
	margin: 0 auto;
	overflow: hidden;
}

/*ナビゲーションを横並びにして背景画像を設定*/

#navbar-2 li {
	float: left;
	background: url(../new-images/borde-2.gif) no-repeat left center;
	height: 47px;
}

/*ナビゲーションのリンクボタンの装飾の設定*/

#navbar-2 li a {
	color: #fff;
	display: block;
	width: 152px;
	height: 47px;
	line-height: 47px;
	padding: 0 5px;
	text-align: center;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: normal;
/*アニメーションの設定*/
	-moz-transition: 0.25s linear;
	-webkit-transition: 0.25s linear;
	-o-transition: 0.25s linear;
	transition: 0.25s linear;
	behavior: url(PIE.htc);
}

#navbar-2 li a:hover {
	background: #B0B7F4;
	color: #1B1464;
}

/*メイングラフィックの設定*/

#header p img {
	display: block;
	width: 940px;
	margin: 0 auto;
}

/*=================
コンテンツエリア設定
===================*/
/*コンテンツ領域を100%にして背景画像を設定*/

#contents {
	width: 100%;
	background: url(../new-images/back-main.gif) repeat left top;
	padding-bottom: 80px;
}

/*コンテンツ内のエリアを940pxにしてセンター寄せに設定*/

#contents-inner {
	width: 940px;
	margin: 0 auto;

}

/*メインコンテンツの幅を690pxにして左側に設定*/

#contents-left {
	width: 685px;
	float: left;
	margin-right: 30px;
}
#contents-left img {
	margin: 5px 5px 5px 5px;
}
/*サイドエリアの幅を220pxにして右側に設定*/

#sidebar {
	width: 225px;
	float: right;
}

/*コンテンツ内のp要素の文字のサイズを設定*/

#contents p {

	letter-spacing: 3px;
	font-size: 95%;
}

/*=================
コンテンツ領域の枠の設定
===================*/
/*コンテンツ領域内の枠の設定（CSS3のボックスシャドウをPIEファイル使用）*/

.welcome,#access {
	position: relative;
	margin-top: 20px;
	background: #fff;
/*ボックスシャドウ*/
	-webkit-box-shadow: #ccc 0px 2px 3px;
	-moz-box-shadow: #ccc 0px 2px 3px;
	-o-box-shadow: #ccc 0px 2px 3px;
	-ms-box-shadow: #ccc 0px 2px 3px;
	box-shadow: #ccc 0px 2px 3px;
	background: #FFFFFF;
	behavior: url(PIE.htc);
	border: 1px solid #eaeaea;
}

/*領域の余白の設定*/

.welcome {
	padding: 5px 8px 5px 5px;
}

/*画像を右寄せに設定*/

.welcome p img {
	display: block;
	margin-left: 8px;
}

/*文章の余白の設定*/

.welcome p {
	margin: 5px 10px 15px 5px;
}


/*=================
「詳細を見る」ボタンの設定
===================*/

.box p.more a {
	position: relative;
	width: 76px;
	text-align: center;
	font-size: 1.0em;
	color: #fff;
	padding: 4px 12px;
	border: 1px solid #66c3a1;
	text-decoration: none;
/*CSS3グラデーションの設定*/
	background: #4bcc9d;
	background: -webkit-gradient(linear, left top, left bottom, from(#4bcc9d), to(#66d6ad));
	background: -moz-linear-gradient(top,#4bcc9d,#66d6ad);
	background: -webkit-linear-gradient(#4bcc9d, #66d6ad);
	background: -ms-linear-gradient(#4bcc9d,#66d6ad);
	background: -o-linear-gradient(#4bcc9d,#66d6ad);
	background: linear-gradient(#4bcc9d,#66d6ad);
	-pie-background: linear-gradient(#4bcc9d,#66d6ad);
/*CSS3角丸の設定*/
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-ms-border-radius: 1px;
/*CSS3ボックスシャドウの設定*/
	-moz-box-shadow: 0px 1px 1px rgba(000,000,000,0.5),inset 1px 1px 1px rgba(177,232,212,0.7);
	-webkit-box-shadow: 0px 1px 1px rgba(000,000,000,0.5),inset 1px 1px 1px rgba(177,232,212,0.7);
	box-shadow: 0px 1px 1px #ccc,inset 1px 1px 1px #b1e8d4;
/*CSS3テキストシャドウの設定*/
	text-shadow: 0px 1px 2px rgba(000,000,000,0.2);
/*PIEファイルの設定*/
	behavior: url(PIE.htc);
}

.box p.more a:hover {
	position: relative;
	border: 1px solid #71d8b2;
/*CSS3グラデーションの設定*/
	background: #74e3ba;
	background: -webkit-gradient(linear, left top, left bottom, from(#74e3ba), to(#8af3cc));
	background: -moz-linear-gradient(top,#74e3ba,#8af3cc);
	background: -webkit-linear-gradient(#74e3ba, #8af3cc);
	background: -ms-linear-gradient(#74e3ba,#8af3cc);
	background: -o-linear-gradient(#74e3ba,#8af3cc);
	background: linear-gradient(#74e3ba,#8af3cc);
	-pie-background: linear-gradient(#74e3ba,#8af3cc);
/*CSS3ボックスシャドウの設定*/
	-moz-box-shadow: 0px 1px 1px rgba(000,000,000,0.2),inset 1px 1px 1px rgba(177,232,212,0.7);
	-webkit-box-shadow: 0px 1px 1px rgba(000,000,000,0.2),inset 1px 1px 1px rgba(177,232,212,0.7);
	box-shadow: 0px 1px 1px #ccc,inset 1px 1px 1px #b1e8d4;
/*CSS3テキストシャドウの設定*/
	text-shadow: 0px 1px 2px rgba(000,000,000,0.2);
/*PIEファイルの設定*/
	behavior: url(PIE.htc);
}

/*ボタンを右に設定*/

.box p.more {
	text-align: right;
}


/*=============
サイドエリアの設定
===============*/
/*アクセス領域の余白の設定*/

#access {
	margin-bottom: 35px;
	font-size: 1.1em;
}

/*アクセスの見出しの設定*/

#access h2 {
	background: #35ba8a;
	padding: 12px 0 8px 8px;
}

/*アクセス情報項目の設定*/

#access ul {
	padding: 5px 7px 5px 5px;
	font-size: 0.9em;
}

#access li {
	margin-bottom: 3px;
}

#access p {
	text-align: center;
	margin-bottom: 5px;
}

/*おすすめ情報見出しの設定*/

#bnr h2 {
	margin: 40px 0 10px 5px;
}

/*バナーの間隔の設定*/

#bnr li {
	margin-bottom: 20px;
}

/*=============
ページの先頭へ戻る
===============*/
/*ページ先頭へ戻るの位置の設定*/

p#top {
	position: absolute;
	top: -140px;
	right: 0;
}
/*=====================
テーブルの設定
=======================*/


td {
	border: 1px solid #999999;
	text-align: center;

	margin-top: 20px;
	padding: 5px 4px;
}

th{
	border: 1px solid #999999;

}

table {
	max-width: 100%;
	width: 100%;
	margin: 24px 0;
	font-size:100%;
	border: 1px solid #999999;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #ffffff;
	empty-cells: show;
}

caption {
	background-color: #003939;
	color: #FFF;
	padding: 6px;
}

.color11 {
	text-align: center;
	background-color: #9bff9b;
	margin-top: 20px;
	padding: 5px 2px;
}

.color12 {
	text-align: center;
	background-color: #97ff97;
	margin-top: 20px;
	padding: 5px 2px;
	color: red;
}

.color13 {
	font-weight: bold;
	background-color: #fffbfb;
	margin-top: 20px;
	padding: 5px 3px;
	color: red;
	text-align: right;
}
table.cooldoor {
	max-width: 100%;
	width: 100%;
	margin: 24px 0;
	text-align: left;
	border: 1px solid #000099;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

.cooldoor caption {
	letter-spacing: 3px;
	font-weight: bold;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #fffffff;
	color: #ffffff;
	empty-cells: show;
	padding: 15px 0px 10px 0px;
}

.cooldoor th {
	letter-spacing: 2px;
	font-weight: bold;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	padding: 5px 5px 5px 8px;
}

.cooldoor td {
	text-align: left;
	color: #00004f;
	letter-spacing: 1px;
	padding: 5px 3px 5px 8px;
}

input.button {
	text-align: center;
	font-size: 90%;
	height: 100px;
	width: 250px;
	margin: 10px auto 0;
}

.Btn-gray {
	color: #333;
	border: 1px solid #AAA;
	cursor: pointer;
	background: #EEE;
	padding: 3px 12px;
}

.Btn-gray:hover {
	color: red;
	font-weight: bold;
	background: #FFF;
}

/*=============
フッターエリア
===============*/
/*フッターエリアの設定*/

#footer {
	width: 100%;
	min-height: 130px;
	font-size: 1.1em;
	position: relative;
}

/*コピーライトの設定*/

#footer p small {
	display: block;
	width: 940px;
	text-align: center;
	margin: 0 auto;
	padding-top: 15px;
	text-decoration: none;
}

.rig-01 {
	font-weight: bold;
	float: right;
	margin: 3px 10px 0px 0px;
}

.path-01 {
	clear: both;
	margin: 5px -50px -15px 0px;
	color: #ffffff;
	font-size: 17px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #1d0a7f;
	width: 95%;
	padding: 12px 2px 8px 2px;
	border-radius: 5px;
	background: rgb(50,49,91); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(50,49,91,1) 0%, rgba(11,19,33,1) 57%, rgba(7,95,247,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(50,49,91,1)), color-stop(57%,rgba(11,19,33,1)), color-stop(100%,rgba(7,95,247,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(50,49,91,1) 0%,rgba(11,19,33,1) 57%,rgba(7,95,247,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(50,49,91,1) 0%,rgba(11,19,33,1) 57%,rgba(7,95,247,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(50,49,91,1) 0%,rgba(11,19,33,1) 57%,rgba(7,95,247,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(50,49,91,1) 0%,rgba(11,19,33,1) 57%,rgba(7,95,247,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32315b', endColorstr='#075ff7',GradientType=0 ); /* IE6-9 */

}

.path-02 {
	font-size: 110%;
	text-align: left;
	color: #464646;
	margin: 10px 10px 3px 8px;
	padding: 5px 0px 0px 2px;
	font-weight: bold;
	letter-spacing: 2px;
	display: block;
}
.path-03 {
	clear: both;
	font-weight: bold;
	margin: 0px 1px 1px 3px;
	color: #0B1321f;
	text-align: center;
	display: block;
	border: 1px solid #1d0a7f;
	padding: 12px 2px 8px 2px;
	border-radius: 5px;
	background: rgb(235,241,246); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(235,241,246,1) 0%, rgba(171,211,238,1) 50%, rgba(137,195,235,1) 51%, rgba(213,235,251,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,241,246,1)), color-stop(50%,rgba(171,211,238,1)), color-stop(51%,rgba(137,195,235,1)), color-stop(100%,rgba(213,235,251,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=0 ); /* IE6-9 */
}
.path-033 {
	font-weight: bold;
	margin: 0px 1px 1px 3px;
	color: #000;
	text-align: center;
	display: block;
	border: 1px solid #1d0a7f;
	padding: 12px 2px 8px 2px;
	border-radius: 5px;
	background: rgb(235,241,246); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(235,241,246,1) 0%, rgba(171,211,238,1) 50%, rgba(137,195,235,1) 51%, rgba(213,235,251,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,241,246,1)), color-stop(50%,rgba(171,211,238,1)), color-stop(51%,rgba(137,195,235,1)), color-stop(100%,rgba(213,235,251,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=0 ); /* IE6-9 */
}
.path-033 a{
	color: #000;
}

.path-04 {
	line-height: 4em;
	background: url(../new-images/freedaiyal.gif) no-repeat 0 10px;
	border: solid 1px #ccc;
	background-color: #ffffff;
	color: #009900;
	margin: 0px 10px 0px 2px;
	padding: 0px 0px 0px 75px;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 100%;
	display: block;
}

.path-05 {
	text-align: left;
	color: #464646;
	margin: 10px 10px 3px 8px;
	padding: 5px 0px 0px 2px;
	font-weight: bold;
	letter-spacing: 2px;
	display: block;
}
.path-06 {
	font-weight: bold;
	margin: 0px 1px 1px 3px;
	color: #0B1321f;
	text-align: center;
	display: block;
	border: 1px solid #1d0a7f;
	padding: 12px 2px 8px 2px;
	border-radius: 5px;
	background: rgb(235,241,246); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(235,241,246,1) 0%, rgba(171,211,238,1) 50%, rgba(137,195,235,1) 51%, rgba(213,235,251,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,241,246,1)), color-stop(50%,rgba(171,211,238,1)), color-stop(51%,rgba(137,195,235,1)), color-stop(100%,rgba(213,235,251,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=0 ); /* IE6-9 */
}
.path-15 {
	height: 1.8em;
	font-size: 200%;
	background-color: #ffffb3;
	margin: 8px 2px 3px 8px;
	padding: 5px 0px 2px 11px;
	font-weight: bold;
}
.col-red-l {
	font-weight: bold;
	text-align: left;
	color: #f90000;
}
.col-green {
	font-weight: bold;
	text-align: center;
	color: #004000;
}

.col-red-b {
	font-weight: bold;
	float: right;
	color: #f90000;
	margin: 3px 10px 0px 0px;
}
.col-blue {
	letter-spacing: 2px;
	font-weight: bold;
	color: #000099;
}
.right-01 {
	font-weight: bold;
	float: right;
	margin: 3px 10px 0px 0px;
}

.right-02 {

	float: right;
	margin: 0px 0px 2px 0px;
}
.left-01 {
	font-weight: bold;
	float: left;
	margin: 0px 15px 0px 5px;
}
hr {
	margin-left: 5px;
	width: 100%;
	clear: both;
	color: #999999;
	border-style: dotted;
}

.crumbs ul,li {
	font-size: 90%;
	font-weight: bold;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.crumbs {
	float: right;
	border-radius: 5px;
	border: 1px solid #1B1464;
	height: 1.8em;
	margin-top: 5px;
	margin-right: 5px;
	background-color: #fff;
}

.crumbs li {
	float: left;
	line-height: 2em;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.crumbs li a {
	text-decoration: none;
	display: block;
	padding: 0 15px 0 0;
	background: url(../new-images/crumbs.gif) no-repeat right center;
	border-radius: 5px;
}

.crumbs li a:link,.crumbs li a:visited {
	text-decoration: none;
	color: #1B1464;
}

.crumbs li a:hover,.crumbs li a:focus {
	color: #dd2c0d;
}

.column {
	border: solid 1px #000099;
	margin: 5px 40px 5px 10px;
	padding: 5px 0px 5px 2px;
	width: 95%;
}
.column li {
	font-weight: normal;
	margin-right: 8px;
	margin-bottom: 3px;
	margin-left: 8px;
	color: #333333;
	display: block;
}
.column p {
	font-size: 100%;
}

.column p a {
	font-size: 95%;
	display: block;
}

.column p a:hover {
	text-decoration: none;
}

.column li a {
	color: #0000ff;
	margin-bottom: 10px;
	margin-left: 15px;
	font-size: 100%;
	display: block;
}

.column li a:hover {
	color: #ff0000;
	text-decoration: none;
}

/*アドビのアイコン設定*/

.adb {
	margin-left: 2px;
	font-weight: bold;
	padding: 0px 0px 0px 55px;
	background: url(../new-images/adb.gif) no-repeat;
	line-height: 3.5em;
}

.adb a {
	padding: 0px 0px 0px 55px;
	display: block;
}

.adb a:link,.adba:visited {
	color: #777;
}

.adb a:hover,.adb a:focus {
	text-decoration: none;
	color: #dd2c0d;
}
/*メディアクエリの指定（※widthが640px以下の場合に{}内のCSSを適用する）*/
@media screen and (max-width: 640px) {

/*=====================
ヘッダーエリアの設定
=======================*/
/*ヘッダーのコンテンツ領域を100%に設定*/
#header-top{
width:100%;
margin:0 auto;
position:relative;
}

/*ヘッダーのコンテンツ領域のフロート解除(rssとsitemapの領域確保)*/
#header-top:after{
visibility:hidden;
height:0;
display:block;
font-size:0;
	content: " ";
	clear: both;
}  

/*rss・sitemapを右に設定*/
ul#subnav{
	float:right;
	position:static;
	margin:0 0 20px 60px;
}

/*=====================
グローバルナビゲーションの設定
=======================*/
/*ナビゲーションの帯の背景画像を表示しない*/
#globalnav{
	font-size:80%;
	background:none;
}

/*ナビゲーションの領域を100%に設定*/
#globalnav ul{
	width:100%;
}

/*ナビゲーションの背景画像とサイズの設定*/
#globalnav ul li{
	width:33.3%;background:url(../new-images/back.gif) repeat-x;
}

/*ナビゲーションのリンクボタンの装飾の設定*/
#globalnav li a{
	background:url(../new-images/borde.gif) no-repeat left center;
	display:block;
	width:100%;
	text-align:center;
}
/*=====================
グローバルナビゲーションの設定
=======================*/
/*ナビゲーションの帯の背景画像を表示しない*/
#second-nav{
	font-size:80%;
	background:none;
}

/*ナビゲーションの領域を100%に設定*/
#second-nav ul{
	width:100%;
}

/*ナビゲーションの背景画像とサイズの設定*/
#second-nav ul li{
	width:33.3%;background:url(../new-images/back.gif) repeat-x;
}

/*ナビゲーションのリンクボタンの装飾の設定*/
#second-nav li a{
	background:url(../new-images/borde.gif) no-repeat left center;
	display:block;
	width:100%;
	text-align:center;
}

/*メイングラフィックの設定*/
#header p img{
	display:block;
	width:940px;
	margin:0 auto;
}

/*==================
画像サイズの設定
====================*/
/*画像のサイズを100%にする*/
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　/*IE8のみ適用*/
}

/*=================
コンテンツエリア設定
===================*/
/*コンテンツ領域の背景設定*/
#contents{
	background:#e3e3e2 url(../new-images/back-main.gif) repeat-x left top;
}

/*コンテンツ領域のサイズと余白の設定*/
#contents-inner{
	width:100%;
	padding-top:1px;
}

/*メインコンテンツをフロートさせない*/
#contents-left{
	width:100%;
	float:none;
}

/*サイドエリアをフロートさせない*/
#sidebar{
	width:100%;
	float:none;
}

/*WelcomeとRecommendMenuの余白設定*/
.welcome,
#recommend{
	margin:15px 10px;
}

/*メニューの枠のサイズを100%に設定*/
#recommend .box{ 
	width:100%;
}

/*アクセス領域の余白の設定*/
#access{ 
	width:90%; 
	margin:20px auto;
}

/*アクセス情報項目の設定*/
#access ul{ 
	padding-bottom:0;
}

#access p{ 
	padding-bottom:10px;
}

/*バナーを中央に設定*/
#bnr{ 
	text-align:center;
}

/*=============
ページの先頭へ戻る
===============*/
/*ページ先頭へ戻るの位置の設定*/
p#top{
	position:absolute;
	top:10px;
	right:0;
}

.crumbs {
	font-size:55%;
	margin-bottom: 5px;
}
/*=============
フッターエリア
===============*/
/*コピーライトの設定*/
#footer p small{
	width:200px;
	font-size:10px;
}

table {
	max-width: 100%;
	width: 100%;
	margin: 24px 0;
	font-size:50%;
}
table.cooldoor {
	max-width: 100%;
	width: 100%;
	margin: 24px 0;
	font-size:50%;
}
/*ナビゲーションの帯の背景画像を表示しない*/
#navbar-2{
	background:none;
}

/*ナビゲーションの領域を100%に設定*/
#navbar-2 ul{	
	font-size:80%;
	width:100%;
}

/*ナビゲーションの背景画像とサイズの設定*/
#navbar-2 ul li{
	width:100%;
	background:url(../new-images/back-2.gif) repeat-x;
}

/*ナビゲーションのリンクボタンの装飾の設定*/
#navbar-2 li a{
	background:url(../new-images/borde-2.gif) no-repeat left center;
	display:block;
	width:100%;
	text-align:center;
}
.path-05{

	font-size:80%;
}
.path-01{
	width:90%;
	font-size:80%;
}

}
