@charset "shift_jis";

/* 一括で全ての要素の余白をゼロに指定 */
* {
	margin: 0;
	padding: 0;
}

html{
    height:100%;
}


/* 全体的なリンク */

a:link,
a:visited,
a:hover,
a:active { 	text-decoration: none; }

a:link { color: #FFFFFF; }
a:visited { color: #FFFFFF; }
a:hover { color: #CC0000; }
a:active { color: #CC0000; }

/* -------------------------------------------------------------
   [1] レイアウトに関する指定 */

body {
	　height:100%;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0;
	margin: 0;
	background-color: #000000;
	color: #FFFFFF;
}

#wrapper {
	margin: 0px auto;
	height: auto;
	width: 976px;
	align: center;
	background: url(../images/bg.jpg) repeat-y;
	text-align: left;
}

#header {
	width: 960px;
	height: 64px;
	position: relative;
}

#logo {
	width: 300px;
	height: 64px;
	position: relative;
}

#sound {
	padding-top: 50px;
}

#menu {
	width: 960px;
	height: 36px;
	position: relative;
	background: url(../images/menu.jpg) no-repeat 0 0;
	text-align: right;
	overflow: visible;
}

#container {
	width: 944px;
	background-color: F5FAFD;
	background-image: url(../images/mein_bg.jpg);
}

#title {
	width: 944px;
	text-align: left;
}

#title_img {
  padding: 30px 0 0 0px;
}



#mein {
	width: 944px;
	height: 100%;
	margin-top: 10px;
	text-align: left;
}

#pagetop {
	width: 944px;
	height: 29px;
	position: relative;
	margin-bottom: 0px;
	text-align: right;
}

#footer {
	text-align: center;
	margin: 0px 0px 5px 0px;
}


#copy {
	width: 976px;
	height: 21px;
	position: relative;
	background: url(../images/footer.jpg) no-repeat 0 0;
	margin-bottom: 0px;
}

body,td,th {
	line-height: 1.6em;
	font-size: 11px;
}

#newsbox {
	overflow: auto;
	margin: 0px 50px 10px 30px;
	text-align: left;
}

#newsbox ul{
	margin: 0px;
}

#newsbox li {
	padding: 0px;
	margin: 1px 0px 0px;
	color: #FFFFFF;
	list-style-type: none;
}

#newsbox li a{
	padding: 5px 10px;
	border-bottom: 1px solid #CCCCCC;
	text-decoration: none;
	display: block;
}

#newsbox li a:hover{
	color: #993300;
	background-color: #F3F3F3;
}


#dealers {
	overflow: auto;
	margin: 0px 50px 10px 30px;
}

#dealers ul{
	margin: 0px;
}

#dealers li {
	padding: 5px 10px;
	border-bottom: 1px solid #CCCCCC;
	text-decoration: none;
	display: block;
}

.style1 {
	line-height: 1.6em;
	color: #B50000;
	}

.style5 {
	color: #E100E1;
	font-weight: bold;
}
.style6 {
	color: #00CECE;
	font-weight: bold;
}
