@charset "UTF-8";
/*
Theme Name:torimatomeblog
Description:torimatomeblog
Version:0.1
*/


/****************************************

          General Setting

*****************************************/

@import url("reset.css");
/*@import url("default2.css");
*/
/****************************************

          General Setting

*****************************************/

html, body {
	margin: 0;
	padding: 0;
}

body {
    color: #333;
	font-size: 14px;
    font-family:
    	Verdana, Arial,
    	'ヒラギノ角ゴ Pro W3',
    	'Hiragino Kaku Gothic Pro',
    	Osaka,
    	'ＭＳ Ｐゴシック',
    	sans-serif;
    line-height: 160%;
	background-image:url("http://torimatome.main.jp/blogs/wp-content/uploads/paper_fibers.png");
}

/****************************************

          Link

*****************************************/

a {
	border-bottom: 1px solid #0a84ff;
	color: #0a84ff;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid #fe56aa;
	color: #fe56aa;
}

/****************************************

          Typography

*****************************************/


h1 {
	margin-bottom: 10px;
	font-size: 240%;
}

/****************************************

          Layout

*****************************************/

#container,
.wrapper {
	margin: 0 auto;
	width: 1000px;
}

#header {
	margin-bottom: 20px;
	padding-top: 40px;
	border-bottom: 1px solid #999;
		background-color:#FFFFFF;
		width:1000px;
}
	#header .alignleft,
	#header .alignright{
		margin-bottom: 20px;
		width: auto;
	}
	#header .alignright{
		width: 200px;
/*		background-color:#0066FF;
*/	}

#main {
	float: left;
	width: 675px;
}
	/*トップページ用拡張版*/
	#main_Index {
		float: left;
		width: 760px;
	}
	
/*画像ページ用コンテンツエリア*/
#main_width {
	float: left;
	width: 1000px;
}



#sidebar {
	float: right;
	width: 315px;
/*	padding:10px;
	border:solid px #999999;
	border-bottom:solid 4px #999999;
	background-color:#fdfdfd;
	border: 1px solid #999;
	
	border-radius: 4px;         
	-moz-border-radius: 4px;    
	-webkit-border-radius: 4px; 
	padding:10px;
*/}
#sidebar_Index {
	float: right;
	width: 208px;
	padding:10px;
	border:solid px #999999;
	border-bottom:solid 4px #999999;
	background-color:#fdfdfd;
	border: 1px solid #999;
	
	border-radius: 4px;         /* CSS3 */
	-moz-border-radius: 4px;    /* Firefox */
	-webkit-border-radius: 4px; /* Safari,Chrome */
	padding:10px;
}

#main,
#sidebar,
#main_Index,
#sidebar_Index,
#main_width{
	margin-bottom: 60px;
/*	border-bottom: 0px solid transparent;
*/}

#footer {
	clear: both;
	background: #fdfdfd;
	color: #000;
	text-align:center;
	margin: 0 auto;
	width: 1000px;
}

#postheade{
	
}


/****************************************

          検索ボックス

*****************************************/

.navigation{
	overflow: hidden;
	margin-bottom: 40px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background: url(images/gray.gif) repeat-y 50% 0;
	clear:both;

}
	.navigation > div{
		width: 50%;
	}

	.navigation .alignright{
		text-align: right;
	}

	.navigation a{
		display: block;
		padding: 1em;
		border: none;
	}
		.navigation a:hover{
			background: #ffeff7;
			color: #000;
		}
			.navigation .alignright a:hover{
				border-left: 1px solid #999;
			}
/****************************************

          header

*****************************************/

*:first-child+html #header > div{ /* IE7 */
	clear: both;
	zoom:1;
	background-color:#FFFFFF;
}

#logo{
/*	border-bottom: 1px dashed #fe56aa;
*/}

#logo a{
	border: none;
}

#description {
	margin-top: 0;
	color: #777;
}

/*#searchform{
	position: relative;
	margin-top: 45px;
}
	#s{
		padding: 6px 20% 6px 5%;
		width: 75%;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px; 
		font-size: 10px;
	}
	#searchsubmit{
		position: absolute;
		top: 0;
		right: 0;
		width: 30px;
		height: 26px;
		border: none;
		background: url(images/search.png) no-repeat 50% 50%;
	}
*/


/*  サイトロゴ  */
#logo a{
	text-decoration: none;
	display: block;
	width: 465px;
	height: 78px;
	background: url(images/TopLogo.png) no-repeat;
	border: solid 0px #ff0000;

}

