@charset "UTF-8";

/*ブラウザの初期化̏*/

body,div,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,address,
ul,ol,li,dl,dt,dd,
table,th,td,
form,fieldset,legend {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*font-size初期化*/

body {
	font-size: 10px;
	_font-size: 62.5%;/*IE6向け*/
}

/*border初期化*/
/*margin@paddingプロパティ追加*/

/*img,object {
	margin: 0;
	padding: 0;
	border: 0;
}*/

/*table設定*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*テキスト設定*/

p {
	text-align: justify;
	text-justify: distribute;
}
/*dress_detail
----------------------------------------------------------------------------------------------------dress_detail*/
body{
	background-color: #000000;
}
#wrapper{
	width: 800px;
	margin: 0 auto;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 160%;
	background-color: #000000;
}
table{
	width: 510px;
}
td.length,
td.width{
	width: 320px;
	height: 320px;
	padding: 10px;
	vertical-align: middle;
}
td.length div{
	width: 228px;
	height: 294px;
	padding: 30px 0 0 32px;
	background: url(../img/dress_derailBg.jpg) no-repeat;
}
td.length div p{
	width: 198px;
	height: 263px;
	overflow: hidden;
	text-align: center;
}
td.width div{
	width: 294px;
	height: 233px;
	padding: 31px 0 0 31px;
	background: url(../img/dress_derailBgW.jpg) no-repeat;
}
td.width div p{
	width: 263px;
	height: 198px;
	background-color: #CCCCCC;
	overflow: hidden;
	text-align: center;
}
td.text {
	width: 180px;
	padding: 20px 0 0 0;
	background: url(../img/dress_detailline.gif) repeat-y top;
	line-height: 19px;
	vertical-align: top;
}
td.text p.title{
	font-weight: bold;
	padding: 0 0 20px 0;
}
*html td.text {
	line-height: 135%;
}
