@charset "UTF-8";
/* ==================================================================
    Common Css List
===================================================================== */
/*
     [基本設定]
          0. config, Reset
          1. HTML, Body, Anchor
          2. Heading, Paragraph
          3. List
          4. Table
          5. Form
          6. Other
          7. For IE6/7 bug

     [レイアウト]
          0. Layout Base
          1. Header
          2. Content(main)
          3. Content(sub)
          4. Footer

     [汎用エレメント]
          1. インラインテキスト
					2. ボタン
          3. 見出し
          4. 段落
          5. リスト
          6. リンクリスト
          7. 画像
          8. 表組み
          90. Other
          99. Clearfix/floatclear
    
     [共通モジュール]
          1. コンテンツトップ
          2. ナビゲーション
          3. メニュー
          4. 補足・引用・関連
          5. リスト
          90. JavaScriptライブラリ
*/

/* -----------------------------------------------
   開発Memo
-------------------------------------------------- */
/*
Font-size list (base: 13px)
 6px	= 46.2%
 7px	=	53.8%
 8px	=	61.5%
 9px	=	69.2%
10px	=	76.9%
11px	=	84.6%
12px	=	92.3%
13px	=	100%
14px	=	107.7%
15px	=	115.4%
16px	=	123.1%
17px	=	130.8%
18px	=	138.5%
19px	=	146.2%
20px	=	153.8%
21px	=	161.5%
22px	=	169.2%
23px	=	176.9%
24px	=	184.6%
*/
/*
Base Color
text
	-normal	:#000000
	-link		:#
	-hover	:#
	-accent	:# 
Accent
	-select	:#adada9
	-hover	:#f0f03b
Back main
	-base1	:#ffffff
	-base2	:#f3f3f2
Back sub
	-base3	:#cfcfcc
	-base4	:#dfdfdc
*/
/*
Grid Size(MainBody:12grid)
grid1	:55px		/	img	:45px
grid2	:110px	/	img	:90px
grid3	:165px	/ img	:145px
grid4	:220px	/ img	:200px
grid5	:275px	/ img	:255px
grid6	:330px	/ img	:310px
grid7	:385px	/ img	:365px
grid8	:440px	/ img	:420px
grid9	:495px	/ img	:475px
grid10:550px	/ img	:530px
grid11:605px	/ img	:585px
grid12:660px	/ img	:640px
*/
/* ==================================================================
		[基本設定]
===================================================================== */
/* -----------------------------------------------
  0. config, Reset
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, p, blockquote, th, td, form, fieldset, legend {
	margin:0;
	padding:0;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { 
 display:block;
}
/* -----------------------------------------------
	1. HTML, Body, Anchor
-------------------------------------------------- */
html {
	background:#fff;
}
/* for mozilla: always display scrollbar */
body {
	min-height:600px;
	color:#444;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
	font-size:13px;
	line-height:1.5;
}
html.ie6 body , html.ie7 body {font-size:82%;}
a:link {
	color:#00a0e9;
	text-decoration:underline;
}
a:visited {
	color:#0091d3;
}
a:hover, a:active {
	color:#00a0e9;
	text-decoration:none;
}
/* -----------------------------------------------
	2. Heading, Paragraph
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	line-height: 1.2;
}
/* p {} */
/* -----------------------------------------------
	3. List
-------------------------------------------------- */
ul, ol {
 list-style: none;
}
/* -----------------------------------------------
	4. Table
-------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	font-family: inherit;
  line-height: 1.2;
	empty-cells: show;
}
caption, th, td {
	vertical-align: top;
}
/* -----------------------------------------------
	5. Form
-------------------------------------------------- */
fieldset {
	border: none;
}
input, textarea, select, label {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
}
label {
	cursor: pointer;
}
textarea {
	overflow: auto;
}
/* -----------------------------------------------
	6. Other
-------------------------------------------------- */
img {
	border: none;
	vertical-align: bottom;
}
object {
	vertical-align: middle;
	outline: none;
}
em, strong {
	font-weight: bold;
	font-style: normal;
}
span.marker {
	background:#fff969;
}
abbr, acronym {
	border: none;
	font-variant: normal;
}
q:before, q:after {
	content: '';
}
address, caption, cite, code, dfn, var {
	font-weight: normal;
	font-style: normal;
}
code, pre {
	font-family: monospace;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
hr {
	height:0;
	margin:0 0 25px 0;
	border:none;
	border-top:1px dotted #ccc;
}
/* -----------------------------------------------
   7. For IE6/7
-------------------------------------------------- */
/* for ie7: page zoom bug fix */
*:first-child + html body, *:first-child + html br {
	letter-spacing: 0;
}
/* ==================================================================
    [レイアウト]
===================================================================== */
/* -----------------------------------------------
	0. layout Base
-------------------------------------------------- */
/* --- エリア別の背景 --- */
#wrapHead {background:url(../../../resource/img/header_bg_01.jpg) 50% 0 no-repeat;}
#wrapFoot {padding:15px 0; background:url(../img/footer_bg_01.png) 0 0 repeat}
/* --- グリッドレイアウト --- */
.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11 {
  float:left;
  display:inline;
	padding:0;
}
.grid1 {width: 55px;}
.grid2 {width: 110px;}
.grid3 {width: 165px;}
.grid4 {width: 220px;}
.grid5 {width: 275px;}
.grid6 {width: 330px;}
.grid7 {width: 385px;}
.grid8 {width: 440px;}
.grid9 {width: 495px;}
.grid10 {width: 550px;}
.grid11 {width: 605px;}
/* -----------------------------------------------
	1. Header
-------------------------------------------------- */
/* --- globalHeader --- */
#globalHeader {
	background:url(../img/header_bg_01.png) 0 0 repeat-x;
	height:80px;
}
#globalHeader .headWrap {
	width:960px;
	margin:0 auto;
}
#globalHeader .headWrap .logo {
	float:left;
	width:273px;
	padding:19px 0 0 0;
}
#globalHeader .headWrap .headRight {
	width:295px;
	float:right;
}
#globalHeader .headWrap .headRight  ul {
	width:100px;
	float:left;
	padding:35px 0 0 0;
}
#globalHeader .headWrap .headRight  ul li {
	display:inline-block;
	margin:0 20px 0 0;
	}