#logo a span {
	display: block;
	text-indent: -9999px;
	margin-left: auto;
	margin-right: auto;
}
		
/****************************************

          Navigation

*****************************************/

#header .menu{
	position: relative;
	bottom: -1px;
	clear: both;
	margin-bottom: 0;
}
	#header div.menu > ul,
	#header ul.menu{
/*		border-left: 1px solid #999;
*/		
		border-top-left-radius: 6px;
		-webkit-border-top-left-radius: 6px;
		-moz-border-radius-topleft: 6px;
	}
	
	#header div.menu > ul > li,
	#header ul.menu > li{
		float: left;
	}

	#header .menu li{
		position: relative;
		border-top: 1px solid #999;
		border-right: 1px solid #999;
		border-bottom: 1px solid #999;
		background-color:#fff;
		margin-right:2px;
			border-left: 1px solid #999;
				
		border-top-left-radius: 6px;
		-webkit-border-top-left-radius: 6px;
		-moz-border-radius-topleft: 6px;		
		border-top-right-radius: 6px;
		-webkit-border-top-right-radius: 6px;
		-moz-border-radius-topright: 6px; 
	}
		#header .menu li a{
			display: block;
			padding: .5em 1em;
			border-bottom: none;
			font-weight:bold;


		}
		#header div.menu > ul > li.current_page_item,
		#header ul.menu > li.current_page_item,
		#header ul.menu > li.menu-item-home {
			border-bottom: 1px solid transparent;
/*			background-color:transparent;
*/	
			background-color:#0a84ff;
			color:#FFFFFF;
		}
		#header div.menu > ul > li.current_page_item a,
		#header ul.menu > li.current_page_item a,
		#header ul.menu > li.menu-item-home a{
			color:#FFFFFF;
		}
		

		#header ul.sub-menu,
		#header ul.children{
			position: absolute;
			left:-1px;
			display: none;
			margin-left: 0;
			width: auto;
			width: 150px;
			border: 1px solid #999;
			background: #eee;
		}
			#header .sub-menu li,
			#header .children li{
				position: relative;
				border: none;
			}

			#header ul.sub-menu ul,
			#header ul.children ul {
				top:-1px;
				left:150px;
			}
				#header .menu li:hover > ul{
					display: block;
				}
/****************************************

          Main

*****************************************/

#main .post,
#main .page,
/*#postheade,*/
#main_Index .post,
#main_width .post,
#main_width .page{
	overflow: hidden;
	margin-bottom: 19px;
	border-bottom: 1px solid transparent;
	background-color:#fdfdfd;	
	border:solid 1px #999999;
	border-radius: 4px;         
	-moz-border-radius: 4px;    
	-webkit-border-radius: 4px; 
	padding:10px;
}
#main .topclass,
#main_Index .topclass,
#main_width .topclass{
	overflow: hidden;
	border-bottom: 1px solid transparent;
	background-color:#fdfdfd;	
	border:solid 1px #999999;
	border-radius: 4px;         /* CSS3 */
	-moz-border-radius: 4px;    /* Firefox */
	-webkit-border-radius: 4px; /* Safari,Chrome */
	padding:6px;
	width:203px;
	height:230px;
	float:left;
	margin:0 8px 8px 0;	
}
			/* 画像表示用
			*/
			.topclassImage {
			  position: relative;  /* 基点を設定 */
			  width: 200px;
			  height: 160px;
			  margin-bottom:10px;
			  padding:0;
			  float:left;
			}
			.topclassImage img {
				width: 200px;
				height: 160px;
				position: absolute; /* 親要素を基点に配置 */
				top: 0;
				left: 0;
				z-index: 1; /* 一番下に配置 */
			  
				outline: 0px solid #ddd;
				border: 0px solid #fff;
				padding: 0px;
				background: #f0f0f0;
				margin:0px;
			}
			.topclassImage a:hover img {
			  opacity: 0.8; /* 透明度80%を指定 */
			  filter: alpha(opacity=80); /* for IE */
			  background: white;
			}
			.topclassImage h2 {
				margin: 0;
				padding: 5px;
				position: absolute;  /* 親要素を基点に配置 */
				bottom: 0;
				left: 0;
				background-color: rgba(77, 77, 77, 1.0); /* 背景黒で透明度50% */
				line-height: 1.5em;
				color: white;
				z-index: 3; /* 一番上に配置 */
				font-size:12px;
				clear:both;
				line-height: 100%;		
			}
			.topclassImage h2 a {
				color: white;
				text-decoration:none;
				border-bottom: 0px solid #2518b5;
				font-weight:bold;
				line-height: 100%;		
				}

			/*タグ用*/
			#main p.indexTag,
			#main_widt p.indexTag{
				color:#000;
				font-size:11px;
				text-decoration:none;
				font-weight:100;
				text-align:right;
			}
			#main p.indexTag a,
			#main_widt p.indexTag a{
				background:#0a84ff;
				color:#FFF;
				text-decoration:none;
				padding:1px 3px;
				border:solid 1px #0a84ff;
				border-radius: 3px;         /* CSS3 */
				-moz-border-radius: 3px;    /* Firefox */
				-webkit-border-radius: 3px; /* Safari,Chrome */
			}



