@charset "utf-8";
/* *********************************************************
 *
 *	This stylesheet provides default styles.
 *	Assumed for monochrome printers.
 *
 * *********************************************************
 */

body {
	width: 95%;
	font-family: "ＭＳ 明朝",serif;
	font-size: 11pt;
	color: black;
	line-height: 1.5;
	text-align: left;
	background: #FFFFFF;
}


/* リンク */
a,a:link {
	color: black;
	text-decoration: none;
	background-color: #FFFFFF;
}


a:visited {
	color: black;
	text-decoration: none;
	background-color: #FFFFFF;
}


a:hover {
	color: black;
	text-decoration: none;
	background-color: #FFFFFF;
}


/* For #wrapper */
#wrapper {
	width: 95%;
	padding: 0;
	margin: 0 ;
	text-align: left;
}


#header {
	width: 100%;
	text-align: left;
}



#header h1{
	position: static;
	float: none;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 0 ;
	margin: 0;
	margin-bottom: 1em;
	font-size: 12pt;
	font-weight: bold;
	color: black;
	text-align: left;
}



.headnavi {
	position: static;
	left: 0;
	top: 1em;
	width: 100%;
	margin-left: 0;
	text-align: left;
}



#contents {
	width: 100%;
	margin-top: 0px;
}


	
#primary {
	float: none;
	width: 100%;
	margin-left: 0px;
}


/*-----本文領域-------------*/
#primary h1 {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	margin-bottom: 20px;
	border-bottom: solid 1px gray;
	border-left: solid 7px gray;
	font-size: 160%;
	line-height: 1.4em;
	letter-spacing: 0px;
}



#primary h1 span {
	padding-left: 0px;
}


#primary h2{
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px gray;
	border-left: solid 7px gray;
	font-size: 130%;
	line-height: 1.2em;
}


#primary h3{
	font-size: 115%;
}

#foot_bg{
	clear: both;
	width: 100%;
	padding-bottom: 0;
	margin: 0;
	margin-top: 10px;
	border-top: solid 2px gray;
	color: #000000;
	text-align: center;
	background: none;
}


#footer{
	position: relative;
	top: 0px;
	width: 100%;
	padding-bottom: 5px;
	margin: 0px auto;
	text-align: center;
	background: none;
}



#footer address{
	margin-top: 1em;
	font-size: 100%;
	font-style: normal;
	text-align: center;
}


/* ----ページ非表示-------------- */

#secondary,
#cover,
#gNav1,
#localmenu,
#footPagetop,
#footer ul,
.location,
.up,
.produceby {
	display: none;
}


