@charset "UTF-8";
/**
 :タイトル "サイト共通パーツ スタイル設定";
 :一行説明 "サイト共通パーツ スタイル設定のスタイルシートです";
 :作成日 "2010-00-00";
 :改訂版 [:版 "1.0.0"; :作成日 "2010-00-00"];
*/


pre{
	overflow: auto;
	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%;
}
div.htu strong{
	padding: 0.25em;
	color:white;
	background-color:red;
}



/* ▼セクション
   --------------------------------------------- */
div.section{
	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%;
}


/* ▼見出し
   --------------------------------------------- */
h1.hdTxt01{
	margin-bottom: 35px;
	padding: 0.6em 15px 0.4em;
	font-size: 150%;
	line-height: 1.5;
	color: #fff;
	background: #4382b8 url(../images/bg_heading-h1.gif) no-repeat left top;
}
h2.hdTxt02{
	margin-bottom: 20px;
	padding: 0.4em 0 0.6em 37px;
	font-size: 145%;
	line-height: 1.5;
	color: #4584b9;
	background: url(../images/icn_heading-h2.gif) no-repeat left 0.2em;
	border-bottom: 1px solid #4584ba;
}
h3.hdTxt03,
#catIndex h2.hdTxt{
	margin-bottom: 0.75em;
	padding: 0.7em 10px 0.45em;
	font-size: 117%;
	line-height: 1.5;
	color: #fff;
	background: #4382b7 url(../images/bg_heading-h3.gif) no-repeat left top;
}
h4.hdTxt04{
	margin-bottom: 0.75em;
	padding: 0.1em 0 0.65em 22px;
	font-size: 117%;
	line-height: 1.5;
	color: #4584b9;
	background: url(../images/icn_heading-h4.gif) no-repeat left 0.25em;
	border-bottom: 1px solid #4584ba;
}


/* ▼段組み：マルチカラム
   --------------------------------------------- */
div.clWrap{
   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;
}
dl.pctBox dd{
	margin: 0;
	color: #6f6f6f;
	line-height: 1.5;
}
dl.pctBox dd.alC{
	text-align: center;
}

/* 段組み（2カラム基準） */
div.clWrap.clWrap-2cl div.clBox{
	float: left;
	width: 284px;
}
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;
}

/* 段組み（3カラム基準） */
div.clWrap.clWrap-3cl div.clBox{
	float: left;
	width: 182px;
	margin-right: 20px;
}
div.clWrap.clWrap-3cl div.clBox.last{
	float: right;
	margin-right: 0;
}
div.clWrap.clWrap-3cl div.txtL{
	float: left;
	width: 385px;
}
div.clWrap.clWrap-3cl div.txtR{
	float: right;
	width: 385px;
}
div.clWrap.clWrap-3cl div.clBox.pctRBox{
	float: right;
	margin-left: 20px;
	margin-right: 0;
}

/* 段組み（4カラム基準） */
div.clWrap.clWrap-4cl div.clBox{
	float: left;
	width: 131px;
	margin-right: 20px;
}
div.clWrap.clWrap-4cl div.clBox.last{
	float: right;
	margin-right: 0;
}
div.clWrap.clWrap-4cl div.txtL{
	float: left;
	width: 437px;
}
div.clWrap.clWrap-4cl div.txtR{
	float: right;
	width: 437px;
}
div.clWrap.clWrap-4cl div.clBox.pctRBox{
	float: right;
	margin-left: 20px;
	margin-right: 0;
}


/* ▼コラム枠
   --------------------------------------------- */
div.columnBox{
	zoom: 1;
	margin-bottom: 1.75em;
	padding: 10px;
	background: url(../images/bg_column01.gif) repeat left top;
}
div.columnBox:after{
   content:'';
   display:block;
   clear:both;
}
div.columnBox dl.columnBoxInner{
	margin: 0;
	padding: 15px;
	background: #fff;
}
div.columnBox dl.columnBoxInner dt.columnTtl{
	margin-bottom: 1em;
	padding-bottom: 0.35em;
	font-weight: bold;
	line-height: 1.35;
	color: #4584ba;
	border-bottom: 1px solid #4584ba;
}
div.columnBox dl.columnBoxInner dd.columnCont *{
	margin-bottom: 1em;
}
div.columnBox div.pctR{
	float: right;
	width: 131px;
	margin: 0 0 0 25px;
}


