@charset "Shift_JIS";
/**
 :タイトル "サイト共通パーツ スタイル設定";
 :一行説明 "サイト共通パーツ スタイル設定のスタイルシートです";
 :作成日 "2010-00-00";
 :改訂版 [:版 "1.0.0"; :作成日 "2010-00-00"];
*/


pre{
	clear: both;
	overflow: auto;
	width: 563px;
	margin: 2em 0;
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #eee;
	font-size: 86%;
}
code{
	font-family: Arial, Helvetica, sans-serif;
}
div.htuCat{
	clear: both;
	margin-bottom: 1em;
	padding: 0.5em;
	background-color:#333;
	font-size: 133%;
	color: #fff;
}
	
div.htuHeading{
	clear: both;
	margin-bottom: 1em;
	padding: 0.5em;
	background-color: #999;
	color: #fff;
	font-size: 133%;
	font-weight: bold;
}
div.htuHead{
	clear: both;
	margin: 2em 0 1em;
	padding: 0.5em;
	border: 3px solid #999;
}
div.htu{
	clear: both;
	margin: 1.5em 0 1em;
	padding: 0 10px;
	border-left: 3px solid #333;
	font-weight: bold;
	font-size: 133%;
	background-color: #ddd;
}
div.htu strong{
	padding: 0.25em;
	color:white;
	background-color:red;
}



/* ▼セクション
   --------------------------------------------- */
div.section{
	clear: both;
	margin-bottom: 3em;
}
div.section.last,
div.section div.section.last{
	margin-bottom: 0;
}
div.section div.section{
	margin-top: 3em;
}
div.section div.section.first{
	margin-top: 0;
}


/* ▼段落
   --------------------------------------------- */
p.alC{
	text-align: center;
}
p.alR{
	text-align: right;
}


/* ▼画像
   --------------------------------------------- */
img.pctL{
	float: left;
	margin-right: 20px;
}
img.pctR{
	float: right;
	margin-left: 20px;
}


/* ▼注記
   --------------------------------------------- */
span.note,
p.note{
	font-size: 86%;
}
span.notice,
p.notice,
strong.notice{
	color: #f00;
	font-weight: normal;
}


/* ▼見出し
   --------------------------------------------- */
h2.hdImg,h3.hdImg,h4.hdImg,h5.hdImg,h6.hdImg{
	margin-bottom: 1em;
}
h1.hdTxt01-1,
h2.hdTxt01-1{
	clear: both;
	zoom: 1;
	margin-bottom: 2em;
	padding: 0 0 8px;
	background: url(../images/bg_border01.gif) repeat-x left bottom;
}
h1.hdTxt01-1 span,
h2.hdTxt01-1 span{
	zoom: 1;
	display: block;
	padding: 3px 0 3px 19px;
	background: url(../images/bg_heading01.gif) no-repeat left top;
}
h1.hdTxt01-2,
h2.hdTxt01-2{
	zoom: 1;
	margin-bottom: 2em;
}
h1.hdTxt01-2 span,
h2.hdTxt01-2 span{
	zoom: 1;
	display: block;
	padding: 3px 0 3px 19px;
	background: url(../images/bg_heading01.gif) no-repeat left top;
}
h2.hdTxt02,
h3.hdTxt02{
	zoom: 1;
	margin-bottom: 1em;
	line-height: 1.5;
	background: url(../images/bg_heading02.gif) repeat-y left top;
}
h2.hdTxt02 span,
h3.hdTxt02 span{
	zoom: 1;
	display: block;
	background: url(../images/bg_border07.gif) no-repeat left 4px;
}
h2.hdTxt02 span span,
h3.hdTxt02 span span{
	zoom: 1;
	display: block;
	padding: 0.95em 20px 0.8em 20px;
	background: url(../images/bg_border07.gif) no-repeat left bottom;
}
h2.hdTxt03,
h3.hdTxt03,
h4.hdTxt03{
	zoom: 1;
	margin-bottom: 1em;
	padding: 0 0 9px;
	line-height: 1.5;
	background: url(../images/bg_border03.gif) repeat-x left bottom;
}
h2.hdTxt03 span,
h3.hdTxt03 span,
h4.hdTxt03 span{
	zoom: 1;
	display: block;
	background: url(../images/bg_heading03-2.gif) no-repeat left bottom;
}
h2.hdTxt03 span span,
h3.hdTxt03 span span,
h4.hdTxt03 span span{
	zoom: 1;
	display: block;
	padding: 0 12px;
	background: url(../images/bg_heading03-1.gif) no-repeat left top;
}
h3.hdTxt04,
h4.hdTxt04,
h4.hdTxt04{
	zoom: 1;
	margin-bottom: 1em;
	padding: 0 0 9px;
	line-height: 1.5;
	/*background: url(../images/bg_border03.gif) repeat-x left bottom;*/
}
h3.hdTxt04 span,
h4.hdTxt04 span,
h5.hdTxt04 span{
	zoom: 1;
	display: block;
	background: url(../images/bg_heading04-2.gif) no-repeat left bottom;
}
h3.hdTxt04 span span,
h4.hdTxt04 span span,
h5.hdTxt04 span span{
	zoom: 1;
	display: block;
	padding: 0 12px;
	background: url(../images/bg_heading04-1.gif) no-repeat left top;
}
h4.hdTxt05,
h5.hdTxt05,
h6.hdTxt05{
	zoom: 1;
	margin-bottom: 1em;
	line-height: 1.5;
	color: #ac6000;
}