#main p.post-meta,
#main_width p.post-meta{
	margin-top:6px;
	margin-bottom:6px;
	border-top: 1px dashed #fe56aa;
	text-align:right;
	color:#000;
}

.footer-post-meta{
	margin-top: 40px;
	text-align: right;
}
/*続きを読む*/
p.more-link{
	margin-top:10px;
	text-align:right;
	clear:both;
}
p.more-link:before{
clear:both;
}

.css_btn_class {
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #999999;
	padding:9px 18px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	background:-ms-linear-gradient( top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	color:#000000;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
}
	.css_btn_class:hover {
		background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed) );
		background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
		background:-ms-linear-gradient( top, #dfdfdf 5%, #ededed 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
		background-color:#dfdfdf;
	}
	.css_btn_class:active {
		position:relative;
		top:1px;
	}
	

div#postheade .widget{
	margin-bottom: 15px;
}
/****************************************

          Sidebar

*****************************************/

#sidebar h2,
#sidebar_Index h2{
	margin-bottom: 10px;
	font-family: 'Josefin Sans', sans-serif;
	padding-bottom:0.1em;
	border-bottom: 1px dashed #0a84ff;	
}
.widget{
	margin-bottom: 15px;
	clear:both;
	
	border:solid px #999999;
	border-bottom:solid 4px #999999;
	background-color:#fdfdfd;
	border: 1px solid #999;	
	border-radius: 4px;         
	-moz-border-radius: 4px;    
	-webkit-border-radius: 4px; 
	padding:10px;

}


.widget_defo{
	margin-bottom: 10px;
	clear:both;	
	
	border:solid px #999999;
	border-bottom:solid 4px #999999;
	background-color:#fdfdfd;
	border: 1px solid #999;	
	border-radius: 4px;         
	-moz-border-radius: 4px;    
	-webkit-border-radius: 4px; 
	padding:10px;
}

#postheade .widget{
	margin-bottom: 0px;
}

#sidebar .widget ul,
#sidebar_Index .widget ul
{
	padding-left: 0.2em;
	list-style-position: outside;
	list-style-type: disc;
	font-size:0.9em;
}
	#sidebar .widget ul li,
	#sidebar_Index .widget ul li
	{
	margin:0.5em 0 0 0 ;
	padding: 0px 0px 0px 15px;
	background-image:url(images/bulletrbl.png);
	background-repeat: no-repeat;
	background-position:0 5px ;
	}
	
	#sidebar .widget ul#npcatch li{
	background-image:none;
	margin:0.5em 0 0 0 ;
	padding: 0px 0px 0px 0px;
	}
	#sidebar .widget ul#npcatch li{
	background-image:none;
	margin:0.5em 0 0 0 ;
	padding: 0px 0px 0px 0px;

	}	
	#sidebar .widget ul#npcatch li span.title{
		width:185px;	
	}

	
	#sidebar .widget ul.wpp-list li{
		background-image:none;
	margin:0.5em 0 0 9px ;
	padding: 0px 0px 0px 0px;
	}
	#sidebar .widget ul.wpp-list li span.wpp-category{
		content: "\A";
		white-space: pre;
	}

#sidebar-recent-posts li,
#sidebar-popular-posts li{
	margin:20px 0;
}



.sidebar-thumbnail-box{
	float: left;
	width: 75px;
}

