@charset "utf-8";

/* CSS Document */

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

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

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

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

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


/* ヘッダ
---------------------------------------------------- */

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

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

.nextstyle1 h2{ 
	margin-top:2em;
	margin-bottom:20px;
	padding-left:15px; 
	padding-top:2px; 
	line-height:1.5em;	
	font-size:140%;
	background:none;
	border-bottom: solid 1px gray;
	border-left:solid 7px gray;
}

#left.nextstyle1-2 h3{ 
	margin-top:20px;	
	margin-bottom:20px;
	padding-left:15px; 
	padding-top:2px; 
	line-height:1.5em;	
	font-size:115%;
	background:none;
	border-left:5px solid gray;
	border-bottom: solid 1px #CCCCCC; 
}



/* ----ロゴ・メニューとページアップ非表示 ---- */

.logo {display:none;}
#helpnavi li {display:none;}
.headerRight {display:none;}
#gNav1 {display:none;}

#secondary {display:none;}   
#cover {display:none;}

.location {display:none;}
#footer ul {display:none;}
.pagetop {display:none;}
.pagetop-f {display:none;}


