@charset "utf-8";

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

#body_center {
	float:left;
	width:420px;
	padding:0px;
	margin:0 10px 0 0;
	overflow: hidden;
}

#body_right {
	float:left;
	width:240px;
	padding:0px;
	margin:0;
	overflow: hidden;
}

/*------------------------------------------------------------------
左側部分
------------------------------------------------------------------*/
#body_left #body_left_box	{
	background-color:#efefef;
	width:220px;
	padding:0;
	margin:0;
	overflow:hidden;
}

#body_left_box ul.service_lists	{
	padding:0 0 10px 0;
	margin:0;
	overflow:hidden;
	list-style:none;
}

#body_left_box ul.service_lists li	{
	padding:2px 0 2px 30px;
	margin:0;
	font-size:12px;
}

#body_left_box ul.service_lists li a	{
	padding:0;
	margin:0;
	width:190px;
	overflow:hidden;
}

#body_left_box ul.service_lists li.service_lists001	{
	background:url(../images/p_service-list001.gif) 10px 4px no-repeat;
}

#body_left_box ul.service_lists li.service_lists002	{
	background:url(../images/p_service-list002.gif) 10px 4px no-repeat;
}

#body_left_box ul.service_lists li.service_lists003	{
	background:url(../images/p_service-list003.gif) 10px 4px no-repeat;
}

#body_left_box ul.service_lists li.service_lists004	{
	background:url(../images/p_service-list004.gif) 10px 4px no-repeat;
}

#body_left_box ul.service_lists li.service_lists005	{
	background:url(../images/p_service-list005.gif) 10px 4px no-repeat;
}

#body_left_box ul.service_lists li.service_lists006	{
	background:url(../images/p_service-list006.gif) 10px 4px no-repeat;
}

#body_left_box ul.service_lists li.service_lists007	{
	background:url(../images/p_service-list007.gif) 10px 4px no-repeat;
}

#body_left_box ul.service_lists li.service_lists008	{
	background:url(../images/p_service-list008.gif) 10px 4px no-repeat;
}

#body_left_box ul.service_lists li.service_lists009	{
	background:url(../images/p_service-list009.gif) 10px 4px no-repeat;
}

#body_left_box ul.service_lists li.service_lists010	{
	background:url(../images/p_service-list010.gif) 10px 4px no-repeat;
}

/*------------------------------------------------------------------
お知らせ部分
------------------------------------------------------------------*/

dl#update	{
	width:420px;
}

dl#update dt	{
	float:left;
	clear:left;
	width:80px;
	text-indent:5px;
	list-style-type:none;
	padding-top:0.25em;
	font-size:12px;
}

dl#update dd	{
	list-style-type:none;
	padding-top:0.25em;
	font-size:12px;
}

dl#update dd strong	{
	color:#FF9900;
	font-family:Arial, Helvetica, sans-serif;
}


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

table#calender	{
	border-collapse:collapse;
	width:430px;
	margin:5px 0 0 10px;
}

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

table#calender td	{
	width:335px;
	padding:2px 0 2px 20px;
}

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

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

table#calender2	{
	border-collapse:collapse;
	width:223px;
	margin:0px;
}

table#calender2 th	{
	width:211px;
	font-weight:normal;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	padding:5px;
}

table#calender2 td	{
	width:211px;
	font-size:12px;
	line-height:18px;
	padding:5px;
}

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

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

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

div#news_more	{
	text-align:right;
	margin:0;
	padding:5px 10px 0 0;
}


