@charset "UTF-8";
#mainarea {
	margin-right: auto;
	margin-left: auto;
	font-size: 108%;
	line-height: 1.6em;
	color: #333333;
	overflow: hidden;
}
.title {
	background-image: url(../img/tit-size.gif);
	background-repeat: no-repeat;
	height: 23px;
	margin-top: 25px;
	display: block;
	padding-bottom: 15px;
	text-indent:-9999px;
}
#left {
	float: left;
	width: 460px;
}
#right {
	float: right;
	width: 460px;
}
.size h3 {
	background-repeat: no-repeat;
	display: block;
	height: 18px;
	margin-bottom:10px;
	text-indent:-9999px;
}
.tops h3 {
	background-image: url(../img/tit-size-tops.gif);
}
.bottom h3 {
	background-image: url(../img/tit-size-bottom.gif);
}
.kicks h3 {
	background-image: url(../img/tit-size-kicks.gif);
}
.txt {
	font-size: 108%;
	line-height: 1.6em;
	color: #333333;
}
strong {
	color: #f21c06;
}
.caption {
	font-size: 93%;
	line-height: 1.4em;
	color: #f21c06;
	margin-bottom: 10px;
}
.kicks {
	padding-top: 25px;
}
.txt img {
	margin-top: 10px;
}
.table_tit {
	font-size: 93%;
	line-height: 1em;
	color: #333333;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left:-7px;
}
table {
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-collapse:collapse;
	font-size: 75%;
	font-weight:bold;
	line-height: 1.1em;
	text-align:center;
	width:100%;
	color: #000;
	margin-bottom: 15px;
	background-color:#ededed;
}
td {
	border-bottom: 1px solid #ccc;
	border-left:1px solid #ccc;
	color:#333333;
	padding:.7em .8em;
}	
#textarea {
	font-size: 108%;
	line-height: 1.6em;
	color: #333333;
	padding: 20px;
}	
#textarea .moretitle{
	font-size: 123.1%;
	line-height: 1em;
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}
#textarea a{
	outline-width:0;
	color:#000000;
	text-decoration:none;
	background-image: url(../img/icon.gif);
	background-repeat: no-repeat;
	background-position: 6px left;
	padding-left: 10px;
	margin-top: 10px;
	display: block;
}
#textarea a:hover {
   color: #f21c06;
   text-decoration:underline;
}
#textarea a:active {
	color:#282222;
	text-decoration:none;
}