/* ▼段組み：マルチカラム
   --------------------------------------------- */
/* マルチカラムはコンテンツ幅670pxが基準で設計されています。
   サイトの幅によって調整をお願いします。 */
div.clWrap{
	clear: both;
   zoom: 1;
}
div.clWrap:after{
   content:'';
   display:block;
   clear:both;
}

/* 画像＋キャプション セット */
dl.pctBox{
	margin: 0 0 1.5em;
	font-size: 86%;
}
dl.pctBox dt{
	margin: 0 0 0.6em;
	text-align: center;
}
dl.pctBox dd{
	margin: 0 0 0.8em;
	/*color: #6f6f6f;*/
}
dl.pctBox dd.alC{
	text-align: center;
}

/* 段組み（2カラム基準） */
div.clWrap.clWrap-2cl div.clBox{
	float: left;
	width: 280px;
}
div.clWrap.clWrap-2cl div.clBox.last{
	float: right;
}
div.clWrap.clWrap-2cl div.clBox.pctRBox{
	float: right;
	margin-left: 20px;
}
div.clWrap.clWrap-2cl div.clBox.pctLBox{
	float: left;
	margin-right: 20px;
}

/* 段組み（2カラム基準・2:1カラムセット） */
div.clWrap.clWrap-2cl div.clBox div.txtL{
	float: left;
	width: 210px;
}
div.clWrap.clWrap-2cl div.clBox div.pctR{
	float: right;
	width: 95px;
}
div.clWrap.clWrap-2cl div.clBox div.txtL02{
	float: left;
	width: 115px;
}
div.clWrap.clWrap-2cl div.clBox div.pctR02{
	float: right;
	width: 210px;
}

/* 段組み（3カラム基準） */
div.clWrap.clWrap-3cl div.clBox{
	float: left;
	width: 180px;
	margin-right: 22px;
}
div.clWrap.clWrap-3cl div.clBox.last{
	float: right;
	margin-right: 0;
}
div.clWrap.clWrap-3cl div.txtL{
	float: left;
	width: 380px;
}
div.clWrap.clWrap-3cl div.txtR{
	float: right;
	width: 380px;
}
div.clWrap.clWrap-3cl div.clBox.pctRBox{
	float: right;
	margin-left: 20px;
	margin-right: 0;
}


/* ▼コラム枠
   --------------------------------------------- */
div.columnBox{
	zoom: 1;
	margin-bottom: 1.75em;
}
div.columnBox:after{
   content:'';
   display:block;
   clear:both;
}
div.columnBox dl.columnBoxInner{
	margin: 0;
}
div.columnBox dl.columnBoxInner dt{
	margin-bottom: 0.5em;
	font-weight: bold;
	line-height: 1.5;
	background: url(../images/bg_heading04-2.gif) no-repeat left bottom;
}
div.columnBox dl.columnBoxInner dt span{
	display: block;
	padding: 0 12px;
	background: url(../images/bg_heading04-1.gif) no-repeat left top;
}
div.columnBox dl.columnBoxInner dd{
	padding: 13px 18px 1px;
	border: 1px solid #d6d6d6;
	background: #f5f3e5;
}
div.columnBox dl.columnBoxInner dd *{
	margin-bottom: 1em;
}



/* ▼ステップナビ
   --------------------------------------------- */
