/*******************************************************************/
/* 左メニュー */
#left_menu {
	float: left;
	width: 210px;
	_width: 210px;
}

#left_menu a {
	color: #39C;
	font-weight: bold;
}

#left_menu a:visited {
	color: #369;
}

#left_menu a:hover {
	color: #F93;
}
/*******************************************************************/


/*******************************************************************/
/* 左メニューヘッダ */
.left_menu_1st {
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative; 
	width: 100%;
	w\idth: auto;
	
	margin: 1px 0;
	padding: 5px 5px 5px 25px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	background: url(left-menu-hd-bg.gif) no-repeat;
}
/*******************************************************************/


/*******************************************************************/
/* 共通 */
.module {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.left_menu_content {
	position: relative;
	margin: 5px 10px 20px 10px;
	font-size: 12px;
	line-height:130%;
}
/*******************************************************************/


/*******************************************************************/
/* カレンダー */
.left_menu_content table {
	width: 175px;
	border-collapse: collapse;
	font-size: 12px;
}

.left_menu_content th,
.left_menu_content td {
	width: 25px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 1px;
}

.left_menu_content td a {
	display: block;
	background-color: #BCD8ED;
}

.left_menu_content img {
	border: 0px;
}

.move_month{
	width: 85%;
	padding-top: 5px;
}

.hidariyose{
	text-align: left;
	float: left;
}

.migiyose{
	text-align: right;
	float: right;
}
/*******************************************************************/


/*******************************************************************/
/* リスト */
.menu_1st {
	color: #39C;
	margin-top: 7px;
	margin-bottom: 7px;
	padding-left: 15px;
	background: url(arrow-left.gif) 0em 0.5em no-repeat;
}

.menu_2nd {
	color: #39C;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 20px;
	padding-left: 15px;
	background: url(arrow-left.gif) 0em 0.5em no-repeat;
}

.menu_3rd {
	color: #39C;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 25px;
	padding-left: 15px;
	background: url(arrow-left.gif) 0em 0.5em no-repeat;
}
/*******************************************************************/


/*******************************************************************/
/* コメントリスト */
.comment_title {
	margin-top: 7px;
	margin-bottom: 0px;
	padding-left: 15px;
	background: url(arrow-left.gif) 0em 0.5em no-repeat;
}

.comment_name {
	margin-left: 10px;
}

.comment_date {
	margin-left: 20px;
	font-size:80%;
}
/*******************************************************************/


/*******************************************************************/
/* 小さな文字 */
.small_chara {
	font-size:60%;
	color: #000666;
	font-weight: normal; 
}

.small_chara a{
	color: #000666;
	font-weight: normal; 
	text-decoration: none;
}

.small_chara a:visited {
	color: #000666;
	font-weight: normal;
	text-decoration: none;
}

.small_chara a:hover {
	color: #000666;
	font-weight: normal;
	text-decoration: none;
}
/*******************************************************************/