.sidebar-recent-posts-title{
	float: right;
	width: 165px;
}
	#sidebar-recent-posts h3,
	#sidebar-recent-posts p,
	#sidebar-popular-posts h3,
	#sidebar-popular-posts p{
		margin: 0;
	}

.tagcloud a{
	white-space: nowrap;
}

/*キーワード検索エリア*/

#sidebar_Index .widget ul.KeyWord li{
	margin:8px 6px 8px 0;
	padding:0;
	background-image:none;
	float:left;
}
#sidebar_Index .widget ul.KeyWord li a{
	border-top: 1px solid #ccc;  
    border-right: 1px solid #999;  
    border-bottom: 1px solid #999;  
    border-left: 1px solid #ccc;  
    padding: 5px 10px;  
    font-weight: bold;  
    cursor: pointer;  
	border-radius: 4px;         /* CSS3 */
	-moz-border-radius: 4px;    /* Firefox */
	-webkit-border-radius: 4px; /* Safari,Chrome */
}

/*かてごりー検索エリア*/

#sidebar_Index .widget ul.Category li{
	margin:8px 6px 20px 0;
	padding:0;
	background-image:none;
}

#sidebar_Index .widget ul.Category li a{
	width:200px;
	padding: 8px 100px 8px 8px;  
	border-top: 1px solid #ccc;  
    border-right: 1px solid #999;  
    border-bottom: 1px solid #999;  
    border-left: 1px solid #ccc;  
    font-weight: bold;  
    cursor: pointer;  
	border-radius: 4px;         /* CSS3 */
	-moz-border-radius: 4px;    /* Firefox */
	-webkit-border-radius: 4px; /* Safari,Chrome */

}
#sidebar_Index .widget ul.Category li a img{
	margin:-5px 4px 0 0;
	vertical-align: middle;
}



/*LinkListエリア*/
div#LinkListMain{
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;
	padding-bottom:0px;
	height:200px;
	width:auto;
	text-align:left;
	overflow: auto;
}
div#LinkListMain p{
	font-size:14px;
	font-weight:bold;
	border-width:0px;
	border-bottom-width:2px;
	border-style:dotted;
	color:#333;
	margin-bottom:4px;
}
div#LinkListMain ul li{
	font-size:12px;
	line-height:1.5em;	
}

/*カレンダー中央そろえ*/
.menuCalender{
	margin:0 auto; 
	text-align:center;
}


/*アドセンス中央そろえ*/
.AdBaner02{
	margin:0 auto; 
	text-align:center;
}


#sidebar_Index .widget ul#npcatch li{
	background-image:none;
}



/****************************************

          Footer

*****************************************/

#copyright{
	padding: 20px 0;
	font-size: 80%;
	clear:both;
}

div.FooterListContent {
	float: left;
	/*background-color: green;*/
	margin: 10px 20px 10px 20px;
	text-align: left;
	color:#333;
}

.footerWidarea{
	float:left;
	width:31%;
	text-align:left;
	padding:10px;
}
/****************************************

          Form

*****************************************/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
		max-width: 100%;

/*	margin: 0;
	margin-bottom: 20px;
	padding: 6px 4px;
	width: 290px;
	outline: none;
	border: 1px solid #999;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #eee;
	color: #777;
	vertical-align: bottom;
	font-size: 13px;
*/}

#comment-area input[type="text"],
#comment-area textarea{
	display: block;
}

textarea {
	overflow: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #ff69b4;
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(255,105,180,1);
 	-moz-box-shadow: 0 0 3px rgba(255,105,180,1);
	box-shadow:  0 0 3px rgba(255,105,180,1);
 	color: #444;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
/*	display: inline-block;
	margin-bottom: 20px;
	padding: 4px 12px;
	padding: 8px 10px;
	border: 1px solid #fe56aa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ff89c4;
	color: #333;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, .75);
	font-weight: bold;
	font-size: 12px;
	line-height: normal;
	cursor: pointer;
*/
	/* Old browsers */
}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
/*	  	border: 1px solid #fe56aa;
		background: #ff89c4;
		color: #fff;
	  	text-shadow: 0 -1px rgba(0, 0, 0, .4);
*/
	}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
/*		position: relative;
		top:1px;
*/	}









/****************************************

          WordPress Misc

*****************************************/

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	margin: 10px;
	padding-top: 4px;
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
}

.wp-caption-text,
.gallery-caption{
	font-size: 80%;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}

img.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em;
}

