﻿@charset "utf-8";

/* ===================================================================
	Author: aki
=================================================================== */

body {
	color:#231815;
	font-size:80%;
	line-height:150%;
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
	text-decoration:underline;
	color:#231815;
}

a:link {
	text-decoration:underline;
	color:#231815;
}

a:visited {
	text-decoration:underline;
	color:#231815;
}

a:hover {
	text-decoration:none;
	color:#231815;
}

a:active {
	text-decoration:none;
	color:#231815;
}


#side a {
	text-decoration:underline;
	color:#756e6c;
}

#side a:link {
	text-decoration:underline;
	color:#756e6c;
}

#side a:visited {
	text-decoration:underline;
	color:#756e6c;
}

#side a:hover {
	text-decoration:none;
	color:#756e6c;
}

#side a:active {
	text-decoration:none;
	color:#756e6c;
}










#outer{
	background:url(../img/blog/fmdl.gif) left top repeat-y;
	width:906px;
	min-height:1px;
	_height:1px;
	margin:20px auto;
}

#outer-top{
	background:url(../img/blog/ftop.gif) left top no-repeat;
	min-height:1px;
	_height:1px;
}

#outer-btm{
	background:url(../img/blog/fbtm.gif) left bottom no-repeat;
	min-height:1px;
	_height:1px;
}

#outer-inner{
	padding:6px 1px 1px 6px;
}

#header{
	background:url(../img/blog/hbak.gif) left top repeat-x;
	min-height:1px;
	_height:1px;
}

#header h1{
	float:left;
}

#header p{
	float:right;
	display:block;
	padding:50px 15px 0 0;
}

#contents{
	padding:20px 0;
}

#contents-inner{
	background:url(../img/blog/bak.gif) 712px top repeat-y;
	min-height:1px;
	_height:1px;
	padding:10px 20px 10px 25px;
}


#main{
	width:650px;
	float:left;
}

#side{
	width:150px;
	float:right;
}

#side-inner{
	padding:10px 0;
}


#side .widget-content{
	padding:5px 0 30px 10px;
}

#side .widget-content a{
	display:block;
	min-height:1px;
	_height:1px;
	background:url(../img/blog/ic.gif) left 7px no-repeat;
	padding:2px 0 2px 15px;
}

#side .widget-content li li{
	padding:0 0 0 10px;
}

.bbox{
	padding:0 0 20px 0;
}

.bbox .h3box{
	background-color:#dcdfcf;
	min-height:1px;
	_height:1px;
	padding:5px 10px;
}

.bbox .h3box h3{
	float:left;
	font-size:120%;
	line-height:150%;
}

.bbox .h3box p{
	float:right;
}

.bbox .bbody{
	padding:10px 10px 0 10px;	
}

.bbox .bmore{
	padding:10px 10px 0 10px;	
}







#calendar {
    margin: 5px 0 30px 0;
    color: #444444;
}
.calendarhead {
    padding-bottom: 5px;
    font-size: 9px;
    letter-spacing: 0.2em;
}
#calendar table {
    padding: 0;
    border-collapse: collapse;
		table-layout:fixed;
		width:150px;
		border:1px solid #999999;
		background-color:#ffffff;
}
#calendar th {
    text-align: center;
    font-size: 9px;
		border:1px solid #999999;
		padding:2px 0;
}
#calendar td {
		border:1px solid #999999;
    text-align: center;
    font-size: 10px;
		padding:2px 0;
}
.today {
    display: block;
		border:none;
		background:#efefef;
}

#calendar h3{
	text-align:center;
}


#calendar a {
	text-decoration:underline;
	font-weight:bold;
	color:#000000;
}

#calendar a:link {
	text-decoration:underline;
	color:#000000;
}

#calendar a:visited {
	text-decoration:underline;
	color:#000000;
}

#calendar a:hover {
	text-decoration:underline;
	color:#000000;
}

#calendar a:active {
	text-decoration:none;
	color:#000000;
}



#calendar .sunday,
#calendar .holiday,
#calendar .holiday a,
#calendar .holiday a:link,
#calendar .holiday a:visited,
#calendar .holiday a:hover,
#calendar .holiday a:active{
    color: #e50003;
}

#calendar .saturday,
#calendar .saturday a,
#calendar .saturday a:link,
#calendar .saturday a:visited,
#calendar .saturday a:hover,
#calendar .saturday a:active{
    color: #0000ff;
}

