@charset "utf-8";

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}

h1, h2, h3, h4, h5, h6, table, form, ul, li, img, dl, p {
	margin: 0px;
	padding: 0px;
	border: none;
}

body, dt, dd, li, td, th, pre, code, blockquote, p, div, input, textarea, select, button {
	font-size: 13px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,arial,helvetica,clean,sans-serif;
	line-height: 18px;
}

small {
	font-size: 11px;
	line-height: 14px;
}

big {
	font-size: 18px;
	line-height: 22px;
}

ul, li {
	list-style-type: none;
}

a:link, a:visited, a:active {
	color: #0044ff;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: underline overline;
}

textarea {
	width: 98%;
}

code {
	display: block;
	margin: 5px;
	padding: 5px;
	margin-left: 30px;
	margin-right: 10px;
	border: 1px #999 solid;
	background: #eeeeee;
}

blockquote {
	margin: 5px;
	padding: 10px 5px 10px 45px;
	border: 1px solid #ccc;
	background: url(http://www.gsvr.net/common/image/double_quote.gif) no-repeat 5px 7px;
}

/* ------------------------------------------ */

#main {
	width: 900px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
}

#top {
	width: 900px;
}

#top #logo {
	width: 160px;
	height: 60px;
	float: left;
	clear: both;
}

#top #logo h1 {
	/* Logo */
	height: 60px;
	width: 160px;
	display: block;
	text-indent: -9999px;
	background: url(/common/image/title_logo.gif);
	float: left;
}

#top #logo h1 a {
	height: 60px;
	width: 160px;
	display: block;
	text-indent: -9999px;
	background: url(/common/image/title_logo.gif);
	float: left;
}

#top #select {
	width: 740px;
	height: 26px;
	float: left;
	vertical-align: bottom;
}

#top #select ul {
	width: 740px;
	float: left;
}

#top #select ul li {
	width: 185px;
	height: 26px;
	display: block;
	text-align: center;
	float: left;
}

#top #select ul li a {
	width: 179px;
	height: 20px;
	padding: 3px;
	display: block;
	background: url(/common/image/switch_list.gif) 0px 0px no-repeat;
}

#top #select ul li a:hover {
	width: 179px;
	height: 20px;
	padding: 3px;
	display: block;
	background: url(/common/image/switch_list.gif) 0px -28px no-repeat;
}

#top #select #route {
	display: block;
	width: 730px;
	height: 24px;
	margin: 5px;
	text-align: right;
}

#top #select #route .start {
	padding-left: 20px;
	margin-left: 5px;
	background: url("/common/image/route.gif") center left no-repeat;
}

#top #select #route .next {
	padding-left: 20px;
	margin-left: 5px;
	background: url("/common/image/route_arrow.gif") center left no-repeat;
}

#text {
	clear: both;
	float: left;
	border: 1px solid #ccc;
	width: 618px;
	padding: 10px;
	margin-right: 10px;
}

#text h1 {
	margin: 2px;
	padding: 5px;
	background: #f9f9f9;
	color: #333;
	font-weight: bold;
	border-left: 5px #999 solid;
	border-bottom: 1px #999 solid;
	font-size: 15px;
}

#text h2 {
	margin: 3px;
	margin-left: 10px;
	margin-top: 8px;
	padding: 5px;
	background: #fcfcfc;
	color: #333;
	font-weight: bold;
	border-left: 5px #ccc solid;
	border-bottom: 1px #ccc solid;
	font-size: 13px;
}

#text h3 {
	font-size: 12px;
	margin: 1px;
	margin-left: 25px;
	padding: 5px;
	background: #fff;
	color: #333;
	font-weight: bold;
	border-bottom: 1px #eee solid;
	border-left: 8px #eee solid;
}

#text p {
	margin: 3px;
	text-indent: 12px;
}

#text ul li {
	margin-left: 18px;
	list-style-type: disc;
	padding: 3px;
}

#text ol li {
	margin-left: 20px;
	list-style-type: decimal;
	padding: 2px;
}

#text *.bushing {
	margin-left: 40px;
	font-size: 11px;
	list-style-type: circle;
}

#text table {
	width: 98%;
	border: 1px solid #ccc;
	margin: 3px;
}

#text table td {
	padding: 2px;
	background: #fff;
}

#text table th {
	padding: 2px;
	background: #eee;
	text-align: center;
}

#text dl {
	border: 1px #ccc solid;
	margin: 10px 3px;
	margin-left: 30px;
}

#text dl dt {
	background: #ddd;
	padding: 3px;
	font-weight: bold;
}

#text dl dd {
	background: #fff url("/common/image/cursor.gif") no-repeat 0px 4px;
	padding: 5px;
	margin-left: 10px;
	padding-left: 20px;
}

#text *.ddHit {
	background: #fff url("/common/image/cursor_hit.gif") no-repeat 0px 4px;
	padding: 5px;
	margin-left: 10px;
	padding-left: 20px;
}

#text *.ddBushing {
	background: #fff;
	padding: 0px;
	margin-left: 10px;
	padding-left: 40px;
	font-size: 12px;
	font-weight: bold;
}

#menu {
	float: right;
	border: 1px solid #ccc;
	width: 238px;
	padding: 5px;
}

#menu ul {
	padding: 2px;
}

#menu ul li {
	margin-left: 20px;
	list-style: square;
	padding: 2px;
}

#menu #google {
	width: 216px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #ccc;
	text-align: center;
}

#bottom {
	clear: both;
	width: 900px;
	text-align: right;
}

*.outside {
	padding: 2px;
	padding-right: 15px;
	background: url("/common/image/outside_link.gif") center right no-repeat;
}

*.annotation {
	display: block;
	font-size: 10px;
	color: #ff0000;
	margin-left: 50px;
}

*.right {
	text-align: right;
	clear: both;
}