
/*
debug
*/

a {
	text-decoration: none;
}

a:link { color:#03f }
a:visited { color:#30f }
a:active { color:#f00 }
a:hover {color:#f30}
a:hover, a:active { text-decoration:underline; }
a[name]:hover { text-decoration:none; color:#000;}


* {
	margin:0px;
	padding:0px;
	border:none;
	font-size:97%;
	line-height:0px;
}


body {
	background:url('../../common/images/bg.gif');
}

.cent {
	text-align:center;border:black;
}


.cent2 {
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
	width:760px;
	background:#fff;
	/*height:60em;*/
}

.top_menu {
	list-style:none;
	margin:10px 14px 10px;;
	background:#fff;
}

.top_menu li {
	list-style:none;
	background:#fff;
	float:left;
	width:183px;
}

.top_menu_photo {
	width:180px;
	border-color:#ccc;
	border-style:solid;
	border-width:1px;
	background:#fff;
}

.top_menu_photo img {
	margin:1px;
}

.top_menu_photo p {
	text-align:center;
	line-height:1.4em;
}

.information {
	clear:both;
	float:left;
	width:534px;
}

.banner {
	float:left;
	width:222px;
	background-color:#fff4ec;
	height:14.8em;
}

.bimage{
	margin-left:14px;
	margin-top:6px;
}

.new {
	margin-top:10px;
}

.new dt {
	clear:left;
	float:left;
	width:80px;
	line-height:1.4em;
}
.new dd {
	float:left;
	width:380px;
	line-height:1.4em;
}

.request_text {
	float:left;
	margin-left:10px;
	line-height:1.4em;
	margin-top:12px;
	width:220px;
}

hr {
	width:750px;
	margin-left:5px;
	height:1px;
	color:#ccc;
}

.footer {
	clear:both;
	border-width:1px;
	border-style:solid none;
	border-color:#ccc;
	width:760px;
	margin-left:5px;
	height:1.7em;
	margin-top:15px;
	vertical-align:50%;
}

.footer_en {
	clear:both;
	border-width:1px;
	border-style:solid none none none;
	border-color:#ccc;
	width:750px;
	margin-left:5px;
	height:0.5em;
	margin-top:15px;
	vertical-align:50%;
}
.foot_navi {
	margin-left:360px;
	line-height:1.7em;
	vertical-align:1.7em;
}


.foot_navi li {
	line-height:1.7em;
	vertical-align:1.7em;
	float:left;
	width:130px;
	list-style:none;
	text-align:center;
	margin-top:2px;
}

.footer_text {
	width:300px;
	color:#333;
	font-size:90%;
	margin-left:6px;
	line-height:1.2em;
	margin-top:4px;
}

.bullet {
	vertical-align:middle;
}

.t_menu {
	list-style:none;
	width:510px;
}

.t_menu li{
	float:left;
	width:125px;
}

p {
	color:#333;
	line-height:120%;
}

.catalog_list {
	margin-left:10px;
	margin-top:10px;
	margin-bottom:20px;
	height:265px;
}
.catalog_list img {
	float:left;
	margin:6px 14px;
}

.showroom {
	margin-top:20px;
	margin-left:10px;
}

.showroom div {
	float:left;
	width:280px;
}

.showroom div img {
	border-style:solid;
	border-width:1px;
	border-color:#F4D0AB;
}

.showroom .text {
	padding:4px;
	clear:left;
	line-height:120%;
	color:#333;
}

.tilelist img {
	border-width:1px;
	border-color:#ccc;
	border-style:solid;

}

* { box-sizing : border-box}
* { -moz-box-sizing : border-box}

