@charset "utf-8";

body {
	line-height			: 1.6;
	font-family			: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",'ＭＳ Ｐゴシック',Verdana,Arial,Helvetica,sans-serif;
	font-size			: 14px\9 !important;
	font-size			: 14px;
	color				: #999;
}

/* for IE6 */
* html body {
	font-size			: 75%;
	font-family			: "MS P ゴシック", Arial, sans-serif;
	vertical-align		: baseline;
}

/* for WinIE7*/
*:first-child+html body {
	font-size			: 75%;
	font-family			: 'メイリオ', Meiryo, Arial, sans-serif;
}

.clearfix:after {
	content				: "";
	display				: block;
	clear				: both;
	height				: 0;
	overflow			: hidden;
}
* html .clearfix{
	height				: 1%;
	overflow			: visible;
}
.clearfix{
	zoom				: 100%;
	min-height			: 1%;
}

* html .iepngfix {
	behavior			: url(../iepngfix.htc);
}



@media print {
	.noprint {
		display			: none;
	}
}

/**
 * 基本構成
 */
html {
	background			: url(../img/body_bg.jpg) left top repeat;
	overflow-y			: scroll;
}
#header {

}
#content {
	width				: 1000px;
	margin				: 0 auto 10px auto;
	background-color: #999;
	color:#000;
}
#left {
	float				: right;
	width				: 590px;
	min-height			: 600px;
	background-color: #999;
}
#right {
	float				: left;
	width				: 410px;
	background-color: #999;
}

/**
 * 共通
 */
.message {
	border				: 1px solid #aca064;
	margin				: 0 auto 10px auto;
	padding				: 5px;
	font-size			: 80%;
	color: #FFF;
	width: 480px;
}
.message2 {
	border				: 1px solid #aca064;
	margin				: 0 auto 10px auto;
	padding				: 5px;
	font-size			: 80%;
	color: #FFF;
	width: 370px;
}
.section {
	padding				: 10px;
}
#logo {
	width				: 100px;
	height				: 36px;
	float				: none;
	background-image: url(../img/rashwing.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 0;
	padding-right: 489px;
	padding-bottom: 0;
	padding-left: 1px;
	background-color: #000;
}

/**
 * 右側スーツ部分
 */
#right .suits {
	position			: fixed;
	width				: 400px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #999;
}
#right > ul {
	width				: 110px;
	margin				: 0 0 0 auto;
}
#dummytab {
	height				: 30px;
	font-size			: 100%;
	text-align: left;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	background-color: #000;
	color:#fff;
}
#right .suitsparts {
	width				: 400px;
	height				: 450px;
	position			: relative;
}
#right .suitsparts span {
	display				: block;
	position			: absolute;
	background-repeat	: no-repeat;
	z-index				: 900;
}
#right .suitsparts div {
	position			: absolute;
}
#right .suitsparts div.bodyparts {
	top					: 0;
	left				: 0;
	width				: 400px;
	height				: 455px;
	behavior			: url(../iepngfix.htc);
}
#right .bodyparts img {
	width				: 64px;
	height				: 82px;
	background-color	: #FFF;
}
#right .outline {
	z-index				: 1000;
}
#right .background {
	z-index				: 999;
}
#right .stetch {
	z-index				: 800;
}
#right .kneepad {
	z-index				: 700;
}
#right .neckline {
	z-index				: 400;
}
#right .chestline {
	z-index				: 300;
}
#right .body {
	z-index				: 100;
}



/**
 * 左側メイン部分
 */
img.selected {
	border				: 3px solid #FF0000 !important;
}
.selector img {
	border				: 1px solid #CCCCCC;
	cursor				: pointer;
}

.picker {
	border				: 1px solid #aca064;
	background-color	: #CCC;
	margin				: auto;
}
select {
	font-size: 1em;
}

/* カラー */
#tab-color {
	margin-top: 11px;
}
#colors .picker {
	width				: 500px;
	padding				: 6px;
	/*	float				: left;*/
	margin				: auto;
	margin-bottom		: 20px;
}
#colors .picker .colorarea div {
	float				: left;
	width				: 50px;
	height				: 25px;
	text-align			: center;
	font-size			: 0.7em;
	line-height			: 1em;
}
#colors .picker .colorarea2 div {
	float				: left;
	width				: 50px;
	height				: 25px;
	text-align			: center;
	font-size			: 0.7em;
	line-height			: 1em;
}
#colors .picker .colorarea3 div {
	float				: left;
	width				: 55px;
	height				: 25px;
	text-align			: center;
	font-size			: 0.7em;
	line-height			: 1em;
}
#colors .picker .mono.colorarea2 {
	width				: 500px;
}

#colors .picker img {
	width				: 40px;
	height				: 20px;
	margin				: 2px 2px;
}

#colors .stetch .colorarea .none {
	width				: 500px;
	height				: 60px;
	margin				: 5px auto 0 auto;
}
#colors .stetch .colorarea .none img {
	width				: 150px;
	height				: 50px;
}
#colors .kneepad .colorarea .none {
	width				: 500px;
	height				: 60px;
	margin				: 5px auto 0 auto;
}
#colors .kneepad .colorarea .none img {
	width				: 150px;
	height				: 50px;
}
.part {
	width				: 512px;
	text-align			: center;
	margin				: auto;
	border				: 1px solid #666;
	margin-bottom		: 3px;
	background-color	: #333;
	color: #CCC;
	cursor: default;
}
.part:hover {
	cursor: pointer;
}
.part span {
	font-weight			: bold;
}

#modelname {
	height				: 45px;
	text-align			: left;
	letter-spacing		: 0.2em;
	font-size			: 32px;
	font-weight			: bold;
	font-family			: Tahoma, Geneva, sans-serif;
	font-style: italic;
	color: #CCC;
	background-color: #333;
	padding-left: 8px;
}
#seasonType {
 height: 18px;
}
.part1 {
	width				: 512px;
	text-align			: center;
	margin				: auto;
	border				: 1px solid #666;
	margin-bottom		: 3px;
	background-color	: #333;
	color: #CCC;
}
.part2 {
	width				: 512px;
	text-align			: center;
	margin				: auto;
	border				: 1px solid #666;
	margin-bottom		: 3px;
	background-color	: #444;
	color: #CCC;
}
.part3 {
	width				: 512px;
	text-align			: center;
	margin				: auto;
	border				: 1px solid #666;
	margin-bottom		: 3px;
	background-color	: #555;
	color: #CCC;
}
.part4 {
	width				: 512px;
	text-align			: center;
	margin				: auto;
	border				: 1px solid #666;
	margin-bottom		: 3px;
	background-color	: #666;
	color: #CCC;
}
.part5 {
	width				: 512px;
	text-align			: center;
	margin				: auto;
	border				: 1px solid #666;
	margin-bottom		: 3px;
	background-color	: #777;
	color: #CCC;
}
.part6 {
	width				: 512px;
	text-align			: center;
	margin				: auto;
	border				: 1px solid #666;
	margin-bottom		: 3px;
	background-color	: #888;
	color: #CCC;
}