#globalHeader .headWrap .headRight  div {
	float:right;
	width:191px;
}
/* --- #globalNav --- */
#globalNav {
	background:url(../img/gnav_bg_01.png) 0 0 repeat-x;
	height:68px;
}
#globalNav .gNavWrap {
	width:960px;
	margin:0 auto;
}
#globalNav .gNavWrap ul {
	width:960px;
	height:68px;
}
#globalNav .gNavWrap ul li {
	width:240px;
	float:left;
}
/* --- topicPath --- */
#topicPath {
	background:#fff;
	padding:10px 0;
}
#topicPath ul{
	margin:0 auto;
	width:960px;
	font-size:11px;
}
#topicPath li {
	display:inline;
	color:#999;
}
/* IE6/7非対応 */
#topicPath li + li:before {
 content: ">";
 margin:0 5px;
}
	html.ie6 #topicPath li, html.ie7 #topicPath li {margin:0 10px 0 0;}
#topicPath li a:link,
#topicPath li a:visited {
	color:#630;
	text-decoration:none;
}
#topicPath li a:hover,
#topicPath li a:active {
	color:#8c4b0a;
	text-decoration:underline;
}

/* -----------------------------------------------
	2. Content(Main)
-------------------------------------------------- */
#contents {
	background:url(../img/contents_bg_01.png) 0 0 repeat;
}
#contents .conWrap {
	width:960px;
	margin:0 auto;
	padding:40px 0;
}
#contents .conWrap h1 {
	font-size:32px;
	font-weight:normal;
	padding:0 0 0 20px;
	margin:0 0 25px 0;
}
	#reason #contents .conWrap h1 {
		background:url(../img/h1_border_01.png) 0 0 no-repeat;
	}
	#ontario #contents .conWrap h1 {
		background:url(../img/h1_border_02.png) 0 0 no-repeat;
	}
	#nova #contents .conWrap h1 {
	}
	#support #contents .conWrap h1 {
		background:url(../img/h1_border_03.png) 0 0 no-repeat;
	}
	#faq #contents .conWrap h1 {
		background:url(../img/h1_border_04.png) 0 0 no-repeat;
	}
	#other #contents .conWrap h1 {
		background:url(../img/h1_border_05.png) 0 0 no-repeat;
	}
