﻿/*--------*/
/* メイン */
/*--------*/
{
	margin:0px;
	padding:0px;
}

body {
	font-size: 15px;
	line-height: 16px;
	color: #999999;
//	background-color: #000000;

	font-family: Helvetica;
	-webkit-text-size-adjust: none;
}

a {
	text-decoration: none;
	color: #999999;
}

/*----------------*/
/* 全体レイアウト */
/*----------------*/
#content{
	margin-top:-17px;		/* 上部の余白を強引に詰める */
	width:960px;

	margin-left:auto;
	margin-right:auto;
	text-align:left;

//	background-image: url(../img/top.jpg);
//	background-repeat: no-repeat;
//	background-position: left top;

}
#header{
	width:  100%;
	height: 80px;
}
#clm0{
	width:650px;
	float:left;

	padding-top:    5px;
	padding-bottom: 5px;
}
#clm1{
	width:300px;				/* 10px間隔を空ける */
	float:right;

	padding-top:    5px;
	padding-bottom: 5px;
}
#footer{
	width:100%;
	clear:both;

	font-size:   12px;
	line-height: 20px;
	color: #ffffff;
	background-color: #666666;
}

/*------------*/
/* その他配置 */
/*------------*/
.center {
	text-align: center;
}

.img_center {
	text-align: center;
	padding-top:    10px;
	padding-bottom: 10px;
}

.img_left {
	text-align: left;
	padding-top:    10px;
	padding-left:   10px;
	padding-bottom: 10px;
}

.img_250 {
	text-align: center;
}
.img_250 img{
	max-width:  250px;
	max-height:  200px;
	padding-top:    10px;
	padding-bottom: 10px;
}

/*--------*/
/* Ｈタグ */
/*--------*/

h1 a{
	text-align: left;
	font-size: 32px;
	color: #fff;
	font-family:ＭＳ Ｐゴシック,ＭＳ ゴシック,arial,vetica,sans-serif;
	line-height: 1.5;

	padding-top:  10px;
	padding-left: 20px;

	text-shadow: #333 1px  1px 1px, #333 -1px  1px 1px,
                 #333 1px -1px 1px, #333 -1px -1px 1px;
}

h2{
	text-align: left;
	font-size: 20px;
	color: #666;
	font-family: Helvetica;
	-webkit-text-size-adjust: none;
	line-height: 1.2;

	padding-left:   10px;
/*
	padding-top:     0px;
	padding-bottom:  0px;
*/

//	text-shadow: #666 1px  1px 1px, #666 -1px  1px 1px;

}

h2:first-letter {
	font-size:140%;

	letter-spacing: 0.1em;
	color: #666;
	text-shadow: #ddd 1px  1px 1px, #ddd -1px  1px 1px,
                 #ddd 1px -1px 1px, #ddd -1px -1px 1px;

}

h3{
	text-align: left;
	font-size: 14px;
	color: #666;
	font-family: Helvetica;
	-webkit-text-size-adjust: none;
	line-height: 1.5;

	padding-left:   10px;
//	text-shadow: #666 1px  1px 1px, #666 -1px  1px 1px;

}

h3:first-letter {
 font-size:160%;
}

/*------------*/
/* 強調見出し */
/*------------*/
.pickuptitle{
	margin-top:30px;

	text-align: left;
	font-size: 14px;
	color: #666;
	font-family: Helvetica;
	-webkit-text-size-adjust: none;
	line-height: 1.5;

	padding-left:   10px;
	text-shadow: #ddd 1px  1px 1px, #ddd -1px  1px 1px;

}

.pickuptitle:first-letter {
 font-size:160%;
}

/*------------*/
/* 見出しバー */
/*------------*/
.title_bar {
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 15px;
	font-size: 16px;
	letter-spacing: 0.1em;
	height: 30px;
	background-color: #666666;
	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: #666666;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.6);
}

/*--------------*/
/* リストカラム */
/*--------------*/
.list_title {
	line-height: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #999999;

	background-image: url(../img/arrow.png);
	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;
}

/*------------*/
/* カテゴリー */
/*------------*/
.category {
	padding: 5px;
	line-height: 1.5;

}
.category a{
	line-height: 38px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
}

/*------------------*/
/* テキストボックス */
/*------------------*/
.txtbox {
	padding: 5px;
	line-height: 1.5;

}
.txtbox a{
	float: right;
	line-height: 38px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
}

/*----------------*/
/* リンクボックス */
/*----------------*/
.txtboxlink {
	padding: 5px;
	line-height: 1.2;

}
.txtboxlink a{
	text-decoration: underline;
	color: #666666;

	margin-top: 2px;
	margin-bottom: 2px;
}

/*----------*/
/* ボックス */
/*----------*/
.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: #333;
	border-bottom-color: #333;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
#content .box .setimg img {
	float: left;
	width:  100px;
//	height: 100px;
	margin-right: 5px;
}
#content .box .setimg2 img {
	float: left;
	width:  80px;
//	height: 120px;
	margin-right: 15px;
	margin-left: 10px;
}
#content .box .thumb {
	float: left;
	height: 150px;
	width:  150px;
	margin-right: 5px;
}
#content .box .thumb_l{
	float: left;
	margin-right: 5px;	
}
#content .box .title {
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	margin-bottom: 1px;
//	overflow: hidden;
//	text-overflow: ellipsis;
//	white-space: nowrap;
	margin-top: 1px;
	line-height: 1.5;
}
#content .box .pickup {
	font-size: 15px;
//	font-weight: bold;
	color: #999999;
//	overflow: hidden;
//	text-overflow: ellipsis;
//	white-space: nowrap;
	margin-top:    3px;
	margin-bottom: 3px;
	line-height:   1.5;
}
#content .box .date {
	font-size: 12px;
	color: #999;
	font-size: 12px;
}
#content .box .site_name {
	font-size: 12px;
	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 );
}
