@charset "Shift_JIS";

/****************************** 共通 ********************************/
body{
	padding:0;
	margin:0;
	background:#fff;
	}

a{
	color:#006;
	text-decoration:none;
	}
a:visited{
	color:#939;
	text-decoration:none;
	}
a:hover{
	color:#00c;
	text-decoration:underline;
	}

a img{
	border:0;
	}

hr{
	display:none;
	}

.invisible,
.invisible a{
overflow:hidden; width:0.1px; height:0.1px; font-size:0.1em; line-height:0; display:block;
	}

.clear{
	clear:both;
	}

table.basic{
	border-collapse:collapse;
	}
.basic caption{
	text-align:left;
	}
.basic td,
.basic th{
	border:1px solid #000;
	padding:0.2em;
	}
td.numeric,
.numeric td{
	text-align:right;
	}
td.blank{
	text-align:center;
	}

table.plain{
	border-collapse:collapse;
	}
.plain th{
	padding:0.2em 1em 0.2em 0.2em;
	text-align:left;
	vertical-align:top;
	}
.plain td{
	padding:0.2em;
	text-align:left;
	vertical-align:top;
	}

.update{
	font-size:x-small;
	color:#f00;
	/*font-weight:bold;*/
	white-space:nowrap;
	}
span[class="update"]{
	font-size:small;
	}
.update img{
	margin:0 2px 0;
	}

/****************************** ヘッダー ********************************/

#tagline{
	color:#fff;
	background:#44a;
	margin:0;
	padding:0.2em 1%;
	font-size:small;
	text-align:right;
	}
#tagline p{
	position:absolute;
	left:1%;
	margin:0;
	padding:0;
	top:0.2em;
	text-align:left;
	}
#tagline a{
	color:#ff0;
	padding:0 0.9em;
	border:1px solid #fff;
	background:#66c;
	font-weight:bold;
	}

#header{
	background:url("../images/bg-header.jpg") no-repeat center;
	padding:2% 0%;
	margin:0;
	width:100%; /* to Print Background Image for IE */
	overflow:auto;
	}

/* 2011.03.28 サイトリニューアル対応 */
div#document #header{
	background:none;
	position: relative;
	margin: 0 auto;
	padding: 15px 30px 0;
	width:auto;
	zoom: 1;
}
div#document #header:after{
	content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}
/* /2011.03.28 */

#header h1{
	margin:0 0.3em;
	padding:0;
	line-height:0;
	float:left;
	display:inline;
	}
#header form{
	margin:0;
	padding:0;
	}
#header #search{
	padding-right:1%;
	text-align:right;
	line-height:1.5em;
	float:right;
	}
#header #search a{
	border:1px solid #99f;
	padding:0.1em 0.5em;
	margin-left:0.5em;

	white-space:nowrap;
	}
#header #search input{
	vertical-align:middle;
	margin-left:0.2em;
	}

#navigation{
	clear:both;
	}
#navigation ul{
	margin:0;
	padding:0.5em 1%;
	background:#ccf;
	}
#navigation li{
	display:inline;
	margin:0;
	padding:0.5em 0;
	white-space:nowrap;
	}
#navigation li a,
#navigation .selected span{
	border-right:1px solid #000;
	padding:0 0.4em 0 0.2em;
	}
#navigation li.item7 a,
#navigation li.item7 span{
	border:none;
	}
	
	



/****************************** 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;
}
