@charset "utf-8";

/* ------------------------------
common_style.css
ver 1.41
2010/12/21

.collapse
------------------------------ */

/* h3-h6,p common */
h3 { margin: 2em 0 2em 0; text-align: center; clear: both;}
h4,h5,h6,p { font-size: 1.0em; font-weight: normal; margin: 0 0 0.1em 0;}
p { line-height: 125%;}


/* margin [ left,bottom ] */
.mal00 { margin-left: 0;}		.mal05 { margin-left: 0.5em;}
.mal10 { margin-left: 1.0em;}	.mal15 { margin-left: 1.5em;}
.mal20 { margin-left: 2.0em;}	.mal25 { margin-left: 2.5em;}
.mal30 { margin-left: 3.0em;}	.mal35 { margin-left: 3.5em;}
.mal40 { margin-left: 4.0em;}	.mal45 { margin-left: 4.5em;}
.mal50 { margin-left: 5.0em;}

.mal02 { margin-left: 0.25em;}	.mal07 { margin-left: 0.75em;}
.mal12 { margin-left: 1.25em;}	.mal17 { margin-left: 1.75em;}
.mal22 { margin-left: 2.25em;}	.mal27 { margin-left: 2.75em;}
.mal32 { margin-left: 3.25em;}	.mal37 { margin-left: 3.75em;}
.mal42 { margin-left: 4.25em;}	.mal47 { margin-left: 4.75em;}

.mab00 { margin-bottom: 0.1em;} .mab05 { margin-bottom: 0.5em;}
.mab10 { margin-bottom: 1.0em;} .mab15 { margin-bottom: 1.5em;}
.mab20 { margin-bottom: 2.0em;} .mab25 { margin-bottom: 2.5em;}
.mab30 { margin-bottom: 3.0em;} .mab35 { margin-bottom: 3.5em;}
.mab40 { margin-bottom: 4.0em;} .mab45 { margin-bottom: 4.5em;}
.mab50 { margin-bottom: 5.0em;}

.mab02 { margin-bottom: 0.25em;} .mab07 { margin-bottom: 0.75em;}
.mab12 { margin-bottom: 1.25em;} .mab17 { margin-bottom: 1.75em;}
.mab22 { margin-bottom: 2.25em;} .mab27 { margin-bottom: 2.75em;}
.mab32 { margin-bottom: 3.25em;} .mab37 { margin-bottom: 3.75em;}
.mab42 { margin-bottom: 4.25em;} .mab47 { margin-bottom: 4.75em;}


/* padding [ left,bottom ] */
.pal00 { padding-left: 0;}		.pal05 { padding-left: 0.5em;}
.pal10 { padding-left: 1.0em;}	.pal15 { padding-left: 1.5em;}
.pal20 { padding-left: 2.0em;}	.pal25 { padding-left: 2.5em;}
.pal30 { padding-left: 3.0em;}	.pal35 { padding-left: 3.5em;}
.pal40 { padding-left: 4.0em;}	.pal45 { padding-left: 4.5em;}
.pal50 { padding-left: 5.0em;}

.pal02 { padding-left: 0.25em;}	.pal07 { padding-left: 0.75em;}
.pal12 { padding-left: 1.25em;}	.pal17 { padding-left: 1.75em;}
.pal22 { padding-left: 2.25em;}	.pal27 { padding-left: 2.75em;}
.pal32 { padding-left: 3.25em;}	.pal37 { padding-left: 3.75em;}
.pal42 { padding-left: 4.25em;}	.pal47 { padding-left: 4.75em;}

.pab00 { padding-bottom: 0.1em;} .pab05 { padding-bottom: 0.5em;}
.pab10 { padding-bottom: 1.0em;} .pab15 { padding-bottom: 1.5em;}
.pab20 { padding-bottom: 2.0em;} .pab25 { padding-bottom: 2.5em;}
.pab30 { padding-bottom: 3.0em;} .pab35 { padding-bottom: 3.5em;}
.pab40 { padding-bottom: 4.0em;} .pab45 { padding-bottom: 4.5em;}
.pab50 { padding-bottom: 5.0em;}

