/*=============================================================**
Global
**=============================================================*/

body {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-self;
}




/*=============================================================**
Infomation
**=============================================================*/

#blog div.info {
	margin: 0 0 1em;
	border-top: none;
}
#blog div.info h2 {
	background: url("http://hicbc.com/special/blog/makozuba/image/blog-h1-bg.gif") no-repeat 0 0;
	color: #fff;
	font-size: 1.4em;
	line-height: 35px;
	height: 35px;
	margin: 0 0 16px 0;
	padding: 0 0 0 14px;
	font-weight: normal;
	background-color: #19100c;
}
#blog div.info_header h3 {
	font-size: 1.2em;
	line-height: 18px;
	margin: 0 12px 5px; 16px;
	padding: 15px 0 15px 50px;
	background-repeat: no-repeat;
	background-image: url("http://hicbc.com/special/blog/makozuba/image/h2_icon-other.gif");
}
#blog div.info_header div.info_date {
	margin: -16px 1em 16px;
	text-align: right;
}
#blog div.blog_entries_body {
	clear: both;
	margin: 0 12px 8px 16px;
	padding: 0 3px 10px;
}




/*=============================================================**
Social button
**=============================================================*/

#content div.social_btn{
	padding: 1em 0 0;
	text-align: center;
	clear:both;
}

#content div.social_btn table { margin: 0 auto;}
#content div.social_btn table td{border:none;}
.fb-share-button {width: 55px;}
.fb-share-button a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}
.fb-like-button {
	border: medium none;
	height: 20px;
	overflow: hidden;
	width: 124px;
}
.twitter-share-button {width: 120px !important;}
.google-plus-button {width: 60px;}




/*=============================================================**
Pager
**=============================================================*/

#content ul.pager {
	margin-bottom: 22px;
	margin-top:2em;
	text-align: center;
	padding-left:0;
}

#content ul.pager li {
	display: inline;
	font-size: 100%;
	line-height: 1.0em;
	background: none;
	margin: 0px;
	padding: 0px;
}

#content ul.pager li.prev span,
#content ul.pager li.prev a {
	margin-right: 10px;
	padding: 0 13px 0 15px;
	background:url(../img/icon_arrow_l.gif) no-repeat left center;
}

#content ul.pager li.next span,
#content ul.pager li.next a {
	margin-left: 10px;
	padding: 0 15px 0 13px;
	background:url(../img/icon_arrow_r.gif) no-repeat right center;
}
#content ul.pager li.prev a,
#content ul.pager li.next a {
	color: #f10000;
}

#content ul.pager li.index span,
#content ul.pager li.index a {
	padding: 3px 8px;
	background-color: #16006a;
	color: #f10000;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
}

#content ul.pager li.index a:hover,
#content ul.pager li.index span {
	background-color: #75729b;
	color: #f10000;
}

/*--- pager_entry ---*/
#content ul.pager_entry{
	zoom:1;
	overflow:hidden;
}

#content ul.pager_entry li.prev{
	background:url(../img/icon_arrow_l.gif) no-repeat left 6px;
	margin-left:1em;
	padding-left:15px;
	float:left;
	width:40%;
	text-align:left;
}

#content ul.pager_entry li.next{
	background:url(../img/icon_arrow_r.gif) no-repeat right 6px;
	margin-right:1em;
	padding-right:15px;
	float:right;
	width:40%;
	text-align:right;
}

#content ul.pager_entry li.prev a,
#content ul.pager_entry li.next a{
	background:none;
	padding:0;
	line-height:1.4;
}




/*=============================================================**
Calendar
**=============================================================*/

div#calendar-ajax {
	margin: 0 auto;
	text-align: center;
}

div#calendar-ajax div.calendar_head {
	margin: 0.5em auto 1em;
	padding: 0.25em;
	height: 1em;
	width: 195px;
	background-color: #fff;
	font-size: 12px;
}
div#calendar-ajax div.calendar_head div.calendar_month_prev {
	float: left;
	text-align: right;
	width: 20%;
}
div#calendar-ajax div.calendar_head div.calendar_month {
	float: left;
	text-align: center;
	font-weight: bold;
	width: 60%;
}
div#calendar-ajax div.calendar_head div.calendar_month_next {
	float: left;
	text-align: left;
	width: 20%;
}
div#calendar-ajax div.calendar_head a {
	text-decoration: none;
	color: #000000;
}
div#calendar-ajax div.calendar_head a:hover {
	color: #f10000;
}

div#calendar-ajax #calendar_main {
	clear: both;
	margin: 0 auto;
	padding: 0 0 1em;
	width: 195px;
	text-align: center;
	font-size: 14px;
	background-color: #000;
	color: #fff;
}
div#calendar-ajax #calendar_main th {
	padding-bottom: 8px;
	color: #fff;
}
div#calendar-ajax #calendar_main td {
	margin: 0;
	text-align: center;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	color: #fff;
}
div#calendar-ajax #calendar_main td a {
	color: #fff600;
}
div#calendar-ajax #calendar_main td a:hover {
	color: #FF0000;
}
div#calendar-ajax td.today {
	font-weight: bold;
	color: #fff;
}
div#calendar-ajax #calendar_main td.today a {
	color: #fff600;
}
div#calendar-ajax #calendar_main caption {
	background-color: #fff;
}
div#calendar-ajax #links {
	float: center;
}

div#calendar-ajax #links a {
	color: #0fa3ee;
}

div#calendar-ajax #links a:hover {
	color: #85d6ff;
}




/*=============================================================**
Misc.
**=============================================================*/

div#footer address a {
	color: #fff;
}

div#footer address a:hover {
	color: #f00;
}