/* ▼ステップナビ
   --------------------------------------------- */
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 li.back{
	float: left;
	width: 33%;
}
ul.stepNav01 li.back a{
	float: left;
	padding-left: 20px;
	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_link.gif) no-repeat right 0.5em;
	padding-right: 20px;
}
ul.stepNav01 li.top{
	position: absolute;
	top: 0.5em;
	left: 0px;
	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 20px;
	background: url(../images/icn_link-up.gif) no-repeat left 0.5em;
}

div.stepNav02{
	margin-bottom: 1em;
	text-align: center;
}


/* ▼プラグインダウンロード
   --------------------------------------------- */
div.downloadBox{
	zoom: 1;
	margin-bottom: 1.75em;
	padding: 10px;
	background: url(../images/bg_plugin01.gif) repeat left top;
}
div.downloadBox:after{
   content:'';
   display:block;
   clear:both;
}
div.downloadBox div.downloadBoxInner{
	margin: 0;
	padding: 15px;
	background: #fff;
}
div.downloadBox p.pct{
	float: left;
	width: 88px;
	margin: 0;
}
div.downloadBox div.txt{
	margin-left: 103px;
	font-size: 86%;
}
div.downloadBox div.txt *{
	margin-bottom: 0;
}


/* ▼リスト（通常）
   --------------------------------------------- */
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.list01 li li{
	margin-left: 1em;
}
ul.list01 li li{
	margin-left: 2em;
}
ul.list01 li li{
	margin-left: 3em;
}
ol.list01 li li{
	margin-left: 1.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;
}
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;
}


/* ▼定義リスト
   --------------------------------------------- */
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;
}
table.dataTable01 ul.linkList01{
	margin: 0;
}
ul li ul.linkList01{
	margin-bottom: 0;
}
ul.linkList01 ul.linkList01{
	margin-top: 0.35em;
}
ul.linkList01 li{
	margin: 0 0 0.35em 0;
	padding: 0 0 0 16px;
	background: url(../images/icn_link02.gif) no-repeat 1px 5px;
}
ul.linkList01 li.page{
	background: url(../images/icn_link-page.gif) no-repeat 1px 5px;
}
ul.linkList01 li.newwin{
	background: url(../images/icn_link-newwin.gif) no-repeat 1px 5px;
}
ul.linkList01 li.pdf{
	background: url(../images/icn_link-pdf.gif) no-repeat 1px 5px;
}
ul.linkList01 li.word{
	background: url(../images/icn_link-word.gif) no-repeat 1px 5px;
}
ul.linkList01 li.excel{
	background: url(../images/icn_link-excel.gif) no-repeat 1px 5px;
}
ul.linkList01 li.ppt{
	background: url(../images/icn_link-ppt.gif) no-repeat 1px 5px;
}
ul.linkList01 li.movie{
	background: url(../images/icn_link-movie.gif) no-repeat 1px 5px;
}

/* 横並び */
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;
}



/* ▼「このページの先頭へ」
   --------------------------------------------- */
ul.toPageTop{
	margin: 3em 0 1.5em;
}
ul.toPageTop li{
	font-size: 86%;
	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: separate;
	border-top: 1px solid #dbe8f4;
	border-left: 1px solid #dbe8f4;
}
table.dataTable01.full{
	width: 100%;
}
table.dataTable01 caption{
	margin-botttom: 0.35em;
}
table.dataTable01 th,
table.dataTable01 td{
	padding: 0.5em 10px;
	border-bottom: 1px solid #dbe8f4;
	border-right: 1px solid #dbe8f4;
	vertical-align: top;
	word-wrap: break-word;
}
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: #f4f8fc;
	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;
}
table.dataTable01 th.heading,
table.dataTable01 td.heading{
	background-color: #ddd;
}
table.dataTable01 th span.notice{
	font-weight: normal;
}