img.alignleft {
    display: inline-block;
    margin: 0 1.5em 1em 0;
}
.wp_social_bookmarking_light{
	text-align:right;
	background-color:#0F9;
}
/****************************************

          Clearfix

*****************************************/

#container:after,
#header .menu > ul:after,
#header ul.menu:after,
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
}

/* clearfix for ie7 */
#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: inline-block;
}

#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: block;
}


.xClearboth{
	clear: both;
 }
/****************************************

          自動投稿リスト

*****************************************/
ul.rssAutoWriteList {
	list-style: none;
	background-color:#fcfcfc;
	margin-bottom:40px;
}

ul.rssAutoWriteList li{
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cdcdcd;
}
ul.rssAutoWriteList li:first-child {border-top: none;}
ul.rssAutoWriteList li:last-child {border-bottom: none;}
ul.rssAutoWriteList li a {

	text-decoration: none;
}
ul.rssAutoWriteList li a span{
	color:#000;
}

/****************************************

          相互RSS

*****************************************/
div#NewsFeed2 {
	width: 650px;
	height: 150px;
	overflow: auto;
	background-color: #fff;
}	

/****************************************

          アマゾンリンク

*****************************************/


.image-resize a img{
	max-width: 240px;
	max-height: 300px;
}
* html body .image-resize a img {
	width: expression(this.width >= this.height ? "240px" : "auto");
	height: expression(this.width <= this.height ? "300px" : "auto");
}
/*サイドバー用*/
p.thumb{
    float:left; 
    margin:1em 0; 
    margin-right:10px; 
    border:0px solid #999; 
    padding:2px;

}
p.thumb a{ 
    display:block; 
    float:left; 
    width:255px; 
    height:300px; 
    line-height:100px; 
    overflow:hidden; 
    position:relative; 
    z-index:1;
	border-bottom:2px solid transparent; 
}
p.thumb a img{ 
    float:left; 
    position:absolute; 
    top:-20px; 
    left:-80px;
} 
/*Post用*/
p.thumb02{
    float:left; 
    margin:1em 0; 
    margin-right:10px; 
    border:0px solid #999; 
    padding:2px;

}
p.thumb02 a{ 
    display:block; 
    float:left; 
	width:110px; 
    height:120px;
    line-height:110px; 
    overflow:hidden; 
    position:relative; 
    z-index:1;
border-bottom:2px solid transparent; 
}
p.thumb02 a img{ 
    float:left; 
    position:absolute; 
    top:-20px; 
    left:10px;
} 
/*Post用*/
p.thumb03{
    float:left; 
    margin:1em 0; 
    margin-right:10px; 
    border:0px solid #999; 
    padding:2px;
	text-align:center;
}
p.thumb03 a{ 
    display:block; 
    float:left; 
	width:215px; 
    height:200px;
    line-height:110px; 
    overflow:hidden; 
    position:relative; 
    z-index:1;
border-bottom:2px solid transparent; 
margin:0 8px 8px 0;

}
p.thumb03 a img{ 
    float:left; 
    position:absolute; 
    top:-40px; 
    left:-80px;

} 





/****************************************

          更新リスト

*****************************************/
#mainRssPerth{	
    border-spacing: 0;
	text-align:left;
	width:100%;
}
	#mainRssPerth tr th{
		font-size:12px;
		color:#757575;
		padding-left:0.5em;
	}
	#mainRssPerth tr{
		height:50px;
		width:auto;
		border-bottom:solid 1px #ddd;
	}
	tr.trColor{
		background-color:#f6fcfd;
	
	}
table td.tdDate{
	font-size:11px;
	width:4em;
	text-align:left;
	color:#333;
	line-height:1.2em;
}

table td.tdCatgory{
	font-size:11px;
	width:2em;
	text-align:left;
	color:#333;
}
table td.tdTitle{
	font-size:12px;
	width:490px;
	padding-left:2px;
	text-align:left;
	line-height:1.3em;
font-weight:bold;
}
table td.tdSite{
	font-size:10px;
	width:150px;
	padding-left:8px;
	text-align:left;
	line-height:1.3em;
}
/****************************************

     インデックスページページング

*****************************************/
#pageingRss {
   position:relative;
   overflow:hidden;
   width:760px;
   padding:10px 0 10px 0;
   color:#CCC;
   font-weight:bold;
}
#pageingRss ul {
   position:relative;
   left:50%;
   float:left;
}
#pageingRss ul li {
   position:relative;
   left:-50%;
   float:left;
	list-style:none;
	border:solid 1px #ccc;
	margin-left:10px;
	padding:2px 1.2em;
	font-size:14px;
	background-color:#FFFFFF;
}
#pageingRss ul  a:hover li{
	text-decoration:underline;
}	
	
