@charset "utf-8";

/*- Table Of Contents -------------------
	1.body
	2.#container
	3.#visual
	4.#header
	5.#contents (#topicpath .section h1~4)
	6.#footer
	7.Test
---------------------------------------/

/*--------------------------------------
	body
--------------------------------------*/
body {
	background-color: #f3f3f3;
}

/*--------------------------------------
	#container
--------------------------------------*/
#container {
	width: 910px;
	margin: 0 auto;
}

/*--------------------------------------
	#header
--------------------------------------*/
#header a {
	display: inline;
	float: left;
	height: 85px;
}

/*--------------------------------------
	#visual
--------------------------------------*/
#visual {
	z-index: 1;
	position: relative;
	clear: both;
	background: url("/img/bg_visual_second.jpg") no-repeat;
}

#gis {
	height: 118px;
}

#visual #login {
	float: right;
	margin: 11px 15px 4px 0;
}


/*--------------------------------------
	#contents
--------------------------------------*/
#contents {
	position: relative;
	top: -4px;
	clear: both;
	background: url("/img/bg_contents.jpg") repeat-y;
}

#contents ol#topicpath {
	list-style: none;
	clear: both;
	margin: 0 0 19px -40px;
	padding: 0 7px 5px;
	border-bottom: 1px #ccc solid;
}
#contents ol#topicpath li {
	display: inline;
	font-size: 89%;
}
#contents ol#topicpath li a {
	padding-left: 15px;
	background: url("/img/icon_arrow7.gif") 2px no-repeat;
	text-decoration: none;
}
#contents ol#topicpath li a:hover,
#contents ol#topicpath li a:focus {
	text-decoration: underline;
}

.section div#large_title {
	margin: 0 20px 9px 0;
	color: #aaa;
	font-size: 190%;
	font-family: "ＭＳ ゴシック", sans-serif;
	text-align: right;
}

#contents .section {
	float: right;
	display:inline;
	width: 630px;
	padding: 19px 30px 0 60px;
	background: url("/img/bg_h1_section.jpg") right top no-repeat;
}

#contents .section .section {
	width: 620px;
	margin-bottom: 26px;
	padding: 0;
	background: none;
}

#contents .section .section .section {
	width: 610px;
}

.section h1 {
	height: 35px;
	margin: 0 0 10px -31px;
	padding: 8px 0 0 34px;
	background: url("/img/bg_h1.jpg") no-repeat;
	color: #03c;
	font-size: 132%;
	font-weight: bold;
}

.section h2 {
	height: 30px;
	margin: 5px 0 10px -15px;
	padding: 5px 0 0 22px;
	background: url("/img/bg_h2.jpg") no-repeat;
	color: #fff;
	font-size: 115%;
}

.section h3 {
	margin: 5px 0 10px -15px;
	padding: 0 0 0 15px;
	background: url("/img/bg_h3.jpg") no-repeat;
	color: #000;
	font-size: 108%;
}

#contents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*--------------------------------------
	#footer
--------------------------------------*/
#footer {
	position: relative;
	top: -4px;
	padding: 30px 20px;
	background: url("/img/bg_footer.jpg") no-repeat;
	color: #444;
}

#footer .copyright {
	display: inline;
	float: left;
}