

#swFlow{
	padding:0 20px 34px;
	width:400px;
	height:500px;
	position:relative;
	text-align: left;
	background: #fff url("./images/subWindowFlow.gif") no-repeat;
}


#swAbout{
	padding:0 20px 34px;
	width:400px;
	height:500px;
	text-align: left;
	position:relative;
	background: #fff url("./images/subWindowAbout.gif") no-repeat;
}



#swProfile{
	padding:0 20px 34px;
	width:400px;
	height:500px;
	text-align: left;
	position:relative;
	background: #fff url("./images/subWindowProfile.gif") no-repeat;
}


#swContact{
	padding:0 20px 34px;
	width:400px;
	height:500px;
	text-align: left;
	position:relative;
	background: #fff url("./images/subWindowContact.gif") no-repeat;
}


#swYakkan{
	padding:0 20px 34px;
	width:400px;
	height:500px;
	text-align: left;
	position:relative;
	background: #fff url("./images/subWindowYakkan.gif") no-repeat;
}


#swOrder{
	padding:0 20px 34px;
	width:400px;
	text-align: left;
	height:500px;
	position:relative;
	background: #fff url("./images/subWindowOrder.gif") no-repeat;
}

#swHeader{
	width:400px;
	height:60px;
	text-indent: -9999px;
}


#swRead{

	padding:16px 0 0 8px;
	width:392px;
	height:44px;
	
}

.swBody,
.swBodyAb,
.swBodyPr
{
	padding:16px;
	width:368px;
	height:334px;
	line-height: 18px;
	overflow: auto;
}

.swBodyYakkan
{
	padding:16px;
	width:356px;
	height:334px;
	line-height: 18px;
	overflow: auto;
}

/* DL,DT,DD ++++++++++++++++++++++++++++++*/

.swBody dl,
.swBodyAb dl,
.swBodyPr dl
{
	margin:0 0 12px;
	width:360px;
	
}

.swBody dl:after,
.swBodyPr dl:after
{
	content: " ";
	display: block;
	height: 0;
	clear:both;

}

.swBody dl dt{
	float:left;
	width:30px;
	font-weight: bold;
	color:#000;

}

.swBody dl dd{
	float:left;
	width:338px;
}


.swBodyAb dl dt{

	font-weight: bold;
	color:#000;

}


.swBodyPr dl.vertical dt{
	display: block;
	font-weight: bold;
	color:#000;
}

.swBodyPr dl.horizontal dt{
	float:left;
	width:100px;
	font-weight: bold;
	color:#000;

}

.swBodyPr dl.horizontal dd{
	float:left;
	width:260px;
}