ul.stepNav01{
	zoom: 1;
	overflow: hidden;
	position: relative;
	list-style: none;
	line-height: 1.5;
	margin-bottom: 1em;
	padding: 0.5em 0;
	border-top: 1px dotted #b2b2b2;
	border-bottom: 1px dotted #b2b2b2;
}
ul.stepNav01 a:link{
	text-decoration: none;
}
ul.stepNav01 a:visited{
	text-decoration: none;
}
ul.stepNav01 a:hover{
	text-decoration: underline;
}
ul.stepNav01 a:active{
	text-decoration: underline;
}
ul.stepNav01 li.back{
	float: left;
	width: 33%;
}
ul.stepNav01 li.back a{
	float: left;
	padding-left: 13px;
	background: url(../images/icn_link-back.gif) no-repeat left 0.5em;
}
ul.stepNav01 li.next{
	float: right;
	width: 33%;
}
ul.stepNav01 li.next a{
	float: right;
	background: url(../images/icn_link02-02.gif) no-repeat right 0.5em;
	padding-right: 13px;
}
ul.stepNav01 li.top{
	position: absolute;
	top: 0.5em;
	left: 50%;
	margin-left: -4em;
	/*width: 100%;*/
	text-align: center;
}
ul.stepNav01 li.top a{
	display: inline-block;
	/*width: 33%;
	padding: 0 20px;*/
}
ul.stepNav01 li.top a span{
	display: inline-block;
	padding: 0 13px;
	background: url(../images/icn_link-up.gif) no-repeat left 0.5em;
}

div.stepNav02{
	margin-bottom: 1em;
	text-align: center;
}
div.stepNav02.stepNav02S{
	font-size: 86%;
}
div.stepNav02 a:link{
	text-decoration: none;
}
div.stepNav02 a:visited{
	text-decoration: none;
}
div.stepNav02 a:hover{
	text-decoration: underline;
}
div.stepNav02 a:active{
	text-decoration: underline;
}

ul.stepNav03{
	zoom: 1;
	line-height: 1.5;
	margin: 2em 0;
}
ul.stepNav03 a:link{
	text-decoration: none;
}
ul.stepNav03 a:visited{
	text-decoration: none;
}
ul.stepNav03 a:hover{
	text-decoration: underline;
}
ul.stepNav03 a:active{
	text-decoration: underline;
}
ul.stepNav03 li{
	white-space: nowrap;
	display: inline-block;
	margin: 0 0.1em 0.25em 0;
	padding-right: 0.3em;
	line-height: 1.1;
	border-right: 1px solid #333;
}
* html ul.stepNav03 li{
	display: inline;
	padding-left: 0.3em;
}/* IE6 */
*:first-child+html ul.stepNav03 li{
	display: inline;
	padding-left: 0.3em;
}/* IE7 */


/* ▼プラグインダウンロード
   --------------------------------------------- */
div.downloadBox{
	zoom: 1;
	margin-bottom: 1.75em;
	padding: 10px 10px 1px;
	border: 1px solid #ccc;
	background: #f2f2f2;
}
div.downloadBox:after{
   content:'';
   display:block;
   clear:both;
}
div.downloadBox p.pct{
	float: left;
	width: 160px;
	margin: 0;
}
div.downloadBox div.txt{
	margin-left: 175px;
}
div.downloadBox div.txt *{
	margin-bottom: 1em;
}


/* ▼リスト（通常）
   --------------------------------------------- */
ul.list01{
	margin-bottom: 1.5em;
	list-style: disc;
}
ul.list01 li{
	margin-left: 1.25em;
}
ol.list01{
	margin-bottom: 1.5em;
	list-style: decimal;
}
ol.list01 li{
	margin-left: 2em;
}
ul.listIndt01 li li{
	margin-left: 1em;
}
ul.listIndt02 li li{
	margin-left: 2em;
}
ul.listIndt03 li li{
	margin-left: 3em;
}


/* ▼リスト（記号指定）
   --------------------------------------------- */
ul.listmark{
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
}
ul.listmark li,
ul.linkList01 ul.listmark li{
	margin: 0 0 0.35em 1em;
	padding: 0;
	text-indent: -1em;
	background: none;
}
* html ul.listmark li,
* html ul.linkList01 ul.listmark li{
	margin: 0 0 0.35em 0.5em;
	text-indent: -0.5em;
}/* IE6 */
ul.list01.note,
ul.listmark.note{
	font-size: 86%;
}
ul li ul.listmark{
	margin-bottom: 0;
}
ul.listmark li ul.linkList01 li{
	margin: 0;
	text-indent: 0;
}
ul.listmark li ul.listmark{
	margin: 0.35em 0 0 0;
}
ul.listmark.listmark02 li,
ul.linkList01 ul.listmark.listmark02 li{
	margin: 0 0 0.45em 2em;
	text-indent: -2em;
}
ul.listmark.listmark03 li,
ul.linkList01 ul.listmark.listmark03 li{
	margin: 0 0 0.45em 3em;
	text-indent: -3em;
}


