@charset "utf-8";
/*トップページ*/
/*支部名およびリンクメニュー*/
#Wrapper #MainTitle{
	margin:0;
	padding-top:1px;
	position:relative;
	background:url(../schedule/img/shedule-title.jpg) top left no-repeat;
	width:980px;
	height:130px;	
}
/*リンク　支部について　年間予定*/
/*#MainTitle #MenuA{
	position:absolute;
	top:92px;
	left:20px;
	width:300px;
	height:38px;
	}

#MenuA ul{
	margin:0;
	padding:0;
	}
#MenuA ul li{
	float:left;
	margin:0;
	width:146px;
	height:38px;
	}
#MenuA ul li a{
	display:block;
	margin:0;
	width:146px;
	height:38px;
	text-indent:-9999px;
	}
#MenuA ul li.AboutUs a{
	background:url(../schedule/img/about-us.jpg) top left no-repeat;
	}
#MenuA ul li.AboutUs a:hover{
	background:url(../schedule/img/about-us.jpg) bottom left no-repeat;
	}

#MenuA ul li.YearSchedule a{
	background:url(../schedule/img/year-schedule.jpg) top left no-repeat;
	}
#MenuA ul li.YearSchedule a:hover{
	background:url(../schedule/img/year-schedule.jpg) bottom left no-repeat;
	}*/

/*リンク　ホーム　事務局　日本衣料管理協会*/
#MainTitle #MenuB{
	position:absolute;
	top:59px;
	left:618px;
	width:340px;
	height:63px;
	}

#MenuB ul{
	margin:0;
	padding:0;
	}
#MenuB ul li{
	float:left;
	margin:0;
	width:112px;
	height:63px;
	}
#MenuB ul li a{
	display:block;
	margin:0;
	width:112px;
	height:63px;
	text-indent:-9999px;
	}
#MenuB ul li.ToTop a{
	background:url(../common-img/to-top.jpg) top left no-repeat;
	}
#MenuB ul li.ToTop a:hover{
	background:url(../common-img/to-top.jpg) bottom left no-repeat;
	}

#MenuB ul li.ToSociety a{
	background:url(../common-img/to-society.jpg) top left no-repeat;
	}
#MenuB ul li.ToSociety a:hover{
	background:url(../common-img/to-society.jpg) bottom left no-repeat;
	}

#MenuB ul li.ToJasta a{
	background:url(../common-img/to-jasta.jpg) top left no-repeat;
	}
#MenuB ul li.ToJasta a:hover{
	background:url(../common-img/to-jasta.jpg) bottom left no-repeat;
	}

/*メインコンテンツ開始*/
#Wrapper #MainContents{
	margin:20px 0 0 32px;
	padding-top:1px;
	width:930px;	
}

#MainContents #LeftBox{
	float:left;
	width:665px;
	margin:0;
	display:inline;	
	
}

#MainContents #RightBox{
	float:left;
	width:224px;
	margin:0 0 0 30px;
	display:inline;
}


/*左ボックス　行事予定*/
#LeftBox #ScheduleBox{
	margin:1px 0 0 0;
	border:1px #dCdCdC solid;
	padding:10px 20px;
	width:623px;
}
#ScheduleBox h2{
	margin:3px 0 8px 0;
	width:523px;
	background:url(../schedule/img/guide.jpg) top left no-repeat;
	padding:3px 0 1px 100px;
	height:17px;
	border-bottom:1px #A3E2D6 solid;
}

#ScheduleBox ul{
	margin:0;
	width:623px;
}

#ScheduleBox ul li.term{
	margin:6px 0 6px 0;
	width:605px;
	padding:4px 0 0 18px;
	border-bottom:1px dotted #CCCCCC;
	background:url(../schedule/img/dt-s.jpg) top left no-repeat;
}

#ScheduleBox ul li.term a span.account{
	display:block;
	margin:-16px 0 0 550px;
	width:50px;
	height:16px;
	background:url(../schedule/img/to-account-c.jpg) top left no-repeat;
	text-indent:-9999px;
}
#ScheduleBox ul li.term a:hover{
	color:#336699;
}

#ScheduleBox ul li.term a:hover span.account{
	background:url(../schedule/img/to-account-c.jpg) bottom left no-repeat;
}


/*行事予定ブロック－タイトル－ボックス－ボックス内表*/
#LeftBox h3.EventName{
	margin:15px 0 0 0;
	padding:4px 0 0 30px;
	width:635px;
	height:21px;
	background:url(../schedule/img/title-bar.jpg) top left no-repeat;
	font-weight:bold;
}

#LeftBox h3.EventName span{
	font-weight:normal
}

#LeftBox h3.EventName span.NormalRed{
	font-weight:normal;
	color:#C33;
}

#LeftBox .EventBox{
	margin:1px 0 0 0;
	border:1px #dCdCdC solid;
	padding:10px 20px;
	width:623px;
}
.EventBox table.table_design01{
border-collapse:collapse;
border-spacing:0;
margin:5px 0 0 0;
width:623px;
border-top:1px solid #EAEADD;
border-bottom:1px solid #EAEADD;
}

.EventBox table.table_design01 a{
	color:#336699;
	border-bottom:1px dotted #6699CC;
	padding-bottom:2px;
	}
.EventBox table.table_design01 a:hover{
	border-bottom:1px solid #6699CC;
	}
