/*-------------▼ページ全体-------------*/

body {
	margin: 5%;
	padding: 10%;
	width: auto;
	font: sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.5;
}


h1, h3, h4, p {
}

h2 {
	padding: 8px;
	font-size: 16px;
	border-left: 10px solid #000;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
}

/*-------------▲ページ全体-------------*/



/*-------------▼ヘッダー-------------*/
#header {
	margin: 0;
	padding: 0;
	background: none;
	width: auto;
	height: auto;
}

#header h1 {
	width: auto;
	height: auto;
	margin: 0 0 50px 0;
	padding: 10px 20px; 
	background: none;
	text-indent: 0px;	
	font-size: 20px;
	border-bottom: double;
}

#header h1 a {
	width: auto;
	height: auto;
}


#header img {
	float: none;
}

#g_navi {
	display: none;
}
/*-------------▲ヘッダー-------------*/




/*-------------▼トップ・ページ本体-------------*/
#pagebody {
	width: auto;
	margin: 0;
}

#toptitle {
	background: none;
	width: auto;
	height: auto;
	text-indent: 0px;
	margin: 0 0 25px 0;
}

#toptitle h2 {
	margin: 0 0 10px 0;
}

#info {
	margin: 0 0 25px 0;
}

#info h2 {
	margin: 0 0 10px 0;
	width: auto;
	height: auto;
	text-indent: 0px;
	background: none;
}

#info p {
	margin: 0;
	line-height: inherit;
}

/*-------------▲ページ本体-------------*/


/*-------------▼フッター-------------*/

#footer {
	clear: both;
}

#footer li#f1 {
	background: none;
	width: auto;
	height: auto;
	text-indent: 0px;
	font-size: 9px;
	text-align: center;
}

#footer li#f2,li#f3 {
	display: none;
}

/*-------------▲フッター-------------*/