/* ▼定義リスト
   --------------------------------------------- */
dl.list01{
	margin: 0 0 1.5em;
	line-height: 1.5;
}
dl.list01 dt{
	margin: 0 0 0.4em;
	font-weight: bold;
}
dl.list01 dd{
	margin: 0 0 1.5em;
}


/* ▼リンクリスト
   --------------------------------------------- */
ul.linkList01{
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
}
/*ul.linkList01 a:link{
	text-decoration: none;
}
ul.linkList01 a:visited{
	text-decoration: none;
}
ul.linkList01 a:hover{
	text-decoration: underline;
}
ul.linkList01 a:active{
	text-decoration: underline;
}*/
table.dataTable01 ul.linkList01{
	margin: 0;
}
ul li ul.linkList01{
	margin-bottom: 0;
}
ul.linkList01 ul.linkList01{
	margin-top: 0.35em;
}
ul.linkList01 li{
	zoom: 1;
	margin: 0 0 0.35em 0;
	padding: 0 0 0 20px;
	background: url(../images/icn_link01-02.gif) no-repeat 0px 0.5em;
}
* html ul.linkList01 li img.linkIcn{
	margin: 0.35em 0;
}/* IE6 */
ul.linkList01 ul.linkList01 li{
	background: url(../images/icn_link02-02.gif) no-repeat 3px 0.6em;
}
ul.linkList01 li.page{
	background: url(../images/icn_link-page.gif) no-repeat 0px 0.3em;
}
ul.linkList01 li.newwin{
	background: url(../images/icn_link-newwin.gif) no-repeat 0px 0.3em;
}
ul.linkList01 li.pdf{
	background: url(../images/icn_link-pdf.gif) no-repeat 0px 0.3em;
}
ul.linkList01 li.word{
	background: url(../images/icn_link-word.gif) no-repeat 0px 0.3em;
}
ul.linkList01 li.excel{
	background: url(../images/icn_link-excel.gif) no-repeat 0px 0.3em;
}
ul.linkList01 li.ppt{
	background: url(../images/icn_link-ppt.gif) no-repeat 0px 0.3em;
}
ul.linkList01 li.movie{
	background: url(../images/icn_link-movie.gif) no-repeat 0px 0.3em;
}
ul.linkList01 li.campaign{
	background: url(../images/icn_link-campaign.gif) no-repeat 0px 0.3em;
}

/* 横並び */
ul.linkList01.inline li{
	line-height: 1.5;
}
ul.linkList01.inline{
	zoom:1;
}
ul.linkList01.inline:after{
	content:'';
	display:block;
	clear:both;
}
* html ul.linkList01.inline{
	width: 100%;
	height: 1.5em;
}/* IE6 */
*:first-child+html ul.linkList01.inline{
	width: 100%;
}/* IE7 */
ul.linkList01.inline li{
	float: left;
	margin-right: 1.25em;
}
img.linkIcn{
	vertical-align: middle;
}

/* linkList02 */
ul.linkList02{
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
}
ul.linkList02 li{
	zoom: 1;
	margin: 0 0 0.35em 0;
	padding: 0 0 0.35em 18px;
	background: url(../images/icn_link02.gif) no-repeat 3px 0.6em;
	border-bottom: 1px solid #ccc;
}




/* ▼「このページの先頭へ」
   --------------------------------------------- */
ul.toPageTop{
	margin: 3em 0 1.5em;
}
ul.toPageTop li{
	text-align: right;
}
ul.toPageTop li a{
	padding-left: 15px;
	background: url(../images/icn_link-totop.gif) no-repeat left center;
}


/* ▼データテーブル
   --------------------------------------------- */
