/* free css ========================
   
   1.tag and common item
   2.header
   3.layout body
   4.menu
   5.footer
   6.kawasaki
   ======================== free css */

/* 1.tag and common item ======================== */


*, html {
   margin: 0;
   padding: 0;
}

body {
margin: 0;
padding: 0;
font-size: 12px;
text-align:center;
background-color:#ffffff;
}

div#header {
	margin:5px 5px 0 5px;
	padding:30px 0;
	background-color: #006600;
}

div#wrap {
	width:748px;
	text-align:left;
	margin:0 auto;
	background-color: #006699;
	border: 1px solid #666666;
}

div#menu-body div.honda{
	padding:5px 0;
	margin:30px 0 5px 5px;
	background-color: #0066ff ;
	border: medium ridge #FFFFFF;
}

a {
text-decoration:
underline;color:#29485c;
}

a:hover{color:#73c7ff;}
a img { border: 0; }

strong {font-weight: normal; }

br.uchikawa{
clear:both;
font-size:0px;
line-height:0px;
}


/* 2.header ======================== */


div#header h1{
display:inline;
}

div#header h1 a {
	text-decoration: none;
	color:#FFFFFF;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 20px;
}

div#header h1 a:hover {text-decoration:underline;}

div#header h2{
display:inline;
margin-left:55px;
padding-bottom:15px;
color: #fff;
font-size: 10px;
font-weight: normal;
}

/* 3.layout body ======================== */

div#layout-body {
float:left;
/*float:right;  (menu -> left) */
width:500px;
line-height:140%;
}

div#layout-body div.kawasaki {
padding:0 0 15px 0;
margin:5px;
background-color:#fff;
}

/* 4.menu ======================== */

div#menu-body {
width:245px;
line-height:120%;
float:right;
}

div#menu-body div.honda p{
text-align:left;
margin: 0 10px;
font-weight: bold;
font-size: 12px;
line-height: 200%;
letter-spacing: 1px;
text-align:center;
color: #fff;
}

div#menu-body div.honda ul{
padding: 0 10px;
}

div#menu-body div.honda ul li{
list-style-type:none;
margin:1em 0;
}

div#menu-body div.honda ul li a{
	padding-left:5px;
	text-decoration:none;
	color:#fff;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}
div#menu-body div.honda ul li a:hover{
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #aaaaaa;
	border-left-color: #aaaaaa;
}
/* 5.footer ======================== */

div#footer {
margin:0 5px 5px 5px;
padding:10px 20px;
text-align:left;
color:#fff;

}

div#footer a{
font-size:10px;
color:#fff;
text-decoration:none;
}

div#footer a:hover{text-decoration:underline;}

/* 6.kawasaki ======================== */
div#layout-body div.kawasaki h3{
	padding:0 5px;
	margin:15px 10px;
	color: #254a00;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 200%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003300;
}

div#layout-body div.kawasaki p{margin:15px 10px;
}

div#layout-body div.kawasaki p a{
background-color:#ffccff;
text-decoration:none;
}
div#layout-body div.kawasaki p a:hover{color:#000;;}
div#layout-body div.kawasaki ul li{
list-style-type:none;
margin:10px;
}
