/*	reset	*/
html,body,div,h1,p {
	margin:0;
	padding:0;
	font-size:100%;
}
body {
	font-family:Verdana,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
	line-height: 1;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: 100%;
}

.hide-txt {text-indent:110%;white-space:nowrap;overflow:hidden;}

/* link */
a:link {
	text-decoration:underline;
	color:#ff7b00;
}
a:visited {
	text-decoration:none;
	color:#ff7b00;
}
a:active {
	text-decoration:none;
	color:#ff7b00;
}
a:hover {
	text-decoration:none;
	color:#ff7b00;
}

div.header {
	position:relative;
	background-image:url(/um/v7/img/gh_bg_smp.svg);
	background-repeat:repeat-x;
	background-position:left top;
	height:90px;
}
div.header a {
	position:absolute;
	display:block;
	background-image:url(/um/v7/img/gh_parts.svg);
	background-position:-169px 16px;
	background-size:320px 240px;
	width:92px;
	height:60px;
	left:50%;
	margin-left:-46px;
}

p.copyright {
	text-align:center;
	width:100%;
	background-color:#ededed;
	padding:20px 0;
}
p.copyright small {
	display:block;
	color:#7b7b7b;
	padding:0 15px;
	line-height:1.25;
	font-size:75%;
}

div.main h1 {
	color:#4e4e4e;
	font-size:87.5%;
	line-height:1.5;
	padding-bottom:0.25em;
	border-bottom:2px solid #80b9e7;
	margin-bottom:1em;
}
div.main p.date {
	color:#7b7b7b;
	font-size:83%;
	line-height:1.5;
	text-align:right;
	margin-bottom:1.5em;
}
div.unit p {
	color:#4e4e4e;
	font-size:83%;
	line-height:2;
	margin-bottom:1.5em;
}

p.topLink {
	font-weight:bold;
	font-size:83%;
	line-height:1.5;
}

@media all and (min-width:768px) {
	div.main {
		width:738px;
		padding-bottom:128px;
		margin:0 auto;
	}
}
@media all and (max-width:767px) {
	div.main {
		padding:0 15px 30px;
	}
}