/* dataTable01 */
table.dataTable01{
	margin-bottom: 1.75em;
	line-height: 1.6;
	empty-cells: show;
	border-collapse: collapse;
	border-top: 1px solid #b7b7b7;
	border-left: 1px solid #b7b7b7;
}
table.dataTable01.full{
	width: 100%;
}
table.dataTable01 caption{
	margin-botttom: 0.35em;
}
table.dataTable01 th,
table.dataTable01 td{
	padding: 0.45em 10px;
	border-bottom: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
	vertical-align: top;
	word-break: break-all;
}
table.dataTable01 tr.borderNone th,
table.dataTable01 tr.borderNone td{
	border-bottom: none;
}
table.dataTable01.stripes tbody tr:nth-child(even) td{
	background-color: #f2f2f2;
}
table.dataTable01 th.grid1,table.dataTable01 td.grid1{
	width: 96px;
}
table.dataTable01 th.grid2,table.dataTable01 td.grid2{
	width: 212px;
}
table.dataTable01 th.grid3,table.dataTable01 td.grid3{
	width: 329px;
}
table.dataTable01 th.grid4,table.dataTable01 td.grid4{
	width: 446px;
}
table.dataTable01 ul{
	margin-top: 0;
	margin-bottom: 0;
}
table.dataTable01 ul.linkList01,
table.dataTable01 ul.linkList01 li,
table.dataTable01 p{
	margin: 0;
}
table.dataTable01 ul.listmark,
table.dataTable01 ul.listmark li,
table.dataTable01 ul.list01,
table.dataTable01 ul.list01 li,
table.dataTable01 ol.list01,
table.dataTable01 ol.list01 li{
	margin-bottom: 0;
}
table.dataTable01 th{
	background-color: #f5f3e5;
	font-weight: bold;
}
table.dataTable01 th.alR,
table.dataTable01 td.alR{
	text-align: right;
}
table.dataTable01 th.alC,
table.dataTable01 td.alC{
	text-align: center;
}
table.dataTable01 th.nowrap,
table.dataTable01 td.nowrap{
	white-space: nowrap;
	width: 1%;
}
table.dataTable01 th span.notice{
	font-weight: normal;
}
table.dataTable01 table{
	margin-bottom: 0;
	border-top: none;
	border-left: none;
}
table.dataTable01 table th,
table.dataTable01 table td{
	padding: 0;
	border-bottom: none;
	border-right: none;
}
table.dataTable01 table th{
	background-color: transparent;
	font-weight: normal;
	white-space: nowrap;
	padding-right: 1em;
}

/* dataTable02 */
table.dataTable02{
	margin-bottom: 1.75em;
	line-height: 1.5;
	empty-cells: show;
	border-collapse: separate;
}
table.dataTable02.full{
	width: 100%;
}
table.dataTable02 th,
table.dataTable02 td{
	padding: 0.5em 0;
	vertical-align: top;
	border-bottom: 1px solid #abaaa1;
}
table.dataTable02 thead th{
	padding: 0.25em 0;
	background-color: #f5f3e6;
	border-top: 1px solid #abaaa1;
}
table.dataTable02 tbody th{
	padding-right: 2.25em;
	width: 1%;
	white-space: nowrap;
}
table.dataTable02 tbody td{
	padding-right: 10px;
}
table.dataTable02 tbody tr:nth-child(even) th,
table.dataTable02 tbody tr:nth-child(even) td{
	background-color: #f2f2f2;
}
table.dataTable02 ul.linkList01,table.dataTable02 ul.linkList01 li,
table.dataTable02 p{
	margin: 0;
}


/* dataTable03 */
table.dataTable03{
	margin-bottom: 1.75em;
	line-height: 1.5;
	empty-cells: show;
	border-bottom: 1px solid #ccc;
	border-collapse: separate;
}
table.dataTable03.full{
	width: 100%;
}
table.dataTable03 th,
table.dataTable03 td{
	padding: 0.65em 0;
	vertical-align: top;
	border-top: 1px solid #ccc;
}
table.dataTable03 tbody th{
	padding: 0.8em 1em 0.5em 0;
	width: 1%;
	font-size: 86%;
	white-space: nowrap;
}
table.dataTable03 tbody td{
	padding-right: 10px;
}
table.dataTable03 tr.borderNone th,
table.dataTable03 tr.borderNone td{
	border-top: none;
}
table.dataTable03 ul.linkList01,table.dataTable03 ul.linkList01 li,
table.dataTable03 p{
	margin: 0;
}
table.dataTable03 td.category{
	padding: 0.65em 10px 0.5em 0;
}

