*{
	margin: 0px;
	padding: 0px;
}


body{
	text-align: center;
	padding: 0px;
	margin: 0px auto 30px;
	font-size: 13px;
}



table{
	font-size: 13px;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}



img{
	border:none;
	vertical-align: top;
}

a {
	text-decoration:none;
	color:#8e8eff;
}
a:hover {color:#ff0000}


/* ************************************************ 
 *	カレンダーメイン
 * ************************************************ */
div#cal_wr{
	text-align: left;
	width: 700px;
}

h1{
	font: 123% "Times New Roman", Times, serif;
}

/*タイトルテーブル*/
.title{
	text-align: left;
	margin-bottom: 5px;
}

.title td.title_home{
	vertical-align: middle;
	padding-right: 20px;
}



/*月表示テーブル*/
#cal_header{
	margin-bottom: 5px;
	text-align: left;
}
#cal_header td{
	font-family: "Times New Roman", Times, serif;
	text-align: left;
}
#cal_header span{
	font-size: smaller;
}
.cal_year{
	padding-right: 10px;
	font-size: 24px;
}

.cal_month{
	font-size: 18px;
	color: #666699;
}

.cal_back{}

.cal_next{
	padding-right: 25px;
}


/*切替えボタンテーブル*/
.btn{
	text-align: right;
}

input{
	font-size: 11px;
	font-weight: bold;
	padding: 1px 5px;
}
/*アイテムカラー分けボタンテーブル*/
.item_color{
	font-size: 85%;
	font-weight: bold;
}

.item_color td{
	padding-right: 10px;
	text-align: center;
	vertical-align: middle;
}
/*管理ボタン*/
.kanri_btn{
	text-align: right;
}

/*カレンダーメイン表示*/
.main{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background: #999999;
}

.main th,
.main td{
	width: 100px;
}

.main th{
	letter-spacing: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 2px solid #666666;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
.main td{
	padding: 4px;
	font-size: 93%;
	text-align: left;
	vertical-align: top;
	height: 65px;
}

/*カレンダーメイン表示:記事の中身*/
.day{
	font: bolder 123% Georgia, "Times New Roman", Times, serif;
}


.item{
	font-weight: bold;
	display: block;
	margin-top: 5px;
	margin-bottom: 3px;
}

.time{
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}

div.comment{
	border-top: 1px dotted #CCCCCC;
	margin-top: 4px;
	color: #333333;
	padding-top: 4px;
	line-height: 1.4em;
	word-wrap:break-word;
	font-size: 11px;
}


/*カレンダーメインヨコ表示*/
.main_yoko{
	font-size: 12px;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.main_yoko th,
.main_yoko td{
}
.main th{
	letter-spacing: 2px;
	width: 14%;
	padding-top: 5px;
	padding-bottom: 5px;
	font: 16px "Times New Roman", Times, serif;
	border-bottom: 3px solid #666666;
	text-align: center;
}
.main_yoko td{
	text-align: left;
	vertical-align: top;
}




/*カレンダーメインヨコ表示:記事の中身*/
/*日にち*/
.main_yoko td.yoko_day{
	font: bold 13px Geneva, Arial, Helvetica, sans-serif;
	width: 5%;
}

/*曜日*/
.main_yoko td.yoko_week{
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	width: 5%;
	text-align: center;
}


.yoko_item{
	font-size: 13px;
	font-weight: bold;
}
.yoko_time{
	font-size: 10px;
	font-weight: bold;
	padding-left: 10px;
}
div.yoko_comment{
	margin-top: 3px;
	margin-left: 15px;
	color: #333333;
}







/* ************************************************ 
 *	管理画面
 * ************************************************ */

div#kanri{
	width: 90%;
	text-align: center;
	margin: 20px auto;
}

div#kanri table,
div#kanri hr{
	margin: 10px auto;
}

.henko{
	background: #333333;
	width: 90%;
}


.ps{
	padding-top: 10px;
	font-size: 93%;
	font-weight: bold;
	color: #444444;
	line-height: 1.5em;
}

