/*--------*/
/* メイン */
/*--------*/
{
	margin:0px;
	padding:0px;
}
body {
	font-family: Helvetica;
	-webkit-text-size-adjust: none;
	font-size: 13px;
	color: #7F7F7F;
	line-height: 14px;
}
#header{
	padding-top: 5px;
	padding-bottom: 5px;
}
#content{
	padding-top: 10px;
}
#footer{
	line-height: 20px;
	background-color: #666666;
	color: #CCC;
	font-size: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#footer a{
	color: #FFFFFF;
}
.center {
	text-align: center;
}
.img_center {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
a {
	text-decoration: none;
	color: #333333;
}
h1 a{
	font-size: 17px;
	font-weight: bold;
	color: #666666;
}


/*--------------*/
/* タイトルバー */
/*--------------*/
.title_bar {
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 15px;
	font-size: 16px;
	letter-spacing: 0.1em;
	height: 30px;
	background-color: #000000;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.6);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.sub_bar {
	line-height: 25px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 15px;
	background-color: #007777;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.6);
}
/*--------------*/
/* リストカラム */
/*--------------*/
.list_title {
	line-height: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #999999;

	background-image: url(../img/arrow.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-background-size:30px 25px;
	-moz-background-size:30px 25px;
	-ms-background-size:30px 25px;
	-o-background-size:30px 25px;
	background-size:30px 25px;
}

/*------------------*/
/* テキストボックス */
/*------------------*/
.txtbox {
	padding: 5px;
}
.txtbox a{
//	float: right;
	color: #007777;
	line-height: 38px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
}

/*----------*/
/* ボックス */
/*----------*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix { zoom: 1; } /* IE6 */
.clear {
	clear: both;
}
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

#content .box {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EAEAEA;
	border-bottom-color: #D7D7D7;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
#content .box .setimg img {
	float: left;
	height: 80px;
	width: 80px;
	margin-right: 5px;
}
#content .box .thumb {
	float: left;
	height: 80px;
	width: 80px;
	margin-right: 5px;
}
#content .box .thumb_l{
	float: left;
	margin-right: 5px;	
}
#content .box .title {
	font-size: 14px;
//	font-weight: bold;
	color: #999999;
	margin-bottom: 1px;
//	overflow: hidden;
//	text-overflow: ellipsis;
//	white-space: nowrap;
	margin-top: 1px;
	line-height: 1.2;
}
#content .box .pickup {
	font-size: 12px;
	font-weight: bold;
	color: #0099AA;
	margin-bottom: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 3px;
}
#content .box .date {
	font-size: 10px;
	color: #999;
	font-size: 10px;
}
#content .box .site_name {
	font-size: 11px;
	color: #FF4CD7;
}
#content .box .sub_title{
	font-size: 12px;
	line-height: 26px;
	font-weight: bold;
	color: #8B8B8B;
}

/*--------*/
/* ボタン */
/*--------*/
.btn a{
	line-height: 40px;
	font-size: 16px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;

	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #666666;
	display: block;
	text-align: center;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.6);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top, #cccccc 0%, #666666 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#666666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cccccc 0%,#666666 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cccccc 0%,#666666 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cccccc 0%,#666666 100%); /* IE10+ */
	background: linear-gradient(to bottom, #cccccc 0%,#666666 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#666666',GradientType=0 );
}

.btnstyle {
	line-height: 40px;
	font-size: 16px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;

	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #666666;
	display: block;
	text-align: center;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.6);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top, #cccccc 0%, #666666 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#666666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cccccc 0%,#666666 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cccccc 0%,#666666 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cccccc 0%,#666666 100%); /* IE10+ */
	background: linear-gradient(to bottom, #cccccc 0%,#666666 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#666666',GradientType=0 );
}

/*-------------*/
/* ImgAutoSize */
/*-------------*/
.imgautosize img{
	margin:        auto;
	display:       block;
	max-width:     90%;
	height:        auto;
	margin-top:    10px;
	margin-bottom: 10px;
}