/* dataTable04 */
table.dataTable04{
	margin-bottom: 1.75em;
	line-height: 1.6;
	empty-cells: show;
	border-collapse: separate;
	border-top: 1px solid #b7b7b7;
}
table.dataTable04.full{
	width: 100%;
}
table.dataTable04 caption{
	margin-botttom: 0.35em;
}
table.dataTable04 th,
table.dataTable04 td{
	padding: 0.45em 10px;
	border-bottom: 1px solid #b7b7b7;
	vertical-align: top;
	word-break: break-all;
}
table.dataTable04 ul{
	margin-top: 0;
	margin-bottom: 0;
}
table.dataTable04 ul.linkList01,
table.dataTable04 ul.linkList01 li,
table.dataTable04 p{
	margin: 0;
}
table.dataTable04 ul.listmark,
table.dataTable04 ul.listmark li,
table.dataTable04 ul.list01,
table.dataTable04 ul.list01 li,
table.dataTable04 ol.list01,
table.dataTable04 ol.list01 li{
	margin-bottom: 0;
}
table.dataTable04 th{
	background-color: #f2f2f2;
	white-space: nowrap;
	width: 1%;
}
table.dataTable04 th.alR,
table.dataTable04 td.alR{
	text-align: right;
}
table.dataTable04 th.alC,
table.dataTable04 td.alC{
	text-align: center;
}
table.dataTable04 th.nowrap,
table.dataTable04 td.nowrap{
	white-space: nowrap;
	width: 1%;
}
table.dataTable04 th span.notice{
	font-weight: normal;
}
table.dataTable04 table{
	margin-bottom: 0;
	border-top: none;
}
table.dataTable04 table th,
table.dataTable04 table td{
	padding: 0;
	border-bottom: none;
}
table.dataTable04 table th{
	background-color: transparent;
	white-space: nowrap;
	padding-right: 1em;
}

/* dataTable05 */
table.dataTable05{
	margin-bottom: 1.75em;
	line-height: 1.5;
	empty-cells: show;
	/*border-top: 1px solid #ccc;*/
	border-collapse: separate;
}
table.dataTable05.full{
	width: 100%;
}
table.dataTable05 th,
table.dataTable05 td{
	padding: 0.65em 0;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}
table.dataTable05 td{
	width: 1%;
	white-space: nowrap;
	padding-left: 1em;
}
table.dataTable05 ul.linkList01,table.dataTable03 ul.linkList01 li,
table.dataTable05 p{
	margin: 0;
}


/* formTable01 */
table.formTable01{
	width: 100%;
	margin-bottom: 1.75em;
	line-height: 1.6;
	empty-cells: show;
	border-collapse: collapse;
}
table.formTable01 caption{
	margin-botttom: 0.35em;
}
table.formTable01 th,
table.formTable01 td{
	padding: 0.45em 10px;
	background-color: #fff;
	border: 1px solid #b7b7b7;
	vertical-align: top;
	word-break: break-all;
}
table.formTable01 th.grid1,table.formTable01 td.grid1{
	width: 96px;
}
table.formTable01 th.grid2,table.formTable01 td.grid2{
	width: 212px;
}
table.formTable01 th.grid3,table.formTable01 td.grid3{
	width: 329px;
}
table.formTable01 th.grid4,table.formTable01 td.grid4{
	width: 446px;
}
table.formTable01 ul{
	margin-top: 0;
	margin-bottom: 0;
}
table.formTable01 ul.linkList01,
table.formTable01 ul.linkList01 li,
table.formTable01 p{
	margin: 0;
}
table.formTable01 ul.listmark,
table.formTable01 ul.listmark li,
table.formTable01 ul.list01,
table.formTable01 ul.list01 li,
table.formTable01 ol.list01,
table.formTable01 ol.list01 li{
	margin-bottom: 0;
}
table.formTable01 th{
	font-weight: bold;
	white-space: nowrap;
	border-right: none;
}
table.formTable01.confirmTable th{
	width: 1%;
	border-right: 1px solid #b7b7b7;
}
table.formTable01 td.must{
	white-space: nowrap;
	border-left: none;
}
table.formTable01 th.alR,
table.formTable01 td.alR{
	text-align: right;
}
table.formTable01 th.alC,
table.formTable01 td.alC{
	text-align: center;
}
table.formTable01 th.nowrap,
table.formTable01 td.nowrap{
	white-space: nowrap;
	width: 1%;
}
table.formTable01 th span.notice{
	font-weight: normal;
}
table.formTable01 table{
	margin-bottom: 0;
	border-top: none;
	border-left: none;
}
table.formTable01 table th,
table.formTable01 table td{
	padding: 0;
	border-bottom: none;
	border-right: none;
}
table.formTable01 table th{
	background-color: transparent;
	font-weight: normal;
	white-space: nowrap;
	padding-right: 1em;
}
table.formTable01 #content{
	width: 320px;
	background: transparent none;
}


