@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 #F4EA1C 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 .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:#FBF7E3;
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;
}

.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;
	}

span.styleGlay{
	color:#aaa;
	
}

p.change{

	color:#537BBD;
	margin:5px;
}

a.toPDF{
	display:block;
	margin:8px auto;
	width:220px;
	text-align:center;
	padding:6px 0 3px 0;
	border:1px #09F dotted;
}
a.toPDF:hover{
	border:1px #09F solid;
}

p.Cllect{
	margin:8px 0;
	padding:10px;
	border:1px #EBEBE7 solid;
	line-height:1.6em;
}

/*抽選結果*/
#MainTitleLottery #MenuB{
	position:absolute;
	top:59px;
	left:618px;
	width:340px;
	height:63px;
	}

#MainTitleLottery{
	margin:0;
	padding-top:1px;
	position:relative;
	background:url(../schedule/img/rottery-result.jpg) top left no-repeat;
	width:980px;
	height:130px;	
}
ul.ResultLottery{
	margin:0 auto;
	width:740px;
}

ul.ResultLottery li{
	width:82px;
	float:left;
	margin:5px 0;
	font-weight:normal;
	font-size:1.04em;
	color:#333;
	border-bottom:1px #999 dotted;
	text-align:center;
}

p.Lottery{
	margin:8px 0 8px 8px;
	font-size:1.04em;
}

p.LotteryTitle{
	margin:6px 0 0 5px;
	font-size:1.04em;
	font-weight:bold;
}

/**/
.Seminar2025{
	width:623px;
	margin:10px auto;
	padding:10px 20px;
	border:1px #699 solid;
}
h2.Seminar2025T{
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
	width:420px;
	margin:0 auto;
	margin-bottom:10px;
	color:#FFF;
	background-color:#69C;
	padding:4px 0;
	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;
}