/****************************************

     過去の人気記事自動スクロール

*****************************************/

div.topPopuAreaMain{

	text-align:left;
	float:left;
	width:70%;
}
	
/* 自動スクロールエリア
*/

#wrapper{
}

#vertical-ticker{
	height:60px;
	overflow:hidden;
	margin:0; padding:0;
}

	#vertical-ticker li{
		padding:4px 0px;
		display:block;
		background:#ffffff;
		color:#333;
		border-bottom:1px solid #ddd;
		text-align:left;
		font-size:12px;
		height:1.5em
	}
	
	#vertical-ticker li.trColor{
	background-color:#f6fcfd;

	}
/* --------------------------------------------------
	=31 サイト説明エリア
-------------------------------------------------- */
div#topInfoArea{
	text-align:left;
	float:right;
	width:28%;
	margin-left:2%;
}	
	div#topInfoArea p{
	color:#999999;
	font-size:0.9em;
	line-height:1.2em;
	}
/****************************************

          記事本文デコレーション用

*****************************************/
/* 引用表示用
*/
div.extract{
	background-image: url("http://mondora.matme.info/wp-content/uploads/listBackgroundPattern1.gif");
	border: 1px solid #DCDCDC;
	font-size: 12px;
	padding: 4px;
}



/* 見出し表示
*/
h3.line {
  position: relative;
  color: #fff;
  font-weight:bold;
  background: #008fde;
  margin:0.6em 0 0.6em 0;
  font-size: 20px;
  line-height: 1;
  border :1px solid #008fde;
  padding: 15px 5px 12px 10px;
  border-radius: 3px;
	border-radius: 4px;         /* CSS3 */
	-moz-border-radius: 4px;    /* Firefox */
	-webkit-border-radius: 4px; /* Safari,Chrome */
}
h3 a{
  color: #fff;
}
h3.line:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 30px;
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-top: 10px solid #008fde;
	border-radius: 4px;         /* CSS3 */
	-moz-border-radius: 4px;    /* Firefox */
	-webkit-border-radius: 4px; /* Safari,Chrome */
}

.wpPostinfo{
text-align:right;
  margin:0 0 3em 0;
}
dl{
}
dl dt{
  margin-left:1em;
font-weight:bold;
}
dl dd{
  margin-left:1.2em;
}
img.deco{
    outline: 1px solid #ddd;
    border-top: 1px solid #fff;
    padding: 10px;
    background: #f0f0f0;
}

ul.list li{
	margin-left:2em;
	list-style:disc;
}
/* 画像まとめ記事用
*/
.imgMatome {
  position: relative;  /* 基点を設定 */
  width: 300px;
  height: 240px;
  margin:5px;
  float:left;
}
.imgMatome img {
  width: 300px;
  height: 240px;
  position: absolute; /* 親要素を基点に配置 */
  top: 0;
  left: 0;
  z-index: 1; /* 一番下に配置 */
  
	outline: 0px solid #ddd;
	border: 0px solid #fff;
    padding: 0px;
    background: #f0f0f0;
	margin:0px;
}
.imgMatome a:hover img {
  opacity: 0.8; /* 透明度80%を指定 */
  filter: alpha(opacity=80); /* for IE */
  background: white;
}
#imgMatome h2 {
  margin: 0;
  padding: 10px;
  width: 280px;
  position: absolute;  /* 親要素を基点に配置 */
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5); /* 背景黒で透明度50% */
  color: white;
  z-index: 2;  /* 画像の上に配置 */
  font-size: 100%;
}
.imgMatome p {
  margin: 0;
  padding: 10px;
  width: 280px;
  position: absolute;  /* 親要素を基点に配置 */
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5); /* 背景黒で透明度50% */
  line-height: 1.5em;
  color: white;
  z-index: 3; /* 一番上に配置 */
  font-size: 100%;
}
/****************************************

         ページャー用

*****************************************/

.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}
 
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}
 
.pagination a:hover{
color:#fff;
background: #3279BB;
}
 
.pagination .current{
padding:6px 9px 5px 9px;
background: #3279BB;
color:#fff;
}