#contents .conWrap p {
	font-size:14px;
	margin:0 10px 15px 10px;

}
#contents .conWrap .catch {
	font-size:14px;
	margin:0 0 25px 0;
}
#contents .conWrap .mainVisual {
	text-align:center;
	margin:0 auto 20px auto;
	width:940px;
}
#contents #menuBtn {
}
#contents #menuBtn ul {
	height:291px;
	margin:0 0 40px -18px;
}
#contents #menuBtn ul li {
	width:222px;
	margin:0 0 0 18px;
	float:left;
}
#contents #menuBtn ul li a {
	display:block;
	width:200px;
	height:241px;
	padding:25px 11px;
	font-size:17px;
	font-weight:bold;
	text-align:center;
}
	#ontario #contents #menuBtn ul li a {
		background:url(../img/menu_bg_02.png) 0 0 no-repeat;
	}
	#nova #contents #menuBtn ul li a {
	}
	#support #contents #menuBtn ul li a {
		background:url(../img/menu_bg_03.png) 0 0 no-repeat;
	}
#contents #menuBtn ul li a:link {
	color:#630;
	text-decoration:none;
}
#contents #menuBtn ul li a:visited {
	color:#522901;
	text-decoration:none;
}
#contents #menuBtn ul li a:hover,
#contents #menuBtn ul li a:active {
 	filter: alpha(opacity=70);
		-moz-opacity:0.7;
		opacity:0.7;
		text-decoration:underline;
}
#contents #menuBtn ul li a img {
	display:block;
	margin:0 0 15px 0;
}
#contents .conWrap section {
	margin:0 auto 20px auto;
	width:940px;
}
#contents .conWrap section section {
	margin:0 auto 30px auto;
}
#contents .conWrap section p {
	margin:0 0 15px 0;
}
#contents .conWrap h2 {
	font-size:18px;
	font-weight:bold;
	color:#fff;
	padding:8px 0 0 10px;
	width:960px;
	height:31px;
	margin:0 -10px 20px -10px;
 	text-shadow: 0.5px 0.866px 1px rgba(0, 0, 0, 0.078);
 		-moz-text-shadow: 0.5px 0.866px 1px rgba(0, 0, 0, 0.078);
}
	#reason #contents .conWrap h2 {
		background:url(../img/h2_bg_01.png) 0 0 no-repeat;
	}
	#ontario #contents .conWrap h2 {
		background:url(../img/h2_bg_02.png) 0 0 no-repeat;
	}
	#nova #contents .conWrap h2 {
	}
	#support #contents .conWrap h2 {
		background:url(../img/h2_bg_03.png) 0 0 no-repeat;
	}
	#other #contents .conWrap h2 {
		background:url(../img/h2_bg_05.png) 0 0 no-repeat;
		color:#8e522e;
		text-shadow: 0.5px 0.866px 1px rgba(255, 255, 255, 0.333);
			-moz-text-shadow: 0.5px 0.866px 1px rgba(255, 255, 255, 0.333);
	}
#contents .conWrap h3 {
	background:url(../img/ic_maple_01.png) 0 50% no-repeat;
	padding:0 0 0 25px;
	font-size:18px;
	font-weight:bold;
	margin:0 0 10px 0;
}
#contents .conWrap ul.checkList {
	margin:0 0 30px 0;
}
#contents .conWrap ul.checkList li {
	font-size:15px;
	margin:0 0 10px 0;
	padding:10px 0 0 30px;
}
	#reason #contents .conWrap ul.checkList li {
		background:url(../img/ic_check_01.png) 0 50% no-repeat;
	}
