body{
	margin: 0;
	padding: 0 0 60px 0;
	background: #FFFFFF;
	color:#333333;
	font-size:18px;
}

a {
	color:#006711;
	text-decoration: none;
}

.clear {
	clear:right;
}

div.underblankSpace {
	height:1px;
	background:#000000;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.4) inset;
}

ul { list-style-type: none; }

img {
	vertical-align:top;
	vertical-align:bottom;
	vertical-align:right;
	vertical-align:left;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}



/******************************************************************************************
* 
******************************************************************************************/
.category {
	margin:5px 0 20px 0;
	text-align: center;
}

button.red {
	width: 48%;
	height: 70px;
	font-size: 14px;
	line-height:18px;
	margin-bottom:10px;
	color: #ffffff;
	padding: 2px 0;
	background: -moz-linear-gradient(
		top,
		#ffbfbf 0%,
		#ff8282 25%,
		#fa4646);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffbfbf),
		color-stop(0.25, #ff8282),
		to(#fa4646));
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: 3px solid #ff8282;
	-moz-box-shadow:
		0px 3px 4px rgba(000,000,000,0.4),
		inset 0px 0px 1px rgba(255,0,0,1);
	-webkit-box-shadow:
		0px 3px 4px rgba(000,000,000,0.4),
		inset 0px 0px 1px rgba(255,0,0,1);
	box-shadow:
		0px 3px 4px rgba(000,000,000,0.4),
		inset 0px 0px 1px rgba(255,0,0,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
}

button.white {
	width: 48%;
	height: 70px;
	font-size: 14px;
	line-height:18px;
	margin-bottom:10px;
	color: #ffffff;
	padding: 2px 0;
	background: -moz-linear-gradient(
		top,
		#bfebff 0%,
		#82c9ff 25%,
		#46acfa);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#bfebff),
		color-stop(0.25, #82c9ff),
		to(#46acfa));
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: 3px solid #82b0ff;
	-moz-box-shadow:
		0px 3px 4px rgba(000,000,000,0.4),
		inset 0px 0px 1px rgba(0,153,255,1);
	-webkit-box-shadow:
		0px 3px 4px rgba(000,000,000,0.4),
		inset 0px 0px 1px rgba(0,153,255,1);
	box-shadow:
		0px 3px 4px rgba(000,000,000,0.4),
		inset 0px 0px 1px rgba(0,153,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
}

button.noting {
	width: 48%;
	height: 70px;
	font-size: 14px;
	line-height:18px;
	margin-bottom:10px;
	color: #ffffff;
	padding: 2px 0;
	background: -moz-linear-gradient(
		top,
		#eeeeee 0%,
		#cccccc 25%,
		#aaaaaa);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#eeeeee),
		color-stop(0.25, #cccccc),
		to(#aaaaaa));
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: 3px solid #666666;
	-moz-box-shadow:
		0px 3px 4px rgba(000,000,000,0.4),
		inset 0px 0px 1px rgba(0,153,255,1);
	-webkit-box-shadow:
		0px 3px 4px rgba(000,000,000,0.4),
		inset 0px 0px 1px rgba(0,153,255,1);
	box-shadow:
		0px 3px 4px rgba(000,000,000,0.4),
		inset 0px 0px 1px rgba(0,153,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
}


/******************************************************************************************
* 検索
******************************************************************************************/
#seararea {
	text-align: center;
	-moz-box-sizing	: border-box;
	-webkit-box-sizing	: border-box;
	-ms-box-sizing	: border-box;
	box-sizing	: border-box;
	color: #333333;
	padding		: 0;
	margin		: 0 0 15px 0;
	overflow	: hidden;
	position	: static;
	max-width		: 94%;
	background-color: #ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow:
		0px 1px 3px rgba(112,112,112,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.3);
	-webkit-box-shadow:
		0px 1px 3px rgba(112,112,112,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.3);
	text-align: center;
}

h4 {
	color: #666666;
	font-size:15px;
	margin:15px 0 0 0;
}

input#keywords {
	width:70%;
	font-size:14px;
	margin:5px 0 20px 0;
	padding:5px 0 5px 5px;
	-webkit-border-radius: 5px;
	border:1px solid #999999;
}

#searchBtn {
	height:26px;
	width:26px;
	margin:5px 0 20px 0;
	background: -moz-linear-gradient(
		top,
		#99a8be 0%,
		#5b7396 25%,
		#264675 50%,
		#224272);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#99a8be),
		color-stop(0.25, #5b7396),
		color-stop(0.50, #264675),
		to(#224272));
	-webkit-border-radius: 6px;
	border: 1px solid #5e7598;
	-webkit-box-shadow:
		0px 1px 3px rgba(112,112,112,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.3);
	text-shadow:
		0px -1px 1px rgba(000,000,000,0.2),
		0px 1px 1px rgba(59,76,102,0.3);
}


/*******************************************************************
*　白エリア
*******************************************************************/
#area {
	font-size:15px;
	line-height: 17px;
	-moz-box-sizing	: border-box;
	-webkit-box-sizing	: border-box;
	-ms-box-sizing	: border-box;
	box-sizing	: border-box;
	color: #666666;
	padding		: 5px 5px 7px 5px;
	margin		: 7px auto 15px auto;
	overflow	: hidden;
	position	: static;
	max-width		: 94%;
	border	: 5px solid #ffffff;
	background-color: #ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow:
		0px 1px 3px rgba(112,112,112,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.3);
	-webkit-box-shadow:
		0px 1px 3px rgba(112,112,112,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.3);
	text-align: left;
}

.title {
	margin		: 0 2px 0 0;
	color: #ff0000;
	font-weight:bold;
}


/*******************************************************************
*　パンクズ
*******************************************************************/
p.crumbs {
	border-bottom: 1px solid #555555;
	padding: 2px 0 3px 0;
	white-space: nowrap;
	height: 11px;
	font-size: 12px;
	line-height: 12px;
	background: #e0e0e0;
	overflow: hidden;
}

p.crumbs a {
	padding: 10px 10px 8px 5px;
	color: #777777;
	background-color: #e0e0e0;
	text-decoration: none;
	font-style: normal;
}

p.crumbs em {
	padding: 10px 10px 8px 5px;
	color: #000000;
	background-color: #e0e0e0;
	text-decoration: none;
	font-style: normal;
	font-weight:bold;
}

p.crumbs span {
	padding: 1.0em 0;
	margin-left: -10px;
	background: url(/images/content/melody/crumbs.png) no-repeat 100% 50%;
	color: #e0e0e0;
}


/*******************************************************************
*  その他の特集
*******************************************************************/
div#othersp {
	border-top:1px solid #666666;
	padding		: 0 0 10px 0;
	background: #ffffff;
}

img.banner {
	margin		: 3px 1px 3px 1px;
	width		: 94%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow:
		0px 1px 3px rgba(112,112,112,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.3);
}

button.backnumber {
	font-size: 15px;
	font-weight:bold;
	color: #ff9900;
	padding: 10px 20px;
	margin: 10px 12px 0 0;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#fffcdd 50%,
		#fff68f);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #fffcdd),
		to(#fff68f));
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 3px solid #ff9900;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
}


/*******************************************************************
*  フッターリンク
*******************************************************************/
nav#footerlink ul li{
	padding:14px 5px;
	font-size: 14px;
	text-align:left;
	color:#383738;
	text-shadow:
		-1px 0px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(219,219,219,1);
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	border-top:1px solid #383738;
}

nav#footerlink a{
color:#383738;
	text-shadow:
		-1px 0px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(219,219,219,1);
	display: block;
}

nav#footerlink a:visited{
color:#383738;
	text-shadow:
		-1px 0px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(219,219,219,1);
}


/*****************************************************************************************
* footer固定
******************************************************************************************/
div#footerArea {
	margin-bottom:-3px;
	text-align:center;
	position: fixed !important;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	color: #fff;
	vertical-align:middle;
	-webkit-border-radius: 5px;
}

div#footerArea table {
	width: 100%;
}

.tdsearch {
	background-color: orange;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

.tdicon {
	background	: #ffffff;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	vertical-align:middle;
	height:60px;
	width:60px;
}

img.footericon {
	margin-top:1px;
	margin-left:1px;
	margin-bottom:1px;
	height:57px;
	width:57px;
}

input#footerkeywords {
	margin-top:6px;
	height:30px;
	width:65%;
	font-size:14px;
	padding:5px 0 5px 5px;
	-webkit-border-radius: 5px;
}

input#footersearchBtn {
	margin-left:-3px;
	margin-top:5px;
	height:50px;
	width:50px;
}


/*********************************************************************************************
* フッター部分
*********************************************************************************************/
footer{
	line-height:18px;
	color:#666666;
	text-align: center;
	vertical-align: middle;
	font-size:14px;
	margin: 0 0 -1px 0;
	padding: 5px 0 5px 0;
	background:-webkit-gradient(linear,left top,left bottom,from(#cccccc),to(#bbbbbb));
	-webkit-border-radius:0px;
}


/*********************************************************************************************
* 下部マーキー
*********************************************************************************************/
.marq{
	background	: none repeat scroll 0 0 #FFFFFF;
	overflow	: -webkit-marquee;
	white-space	: nowrap; 
	width		: auto;
	display:none;
}