.pab02 { padding-bottom: 0.25em;} .pab07 { padding-bottom: 0.75em;}
.pab12 { padding-bottom: 1.25em;} .pab17 { padding-bottom: 1.75em;}
.pab22 { padding-bottom: 2.25em;} .pab27 { padding-bottom: 2.75em;}
.pab32 { padding-bottom: 3.25em;} .pab37 { padding-bottom: 3.75em;}
.pab42 { padding-bottom: 4.25em;} .pab47 { padding-bottom: 4.75em;}


/* indent */
.indent10 { text-indent: 1.0em;}


/* text-align */
.left { text-align: left;} .center { text-align: center;} .right { text-align: right;}


/* font-size [ new ] */
.fos70 { font-size: 0.70em;}	.fos75 { font-size: 0.75em;}
.fos80 { font-size: 0.80em;}	.fos85 { font-size: 0.85em;}
.fos90 { font-size: 0.90em;}	.fos95 { font-size: 0.95em;}
.fos100 { font-size: 1.00em;}	.fos105 { font-size: 1.05em;}
.fos110 { font-size: 1.10em;}	.fos115 { font-size: 1.15em;}
.fos120 { font-size: 1.20em;}	.fos125 { font-size: 1.25em;}

.fos130 { font-size: 1.30em;}
.fos140 { font-size: 1.40em;}
.fos150 { font-size: 1.50em;}
.fos180 { font-size: 1.80em;}
.fos200 { font-size: 2.00em;}


/* font-size [ old ] */
.txt_xl { font-size: x-large;} .txt_l { font-size: large;}
.txt_s { font-size: small;} .txt_xs { font-size: x-small;}


/* font-style [ normal,bold,italic,underline ] */
.normal { font-weight: normal;}
.bold { font-weight: bold;}
.italic { font-style: italic;}
.line { text-decoration: underline;}


/* font-color */
.red { color: red;}
.blue { color: blue;}
.green { color: green;}
.white { color: white;}


/* letter-spacing */
.letter05 { letter-spacing: 0.5em;} .letter10 { letter-spacing: 1.0em;}
.letter15 { letter-spacing: 1.5em;} .letter20 { letter-spacing: 2.0em;}

.letter02 { letter-spacing: 0.25em;} .letter07 { letter-spacing: 0.75em;}
.letter12 { letter-spacing: 1.25em;} .letter17 { letter-spacing: 1.75em;}