#contents .conWrap .conNav {
	width:700px;
	margin:0 auto;
}
#contents .conWrap .conNav h3 {
	font-weight:normal;
	background:none;
	padding:0;
	text-align:center;
}
#contents .conWrap .conNav ul {
	height:88px;
	margin:0 0 0 -20px;
}
#contents .conWrap .conNav ul li {
	width:330px;
	height:88px;
	float:left;
	margin:0 0 0 20px;
}
#contents .conWrap .icon {
}
#contents .conWrap .icon img {
	vertical-align:middle;
	margin:0 5px 0 0;
}
#contents .conWrap #titleNav {
}
#contents .conWrap #titleNav h1 {
	float:left;
}
#contents .conWrap #titleNav ul {
	float:left;
	margin:10px 0 0 0;
}
#contents ul.localNav li {
	font-size:15px;
	font-weight:bold;
	display:inline-block;
	margin:0 0 0 20px;
}
#contents ul.localNav li a {
	padding:12px 0 0 25px;
	color:#630 !important;
}
#contents ul.localNav li a:link {
	background:url(../img/ic_nocheck_01.png) 0 0 no-repeat;
	text-decoration:none;
}
#contents ul.localNav li a:hover,
#contents ul.localNav li a:active {
	text-decoration:none;
}
	#ontario #contents ul.localNav li a:hover,
	#ontario #contents ul.localNav li a.on {
		background:url(../img/ic_check_02_on.png) 0 0 no-repeat;
	}
	#nova #contents ul.localNav li a:hover,
	#nova #contents ul.localNav li a.on {
	}
	#support #contents ul.localNav li a:hover,
	#support #contents ul.localNav li a.on {
		background:url(../img/ic_check_03_on.png) 0 0 no-repeat;
	}
#contents .conWrap .imgRight,
#contents .conWrap .imgLeft {
	width:940px;
	margin:0 0 20px 0;
}
#contents .conWrap .txt {
	width:460px;
}
	#contents .conWrap .mini .txt {
	width:700px;
	}
#contents .conWrap .txt p {
	margin:10px 0 15px 0;
}
#contents .conWrap figure {
	width:460px;
	margin:0;
}
	#contents .conWrap .mini figure {
		width:220px;
		height:236px;
	}
#contents .conWrap figure span {
	display:block;
	background:url(../img/contents_bg_img_01.png) 0 100% no-repeat;
	padding:0 0 38px 0;
}
#contents .conWrap .imgRight .txt {
	float:left;
}
#contents .conWrap .imgLeft .txt {
	float:right;
}
#contents .conWrap .imgRight figure {
	float:right;
}
#contents .conWrap .imgLeft figure {
	float:left;
}
#contents ul.memoList {
}
#contents ul.memoList li {
	background:url(../img/ic_pin_01.png) 0 50% no-repeat;
	padding:0 0 0 25px;
	font-size:15px;
	margin:0 0 15px 0;
}
#contents ul.memoList li strong {
	background:#ffff00;
}
#contents #footLocalNav {
	padding:15px 0 10px 0;
	background:url(../img/contents_localnav_bg_01.png) 0 0 repeat-x;
}
#contents #footLocalNav ul {
	width:960px;
	margin:0 auto;
}
#contents #footLocalNav ul li {
}
#contents #footLocalNav ul li span {
	background:url(../img/ic_star_01.png) 0 0 no-repeat;
	padding:0 0 0 20px;
}
	#ontario #contents #footLocalNav ul li span {
		color:#ff8a00;
	}
	#nova #contents #footLocalNav ul li span {
	}
	#support #contents #footLocalNav ul li span {
		color:#6fbc00;
	}
