/* CSS Document */
@charset "utf-8";

body {
	color: #333;
	background-color: transparent !important;
	font-size: 12px;
	font-family: meiryo, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", Osaka;
	line-height: 100%;
	text-decoration: none;
}
#wrapper .wrapperinner {
    width: 950px;
    margin: 0 auto;
    padding: 10px;
    background: #fff;
}
#container {
	width: 950px;
	background-color:#000;
}
#container ul li {
    -webkit-box-sizing: initial !important;
    -moz-box-sizing: initial !important;
    box-sizing: initial !important;
}

/* #container h1 { */
	width:950px;
	background-color:#000;
	margin: 0 auto;
}
#container ul {
	margin-left:7px;
	margin-bottom:10px;
}
.pics {
	width:157px;
	height:105px;
	margin:10px;
	background-color:#ffffff;
	float:left;
	display: block;
	border:solid 5px #fff;
}
.pics_big {
	width:344px;
	height:509px;
	margin:10px;
	background-color:#ffffff;
	float:left;
	display: block;
	border:solid 5px #CCCCCC;
}
.text {
	width:355px;
	height:105px;
	float:left;
	margin:10px;
	text-align:left;
	font-size:12px;
	color:#CCC;
	line-height: 1.7;
	display:block;
}
.modelname {
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
}