@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
}

/*-----------------------------------------------------------
	font
----------------------------------------------------------- */

/* 基本指定
-------------------- */
body, div,
h1, h2, h3, h4, h5, h6,
p,
span, strong,
a,
dl, dt, dd, ul, ol, li,
table,th,td {
	font-size: 100%;
	line-height: 1em;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", osaka, meiryo, "ｍｓ ｐゴシック", "ms gothic", sans-serif;
}

li {
	list-style-type: none;
}
/*-----------------------------------------------------------
	Layout
----------------------------------------------------------- */
div#gb_container {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

div#gb_header {
	height: 42px;
	margin-bottom: 10px;
}

div#gb_header p {

}

div#gb_header p a {
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 42px;
	width: 720px;
}

div#gb_header p a:hover {
	background-position: bottom;
}

div#gb_content {
}

div#gb_footer {
	background-color: #103395;
	height: 20px;
	margin-top: 20px;
	clear: both;
}

div#gb_footer img {
	float: left;
	margin-top: 4px;
	margin-bottom: 4px;
}

div#gb_footer a {
	float: right;
	background-image: url(../img/close.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 68px;
	text-indent: -9999px;
	margin-right: 40px;
}

div#gb_footer a:hover {
	background-position: bottom;
}

.clear {
	clear: both;
}
