/*
 * Copyright(c) 2007 limitlink, Inc. All Rights Reserved.
 * http://limitlink.jp/
 * License license.txt
 */

/*default class*/
body{
	font-size: 12px;
	margin: 0px;
	line-height: 135%;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
input, textarea{
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
form{
	margin: 0px;
}
A:link, A:active{
	text-decoration: none;
}
A:visited{
	color: #0000FF;
	text-decoration: none;
}
A:hover{
	color: #299ED6;
	text-decoration: underline;
}
A.glay:link, A.glay:visited{
	color: #444444;
}
A.glay:hover{
	color: #299ED6;
	text-decoration: underline;
}
/*custom class*/
.base{
	margin: 0px 20px 0px 20px;
}
.title{
	padding-top: 5px;
	padding-bottom: 3px;
}
.mainmenu{
	width: 100%;
	text-align: center;
	color: #555555;
	background-image: url(img/bg_menu_center.gif);
	background-repeat: repeat-x;
	white-space: nowrap;
}
.mainmenu_left{
	width: 8px;
	background-image: url(img/bg_menu_left.gif);
	background-repeat: no-repeat;
}
.mainmenu_right{
	width: 8px;
	background-image: url(img/bg_menu_right.gif);
	background-repeat: no-repeat;
}
.mainmenu_bar{
	width: 2px;
	background-image: url(img/bg_menu_bar.gif);
	background-repeat: no-repeat;
}
.mainmenu A{
	display: block;
	height: 100%;
	padding: 9px 5px 6px 5px;
	color: #555555;
	text-decoration: none;
	white-space: nowrap;
}
.mainmenu A:hover{
	color: #299ED6;
}
.mainmenu A:visited, .mainmenu A:active{
	color: #555555;
}
.subspace{
	width: 100%;
	background-color: #FFFFFF;
	border-top: solid 1px #D3D3D3;
	border-left: solid 1px #D3D3D3;
	border-right: solid 1px #D3D3D3;
}
.subtitle{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #299ED6;
}
.subtitlebar{
	width: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.center{
	padding: 20px;
	background-color: #FFFFFF;
	border: solid 1px #D3D3D3;
}
.footer {
	padding-top: 7px;
	font-size: 10px;
}
.logout{
	padding-right: 10px;
	font-size: 10px;
	text-align: right;
}
.loginbox{
	width: 200px;
	margin: 150px auto 150px auto;
	padding: 10px 40px 30px 40px;
	background-color: #F0F8E7;
	border: solid 2px #8CBE39;
}
.loginerror{
	padding: 0px 0px 10px 0px;
	color: #FF0000;
}
.searchbox{
	padding-top: 5px;
	padding-bottom: 5px;
}
.sectionmenu{
	padding-bottom: 5px;
}
.sectionmenu td{
	padding-right: 15px;
}
table.list{
	background-color: #FFFFFF;
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
}
table.list td{
	padding: 2px 5px 2px 5px;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
}
table.list th{
	padding: 2px 5px 2px 5px;
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
	background-color: #E3E3E3;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
}
.popup_left{
	width: 8px;
	height: 8px;
	background-image: url(img/popup_left.gif);
	background-repeat: no-repeat;
}
.popup_center{
	height: 8px;
	padding: 5px 10px 3px 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(img/popup_center.gif);
	background-repeat: repeat-x;
}
.popup_right{
	width: 8px;
	height: 8px;
	background-image: url(img/popup_right.gif);
	background-repeat: no-repeat;
}
.closebutton{
	text-align: right;
	background-image: url(img/popup_center.gif);
	background-repeat: repeat-x;
}
.bg_paging{
	height: 25px;
	padding: 0px 5px 0px 5px;
	vertical-align: middle;
	background-image: url(img/bg_paging_center.gif);
	background-repeat: repeat-x;
}
.bg_paging_left{
	width: 5px;
	background-image: url(img/bg_paging_left.gif);
	background-repeat: no-repeat;
}
.bg_paging_right{
	width: 5px;
	background-image: url(img/bg_paging_right.gif);
	background-repeat: no-repeat;
}
#resultPagingView{
	padding: 15px 0px 10px 0px;
}
#resultError{
	color: #FF0000;
}
#indicator{
	width: 50px;
	text-align: center;
	vertical-align: middle;
}
/*schedule class*/
.schedule_title{
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #666666;
}
table.schedule{
	width: 100%;
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
}
table.schedule th{
	width: 14.3%;
	font-weight: normal;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
}
table.schedule td{
	width: 14.3%;
	height: 70px;
	padding: 3px;
	vertical-align: top;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
}
.today{
	background-color: #FFFFAA;
}
.saturday{
	background-color: #EFF8FF;
}
.sunday{
	background-color: #FFCAD2;
}
.activeday{
	background-color: #94D7FF;
}
.schedule_view_chart_time td{
	width: 30px;
}
.schedule_view_chart{
	position: relative;
	height: 50px;
	border-top: solid 1px #CECFCE;
	border-bottom: solid 1px #CECFCE;
	background-image: url(img/bg_schedule_chart.gif);
	background-repeat: repeat-y;
}
.schedule_data_popup{
	position: absolute;
	top: 45px;
	visibility: hidden;
}
.schedule_data_list{
	background-color: #FFFFFF;
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
}
.schedule_data_list td{
	padding: 2px 5px 2px 5px;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
}
table.calendar{
	border-top: solid 1px #CECFCE;
	border-left: solid 1px #CECFCE;
}
table.calendar td{
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	border-right: solid 1px #CECFCE;
	border-bottom: solid 1px #CECFCE;
}
table.calendar th{
	height: 20px;
	font-weight: normal;
	vertical-align: middle;
	border-right: solid 1px #CECFCE;
	border-bottom: solid 1px #CECFCE;
}
.calendar_title{
	width: 150px;
	text-align: center;
}
.calendar A{
	display: block;
	height: 100%;
}
.schedule_subtitle{
	font-weight: bold;
	color: #299ED6;
}
.group_schedule_subtitle{
	font-weight: bold;
	color: #FF4040;
}
A.group_schedule, A.group_schedule:visited{
	color: #FF4040;
	text-decoration: none;
}
A.group_schedule:hover{
	color: #FF0000;
	text-decoration: underline;
}
.popup_schedule_left{
	width: 8px;
	height: 8px;
	background-image: url(img/popup_schedule_left.gif);
	background-repeat: no-repeat;
}
.popup_schedule_center{
	height: 8px;
	padding: 5px 10px 3px 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(img/popup_schedule_center.gif);
	background-repeat: repeat-x;
}
.popup_schedule_right{
	width: 8px;
	height: 8px;
	background-image: url(img/popup_schedule_right.gif);
	background-repeat: no-repeat;
}
.closebutton_schedule{
	text-align: right;
	background-image: url(img/popup_schedule_center.gif);
	background-repeat: repeat-x;
}
.scheduleAddButton{
	padding-top: 10px;
	padding-right: 10px;
}
#resultPopupScheduleData{
	position: absolute;
	visibility: hidden;
}
#scheduleAllButton{
	padding-top: 10px;
}
#popupScheduleUserView{
	position: relative;
}
#popupScheduleUser{
	padding: 10px;
	position: absolute;
	visibility: hidden;
	color: #666666;
	background-color: #FFFFFF;
	border: solid 1px #BDBABD;
	white-space: nowrap;
}
/*forum class*/
table.forum{
	background-color: #FFFFFF;
	border: solid 1px #999999;
}
.forum_title{
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	background-color: #E3E3E3;
	border-bottom: solid 1px #999999;
}
.forum_info{
	padding: 2px 5px 2px 5px;
}
.forum_comment{
	padding: 10px;
}
/*toppage class*/
.toppage_subtitle{
	padding: 5px 10px 5px 10px;
	color: #555555;
	border-top: solid 1px #D3D3D3;
	border-left: solid 1px #D3D3D3;
	border-right: solid 1px #D3D3D3;
	background-image: url(img/bg_toppage.gif);
	background-repeat: repeat-x;
}
.toppage_scheduletitle{
	color: #555555;
	border: solid 1px #D3D3D3;
	background-image: url(img/bg_toppage.gif);
	background-repeat: repeat-x;
}
.toppage_scheduletitle td{
	padding: 5px 10px 5px 10px;
}
.toppage_recent{
	padding: 10px;
	border: solid 1px #D3D3D3;
}
.recentdata{
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
}
.recentdata th{
	font-weight: normal;
	text-align: left;
	background-color: #E3E3E3;
	border-bottom: solid 1px #999999;
}
.recentdata td{
	border-bottom: solid 1px #999999;
}
.userlist td{
	padding: 3px 10px 3px 10px;
}
/*popup class*/
#authError{
	padding-top: 150px;
	padding-bottom: 150px;
	text-align: center;
	color: #FF0000;
	font-weight: bolder;
	background-color: #FFFFFF;
	border: solid 1px #D3D3D3;
}
#popupView{
	position: absolute;
	visibility: hidden;
}
#popupCenter{
	padding: 10px;
	background-color: #FFFFFF;
	border-bottom: solid 1px #999999;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
}
#notownerError{
	padding: 80px 100px 80px 100px;
	color: #FF0000;
	font-weight: bolder;
	background-color: #FFFFFF;
}