/* --- banner --- */
.banner1 ul{
	text-align:center;
}
.banner1 li{
 margin:0 0 5px 0;
}
.hoverLight img {
	filter: alpha(opacity=100);
		-moz-opacity:1;
		opacity:1;
}
.hoverLight img:hover,
input.hoverLight:hover  {
	filter: alpha(opacity=70);
		-moz-opacity:0.7;
		opacity:0.7;
}
#contents #faqWrap {
}
#contents #faqWrap section {
}
#faq #contents .conWrap #faqWrap section h2 {
	background:url(../img/faq_h_bg_01.png) 0 0 no-repeat;
	padding-left:35px;
	margin-bottom:0;
}
#contents #faqWrap section div {
  background-color: rgba(78, 199, 255, 0.149);
  padding:15px;
  border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	margin:0 -10px 0 10px
}
#contents #inqTable {
}
#contents #inqTable .hissu {
	color:#fff;
	background:#e00;
	font-weight:normal;
	font-size:11px;
	padding:3px 10px;
	display:inline-block;
	line-height:1;
	margin:0 0 0 10px;
}
#contents #inqTable .hosoku {
	font-weight:normal;
	font-size:12px;
}
#contents #inqTable th {
	width:300px;
	border-right:none;
}
#contents #inqTable td {
	border-left:none;
}
#contents #inqTable td input {
	margin:0 5px;
}
#contents #inqTable td ul {
}
#contents #inqTable td ul li {
	display:inline-block;
	margin:0 15px 0 0;
}
#contents #inqTable td textarea {
	width:98%;
	height:250px;
	border:#ddd 1px solid;
} 
#contents .actionArea {
	text-align:center;
	margin:25px 0;
}
#contents .col2Wrap {
}
#contents .col2Wrap .col2Left {
	float:left;
	width:460px;
}
#contents .col2Wrap .col2Right {
	float:right;
	width:460px;
}
#contents #flowWrap section {
	background:url(../img/ic_arrow_bottom_01.png) 50% 100% no-repeat;
	padding:0 0 55px 0;
}
	#contents #flowWrap section.none {
		background:none;
		padding:0;
	}
#contents #flowWrap section div.txtWrap {
	background:#e6f9ca;
	padding:20px;
	margin:-20px -10px 0 -10px;
  border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
}
	#contents #flowWrap section .col2Wrap div.txtWrap {
		margin:0;
	}
/* -----------------------------------------------
	4. Footer
-------------------------------------------------- */
#globalFooter {
	background:url(../img/footer_bg_02.png) 0 0 repeat;
}
#globalFooter .footWrap {
	width:940px;
	padding:20px 10px;
}
#globalFooter .footWrap {
	width:960px;
	margin:0 auto;
}
#globalFooter .footWrap .footNav {
	width:860px;
	float:left;
}
#globalFooter .footWrap .footNav a:link {
	color:#884d08;
	text-decoration:none;
}
#globalFooter .footWrap .footNav a:visited {
	color:#663300;
	text-decoration:none;
}
#globalFooter .footWrap .footNav a:hover,
#globalFooter .footWrap .footNav a:active {
	color:#884d08;
	text-decoration:underline;
}
#globalFooter .footWrap .footNav ul {
}
#globalFooter .footWrap .footNav ul li {
	width:162px;
	float:left;
	margin:0 10px 0 0;
}
#globalFooter .footWrap .footNav ul li a.cateName {
	font-size:14px;
	font-weight:bold;
	background:url(../img/ic_star_01.png) 0 50% no-repeat;
	padding:0 0 0 20px;
	line-height:1;
}
#globalFooter .footWrap .footNav ul li ul {
	margin:5px 0 0 0;
	color:#777;
}
#globalFooter .footWrap .footNav ul li ul li {
	font-size:12px;
	line-height:1.3;
	margin:0 0 5px 0;
}
#globalFooter .footWrap .footNav ul li ul li:before {
	content:"├ ";
}
#globalFooter .footWrap .footNav ul li ul li:last-child:before {
	content:"└ ";
}
#globalFooter .footWrap .footNav ul li ul.footNavArrow {
	margin:15px 0 0  5px;
}
#globalFooter .footWrap .footNav ul li ul.footNavArrow li:before {
	content:"";
}
#globalFooter .footWrap .footNav ul li ul.footNavArrow li:last-child:before {
	content:"";
}
#globalFooter .footWrap .footNav ul li ul.footNavArrow li{
	font-size:13px;
	margin:0 0 10px 0;
}
#globalFooter .footWrap .footNav ul li ul.footNavArrow li a{
	background:url(../img/ic_arrow_01.png) 0 50% no-repeat;
	padding:0 0 0 15px;
}
#globalFooter .footWrap .footPagetop {
	width:94px;
	float:right;
}
#copy {
	background:url(../img/footer_bg_01.png) 0 0 repeat-x;
	height:40px;
}
#copy p {
	width:960px;
	margin:0 auto;
	padding:10px 0 0 0;
	text-align:center;
	color:#fff;
	font-size:12px;
	text-shadow: 0.5px 0.866px 0px rgba(126, 89, 40, 0.294);
		-moz-text-shadow: 0.5px 0.866px 0px rgba(126, 89, 40, 0.294);
}
/* ==================================================================
    [汎用エレメント]
===================================================================== */
/* -----------------------------------------------
  1. インラインテキスト
-------------------------------------------------- */
/* --- 強調・補足テキスト --- */
#contents .note {
	color:#777;
	font-size:11px;
}
#contents .red {
	color:#e00;
}
/* -----------------------------------------------
  4.段落
-------------------------------------------------- */
/* --- 文章の右寄せ、中央せ --- */
#contents .right {
	text-align:right !important;
}
#contents .center {
	text-align:center !important;
}
#contents .left {
	text-align:left !important;
}
/* --- インデント --- */
#mainBody .indent {
	margin-left:30px;
}
/* --- リード文 --- */
#mainBody p.lead {
	margin:25px 10px 25px 10px;
	text-align:left;
	font-size:14px;
}
/* --- 箇条書き（段落） --- */
#mainBody p.freeBullet {
	margin-left:2em;
	position:relative;
}
#mainBody p.freeBullet.number {
	margin-left:3em;
}
#mainBody p.freeBullet span {
	display:block;
	position:absolute;
	top:0;
	left:-1.5em;
	font-size:92.3%;
}
#mainBody p.freeBullet.number span {
	left:-2.5em;
}
/* -----------------------------------------------
  5.リスト 
-------------------------------------------------- */
/* --- リスト（共通） --- */
#mainBody li {
	margin:0 0 10px 10px;
}
/* --- 標準リスト・番号リスト --- */
#contents ul.listDisc {
	list-style:disc;
	margin:0 0 0 20px;
}
#contents ul.listDisc li {
	margin:0 0 5px 0;
}
	/* gridレイアウト内 */
	#mainBody div ul, #mainBody div ol {margin:0 10px 25px 20px;}
