/* CSS Document */


/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:top;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}


body {text-align:center;}
.container {text-align:left;}
* html .column {overflow-x:hidden;}
* html legend {margin:-18px -8px 16px 0;padding:0;}
ol {margin-left:2em;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
html>body p code {*white-space:normal;}
hr {margin:-8px auto 11px;}


body {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;	
}

div#container {
	width:800px;
	margin:0 auto;
}

div#wrapper {
	float:left;
	width:100%;
}


#header1 {
	float:left;
	width:160px;
}
#header2 {
	float:left;
	width:480px;
}
#header3 {
	float:left;
	width:160px;
}

ul.global_menu {
	list-style-type: none;
	text-align: left;
	diplay: block;
}
ul.global_menu li {
	display: block;
	float: left;
}

ul.menu_list {
	list-style: none;
	text-align: left;
}

ul.menu_list li {
	display: block;
	background-color:#ff9;
	margin:3px 0px;
	line-height: 1.1em;
}

ul.menu_list li a{
	display:block;
	padding: 1em;
}

ul.brand_list {
	list-style: none;
	text-align: center;
}

ul.brand_list li {
	display: list-item;
}

#address_box {
	text-align: left;
	margin-top: 10px;
}

#address_box p {
	line-height: 1.4em;
}

#main_contents {
	overflow: hidden;
	margin: 10px;
	line-height: 1.5em;
	width:450px;
}

.strong {
	font-weight:bold;
	font-size:1.1em;
}

#main_contents2 {
	overflow: hidden;
	margin: 10px;
	line-height: 1.5em;
	width:600px;
}
