@charset "UTF-8";

/* TOP 今週のヘッドライン */
#weeklyheadline {
	padding-bottom: 10px;
}
.headline {
	display:block;
	background-color:#666;
	margin: 0;
	padding: 10px 20px 10px;
	color: #FFFFFF;
	font-size: 144%;
}

.weekly {
	margin: 10px 30px 10px;
}


/*TOP カテゴリーサマリ表示*/
.top-category {
	margin: 10px 30px 10px;
}

.top-category h3 {
	display:block;
	background-color:#FF9900;
	padding: 5px 0 3px 10px;
	border-bottom: none;
}

/*TOP 購読リンク */
#top-readers {
	background-color: #4B80B4;
	height: 85px;
	padding: 10px 0 0 80px;
	clear:both;
}
#top-readers a{
	color: #FFFFFF;
	text-decoration: none;
}
#top-readers a:hover{
	color:#FF6600;
}


#readers-btn {
	margin: 0;
	padding: 0;
	height: 70px;
	list-style: none;
	display:inline;
	overflow:hidden;
}
#readers-btn li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#readers-btn a {
	float: left;
	padding: 70px 0 0 0;
	overflow: hidden;
	height: 0px; !important;
	height /**/:70px; /*IE5のみ*/
}
#readers-btn a:hover {
	background-position: 0 -70px;
}
#readers01 a {
	width: 310px;
	background:url(images/ts/top-readers.png) top left no-repeat;
}
#readers02 a {
	width: 310px;
	background:url(images/ts/top-readers.png) top right no-repeat;
}



/*
.readers01 a {
	width: 310px;
	height: 70px;
	background-image:url(images/ts/top-readers.png);
	background-position:left top;
	display:block;
	text-indent: -999px;
}
.readers02 a {
	width: 310px;
	height: 70px;
	background-image:url(images/ts/top-readers.png);
	background-position:right top;
	display:block;
	text-indent: -9999px;
}
.readers01 a:hover {
	background-position:left bottom;
}
.readers02 a:hover {
	background-position:right bottom;
}
*/

/* ヘッドバナー */
#head_banner {
	float: right;
}
#head_banner_clear {
	clear:right;
}

/* カテゴリーアーカイブ */
.category_h1{
	background-color:#FFCC33;
}
/* 各記事 */
.article_h1{
	background-color:#FFCC33;
}

/* お問合せフォーム */
#alpha{
	margin: 0 15px 30px 15px;
}
#alpha-inner{
	margin: 0 15px 10px 40px;
	padding-left: 20px;
}
#mail-form-author {
	margin-top: 20px;
	margin-left: 50px;
}
#mail-form-email,#mail-form-subject,#mail-form-text {
	margin-left: 50px;
}

/* 書籍案内 */
.book_left {
	float: left;
	width: 300px;
	text-align: center;
}
.book_right {
	float: left;
	padding-left: 50px;
	width: 500px;
}
.book_clear {
	clear: left;
}
.entry_books {
	width: 160px;
	background: #3399FF;
	margin-left: auto;
	margin-right: auto;
}
/*.entry a{
	color:#FFFFFF;
}*/
.entry a:hover{
	color:#FF9900;
}


/* ウェブページ共通 */
#webp_contents {
	margin: 10px 20px 30px 30px;
}

#webp_contents h2 {
	width: 850px;
	height: 30px;
	font-size: 120%;
	padding-left: 20px;
	border-bottom: solid 1px #999999;
	border-left: solid 5px #999999;
}

/* ====================
アーカイブ用
=====================*/

/*.odd {
	font-size:80%
}*/




/*-------------------------------------- 
float 
---------------------------------------*/ 
.img_L { 
margin-right: 1em!important; 
margin-top: 1em!important; 
float: left; 
} 

.img_R { 
margin-left: 1em!important; 
margin-top: 1em!important; 
float: right; 
} 

.clear { 
display: block; 
clear: both; 
} 