/* --- 入れ子リスト・入れ子番号リスト --- */
#mainBody ul ul {
	list-style:circle;
}
#mainBody ol ol {
	list-style:lower-roman;
}
#mainBody ul ul, #mainBody ul ol, #mainBody ol ol {
	margin-top:10px;
	font-size:92.3%;
}
/* --- 自由リスト --- */
#mainBody ul.freeBullets {
	list-style:none;
	margin:0 15px 15px 25px;
}
#mainBody ul.freeBullets.number {
	margin:0 15px 15px 40px;
}
#mainBody ul.freeBullets li {
	position:relative;
	margin-bottom:5px;
}
#mainBody ul.freeBullets span {
	display:block;
	position:absolute;
	top:0;
	left:-1.5em;
	font-size:92.3%;
}
#mainBody ul.freeBullets.number span {
	left:-2.5em;
}
/* --- 定義リスト(標準) --- */
#mainBody dl {
	margin:0 30px 25px 20px;
}
	/* gridレイアウト内 */
	#mainBody div dl {margin:0 10px 25px 10px;}
#mainBody dt {
	font-weight:bold;
}
#mainBody dd {
	margin:0 0 15px 0px;
}
/* --- 定義リスト(左タイトル・右説明/.split) --- */
#mainBody dl.split dt {
	clear:both;
	float:left;
	margin:0 0 15px 0;
	width:9em;
}
#mainBody dl.split dd {
	margin:0 0 15px 11em;
	font-size:92.3%;
}
/* -----------------------------------------------
  8.表組み
-------------------------------------------------- */
#contents .tableWrap {
	margin:0 auto 25px auto;
	width:940px;
}
#contents .tableWrap table {
	width:100%;
	margin:0;
	border:1px solid #ccc;
}
#contents .tableWraptable caption {
	text-align:left;
}
#contents .tableWrap table th, #contents .tableWrap table td {
	border:1px solid #ccc;
	padding:8px 10px;
}
#contents .tableWrap table thead {
	background: #ccc;
}
#contents .tableWrap table tbody th {
		color:#630;
}
	#ontario #contents .tableWrap table tbody th {
		background:#ffd9a2;
	}
	#nova #contents .tableWrap table tbody th {
		background:#e0ffb2;
	}
	#other #contents .tableWrap table tbody th {
		background:#fff1c0;
		text-align:left;
		font-size:14px;
	}