/* FAQ
   --------------------------------------------- */
dl.faqContent dt.question{
	margin-bottom: 1em;
	padding-top: 20px;
	background: url(../images/bg_border05.gif) repeat-x left top;
}
dl.faqContent dt.question.first{
	padding-top: 0;
	background: none;
}
dl.faqContent dt.question span{
	zoom: 1;
	display: block;
	padding-left: 30px;
	background: url(../images/icn_question.gif) no-repeat left top;
}
dl.faqContent dd.answer{
	zoom: 1;
	padding: 0 0 1px 30px;
	background: url(../images/icn_answer.gif) no-repeat left top;
}

ul.questionList{
	margin-bottom: 3em;
}
ul.questionList li{
	zoom: 1;
	margin-bottom: 1em;
	padding-left: 30px;
	background: url(../images/icn_question.gif) no-repeat left 0.1em;
}


/* カテゴリインデックス
   --------------------------------------------- */
div.catIndex1 ul.linkList01 a:link,
div.catIndex2 ul.linkList01 a:link,
div.catIndex3 ul.linkList01 a:link,
div.catIndex4 ul.linkList01 a:link{
	text-decoration: none;
}
div.catIndex1 ul.linkList01 a:visited,
div.catIndex2 ul.linkList01 a:visited,
div.catIndex3 ul.linkList01 a:visited,
div.catIndex4 ul.linkList01 a:visited{
	text-decoration: none;
}
div.catIndex1 ul.linkList01 a:hover,
div.catIndex2 ul.linkList01 a:hover,
div.catIndex3 ul.linkList01 a:hover,
div.catIndex4 ul.linkList01 a:hover{
	text-decoration: underline;
}
div.catIndex1 ul.linkList01 a:active,
div.catIndex2 ul.linkList01 a:active,
div.catIndex3 ul.linkList01 a:active,
div.catIndex4 ul.linkList01 a:active{
	text-decoration: underline;
}

/* catIndex1 */
div.catIndex1{
	width: 586px;
	margin-bottom: 1.5em;
	background: #ddedf3 url(../images/bg_catindex01-02.gif) no-repeat left bottom;
}
div.catIndex1 div.catIndexInner{
	padding: 0 6px 1px 5px;
	background: url(../images/bg_catindex01-01.gif) no-repeat left top;
}
div.catIndex1 div.catIndexGroup{
	width: 575px;
	margin-bottom: 7px;
	background: url(../images/bg_catindex01-03.gif) repeat-y left top;
}
div.catIndex1 div.catIndexGroup div.inner{
	background: url(../images/bg_catindex01-04.gif) no-repeat left bottom;
}
div.catIndex1 div.catIndexGroup div.inner2{
	padding: 15px 25px 10px;
	background: url(../images/bg_catindex01-05.gif) no-repeat left top;
}
div.catIndex1 div.catIndexGroup.first div.inner2{
	zoom: 1;
	background: url(../images/bg_catindex01-06.gif) no-repeat left top;
}
div.catIndex1 h2.hdImg{
	margin: 0;
	padding: 20px 0 16px 27px;
}


/* catIndex2 */
div.catIndex2,
div.section div.catIndex2{
	width: 586px;
	margin-top: 0;
	margin-bottom: 1.5em;
	background: #ddedf3 url(../images/bg_catindex-ir01-02.gif) no-repeat left bottom;
}
div.catIndex2 div.catIndexInner{
	padding: 0 6px 5px 5px;
	background: url(../images/bg_catindex-ir01-01.gif) no-repeat left top;
}
div.catIndex2 div.catIndexGroup{
	clear: both;
	width: 575px;
	/*margin-bottom: 7px;*/
	background: url(../images/bg_catindex-ir01-03.gif) repeat-y left top;
}
div.catIndex2 div.catIndexGroup div.inner{
	background: url(../images/bg_catindex-ir01-04.gif) no-repeat left bottom;
}
div.catIndex2 div.catIndexGroup div.inner2{
	zoom: 1;
	padding: 15px 25px 10px;
	background: url(../images/bg_catindex-ir01-05.gif) no-repeat left top;
}
div.catIndex2 div.catIndexGroup div.inner3{
	zoom: 1;
	padding: 10px 10px;
	background: url(../images/bg_catindex-ir01-05.gif) no-repeat left top;
}
div.catIndex2 div.catIndexGroup div.inner3 ul.linkList01 span.lead{
	display: block;
	margin-left: -18px;
	font-weight: normal;
}
div.catIndex2 div.catIndexGroup div.inner3 ul.linkList01,
div.catIndex2 div.catIndexGroup div.inner3 ul.linkList01 li{
	margin: 0;
}
div.catIndex2 div.catIndexGroup div.inner3 ul.linkList01 ul li{
	font-weight: normal;
}
div.catIndex2 div.catIndexGroup div.inner3 div.clWrap div.pctL{
	float: left;
	width: 119px;
}
div.catIndex2 div.catIndexGroup div.inner3 div.clWrap div.txtR{
	float: right;
	width: 425px;
}

