@charset "UTF-8";
/* CSS Document */

#workshop_contents {
	width:740px;
	margin:40px auto 20px auto;
}
#workshop_contents h1 {
	margin-bottom:20px;
}

strong{
	font-weight:bold;
}
strong a{
	font-size:12px;
}
a img{
	border:none;
}

.ws_set{
	width:740px;
	margin:0px auto 20px auto;
	background-color:#FFFFFF;
}
.ws_set h3{
	color:#492400;
	font-size:18px;
	font-weight:bold;
	padding:20px 0px 20px 20px;
}
.ws_txt_img{
	width:700px;
	margin:0px auto;
}
.ws_txt{
	width:480px;
	float:left;
}
.ws_txt p{
	margin-bottom:10px;
}
.ws_img{
	width:200px;
	float:right;
}
.ws_img p{
	margin-bottom:10px;
}
.ws_footer{
	clear:both;
	padding-top:10px;
}
.ws_date{
	color:#492400;
	font-size:12px;
	line-height:1.4;
	margin-bottom:10px;
}
.ws_about{
	color:#663366;
	font-size:12px;
	line-height:1.4;
}
.ws_contents{
	margin-top:25px;
	line-height:1.4;
}
.ws_contents h4{
	color:#663366;
	font-size:12px;
	font-weight:bold;
	width:480px;
	border-bottom:#663366 1px dotted;
	margin-bottom:10px;
}