#contents .tableWrap table tbody td {
	background:#fff;
}
#contents .tableWrap table tfoot {
	background: #ddd;
}
#contents .col2Block {
}
#contents .col2Block th {
	text-align:left;
}
#contents .col2Block th,
#contents .col2Block td {
}
#contents .col2Block .colLeft {
	width:460px;
	float:left;
}
#contents .col2Block .colRight {
	width:460px;
	float:right;
}

/* -----------------------------------------------
	90. Other
-------------------------------------------------- */
/* for Voice Browser */
.hidden ,.navSkip {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
/* Noscript Message */
#msgNoscript {
	display:block;
	width:100%;
	background:#fcc;
	color:#f00;
	text-align:center;
}
#msgNoscript p {
	border: 5px solid #f00;
	text-align:left;
	padding:20px;
}
/* NoScript */
.noScript {
	display:none;
}
/* -----------------------------------------------
	99. Clearfix / floatclear
-------------------------------------------------- */
/* clearfix */
.clearfix, #homeContents, #home #homeContents .homeNews, #globalFooter .footWrap,
#globalFooter .footWrap .footNav ul, #globalHeader .headWrap, #globalHeader .headWrap .headRight,
#contents .conWrap #titleNav, #contents .conWrap .imgRight, #contents .conWrap .imgLeft, #contents .col2Block,
#contents .conWrap .col2Wrap {
	zoom: 1;
}
.clearfix:after, #homeContents:after, #home #homeContents .homeNews:after, #globalFooter .footWrap:after,
#globalFooter .footWrap .footNav ul:after, #globalHeader .headWrap:after, #globalHeader .headWrap .headRight:after,
#contents .conWrap #titleNav:after, #contents .conWrap .imgRight:after, #contents .conWrap .imgLeft:after, #contents .col2Block:after,
#contents .conWrap .col2Wrap:after  {
	content: "";
	display: block;
	clear: both;
}
/* ---  floatclear --- */
.clearer {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}
/* ==================================================================
    [共通モジュール]
===================================================================== */
/* -----------------------------------------------
	1. コンテンツトップ
-------------------------------------------------- */
/* -----------------------------------------------
	2. ナビゲーション
-------------------------------------------------- */
/* --- ターンナビ --- */
#mainBody .turnNav {
	margin:0 0 25px 0;
	padding:10px 20px 10px 20px;
	background:url(../../../resource/img/bg_gray01.gif);
}
#mainBody .turnNav ul {
	margin:0;
}
#mainBody .turnNav ul li {
	margin:0;
	list-style:none;
	font-size:92.3%;
}
#mainBody .turnNav a:link {
	color:#666;
}
#mainBody .turnNav a:visited {
	color:#999;
}
#mainBody .turnNav a:hover , #mainBody .turnNav a:active
 {
 	color:#000;
}
#mainBody .turnNav ul li.back {
	float:left;
}
#mainBody .turnNav ul li.go {
	float:right;
}
/* --- ページアクション --- */
#mainBody .pageAction {
	padding:10px;
	margin:0 0 25px 0;
	background:url(../../../resource/img/bg_gray01.gif);
	text-align:center;
}
#mainBody .pageAction button, #mainBody .pageAction a.button {
	margin-left:10px;
	margin-right:10px;
}
/* --- ページトップ --- */
#mainBody .pageTop {
	margin:0 20px 25px 0;
	text-align:right;
}
#mainBody .pageTop a {
	padding:5px 0 5px 10px;
	color:#666;
	font-size:12px;
	text-decoration:none;
	background:url(../../../resource/img/ic_arrow_s_02.png) 0 50% no-repeat;
}
#mainBody .pageTop a:hover {
	color:#000;
	text-decoration:underline;
}
/* -----------------------------------------------
	4. 補足・引用・関連
-------------------------------------------------- */
/* --- 補足 ---*/
#mainBody .supInfo {
	margin:0 0 25px 0;
	padding:15px 10px 0 10px;
	border:1px solid #ccc;
	font-size:92.3%;
	color:#666;
}
/* --- 引用 ---*/
#mainBody blockquote {
	margin:15px;
	padding: 0 0 0 15px;
	background:url(../../../resource/img/bg_blockquote01.gif) 0 0.1em no-repeat;
}
#mainBody blockquote p {
	color:#666;
  padding: 0 15px 0 0;
  background: url(../../../resource/img/bg_blockquote02.gif) right bottom no-repeat;
}
/* --- 関連 ---*/
#mainBody .relatedInfo {
	margin:0 0 25px 0;
	padding:10px 10px 10px 10px;
	background:#eee;
}
/* -----------------------------------------------
	5. リスト
-------------------------------------------------- */

