@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	list-style: none;
}
body {
	font-size: 75%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"
	line-height: 1.5;
	color:#333333;
	background-color:#FFFFFF;
}

img {
	border: none;
	vertical-align: top;
}

/* ロゴ
---------------------------------------------*/
#header {
	background-color:#FFFFFF;
	padding-top: 80px;
}

#logo {
	position: absolute;
	left: 6px;
	top: 12px;
	width: 400px;
	height: 66px;
	background: #FFFFFF url(images2/logo_moto.gif) repeat-x left top;
}
/* ナビゲーション
---------------------------------------------*/
#globalNav {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #FFFFFF url(images2/global_nav_bg.gif) repeat-x left top;
	border-bottom: 3px solid #F3F3F3;
}
#globalNav li {
	float: left;
	width: 7em;
	border-right: 1px solid #FFCC66;
	background-color: #FFFFCC;
}
#globalNav li a {
	display: block;
	width: 100%;
	line-height: 2.5em;
	color: #626262;
	text-decoration: none;
	text-align: center;
	background: #EACB60 url(images2/global_nav_bg1.gif) repeat-x;
}
#globalNav li a:hover {
	color:#003366;
	background: #FFCC66 url(images2/global_nav_a_bg1.gif) repeat-x;
}

/* 幅可変の3段組レイアウト
---------------------------------------------*/
#Wrapper {
	width: 760px;
	padding: 10px 0;
	background: #FFFFFF;
}

#primary {
	float: left;
	width: 550px;
	margi: 10px 0;
	padding-left: 15px;
	font-style: normal;
	background-color: #FFFFFF;
}

#primary h1 {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}

#primary p {
	font-size: small;
	margin-top: 1em;
	margin-bottom: 1em;
	/*\*/
	letter-spacing: 0.1em;
	/**/
}
		
#advertisement {
		float: right;
		width: 180px;
		text-align: center;
	}

#footer {
	clear: both;
	padding: 10px 0;
	border-top: 3px solid #CCCCCC;
	text-align: center;
	background-color: #006666;
}

