@charset "utf-8";

#body_left {
	float:left;
	padding:0 10px;
	margin:0;
	overflow: hidden;
}

#body_left_inner {
	width:240px;
}

#body_right {
	float:right;
	padding:0 10px;
	margin:0;
	overflow: hidden;
}

#body_right_inner {
	width:620px;
	overflow:hidden;
}

#calendar_left_box	{
	background-color:#efefef;
	padding:5px 10px;
	overflow:hidden;
}

#calendar_left_box ul {
	width:220px;
	list-style:outside none none;
	overflow:hidden;
}

#calendar_left_box ul ul {
	width:220px;
	text-align:left;
	list-style:outside none none;
	overflow:hidden;
}

#calendar_left_box ul ul li {
	padding:5px 0px 5px 30px;
	background:url(../images/bg_p-list4_first.gif) no-repeat left;
}

#calendar_left_box ul li.first {
	font-size:14px;
	padding:10px 0px 10px 18px;
	background:url(../images/bg_p-list5_first.gif) no-repeat left top;
}

#calendar_left_box ul li {
	font-size:14px;
	padding:10px 0px 10px 18px;
	background:url(../images/bg_p-list5.gif) no-repeat left top;
}

#news_left_box	{
	background-color:#efefef;
	padding:5px 10px;
	overflow:hidden;
}

#news_left_box ul {
	width:220px;
	list-style:outside none none;
	overflow:hidden;
}

#news_left_box ul li.first {
	font-size:14px;
	padding:10px 0px 10px 18px;
	background:url(../images/bg_p-list_first.gif) no-repeat left top;
}

#news_left_box ul li {
	font-size:14px;
	padding:10px 0px 10px 18px;
	background:url(../images/bg_p-list.gif) no-repeat left;
}

/*------------------------------------------------------------------
カレンダー部分
------------------------------------------------------------------*/

table#calendar	{
	border-collapse:collapse;
	width:580px;
	margin:5px 0 0 10px;
}

table#calendar th	{
	width:90px;
	font-weight:normal;
	text-align:right;
	padding:2px 10px 2px 0;
}

table#calendar td	{
	width:430px;
	padding:2px 0 2px 20px;
}

table#calendar .sunday	{
	background-color:#ffefef;
}

table#calendar .satuaday	{
	background-color:#efffff;
}

div#calender_more	{
	text-align:right;
	width:440px;
	margin:5px 0 0 10px;
}

table#calendar .dup		{
	border-top:1px #cccccc dotted;
	padding-top:3px;
	margin-top:3px;
}