/* -----------------------------------------------
	90. JavaScript ライブラリ
-------------------------------------------------- */
/* --- 共通 --- */
/* biggerlink */
.bl-hover {
	cursor: pointer;
	background:#f0f03b;
}

/* -----------------------------------------------
	個別
-------------------------------------------------- */
/* home */
#home {
}
#home #homeMain {
	background:url(../img/home_back_01.png) 0 0 repeat-x;
	height:440px;
}
#home #homeMain .homeMainWrap {
	background:url(../img/home_main_bg_01.png) 50% 0 no-repeat;
	height:440px;
	z-index:50;
}
#home #homeMain .homeMainWrap h1 {
	width:960px;
	margin:0 auto;
	padding:125px 0 0 0;
	z-index:60;
	position:relative;
}
#home #homeMain .homeMainWrap h1 img {
	display:block;
	width:470px;
	margin:0 auto;
}
#home #homeNav {
	background:url(../img/home_bg_01.png) 0 0 repeat-x;
	height:72px;
	z-index:100;
	position:relative;
}
#home #homeNav ul {
	width:960px;
	height:72px;
	margin:0 auto;
	padding:0;
}
#home #homeNav ul li {
	display:inline;
	float:left;
	width:240px;
	height:72px;
	margin:0;
	padding:0;
}
#home #homeNav ul li .navPop {
	display:none;
	width:200px;
	background:#fff;
	padding:17px 20px 0 20px;
	height:220px;
	margin:-240px 0 0 0;
	z-index:150;
	position:relative;
	font-size:12px;
	text-align:1.2;
}
#home #homeNav ul li .navPop img {
	display:block;
	margin:0 0 10px 0;
}
#home #homeNav ul li.nav01 .navPop {
	background:#ffd7dc;
	border-top:#ff687a 3px solid;
}
#home #homeNav ul li.nav02 .navPop {
	background:#ffe2b8;
	border-top:#f1943a 3px solid;
}
#home #homeNav ul li.nav03 .navPop {
	background:#e7fcc9;
	border-top:#8cd71e 3px solid;
}
#home #homeNav ul li.nav04 .navPop {
	background:#c6edff;
	border-top:#10a6ea 3px solid;
}
#home #homeContents {
	width:960px;
	margin:0 auto;
	padding:25px 0 ;
}
#home #homeContents #homeLeft {
	width:700px;
	float:left;
}
#home #homeContents #homeRight{
	width:230px;
	float:right;
}
#home #homeContents .homeNews {
	background:url(../img/line_dot_01.png) 165px 0 repeat-y;
	margin:0 0 20px 0;
}
#home #homeContents .homeNews .newsHead {
	width:165px;
	float:left;
}
#home #homeContents #amebloRss {
	width:500px;
	float:right;
}
#home #homeContents #amebloRss h4 {
	font-weight:normal;
	font-size:14px;
	float:right;
	width:400px;
	margin:5px 0;
}
#home #homeContents #amebloRss .rssRow div {
	font-size:14px;
	color:#666;
	float:left;
	width:90px;
}
#home #homeContents #amebloRss .rssRow {
	margin:0 0 5px 0;
}
#home #qlsReason {
}
#home #qlsReason h3 {
	margin:0 0 5px -10px;
}
#home #qlsReason p {
	background:url(../img/home_reason_border_01.png) 0 0 repeat-y;
	line-height:29px;
}
.newWindow  img{
	margin:0 0 0 5px;
	vertical-align:middle;
}
#home #qlsReason p a:link {
	color:#884d08;
	text-decoration:underline;
}
#home #qlsReason p a:visited {
	color:#996600;
	text-decoration:underline;
}
#home #qlsReason p a:hover,
#home #qlsReason p a:active
 {
	color:#884d08;
	text-decoration:none;
}