@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :1column.css
 style info :1カラムページの共通スタイル用
=================================================================== */

#contents em {
	color: #006fc0;
}
#contents p , #contents li{
	font-size: small;
	line-height: 1.5;
}
#contents ul, #contents ol {
	margin: 0px 10px 10px;
}
#contents ul li{
	list-style: disc;
	margin-left: 15px;
}
#contents ol li{
	list-style: decimal;
	margin-left: 20px;
}

#contents ul.supplement li {
	background: url(../img/icn_come.gif) no-repeat 0px 4px;
	padding-left: 15px;
	list-style: none;
	margin: 0px;
}
#contents dl {
	margin: 0px 10px 10px;
}

#contents dl dt {
	font-weight: bold;
}
#contents dl dd {
	margin-bottom: 1em;
}


/* 入れ物のスタイル
----------------------------------------------------------- */
#contents .containerBox {
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	background: url(../img/bg_title-shadow.gif) repeat-x left top;
	padding: 20px 9px 0px;
	width: 758px;
}
* html #contents .containerBox /* for IE6 */ {
    height:1px;
}
*:first-child+html #contents .containerBox /* for IE7 */ {
	overflow: hidden;
}
#contents .containerBox:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
#contents .contentsWrapper {
	margin: 0px 10px 20px;
}
* html #contents .contentsWrapper /* for IF6 */ {
    height:1px;
}
*:first-child+html #contents .contentsWrapper /* for IE7 */ {
	overflow: hidden;
}
#contents .contentsWrapper:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
#contents .contentsBox {
	margin: 0px 10px 20px;
	padding: 10px 0px 0px;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
}
* html #contents .contentsBox /* for IE6 */ {
    height:1px;
}
*:first-child+html #contents .contentsBox /* for IE7 */ {
	overflow: hidden;
}
#contents .contentsBox:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
#contents .pageTopUpper {
	margin: 0px 10px;
}
#contents .frmSquareGray {
	padding: 10px 0px 0px;
	background: #fcfcfc;
	border: 1px solid #d1d1d1;
	margin: 10px;
}
#contents .frmSubmit {
	padding: 10px;
	text-align: center;
	margin: 20px 10px;
	background: #F0F0F0;
	border: 1px solid #d1d1d1;
}
#contents .imgLayout {
	text-align: center;
	margin-bottom: 10px;
}
#contents .imgLayout .styleLayout {
	margin: 0px auto;
}
#contents .imgFrame {
	border: 1px solid #d1d1d1;
	vertical-align: top;
}

#contents .btnWrapper   {
	overflow: hidden;
	height: 1%; /* IE6 */
	margin: 0px 10px;
	line-height: 30px;
}
#contents div.btnWrapper   {
	margin-top: 5px;
}

/* タイトルのスタイル
----------------------------------------------------------- */
#contents .pageTitle {
	background: #E0E0E0 url(../img/bg_title_1column.gif) no-repeat left top;
	font-size: medium;
	font-weight: bold;
	padding: 11px 13px;
	line-height: 1.2;
	border-bottom: 2px solid #006fc0;
}
#contents .spreadhead {
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
	text-align: left;
	margin: 0px 10px 20px;
	width: 553px;
	padding-top: 6px;
}
#contents .spreadhead span {
	padding: 0px 10px 6px;
	display: block;
}
#contents .crossheading {
	line-height: 1.2;
	border-top: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	margin: 20px 10px 0px;
	padding: 6px 10px;
}
#contents .subheading {
	font-weight: bold;
	margin: 20px 10px 10px;
	padding: 0px 6px 6px;
}

/* テキストのスタイル
----------------------------------------------------------- */
#contents .txt {
	margin: 0px 10px 10px;
}
#contents .txtLead {
	margin: 0px 10px 20px;
}
#contents .txtUpdate {
	text-align: right;
	margin: 0px 10px 10px;
}
#contents .txtDescription {
	text-align: center;
	margin: 0px 10px 20px;
}

#contents .txtLink {
	padding-left: 10px;
	display: inline-block;
	margin-right: 10px;
}
#contents .txtSupplement {
	font-size: x-small;
	line-height: 1.25;
	margin: 0px 10px 10px;
}
#contents .txtSign {
	text-align: right;
	margin: 20px 10px 10px;
}

#contents .notice {
	color: #F00;
}

/* リンクボタンのスタイル
----------------------------------------------------------- */
#contents a.button {
	float: left; /* ボタン内　右側余白*/
	line-height: 30px;   /* ボタン高さ */
	cursor: pointer;
	outline: none;       /* FireFox:点線を非表示 */
	margin-bottom: 8px;
	font-size: small;
	font-weight: normal;
	letter-spacing: -0.1em;
	padding-right: 8px;
} 
* html #contents a.button {
	padding-bottom: 8px;
} 
*:first-child+html #contents a.button {
	padding-bottom: 8px;
}
#contents a.button span {
	display: block;  /* ボタン内　左側余白*/
	padding-left: 18px;
}
#contents a.button2line {
	float: left; /* ボタン内　右側余白*/
	line-height: 47px;   /* ボタン高さ */
	cursor: pointer;
	outline: none;       /* FireFox:点線を非表示 */
	margin-bottom: 8px;
	font-size: small;
	font-weight: normal;
	letter-spacing: -0.1em;
	padding-right: 8px;
} 
* html #contents a.button2line {
	padding-bottom: 8px;
} 
*:first-child+html #contents a.button2line {
	padding-bottom: 8px;
}
#contents a.button2line span {
	display: block;  /* ボタン内　左側余白*/
	line-height: 1.25;
	padding: 7px 0px 0px 18px;
	height: 40px;
}
#contents .pageTop {
	text-align: right;
	margin: 10px 10px 20px;
	padding: 0px;
	line-height: 10px;
}
#contents .navigationBar .linkNext {
	padding-right: 10px;
	display: inline-block;
}
#contents .navigationBar .linkBack {
	padding-left: 10px;
	display: inline-block;
}

