@charset "utf-8";
#content #box01 {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #003399;
	border-bottom-color: #CCCCCC;
	height: 230px;
}
#content #box01 img {
	float: left;
	margin-right: 10px;
}
#content #box02 {
	clear: both;
	margin-top: 20px;
}
#content #box02 img {
	float: left;
	margin-right: 10px;
}
#content #box02 .boox02_inbox {
	float: left;
	height: 154px;
	margin-right: 10px;
	width: 250px;
}
#content #box02 .boox02_inbox .men {
	font-size: 130%;
	color: #0066FF;
	margin-bottom: 5px;
	font-weight: bold;
}
#content #box02 .boox02_inbox .women {
	font-size: 130%;
	color: #CC33FF;
	margin-bottom: 5px;
	font-weight: bold;
}


#footer {
	text-align: right;
	padding-bottom: 100px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 15px;
	width: 820px;
	clear: both;
	margin-top: 100px;
	padding-right: 40px;
	padding-left: 40px;
}

