﻿@charset "utf-8";
*{
margin:0;
padding:0;
}
body{
font-family:'ヒラギノ角ゴ pro w3','Hiragino kakugothic Pro',
'メイリオ',Meiryo,Osaka,'MS Pゴシック','MS PGothic',sans-serif;
background:url(images/images1/IMGP2619.JPG);
}
/*================全体===============================*/
#container{
width:1280px;
}
h2{
color:#0000ff;
font-family:Georgia;
text-align:center;
font-size:2.5em;
}
a:hover{
color:#ff1493;
}
/*=======================ヘッダー========================*/
#header{
width:900px;
height:350px;
background:url(images/bmw_s_1000_905_350_05.jpg);
background-repeat:no-repeat;
margin:auto;
}
/*==========パンくず=========================*/
ol.topic-path {
opacity:0.8;
margin: 0; 
list-style-type: none; 
font-size:0.7em; 
}
/* リスト項目 */
ol.topic-path li {
padding-left: 5px; 
display: inline; 
}
/* リスト項目（最初の項目） */
ol.topic-path li.first {
padding-left: 25px; 
background: url(images/images1/topic-path-home-gray.png) no-repeat left; 
}
/* リンクエリア */
ol.topic-path li a {
padding-right: 18px; 
background: url(images/images1/topic-path-gray.gif) no-repeat right; /* 矢印記号（※） */
}
/* リンク色 */
ol.topic-path li a {
color: #4682b4;
}
ol.topic-path li a:visited {
color: #4682b4;
}
/* リンク色（マウスオーバー） */
ol.topic-path li a:hover {
color: #79a7cc;
}
/*===================================*/
#header h1{
font-family:Georgia;
font-size:1em;
color:#f0f8ff;
background:#0000ff;
opacity:0.5;
text-align:center;
}
#header p{
text-align:right;
margin:260px 10px;
font-size:3em;
color:#f0f8ff;
font-family:inpact;
}
/*=================	======コンテンツ========================*/
#contents{
width:900px;
margin:auto;
background:#ffffff;
}
/*=======================リスト=======================*/
.navi{
margin-bottom:20px;
overflow:hidden;
}
.navi ul{
	padding:0;
}
.navi li{
font-size:1.5em;
float:left;
list-style-type:none;
font-family:Georgia;
}
.navi li a em{
color:#ff0000;
}
.navi li a{
margin:0px;
display:block;
margin-left:2px;
width:178px;
text-decoration:none;
text-align:center;
line-height:30px;
color:#ffffff;
background:url(images/images1/navi1.png);
background-repeat:no-repeat;
background-position:top;
}
.navi ul li:first-child a{
margin-left:0;
}
.navi li a:hover{
background-position:0 -50px;
}
.nav li.serect a:hover{
background-position:0 -90px;
}	
/*===================コンテンツ====================*/
#text{
width:650px;
margin:auto;
font-family:cursive;
}
#text p{
font-family:cursive;
text-align:center;
font-size:1.2em;
color:#0000ff;
border-bottom:solid 2px #000000;
}

/*================================*/
#akusesu{
clear:both;
margin-left:100px;
width:650px;
margin:auto;
}
#akusesu h3{
background:#e6e6fa;
}
ul{
list-style-type:none;
}
a{
text-align:left;
}
a:hover{
color:#ff1493;
}
/*====================check.php===========================*/
#contents2{
width:500px;
padding-left:200px;
}
table{
border-collapse:collapse;
}
td{
border:1px solid #ccc;
padding:5px;
font-size:90%;
color:#666;
}
td.l_Cel{
width:150px;
}
/*==================フッター======================*/
#footer{
width:898px;
height:120px;
margin:0;
background:url(images/images1/siru898_120.jpg);
background-repeat: no-repeat;
}
#footer1{
float:left;
width:50%
}
#footer1 address{
padding-top:40px;
padding-left:10px;
font-size:0.85em;
color:#ffffff;
}
#footer2{
float:right;
}
#footer2 address{
font-size:0.85em;
color:#ffffff;
}