@charset "shift_jis";


/*------------------------------------------------------------
  Init Default HTML
------------------------------------------------------------*/


* {
	background-image:none;
}

/*a {
	color:#0058A7;
	text-decoration:underline;
}*/

body {
	margin:0;
	padding:0;
	background-color:#fff;
	font-family:Arial, "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
}

img {
	border:0;
}


/*------------------------------------------------------------
  Set Base Layout Style
------------------------------------------------------------*/


/* Header Layout */

#logo {
	margin:1em 0 1.5em 0;
}

#headerNavi {
	display:none;
}


/*------------------------------------------------------------*/

/* Global Navi Layout */

#globalNavi {
	margin-bottom:1.5em;
}

#globalNavi img {}

#globalNavi .navi01 {
	display:none;
}


/*------------------------------------------------------------*/

/* Colum3 - Colum Left Layout */


#colum3 #columLeft {
	display:none;
}


/*------------------------------------------------------------*/

/* Colum3 - Colum Center Layout */


#colum3 #columCenter .navi01 {
	margin-bottom:1.5em;
}

#colum3 #columCenter .navi01 img {
	margin-bottom:0.75em;
}

#colum3 #columCenter .navi02 {
	margin-bottom:1.5em;
}

#colum3 #columCenter .navi02 img {
	margin-bottom:0.75em;
}

#colum3 #columCenter .navi02 ul {
	margin:0;
	padding-left:0;
}


/*------------------------------------------------------------*/

/* Colum3 - Colum Right Layout */

#colum3 #columRight ul {
	margin:0;
	padding-left:0;
}

#colum3 #columRight li {
	margin-bottom:0.25em;
	list-style-type:none;
}


/*------------------------------------------------------------*/

/* Colum2 - Colum Left Layout */


#colum2 #columLeft {
	display:none;
}


/*------------------------------------------------------------*/

/* Footer Navi Layout */

#footerNavi .navi01 {
	display:none;
}


/*------------------------------------------------------------
  Set Layout Module Style
------------------------------------------------------------*/


#txtBody .pageTop {
	display:none;
}


/* Common Class - Text */


.s {
	font-size:x-small;
}

.m {
	font-size:small;
}

.l {
	font-size:medium;
}

.stx {
	font-size:x-small;
	line-height:1.5em;
}

.mtx {
	font-size:small;
	line-height:1.5em;
}

.ltx {
	font-size:medium;
	line-height:1.5em;
}

.red {
	color:#A40000;
}


/*------------------------------------------------------------*/

/* Common Class - Print */


.noPrint {
	display:none;
}

/* 200907 */

#txtBody .dTable_fixedWidth {
  width:99%;
  border-collapse: collapse;
  border: 1px solid #ABB7BF;
  margin-top: 0.75em;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 1px;
}

#txtBody .dTable_fixedWidth th {
	margin:0.75em 0 0 0;
    border-collapse: collapse;
    border: 1px solid #ABB7BF;
	padding:0.2em 0.5em 0.2em 0.5em;
	background-color:#E7F0F8;
}

#txtBody .dTable_fixedWidth td {
	margin:0.75em 0 0 0;
    border-collapse: collapse;
    border: 1px solid #ABB7BF;
	padding:0.2em 0.5em 0.2em 0.5em;
}

#txtBody .dTable_fixedWidth .lead_cel {
	background-color:#FBFAEC;
}

#txtBody .dTable_fixedWidth .inc {
	border-top-width:0px;
	border-right:1px solid #FBFAEC;
}

caption {
	text-align:left;
}

h1{font-size:14pt; margin-bottom:20px;}