/* border */
.border { border: 1px solid #000; padding: 0.25em;}
.bor_dash { border: 1px dashed #000; padding: 0.25em;}
.bor_double { border: 3px double #000; padding: 0.25em;}


/* display */
.block { display: block;}


/* clear */
.clear { clear: both; margin: 0; padding: 0;}


/* list */
.list05 { margin-left: 0.5em; text-indent: -0.5em;}
.list10 { margin-left: 1.0em; text-indent: -1.0em;}
.list15 { margin-left: 1.5em; text-indent: -1.5em;}
.list20 { margin-left: 2.0em; text-indent: -2.0em;}
.list25 { margin-left: 2.5em; text-indent: -2.5em;}
.list30 { margin-left: 3.0em; text-indent: -3.0em;}
.list35 { margin-left: 3.5em; text-indent: -3.5em;}
.list40 { margin-left: 4.0em; text-indent: -4.0em;}
.list45 { margin-left: 4.5em; text-indent: -4.5em;}
.list50 { margin-left: 5.0em; text-indent: -5.0em;}
.list55 { margin-left: 5.5em; text-indent: -5.5em;}
.list60 { margin-left: 6.0em; text-indent: -6.0em;}
.list65 { margin-left: 6.5em; text-indent: -6.5em;}
.list70 { margin-left: 7.0em; text-indent: -7.0em;}
.list75 { margin-left: 7.5em; text-indent: -7.5em;}
.list80 { margin-left: 8.0em; text-indent: -8.0em;}

.list02 { margin-left: 0.25em; text-indent: -0.25em;}
.list07 { margin-left: 0.75em; text-indent: -0.75em;}
.list12 { margin-left: 1.25em; text-indent: -1.25em;}
.list17 { margin-left: 1.75em; text-indent: -1.75em;}
.list22 { margin-left: 2.25em; text-indent: -2.25em;}
.list27 { margin-left: 2.75em; text-indent: -2.75em;}
.list32 { margin-left: 3.25em; text-indent: -3.25em;}
.list37 { margin-left: 3.75em; text-indent: -3.75em;}
.list42 { margin-left: 4.25em; text-indent: -4.25em;}
.list47 { margin-left: 4.75em; text-indent: -4.75em;}
.list52 { margin-left: 5.25em; text-indent: -5.25em;}
.list57 { margin-left: 5.75em; text-indent: -5.75em;}
.list62 { margin-left: 6.25em; text-indent: -6.25em;}
.list67 { margin-left: 6.75em; text-indent: -6.75em;}
.list72 { margin-left: 7.25em; text-indent: -7.25em;}
.list77 { margin-left: 7.75em; text-indent: -7.75em;}


.list-style05 p { margin-left: 0.5em; text-indent: -0.5em;}
.list-style10 p { margin-left: 1.0em; text-indent: -1.0em;}
.list-style15 p { margin-left: 1.5em; text-indent: -1.5em;}
.list-style20 p { margin-left: 2.0em; text-indent: -2.0em;}
.list-style25 p { margin-left: 2.5em; text-indent: -2.5em;}
.list-style30 p { margin-left: 3.0em; text-indent: -3.0em;}
.list-style35 p { margin-left: 3.5em; text-indent: -3.5em;}
.list-style40 p { margin-left: 4.0em; text-indent: -4.0em;}
.list-style45 p { margin-left: 4.5em; text-indent: -4.5em;}
.list-style50 p { margin-left: 5.0em; text-indent: -5.0em;}
.list-style55 p { margin-left: 5.5em; text-indent: -5.5em;}
.list-style60 p { margin-left: 6.0em; text-indent: -6.0em;}
.list-style65 p { margin-left: 6.5em; text-indent: -6.5em;}
.list-style70 p { margin-left: 7.0em; text-indent: -7.0em;}
.list-style75 p { margin-left: 7.5em; text-indent: -7.5em;}
.list-style80 p { margin-left: 8.0em; text-indent: -8.0em;}

.list-style02 p { margin-left: 0.25em; text-indent: -0.25em;}
.list-style07 p { margin-left: 0.75em; text-indent: -0.75em;}
.list-style12 p { margin-left: 1.25em; text-indent: -1.25em;}
.list-style17 p { margin-left: 1.75em; text-indent: -1.75em;}
.list-style22 p { margin-left: 2.25em; text-indent: -2.25em;}
.list-style27 p { margin-left: 2.75em; text-indent: -2.75em;}
.list-style32 p { margin-left: 3.25em; text-indent: -3.25em;}
.list-style37 p { margin-left: 3.75em; text-indent: -3.75em;}
.list-style42 p { margin-left: 4.25em; text-indent: -4.25em;}
.list-style47 p { margin-left: 4.75em; text-indent: -4.75em;}
.list-style52 p { margin-left: 5.25em; text-indent: -5.25em;}
.list-style57 p { margin-left: 5.75em; text-indent: -5.75em;}
.list-style62 p { margin-left: 6.25em; text-indent: -6.25em;}
.list-style67 p { margin-left: 6.75em; text-indent: -6.75em;}
.list-style72 p { margin-left: 7.25em; text-indent: -7.25em;}
.list-style77 p { margin-left: 7.75em; text-indent: -7.75em;} 


/* text */
.text p { text-indent: 1.0em;}

/* table */
.collapse {border-collapse:collapse;}
.collapse td, .collapse th {border:1px solid black; border-collapse:collapse; padding:0.3em;}


/* others */
#content ul { list-style: disc; padding-left: 1.5em; margin-top: 0;}
#content ol { padding-left: 1.5em; margin-top: 0;}
#content hr { margin: 2.0em 0; }

.float-left {float:left;}
.float-right {float:right;}

/* listbox */
.listbox {position:relative;}
.listbox h4 {line-height:1.2em; margin-top:-1.3em;}
.listbox h5 {line-height:1.2em; margin-top:-1.3em;}
.listbox h6 {line-height:1.2em; margin-top:-1.3em;}
.listbox p {line-height:1.2em; position:relative; top:-1.3em; margin-left:2.0em;}

.listbox3 {position:relative;}
.listbox3 h4 {line-height:1.2em; margin-top:-1.3em;}
.listbox3 h5 {line-height:1.2em; margin-top:-1.3em;}
.listbox3 h6 {line-height:1.2em; margin-top:-1.3em;}
.listbox3 p {line-height:1.2em; position:relative; top:-1.3em; margin-left:3.0em;}

.listbox4 {position:relative;}
.listbox4 h4 {line-height:1.2em; margin-top:-1.3em;}
.listbox4 h5 {line-height:1.2em; margin-top:-1.3em;}
.listbox4 h6 {line-height:1.2em; margin-top:-1.3em;}
.listbox4 p {line-height:1.2em; position:relative; top:-1.3em; margin-left:4.0em;}

.listbox5 {position:relative;}
.listbox5 h4 {line-height:1.2em; margin-top:-1.3em;}
.listbox5 h5 {line-height:1.2em; margin-top:-1.3em;}
.listbox5 h6 {line-height:1.2em; margin-top:-1.3em;}
.listbox5 p {line-height:1.2em; position:relative; top:-1.3em; margin-left:5.0em;}

.listbox6 {position:relative; }
.listbox6 h4 {line-height:1.2em; margin-top:-1.3em;}
.listbox6 h5 {line-height:1.2em; margin-top:-1.3em;}
.listbox6 h6 {line-height:1.2em; margin-top:-1.3em;}
.listbox6 p {line-height:1.2em; position:relative; top:-1.3em; margin-left:6.0em;}

.listbox7 {position:relative; }
.listbox7 h4 {line-height:1.2em; margin-top:-1.3em;}
.listbox7 h5 {line-height:1.2em; margin-top:-1.3em;}
.listbox7 h6 {line-height:1.2em; margin-top:-1.3em;}
.listbox7 p {line-height:1.2em; position:relative; top:-1.3em; margin-left:7.0em;}

.listbox8 {position:relative; }
.listbox8 h4 {line-height:1.2em; margin-top:-1.3em;}
.listbox8 h5 {line-height:1.2em; margin-top:-1.3em;}
.listbox8 h6 {line-height:1.2em; margin-top:-1.3em;}
.listbox8 p {line-height:1.2em; position:relative; top:-1.3em; margin-left:8.0em;}

.listbox9 {position:relative; }
.listbox9 h4 {line-height:1.2em; margin-top:-1.3em;}
.listbox9 h5 {line-height:1.2em; margin-top:-1.3em;}
.listbox9 h6 {line-height:1.2em; margin-top:-1.3em;}
.listbox9 p {line-height:1.2em; position:relative; top:-1.3em; margin-left:9.0em;}

.listbox10 {position:relative; }
.listbox10 h4 {line-height:1.2em; margin-top:-1.3em;}
.listbox10 h5 {line-height:1.2em; margin-top:-1.3em;}
.listbox10 h6 {line-height:1.2em; margin-top:-1.3em;}
.listbox10 p {line-height:1.2em; position:relative; top:-1.3em; margin-left:10.0em;}

.listinbox {position:relative;}
.listinbox h4 {line-height:1.2em; margin-top:-1.3em;}
.listinbox h5 {line-height:1.2em; margin-top:-1.3em;}
.listinbox h6 {line-height:1.2em; margin-top:-1.3em;}
.listinbox p {line-height:1.2em; position:relative; top:-1.3em; margin-left:2.0em;}

.listinbox3 {position:relative;}
.listinbox3 h4 {line-height:1.2em; margin-top:-1.3em;}
.listinbox3 h5 {line-height:1.2em; margin-top:-1.3em;}
.listinbox3 h6 {line-height:1.2em; margin-top:-1.3em;}
.listinbox3 p {line-height:1.2em; position:relative; top:-1.3em; margin-left:3.0em;}

.listinbox4 {position:relative;}
.listinbox4 h4 {line-height:1.2em; margin-top:-1.3em;}
.listinbox4 h5 {line-height:1.2em; margin-top:-1.3em;}
.listinbox4 h6 {line-height:1.2em; margin-top:-1.3em;}
.listinbox4 p {line-height:1.2em; position:relative; top:-1.3em; margin-left:4.0em;}

.listinbox5 {position:relative;}
.listinbox5 h4 {line-height:1.2em; margin-top:-1.3em;}
.listinbox5 h5 {line-height:1.2em; margin-top:-1.3em;}
.listinbox5 h6 {line-height:1.2em; margin-top:-1.3em;}
.listinbox5 p {line-height:1.2em; position:relative; top:-1.3em; margin-left:5.0em;}

.listinbox6 {position:relative; }
.listinbox6 h4 {line-height:1.2em; margin-top:-1.3em;}
.listinbox6 h5 {line-height:1.2em; margin-top:-1.3em;}
.listinbox6 h6 {line-height:1.2em; margin-top:-1.3em;}
.listinbox6 p {line-height:1.2em; position:relative; top:-1.3em; margin-left:6.0em;}

.listinbox7 {position:relative; }
.listinbox7 h4 {line-height:1.2em; margin-top:-1.3em;}
.listinbox7 h5 {line-height:1.2em; margin-top:-1.3em;}
.listinbox7 h6 {line-height:1.2em; margin-top:-1.3em;}
.listinbox7 p {line-height:1.2em; position:relative; top:-1.3em; margin-left:7.0em;}

.listinbox8 {position:relative; }
.listinbox8 h4 {line-height:1.2em; margin-top:-1.3em;}
.listinbox8 h5 {line-height:1.2em; margin-top:-1.3em;}
.listinbox8 h6 {line-height:1.2em; margin-top:-1.3em;}
.listinbox8 p {line-height:1.2em; position:relative; top:-1.3em; margin-left:8.0em;}

.listinbox9 {position:relative; }
.listinbox9 h4 {line-height:1.2em; margin-top:-1.3em;}
.listinbox9 h5 {line-height:1.2em; margin-top:-1.3em;}
.listinbox9 h6 {line-height:1.2em; margin-top:-1.3em;}
.listinbox9 p {line-height:1.2em; position:relative; top:-1.3em; margin-left:9.0em;}

.listinbox10 {position:relative; }
.listinbox10 h4 {line-height:1.2em; margin-top:-1.3em;}
.listinbox10 h5 {line-height:1.2em; margin-top:-1.3em;}
.listinbox10 h6 {line-height:1.2em; margin-top:-1.3em;}
.listinbox10 p {line-height:1.2em; position:relative; top:-1.3em; margin-left:10.0em;}

.listinboxw {position:relative;}
.listinboxw h4 {line-height:1.2em; margin-top:-1.3em;}
.listinboxw h5 {line-height:1.2em; margin-top:-1.3em;}
.listinboxw h6 {line-height:1.2em; margin-top:-1.3em;}
.listinboxw p {line-height:1.2em; position:relative; top:-1.3em; margin-left:2.0em;}

.listinboxw3 {position:relative;}
.listinboxw3 h4 {line-height:1.2em; margin-top:-1.3em;}
.listinboxw3 h5 {line-height:1.2em; margin-top:-1.3em;}
.listinboxw3 h6 {line-height:1.2em; margin-top:-1.3em;}
.listinboxw3 p {line-height:1.2em; position:relative; top:-1.3em; margin-left:3.0em;}

.listinboxw4 {position:relative;}
.listinboxw4 h4 {line-height:1.2em; margin-top:-1.3em;}
.listinboxw4 h5 {line-height:1.2em; margin-top:-1.3em;}
.listinboxw4 h6 {line-height:1.2em; margin-top:-1.3em;}
.listinboxw4 p {line-height:1.2em; position:relative; top:-1.3em; margin-left:4.0em;}

.listinboxw5 {position:relative;}
.listinboxw5 h4 {line-height:1.2em; margin-top:-1.3em;}
.listinboxw5 h5 {line-height:1.2em; margin-top:-1.3em;}
.listinboxw5 h6 {line-height:1.2em; margin-top:-1.3em;}
.listinboxw5 p {line-height:1.2em; position:relative; top:-1.3em; margin-left:5.0em;}

.listinboxw6 {position:relative; }
.listinboxw6 h4 {line-height:1.2em; margin-top:-1.3em;}
.listinboxw6 h5 {line-height:1.2em; margin-top:-1.3em;}
.listinboxw6 h6 {line-height:1.2em; margin-top:-1.3em;}
.listinboxw6 p {line-height:1.2em; position:relative; top:-1.3em; margin-left:6.0em;}

.listinboxw7 {position:relative; }
.listinboxw7 h4 {line-height:1.2em; margin-top:-1.3em;}
.listinboxw7 h5 {line-height:1.2em; margin-top:-1.3em;}
.listinboxw7 h6 {line-height:1.2em; margin-top:-1.3em;}
.listinboxw7 p {line-height:1.2em; position:relative; top:-1.3em; margin-left:7.0em;}

.listinboxw8 {position:relative; }
.listinboxw8 h4 {line-height:1.2em; margin-top:-1.3em;}
.listinboxw8 h5 {line-height:1.2em; margin-top:-1.3em;}
.listinboxw8 h6 {line-height:1.2em; margin-top:-1.3em;}
.listinboxw8 p {line-height:1.2em; position:relative; top:-1.3em; margin-left:8.0em;}

.listinboxw9 {position:relative; }
.listinboxw9 h4 {line-height:1.2em; margin-top:-1.3em;}
.listinboxw9 h5 {line-height:1.2em; margin-top:-1.3em;}
.listinboxw9 h6 {line-height:1.2em; margin-top:-1.3em;}
.listinboxw9 p {line-height:1.2em; position:relative; top:-1.3em; margin-left:9.0em;}

.listinboxw10 {position:relative; }
.listinboxw10 h4 {line-height:1.2em; margin-top:-1.3em;}
.listinboxw10 h5 {line-height:1.2em; margin-top:-1.3em;}
.listinboxw10 h6 {line-height:1.2em; margin-top:-1.3em;}
.listinboxw10 p {line-height:1.2em; position:relative; top:-1.3em; margin-left:10.0em;}

.pat13 {padding-top:1.3em;}
.mab13n {margin-bottom:-1.3em;}

/****************************** Adobe Reader ********************************/	

#getacro {margin-top:3em;margin-bottom:1em;}
#getacro p {text-align:center;}
#getacro a img {border: none;}

#getacro2 {
	height: 7em;
	width: 35em;
	display: block;
	position: relative;
	text-align: center;
}

#getacro2 span {
	height: 3em;
	width: 40em;
	display: block;
	position: absolute;
	left: -4em;
	top: 4em;
}

#getacro2 a {
	text-decoration: none;
	background-image: url(../../images/getacro.gif);
	background-repeat: no-repeat;
	height: 3em;
	width: 8em;
	display: block;
	text-indent: -9999px;
	position: absolute;
	left: 26em;
	top: 3.5em;
}