/* dataTable02 */
table.dataTable02{
	/*width: 100%;*/
	margin-bottom: 1.75em;
	line-height: 1.5;
	empty-cells: show;
	border-collapse: separate;
}
table.dataTable02 th,
table.dataTable02 td{
	padding: 0.5em 10px;
	vertical-align: top;
}
table.dataTable01 th.nowrap,
table.dataTable01 td.nowrap{
	white-space: nowrap;
}
table.dataTable02 th{
	border-bottom: 1px solid #b7b7b7;
}
table.dataTable02 td{
	padding-left: 30px;
}
table.dataTable02 ul.linkList01,table.dataTable02 ul.linkList01 li,
table.dataTable02 p{
	margin: 0;
}

/* formTable01 */
/* dataTable01と同指定です。異なるデザインにする場合は調整願います */
table.formTable01{
	margin-bottom: 1.75em;
	line-height: 1.6;
	empty-cells: show;
	border-collapse: separate;
	border-top: 1px solid #b7b7b7;
	border-left: 1px solid #b7b7b7;
}
table.formTable01.full{
	width: 100%;
}
table.formTable01 caption{
	margin-botttom: 0.35em;
}
table.formTable01 th,
table.formTable01 td{
	padding: 0.5em 10px;
	border-bottom: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
	vertical-align: top;
	word-wrap: break-word;
}
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{
	background-color: #ddd;
	font-weight: bold;
}
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;
}
table.formTable01 th.heading,
table.formTable01 td.heading{
	background-color: #ddd;
}
table.formTable01 th span.notice{
	font-weight: normal;
}

/* ▼日付コラム
   --------------------------------------------- */
div.dateColumn{
	margin-bottom: 1.75em;
	padding-left: 10px;
	background: url(../images/bg_column01.gif) repeat left top;
}
div.dateColumn dl.dateColumnInner{
	margin: 0;
	padding-left: 10px;
	background: #fff;
}
div.dateColumn dt.date{
	color: #4986bb;
	font-weight: bold;
}
div.dateColumn dd.dateCont{
	zoom: 1;
}
div.dateColumn dd.dateCont:after{
   content:'';
   display:block;
   clear:both;
}
div.dateColumn dd.dateCont div.pctR{
	float: right;
	width: 131px;
	margin: 0 0 10px 25px;
}
div.dateColumn dd.dateCont p{
	margin: 0;
}


/* ▼FAQ
   --------------------------------------------- */
div.faqColumn{
	margin-bottom: 1.75em;
	padding-left: 10px;
	background: url(../images/bg_column01.gif) repeat left top;
}
div.faqColumn dl.faqColumnInner{
	margin: 0;
	padding-left: 10px;
	background: #fff;
}
div.faqColumn dt.question{
	margin-bottom: 0.8em;
	padding-left: 32px;
	background: url(../images/icn_question.gif) no-repeat left top;
	color: #4986bb;
	font-weight: bold;
}
div.faqColumn dd.answer{
	padding-left: 32px;
	background: url(../images/icn_answer.gif) no-repeat left top;
	zoom: 1;
}
div.faqColumn dd.answer:after{
   content:'';
   display:block;
   clear:both;
}
div.faqColumn dd.answer p{
	margin: 0;
}


/* ▼インデックス
   --------------------------------------------- */
div.indexWrap dd.indexCont{
	margin-bottom: 2.5em;
}
div.indexWrap dt.indexTtl{
	margin-bottom: 0.6em;
	padding: 0.15em 0 0.3em 22px;
	font-size: 117%;
	font-weight: bold;
	line-height: 1.5;
	color: #4584b9;
	background: url(../images/icn_heading-h4.gif) no-repeat left 0.25em;
	border-bottom: 1px solid #4584ba;
}

/* ▼カテゴリトップ
   --------------------------------------------- */
#catIndex div.clBox{
	margin-bottom: 0;
}
#catIndex div.clWrap-2cl{
	padding-bottom: 20px;
}
#catIndex p{
	margin-bottom: 0.5em;
}
#catIndex p.indexPct{
	margin-bottom: 0.75em;
}
.pctbox01 {
	margin-left: 4em;
}
#wrapper #main #mainInner #topPrimary #whatsNew table tr td .linkList01 li {
	color: #999;
}
