@charset "utf-8";

/** layout **/

#container {
	width: 100%;
	text-align: center;
	}
	
#header,
#main,
#footer {
	width: 824px;
	text-align: left;
	margin: 0 auto;
	}

#header {
	padding: 96px 0 80px;
	}

#footer {
	clear: both;
	border-top: 1px solid #E4E4E4;
	height: 48px;
	margin-top: 80px;
	line-height: 48px;
	}


p#copyright {
	float: left;
	}

p#credit {
	float: right;
	}

/** font def **/

body {
	font-family:  "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";
	font-size: 11px;
	color: #555555;
	line-height: 20px;
	letter-spacing: 0.1em;
	}

.lead_en {
	font-family: "Trebuchet MS", "Palatino Linotype", Optima;
	font-size: 12px;
	color: #000000;
	}

.lead {
	font-family:  "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	}

.models {
	font-family: "Trebuchet MS", "Palatino Linotype", Optima;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	letter-spacing: .1em;
	}

p a,
p a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	}
p a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #5DE3EB;
	}
a img,
a:visited img {
	text-decoration: none;
	background-color: #FFF;
	}

#footer {
	font-family: "Trebuchet MS", "Palatino Linotype", Optima;
	font-size: xx-small;
	color: #999999;
	}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	text-decoration: none;
	color: #999999;
	background-color: #FFFFFF;
}

