﻿/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
html {
  color: #000;
  background: #FFF;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000;
}
/*--micro clearfix hack--------------------------------------------------------*/
/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}
.fl {
  float: left;
}
/*----------------------------------------------------------*/
html {
  height: 100%;
  margin: 0px;
  padding: 0px;
}
body {
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-family: "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "�l�r �o�S�V�b�N", Verdana, Helvetica, sans-serif;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  color: #333;
  background: url(../../images/bg.gif) repeat-x #ffffff;
}
/**************************************************************/
h2 {
  font-size: 20px;
  line-height: 40px;
  height: 40px;
  padding-left: 10px;
  background: #eee;
  font-weight: bold;
}
.edit-h2 {
  font-size: 14px;
  padding-left: 10px;
  background: #333;
  color: #fff;
  font-weight: bold;
}
/**************************************************************/
#container {
  width: 910px;
  margin: 0 auto;
  text-align: left;
}
#maker,
#car {
  width: 300px;
}
#makerArea,
#carArea {
  float: left;
}
#normalForm {
  width: 500px;
}
#normalForm label {
  display: block;
  font-weight: bold;
  color: #666;
}
#normalForm ul li {
  list-style: none;
  margin: 0;
  padding: 6px;
  clear: both;
}
#normalForm ul li span {
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
input {
  padding: 2px;
}
.editimg {
  float: left;
  width: 250px;
}
.w500 {
  width: 500px;
}
/*----------------------------------------
	header
----------------------------------------*/
#header {
  height: 117px;
  margin-bottom:20px;
}
#header p {
  height: 15px;
  line-height: 15px;
  text-align: right;
  color: #FFF;
}
#header h1 {
  height: 73px;
}
#header h1 img {
  margin: 15px 0 0 10px;
}
.topNav {
  padding-top: 5px;
  height: 24px;
  text-align: right;
}
.topNav ul {
  padding: 0 2px;
  height: 17px;
  line-height: 17px;
  border-right: 1px solid #FFF;
  border-left: 1px solid #DCDDDD;
  display: inline;
}
.topNav li {
  padding: 0 8px;
  margin: 0 -2px;
  border-right: 1px solid #DCDDDD;
  border-left: 1px solid #FFF;
  display: inline;
}
.topNav li a {
  color: #323232;
}
.topNav li a:hover {
  color: #800;
}
.btn_submit {
  width: 200px;
}
/*------------------------------------*/
table.normalTable {
  border: 1px #E3E3E3 solid;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 12px;
}
table.normalTable th {
  padding: 5px;
  border: #E3E3E3 solid;
  border-width: 0 0 1px 1px;
  background: #F5F5F5;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
}
table.normalTable td {
  padding: 5px;
  border: 1px #E3E3E3 solid;
  border-width: 0 0 1px 1px;
  text-align: center;
}
fieldset {
  padding: 15px;
}
legend {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
/*-------------------------------------*/
.alert {
  background: #ffff99;
  border: red 2px solid;
  padding: 5px;
  font-weight: bold;
}
.msg {
  background: #ffff99;
  border: green 2px solid;
  padding: 5px;
  font-weight: bold;
}