/* テーブルのスタイル
----------------------------------------------------------- */
#contents th .notice, #contents td .notice {
	font-size: x-small;
	line-height: 1;
	color: #F00;
	display: inline-block;
	margin-top: 5px;
}
#contents td.icon {
	text-align: right;
	width: 32px;
	vertical-align: middle;
}
#contents table.styleNormal {
	margin: 0px 10px 10px;
	border-collapse: collapse;
}
#contents .styleNormal th {
	font-weight: normal;
	padding: 6px;
	white-space: nowrap;
	vertical-align: top;
	border: 1px solid #d1d1d1;
}
#contents .styleNormal td {
	border: 1px solid #d1d1d1;
	padding: 6px;
	vertical-align: top;
}
#contents table.style01 {
	margin: 0px 10px 10px;
	border-collapse: collapse;
	empty-cells: show;
}
#contents .style01 th {
	font-weight: normal;
	padding: 6px;
	white-space: nowrap;
	vertical-align: top;
	border-top: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
}
#contents .style01 td {
	border: 1px solid #d1d1d1;
	padding: 6px;
	vertical-align: top;
}
#contents table.style02 {
	margin: 0px 10px 10px;
	border-collapse: collapse;
	empty-cells: show;
}
#contents .style02 th {
	font-weight: normal;
	padding: 6px;
	white-space: nowrap;
	vertical-align: top;
	border-right: 1px solid #d1d1d1;
	border-top: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	text-align: center;
}
#contents .style02 td {
	border: 1px solid #d1d1d1;
	padding: 6px;
	vertical-align: top;
}
#contents table.styleForm {
	margin: 0px 10px 10px;
	border-collapse: collapse;
}
#contents .styleForm th {
	font-weight: normal;
	padding: 10px;
	white-space: nowrap;
	border: 1px solid #d1d1d1;
}
#contents .styleForm td {
	padding: 10px;
	vertical-align: top;
	border: 1px solid #d1d1d1;
}
#contents table.stylePageList {
	margin: 0px 10px 10px;
	border-collapse: collapse;
	border: 1px solid #d1d1d1;
	empty-cells: show;
	width: 533px;
}
#contents .stylePageList th {
	font-weight: normal;
	padding: 10px;
	border-bottom: 1px solid #d1d1d1;
	text-align: left;
	vertical-align: middle;
}
#contents .stylePageList td {
	padding: 10px;
	vertical-align: middle;
	border-bottom: 1px solid #d1d1d1;
	text-align: left;
}
#contents table.stylePdfList {
	margin: 0px 10px 20px;
	border-collapse: collapse;
	border: 1px solid #d1d1d1;
	empty-cells: show;
	width: 553px;
}
#contents .stylePdfList th {
	font-weight: normal;
	padding: 10px;
	border-bottom: 1px solid #d1d1d1;
	text-align: left;
	vertical-align: middle;
}
#contents .stylePdfList td {
	padding: 10px;
	vertical-align: middle;
	border-bottom: 1px solid #d1d1d1;
	text-align: left;
}
#contents .stylePdfList td.icon {
	text-align: right;
}

#contents table.styleFileDownload {
	margin: 0px 10px 10px;
	border-collapse: collapse;
	empty-cells: show;
}
#contents .styleFileDownload th {
	text-align: center;
	vertical-align: middle;
	padding: 10px 15px 7px;
	font-size: x-small;
	line-height: 1.5;
	border: 1px solid #fff;
}
#contents .styleFileDownload td {
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	padding: 10px;
	border: 1px solid #FFF;
}
#contents table.styleLayout {
	margin: 0px 10px 10px;
}
#contents .styleLayout td {
	text-align: left;
	vertical-align: top;
}
#contents table.styleStatement {
	margin: 0px 10px 10px;
	border-collapse: separate;
	border-spacing: 1px;
	empty-cells: show;
}
#contents .styleStatement caption {
	caption-side: top;
	text-align: right;
}
#contents .styleStatement th {
	padding: 6px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
#contents .styleStatement td {
	padding: 6px;
	text-align: right;
	vertical-align: top;
}
#contents .styleStatement th.header {
	text-align: center;
}
#contents .styleStatement th.total {
	background: #FFF;
	text-align: center;
}
#contents .styleStatement td.total {
	background: #FFF;
}


/* ADOBE READERバナーのスタイル
----------------------------------------------------------- */
#contents .adobeReader {
	overflow: hidden;
	width: 553px;
	margin: 30px 10px 20px;
}
#contents .adobeReader img {
	float: left;
}
#contents .adobeReader p {
	font-size: x-small;
	line-height: 1.25;
	text-align: left;
	float: right;
	width: 431px;
}

