﻿/*--------*/
/* メイン */
/*--------*/
{
	margin:0px;
	padding:0px;
}
body {
	font-family: Helvetica;
	-webkit-text-size-adjust: none;
	font-size: 12px;
	color: #7F7F7F;
	line-height: 14px;
}
#header{
	padding-top: 5px;
	padding-bottom: 5px;
}
#content{
	padding-top: 10px;
}
#footer{
	line-height: 40px;
	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: 18px;
	font-weight: bold;
	color: #6677FF;
}


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

/*------------------*/
/* テキストボックス */
/*------------------*/
.txtbox {
	padding: 5px;
}
.txtbox a{
	float: right;
	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: 100px;
	width: 100px;
	margin-right: 5px;
}
#content .box .thumb {
	float: left;
	height: 100px;
	width: 100px;
	margin-right: 5px;
}
#content .box .thumb_l{
	float: left;
	margin-right: 5px;	
}
#content .box .title {
	font-size: 15px;
	font-weight: bold;
	color: #0080C0;
	margin-bottom: 1px;
//	overflow: hidden;
//	text-overflow: ellipsis;
//	white-space: nowrap;
	margin-top: 1px;
}
#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 #80D6FF;
	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: #3f6ccf; /* Old browsers */
	background: -moz-linear-gradient(top, #3f6ccf 0%, #80D6FF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f6ccf), color-stop(100%,#80D6FF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3f6ccf 0%,#80D6FF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3f6ccf 0%,#80D6FF 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3f6ccf 0%,#80D6FF 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3f6ccf 0%,#80D6FF 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f6ccf', endColorstr='#80D6FF',GradientType=0 );
}

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

	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #80D6FF;
	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: #3f6ccf; /* Old browsers */
	background: -moz-linear-gradient(top, #3f6ccf 0%, #80D6FF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f6ccf), color-stop(100%,#80D6FF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3f6ccf 0%,#80D6FF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3f6ccf 0%,#80D6FF 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3f6ccf 0%,#80D6FF 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3f6ccf 0%,#80D6FF 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f6ccf', endColorstr='#80D6FF',GradientType=0 );
}


/*-------*/
/*  img  */
/*-------*/
.setimg300 {
	text-align: center;
}
.setimg300 img {
	padding-top: 10px;
	width: 300px;
}

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

