/* -----------------------------------
standard
----------------------------------- */
body {
	background-color: #fff;
	background-image :none;
	color:#000;
}

/* -----------------------------------
link color
----------------------------------- */
a:link,
a:visited {
	color: #000000;
	text-decoration: underline;
}

/* -----------------------------------
container
----------------------------------- */
#container {
	width:100%;
	margin:0 auto;
}

/* -----------------------------------
header
----------------------------------- */
#header {
	width:100%;
	margin-bottom: 15px;
	background-image: none;
}
#header #fontsize {
	display: none;
}

/* -----------------------------------
global navigation
----------------------------------- */
#globalnavi	{
	display: none;
}
/* -----------------------------------
menu
----------------------------------- */
#menu{
	display: none;
}
/* -----------------------------------
wrap
----------------------------------- */
#main {
	width:100%;
	float: none;
	clear: both;
}
#wrap {
	width:100%;
	float: none;
}
#top #wrap {
	width:600px;
	float: right;
}
/* -----------------------------------
content
----------------------------------- */
#content {
	width:100%;
}
#content .left {
	width:100%;
	float: none;
}
#content .right {
	width:100%;
	float: none;
}
/* -----------------------------------
subheading
----------------------------------- */
h1{
	width: 100%;
}
h2{
	width: 100%;
}
h3{
	width: 100%;
}
h4{
	width: 100%;
}
h5{
	width: 100%;
}
/* -----------------------------------
footer
----------------------------------- */
#footer {
	clear:both;
	width:100%;
	background-color: #FFFFFF;
}
#footer #copyright {
	width:100%;
	border-top: 1px solid #999999;
	background-color: #FFFFFF;
	background-image :none;
}
#footer #copyright p{
	color: #000000;
}
/* -----------------------------------
pankuzu-list
----------------------------------- */
#pan-list {
	display: none;
}
/* -----------------------------------
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%;
}