@charset "utf-8";

/*formatting style
------------------------------*/
＊ {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	
	background-repeat: no-repeat;
	background-position: center center;
}
#wrapper {
	height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(image/concept_image/concept_backimag.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 50px;
}
#wrapper .right {
	text-align: right;
}
#wrapper #design_concept {
	margin-left: 110px;
	float: left;
	width: 350px;
	margin-top: 35px;
}
#design_concept h4 {
	color: #666666;
}

#wrapper #design_concept p {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 9pt;
	text-align: left;
	margin-top: 50px;
	line-height: 140%;
	color: #333333;
}

#wrapper #design_concept th {
	font-size: 10px;
	color: #333333;
	border-right: medium solid #666666;
}
#wrapper #design_concept td {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 9px;
	margin-left: 50px;
	color: #333333;
}
#wrapper #nav {
	width: 250px;
	float: right;
	text-align: right;
	margin-bottom: 180px;
	margin-top: 25px;
}
#wrapper #nav li {
	list-style: url(concept.css) none;
}

#footer li {
	list-style: none;
	font-size: 10px;
	float: right;
	margin-left: 2px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#footer ul li a {
	color: #999999;
	padding-bottom: 6px;
}
#footer ul li a:hover {
	color: #CCCCCC;
	text-decoration: none;
}


#footer address {
	font-size: 9px;
	text-align: right;
	clear: both;
	color: #999999;
	padding-top: 6px;
}
#mail {
	width: 634px;
	font-size: 83.3%;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	clear: both;
}
#footer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	float: none;
}
