/********************************************************
 *** APEXアフィリエイト
 ********************************************************/

/*** 全体 ***/

body {
	margin: 0px;
	color: #000000;
	font-size: 9pt;
	background: #FFFFFF;
	-webkit-text-size-adjust: none;
}

a {
	color: #000000;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
img {
	border-width: 0px;
}
td p {
	font-size: 9pt;
	line-height: 1.25;
}

.base {
	width: 100%;
	height: 100%;
	text-align: center;
}
.main {
	width: 790px;
	height: 100%;
	text-align: left;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
}
.main-head {
	height: 60px;
	vertical-align: center;
}
.main-head img {
	width: 790px;
	height: 50px;
	border: none;
}
.main-left {
	padding-right: 10px;
	vertical-align: top;
}
.main-right {
	width: 640px;
	vertical-align: top;
	background: #EEEEEE;
}
.main-footer {
	height: 40px;
	vertical-align: middle;
	text-align: center;
}
.main-footer img {
	width: 595px;
	height: 20px;
	border:none;
}
.contents {
	width: 100%;
}
.contents-title {
	height: 31px;
	background: #333333;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 5px;
	border-bottom: #FFFFFF 8px solid;
}
.contents-breadcrumbs {
	padding: 10px;
}
.contents-breadcrumbs img {
	vertical-align: text-top;
}
.blank_link {
	width: 15px;
	height: 11px;
	margin: 1px 0px 0px 2px;
	vertical-align: text-top;
}
.labelbutton {
	width: 82px;
	height: 20px;
	line-height: 20px;
	background: #FF7B22;
	color: #FFFFFF !important;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	float: left;
	margin-right: 4px;
	margin-bottom: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FF7B22), to(#FF0000));
	background-image: -webkit-linear-gradient(top, #FF7B22, #FF0000);
	background-image: -moz-linear-gradient(top, #FF7B22, #FF0000);
	background-image: -ms-linear-gradient(top, #FF7B22, #FF0000);
	background-image: -o-linear-gradient(top, #FF7B22, #FF0000);
	background-image: linear-gradient(to bottom, #FF7B22, #FF0000);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FF7B22, endColorstr=#FF0000);
	text-decoration: none;
	border: 1px solid #FF0000;
}