div.catIndex2 h2.hdImg{
	margin: 0;
	padding: 10px 0 6px 32px;
}

/* catIndex3 */
div.catIndex3{
	position: relative;
	width: 283px;
	margin-bottom: 1.5em;
	margin-right: -3px;
	background: url(../images/bg_catindex-ir03-03.gif) no-repeat left bottom;
}
div.clWrap.clWrap-2cl div.clBox.last div.catIndex3{
	margin-right: 0;
	margin-left: -3px;
}
div.catIndex3 div.catIndexInner{
	background: url(../images/bg_catindex-ir03-01.gif) no-repeat left top;
}
div.catIndex3 ul.linkList01{
	width: 217px;
	margin: 0 auto;
	padding: 15px 28px 0.65em;
	font-weight: bold;
}
div.catIndex3 h2.hdImg{
	margin: 0;
	padding: 10px 0 8px 32px;
}

/* catIndex4 */
div.catIndex4,
div.section div.catIndex4{
	position: relative;
	width: 283px;
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 1.5em;
	margin-right: -3px;
	background: url(../images/bg_catindex02-01.gif) no-repeat left top;
}
div.clWrap.clWrap-2cl div.clBox.last div.catIndex4{
	margin-right: 0;
	margin-left: -3px;
}
div.catIndex4 h2.hdTxt{
	width: 273px;
	margin: 0 auto 0.5em;
	background: url(../images/bg_catindex02-03.gif) no-repeat left bottom;
}
div.catIndex4 h2.hdTxt a{
	display: block;
	padding: 12px 15px 12px 32px;
	background: url(../images/bg_catindex02-02.gif) no-repeat left top;
}
div.catIndex4 h2.hdTxt a:link{
	text-decoration: none;
}
div.catIndex4 h2.hdTxt a:visited{
	text-decoration: none;
}
div.catIndex4 h2.hdTxt a:hover{
	text-decoration: underline;
}
div.catIndex4 h2.hdTxt a:active{
	text-decoration: underline;
}
div.catIndex4 div.txt{
	width: 260px;
	margin: 0 auto;
}

/* clBox */
div.catIndex div.clWrap.clWrap-2cl div.clBox{
	float: left;
	width: 255px;
}
div.catIndex div.clWrap.clWrap-2cl div.clBox.last{
	float: right;
}
/* lead */
div.catIndex p.lead{
	margin-bottom: 0.85em;
	padding-bottom: 0.85em;
	background: url(../images/bg_border01.gif) repeat-x left bottom;
}
/* SubCat */
div.catIndex dl.subCat dt.subCatTtl{
	clear: both;
	margin-bottom: 0.65em;
	padding-bottom: 0.35em;
	background: url(../images/bg_border01.gif) repeat-x left bottom;	
}
div.catIndex dl.subCat dd.subCat{
	clear: both;
	margin-bottom: 1.35em;
}
div.catIndex dl.subCat dd.subCat.separate{
	padding-bottom: 1px;
	background: url(../images/bg_border01.gif) repeat-x left bottom;
}
/* linkList */
div.catIndex ul.linkList01{
	font-weight: bold;
	margin: 0;
}
/* dataTable */
table.dataTableCat{
	margin-bottom: 0.5em;
	line-height: 1.5;
	empty-cells: show;
	border-collapse: separate;
}
table.dataTableCat th,
table.dataTableCat td{
	padding-bottom: 0.45em;
	vertical-align: top;
	word-break: break-all;
}
table.dataTableCat th{
	padding-right: 20px;
	font-size: 86%;
	white-space: nowrap;
}
/*table.dataTableCat td{
	padding-top: 0.5em;
}*/
table.dataTableCat td.category{
	padding: 0 10px 0 0;
}


/* エラーメッセージ
   --------------------------------------------- */
div.errorMessage{
	margin: 7em 0;
	text-align: center;
}
div.errorMessage h1{
	margin-bottom: 1.5em;
}