@charset "utf-8";

/* CSS Document */

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,#header .logo{
	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;
}





#contents,#primary {
	position: static;
	left: 0;
	top: 0;
	width: 100%;
}



.lineR {
	padding-right: 0px;
	border: none;
}



#primary h1 {
	padding: 0px 0px 0px 12px;
	margin: 12pt 0 12pt 0;
	border-bottom: solid 1px gray;
	border-left: solid 5px gray;
	font-size: 150%;
	line-height: 1.2;
	letter-spacing: 0px;
	background: none;
}



/*border: none;でスタイルクリア後bottomのライン設定*/
#primary.next1 h2 {
	padding: 2px 0px 0px 12px;
	margin-top: 2em;
	margin-bottom: 20px;
	border: none;
	border-bottom: solid 1px gray;
	border-left: solid 5px gray;
	font-size: 130%;
	line-height: 1.2;
	text-indent: 0px;
	background: none;
}




#primary .block1 h2{
	margin-top: 0;
}




#primary.next1 h3{
	padding: 4px 0px 0px 12px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: none;
	border-left: 5px solid gray;
	font-size: 115%;
	line-height: 1.0;
	text-indent: 0px;
	background: none;
}




#primary.next1 h4{
	padding: 4px 0px 0px 12px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: none;
	border-left: 5px solid #CCCCCC;
	font-size: 115%;
	line-height: 1.0;
	text-indent: 0px;
	background: none;
}




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

#helpnavi li {
	display: none;
}


.headerRight {
	display: none;
}


#gNav1 {
	display: none;
}



#secondary {
	display: none;
}

  
#cover {
	display: none;
}



.location2 {
	display: none;
}


#footer ul {
	display: none;
}


.pagetop {
	display: none;
}


.copy {
	display: none;
}



