/* -----------------------------------
container
----------------------------------- */
#container {
	width:100%;
	margin:0 auto;
}
/* -----------------------------------
header
----------------------------------- */
#header {
	width:100%;
	margin-bottom: 10px;
}
/* -----------------------------------
global navigation
----------------------------------- */
#globalnavi	{
	display: none;
}
/* -----------------------------------
pankuzu-list
----------------------------------- */
#pan-list {
	display: none;
}
/* -----------------------------------
content
----------------------------------- */
#content {
	width:100%;
}
#content #left{
	width:49%;
}
#content #right{
	width:49%;
}
#content-second {
	width:100%;
}
/* -----------------------------------
banner
----------------------------------- */
#bana{
	display: none;
}
/* -----------------------------------
footer
----------------------------------- */
.top-navi{
	display: none;
}
#footer {
	background-color: #FFFFFF;
}
#footer address {
	clear:both;
	margin-left: 0;
}
#footer #bana {
	display: none;
}
#footer #copyright {
	border-top: 1px solid #999999;
	background-color: #FFFFFF;
}

/* -----------------------------------
link icon
----------------------------------- */
.point-a{
    height:100%;
}
.point-back{
    height:100%;
}
.point-top{
    height:100%;
}

/* -----------------------------------
attach
----------------------------------- */
.attach-pdf {
    width:100%;
}
.attach-doc {
    width:100%;
}
.attach-xls {
    width:100%;
}
.attach-file {
    width:100%;
}
.attach-link {
    width:100%;
}
.attach-gis {
    width:100%;
}