﻿@charset "utf-8";

/*すべてのwebページに適用される*/

body {

	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #000000;
}

.wrapper {
	
	margin: 0 auto 0 auto;
	width: 900px;

}

h2 {
	color: #ffffff;
	font-size: 18px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #442220;
	margin-top: 70px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

p {
	line-height: 160%;
}

a:link {
	
	color: #6aa4d6;

}

a:visited {

	color: #6aa4d6;
}

a:hover {

	color: #4f7697;
}

a:active {

	color: #aed3f2;
} 

h1 {

	margin: 0px 0 30px 0;
	padding: 0 0 0 0;
	line-height: 0;
	text-align: center;
}

img {

	border-style: none;
}

/*すべてのページに適用　- navまわり - */

#navi li {

	display: inline;
	list-style-type: none;
	padding-right: 30px;
}

#navi {
	margin: 0 0 0 0;
	padding: 15px 30px 10px 30px;
	background-image: url(../images/menu-bg.png);
}

#navi li a:link {

	color: #f5f3eb;
	text-decoration: none;

}

#navi li a:visited {

	color: #f5f3eb;
	text-decoration: none;

}

#navi li a:hover {

	color: #e4dbb9;
	text-decoration: none;

}

#navi li a:hover {

	color: #ffffff;
	text-decoration: none;

}

/*すべてのページに適用　- footer - */

#footer {
/*
	background-image: url(../images/s_hoshi.png);
	background-repeat: repeat-x;
*/
	margin-top: 10px;
	padding: 20px 0 20px 0;
	font-size: smaller;
	color: #ffffff;
	text-align: center;

}

/* 個別のスタイル */
/* index.html */

.keyvisual {

	margin: 0 0 0 0;
}

.news_item {

	margin: 0 0 0 0;
	color: #ffffff;

}

/* about.html */

.float img {

	float: left;
	padding-right: 1em;
}

.clear {
	clear: both;
}

.map1 {

	color: #ffffff;

}

table.info {

	border-collapse: collapse;
	border: 1px solid #ffffff;
	color: #ffffff;
	margin-left: auto;
 	margin-right: auto;


}

table.info th, table.info td {

	padding: 8px;
	border: 1px solid #ffffff;
	text-align: left;
	vertical-align: middle;
}

table.info th {

	background-color: #c99e73;
	color: #ffffff;
}

/* menu.html */

.menu_block {

	overflow: hidden;
	zoom: 1;

}

.menu_left {

	float: left;
	width: 400px;
	margin-right: 25px;
	margin-left: 25px;
}

.menu_right {

	float: left;
	width: 400px;
	margin-right: 25px;
	margin-left: 25px;
}

/*access.html*/

div.map {

	margin-top: 70px;

}

#logo {

 margin: 5px 0 0 0;

}

/*index.html　メイン2分割部分*/

.main_block {

	overflow: hidden;
	zoom: 1;

}

.main_left {

	float: left;
	width: 400px;
	margin-left: 50px;

}

.main_right {

	float: left;
	margin: 70px 0 0 100px;
	width: 350px;

}

/**/

.map_block {

	overflow: hidden;
	zoom: 1;

}

.map_left {

	float: left;
	width: 400px;
	margin-left: 20px;

}

.map_right {

	float: left;
	margin: 0 0 0 90px;
	width: 360px;

}

#gbmail_top {

	margin: 0 auto;

}

/*オフロード・ドリフト共通部*/

.mi {

	color: #ffffff;
	text-align: center;

}

.mo {

	color: #ffffff;
	text-align: center;


}

/*新コース写真部*/

.newcourse_all {

	color: #ffffff;
	text-align: center;
	
}

.p1 {

	margin: 50px 0px 50px 0px;
	
}

.p2 {

	margin: 50px 0px 50px 0px;
	
}

.p3 {

	margin: 50px 0px 50px 0px;
	
}



