@charset "utf-8";
/*
Theme Name: カスタム
Theme URI: 
Description: サイトのデザインに合わせてカスタマイズされたテンプレート
Version: 1.0
Author: S_Fujimoto
Author URI: 
Tags: 
*/


/*======================================

	Sub navi
	
=======================================*/
dl.navi {
margin: 0 5px 20px;
width: 180px;
}

/*======================================

	Entry
	
=======================================*/
.entry h3 {
background: url(img/common/s_title.gif);
height: 70px;
line-height: 70px;
text-indent: 40px;
font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
font-weight: normal;
font-size: 131%;
}

.entry h3 a, .entry h3 a:visited {
color: fff;
text-decoration: none;
}
.entry ul.info {
margin: 0 0 20px;
}
.entry ul.info li {
display: inline;
padding: 0.5em 1em 0.5em 1em;
}
.entry ul.reaction {
margin: 10px 0;
}
.entry ul.reaction li{
display: inline;
padding: 0.5em 1em 0.5em 1em;
}
/*======================================

	Calendar Style Module
	
=======================================*/

/*--------------------------------------
	1.Structure
---------------------------------------*/

table.calendar {
	font-size: 82%;
	border: none;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

/*--------------------------------------
	2.前後の月へのリンク
---------------------------------------*/

table.calendar caption {
	text-align: center;
	color: #333;
}

body.double table.calendar caption {
}

table.calendar caption a {
	padding: 0 5px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

table.calendar caption a:hover {
	background-color: #eee;
}

/*--------------------------------------
	3.セル
---------------------------------------*/

table.calendar th, table.calendar td {
	padding: 0;
	border: none;
	line-height: 20px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	text-align: center;
	vertical-align: middle;
	width: 2em;
}

table.calendar th {
	background-color: #333;
}

table.calendar td {
	color: #aaa;
	height: 2;
}

/*--------------------------------------
	4.土日
---------------------------------------*/

table.calendar th.sun {
	color: #fff;
	background-color: #ccc;
}

table.calendar th.sat {
	color: #fff;
	background-color: #ccc;
}

/*--------------------------------------
	5.セル内のリンク
---------------------------------------*/

table.calendar td a {
	display: block;
	height: 2;
	text-decoration: none;
	font-weight: bold;
}

table.calendar td a:link {
	color: #333;
	background-color: #eee;
}

table.calendar td a:visited {
	color: #333;
}

table.calendar td a:hover {
	color: #fff;
	background-color: #999;
}
