@charset "UTF-8";
/* CSS Document */

body {
}

a:link,
a:visited {
	color:#8a5488;
	text-decoration:none;
}
a:hover {
	color:#ba84b8;
	text-decoration:underline;
}

.footer a:link,
.footer a:visited,
.footer a:hover {
	color:#333333;
	text-decoration:none;
}


/*---------------------------*/
/* iframe */
/*---------------------------*/

#news {
	width:100%;
}

#news_contents_wrapper {
	padding:0px;
}

	#news_contents_wrapper .line1 {
		clear:both;
		overflow:hidden;
	}
	#news_contents_wrapper .line1 hr {
		clear:both;
		border:0;
		border-bottom:#cccccc 1px solid;
	}

	#news_contents_wrapper .line1 .news_icon {
		display:block;
		width:180px;
		font-size:12px;
		height:16px;
		line-height:16px;
		padding:5px;
		text-align:center;
		color:#ffffff;
		float:left;
		margin-bottom:5px;
	}

	#news_contents_wrapper .line1 .news_icon:link,
	#news_contents_wrapper .line1 .news_icon:visited {
		text-decoration:none;
	}
	#news_contents_wrapper .line1 .news_icon:hover {
		text-decoration:none;
	}

	#news_contents_wrapper .line1 .allstore {
		background:#228b22;
	}
	#news_contents_wrapper .line1 .allstore:hover {
		background:#52bb52;
	}
	#news_contents_wrapper .line1 .myorenji {
		background:#ff8c00;
	}
	#news_contents_wrapper .line1 .myorenji:hover {
		background:#ffbc30;
	}
	#news_contents_wrapper .line1 .barbar-myorenji {
		background:#aabb22;
	}
	#news_contents_wrapper .line1 .barbar-myorenji:hover {
		background:#ccdd44;
	}
	#news_contents_wrapper .line1 .employment {
		background:#b8860b;
	}
	#news_contents_wrapper .line1 .employment:hover {
		background:#e8b63b;
	}
	#news_contents_wrapper .line1 .centerkita {
		background:#4169e1;
	}
	#news_contents_wrapper .line1 .centerkita:hover {
		background:#7199f1;
	}
	#news_contents_wrapper .line1 .wakabadai {
		background:#FF5457;
	}
	#news_contents_wrapper .line1 .wakabadai:hover {
		background:#FF8487;
	}
	#news_contents_wrapper .line1 .minatomirai {
		background:#001A43;
	}
	#news_contents_wrapper .line1 .minatomirai:hover {
		background:#001A43;
	}
	#news_contents_wrapper .line1 .etc {
		background:#9932cc;
	}
	#news_contents_wrapper .line1 .etc:hover {
		background:#c962fc;
	}

	.news_date {
		padding-left:10px;
		width:110px;
		font-size:14px;
		height:26px;
		line-height:26px;
		float:left;
	}
	.news_text {
		width:100%;
		font-size:14px;
		float:left;
		line-height:1.5;
		margin-bottom:10px;

	}

/*---------------------------*/
/* Single */
/*---------------------------*/
#single {
}

#single_contents_wrapper {
	padding:20px 0px;
}

	#single_contents_wrapper .line1 {
		clear:both;
		overflow:hidden;
		margin-bottom:10px;
	}
	#single_contents_wrapper .line1 .news_icon {
		display:block;
		width:190px;
		font-size:14px;
		height:20px;
		line-height:20px;
		padding:5px;
		text-align:center;
		float:left;
		color:#ffffff;
	}

	#single_contents_wrapper .line1 .allstore { background:#228b22; }
	#single_contents_wrapper .line1 .myorenji { background:#ff8c00; }
	#single_contents_wrapper .line1 .barbar-myorenji { background:#aabb22; }
	#single_contents_wrapper .line1 .employment { background:#b8860b; }
	#single_contents_wrapper .line1 .centerkita { background:#4169e1; }
	#single_contents_wrapper .line1 .wakabadai { background:#FF5457; }
	#single_contents_wrapper .line1 .minatomirai { background:#001A43; }
	#single_contents_wrapper .line1 .etc { background:#9932cc; }

	.single_date {
		padding-left:20px;
		width:110px;
		font-size:14px;
		height:30px;
		line-height:30px;
		float:left;
	}
	.single_text {
		clear:both;
		padding:10px 0;
		width:auto;
		font-size:14px;
		line-height:1.5;
	}
		.single_text .title {
			font-weight:bold;
			padding:0;
			font-size:16px;
			color:#ba84b8;
			line-height:1.5;
			border:0;
			border-bottom:#cccccc 1px solid;
			margin-bottom:15px;
		}
		.single_text ul li {
			margin-left:30px;
		}

/*---------------------------*/
/* Category */
/*---------------------------*/
#category {
}

	#category h2 {
		font-size:18px;
		padding-bottom:5px;
		color:#333333;
		border-bottom:solid 3px #562504;
		margin-bottom:10px;
	}

#category_contents_wrapper {
	padding:20px 0px;
}

	#category_contents_wrapper .line1 {
		clear:both;
		overflow:hidden;
		margin-bottom:10px;
	}
	#category_contents_wrapper .line1 .news_icon {
		display:block;
		width:180px;
		font-size:14px;
		height:20px;
		line-height:20px;
		padding:5px;
		text-align:center;
		float:left;
		color:#ffffff;
	}

	#category_contents_wrapper .line1 .allstore { background:#228b22; }
	#category_contents_wrapper .line1 .myorenji { background:#ff8c00; }
	#category_contents_wrapper .line1 .barbar-myorenji { background:#aabb22; }
	#category_contents_wrapper .line1 .employment { background:#b8860b; }
	#category_contents_wrapper .line1 .centerkita { background:#4169e1; }
	#category_contents_wrapper .line1 .wakabadai { background:#FF5457; }
	#category_contents_wrapper .line1 .minatomirai { background:#001A43; }
	#category_contents_wrapper .line1 .etc { background:#9932cc; }

	.category_date {
		padding-left:20px;
		width:110px;
		font-size:14px;
		height:30px;
		line-height:30px;
		float:left;
	}
	.category_text {
		clear:both;
		border:dotted 1px #cccccc;
		margin:0 0 30px;
		padding:15px;
		width:auto;
		font-size:14px;
		line-height:1.5;
	}
		.category_text .title {
			font-weight:bold;
			padding:0;
			font-size:16px;
			color:#ba84b8;
			line-height:1.5;
			border:0;
			border-bottom:#cccccc 1px solid;
			margin-bottom:15px;
		}
		.category_text ul li {
			margin-left:30px;
		}


/*---------------------------*/
/* PageNavi */
/*---------------------------*/
#page_navi_wrapper {
	width:670px;
	text-align:center;
	margin-bottom:10px;
}
#page_navi_wrapper_top {
	width:100%;
	text-align:center;
}

.wp-pagenavi {
	margin:0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.wp-pagenavi a,
.pages,
.current {
	margin-right: 4px;
	padding: 3px 6px;
	border: 1px solid #ccc;
	background: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
}
.wp-pagenavi a:hover,
.current{
	color: #fff;
	background: #3793ce;
}