.EventBox table.table_design01 th{
width:60px;
background-color:#EFFCFA;
padding:5px;
text-align:center;
border-bottom:1px solid #EAEADD;
font-size:0.9em;
}
.EventBox table.table_design01 th.th_design02{
background-color:#F9F7F2;
}
.EventBox table.table_design01 th.th_design03{
background-color:#FFFFFF;
border-bottom:1px dotted #E6E4DB;
border-right:1px dotted #E6E4DB;
}


.EventBox table.table_design01 td{
background-color:#ffffff;
padding:5px;
text-align:left;
border-bottom:1px solid #EAEADD;
}

table.table_design01 td span.Block{
 display:block;
 margin:0 0 0 15px;
 width:500px;
}


.EventBox table.table_design01_end{
border-collapse:collapse;
border-spacing:0;
margin:5px 0 0 0;
width:623px;
border-top:1px solid #D8DEE9;
color:#999999;
}

.EventBox table.table_design01_end th{
width:59px;
background-color:#F2F2EE;
padding:5px;
text-align:center;
border-bottom:1px solid #ffffff;
border-right:1px solid #ffffff;
font-size:0.9em;
}

.EventBox table.table_design01_end td{
background-color:#F2F2EE;
padding:5px;
text-align:left;
border-bottom:1px dotted #ffffff;
}

.ToApplication{
	margin:8px 0 5px 535px;
	width:88px;
	height:22px;
}
.ToApplication a{
	display:block;
	margin:0;
	width:88px;
	height:22px;
	background:url(../schedule/img/to-application.jpg) top left no-repeat;
	text-indent:-9999px;
}
.ToApplication a:hover{
	background:url(../schedule/img/to-application.jpg) bottom left no-repeat;
}

.PageTop{
	margin:10px 0 5px 835px;
	width:80px;
	height:25px;
	clear:both;
}

.PageTop a{
	display:block;
	margin:0;
	width:80px;
	height:25px;
	background:url(../common-img/to-top-bt.jpg) top left no-repeat;
	text-indent:-9999px;
}

.PageTop a:hover{
	background:url(../common-img/to-top-bt.jpg) bottom left no-repeat;
}




/*右ボックス　リンクメニュー*/
#RightBox #Proposal{
	width:220px;
	margin:0;
}

#Proposal p.comment{
	margin:5px 0;
	padding:8px;
	border:1px solid #CCCCCC;
}
p.comment a{
	color:#336699;
	border-bottom:1px dotted #6699CC;
	padding-bottom:2px;
	}
p.comment a:hover{
	border-bottom:1px solid #6699CC;
	}



#RightBox #ClaimCard{
	width:220px;
	margin:15px 0 0 0;
}

#ClaimCard p.comment{
	margin:5px 0;
	padding:8px;
	border:1px solid #CCCCCC;
}
#ClaimCard p.comment a{
	color:#336699;
	border-bottom:1px dotted #6699CC;
	padding-bottom:2px;
	}
#ClaimCard p.comment a:hover{
	border-bottom:1px solid #6699CC;
	}


li.term span.fontRed{
	color:#C33;
}

.fRed{
	color:#C33;
}

.fSize{
	font-size:0.9em;
}
/**/
.Seminar2025{
	width:623px;
	margin:10px auto;
	padding:10px 20px;
	border:1px #699 solid;
}
/*2025-12↓*/

.TesKaiTuusin{
	width:640px;
	margin:10px auto;
	padding:10px 10px;
	border:2px #6CC solid;
	display:flex;
}

h2.Seminar2025News{
	background-color:#039;
	color:#FFF;
	text-align:center;
	width:160px;
	padding:5px;
	padding-top:10px;
	border-radius:5px;
}
.TuusinLead{
	padding:0 10px;
}
p.OrderBtBox{
	width:420px;
	margin:0 auto;
	display:flex;
}
a.news2025GuideBt{
	width:200px;
	display:block;
	border:1px #CCC solid;
	text-align:center;
	margin:10px auto 0 auto;
	color:#333;
	padding:3px 0;
	border-radius:4px;
	float:left;
	background-color:#FFF;
	line-height:2.6em;
	
}
a.news2025OrderBt{
	width:200px;
	display:block;
	background-color:#69F;
	text-align:center;
	margin:10px auto 0 auto;
	color:#FFF;
	padding:5px 0;
	border-radius:4px;
	float:left;
	margin-left:20px;
	line-height:1.3em;
}
/*2025-12↑*/
h2.Seminar2025T{
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
	width:460px;
	margin:0 auto;
	margin-bottom:10px;
	color:#FFF;
	background-color:#69C;
	padding:6px;
	border-radius:6px;}

a.Seminar2025Bt{
	width:120px;
	display:block;
	background-color:#09C;
	text-align:center;
	margin:15px auto 0 auto;
	color:#FFF;
	padding:5px 0;
	border-radius:4px;
}
/*2025-8-4*/
.SeminarOpen{
	width:500px;
	margin:20px auto 10px auto;
	padding:20px;
	border:1px #CCC solid;
	
}
.SeminarPlace{
	width:220px;
	float:left;
}
.SeminarPlace a{
	display:block;
	text-align:center;
	background-color:#FFF;
	border:1px #C4DAE8 solid;
	border-radius:6px;
	padding:6px 0;
}

.SeminarWeb{
	width:220px;
	float:left;
	margin-left:16px;
}

.SeminarWeb a{
	display:block;
	text-align:center;
	background-color:#EAF0F7;
	border:1px #9FBFD7 solid;
	border-radius:6px;
	padding:6px 0;
}
p.EndLead{
	text-align:center;
	color:#C30;
	margin:10px 0;
}


.fBlue{
	color:#69C;
}

