@charset "shift-jis";
/* CSS Document */


/* ========================================================
	session.css => ワークショップ用css
======================================================== */

#workshop {
	width:880px;
	margin:15px auto 0px auto;
	}
	
#workshop h1 {
	margin-top:0px;
	margin-bottom: 30px;
	}

#workshop h2 {
	margin-top:0px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2C005F;
	padding-bottom:5px;
	}

#workshop div.menu_area {
	width:860px;
	margin:0px auto 40px auto;
	}


#workshop div.menu_area h3 {
	background-image: url(../../common/image/koumoku_bg.gif);
	background-repeat: no-repeat;
	width:860px;
	height:30px;
	
	color: #2C005F;
	font-size: 18px;
	padding-left: 10px;
	padding-top: 5px;
	margin-bottom:0px;
}


#workshop div.menu_area p.txt {
	font-size: 14px;
	line-height:24px;
	margin-left: 5px;
	margin-right: 30px;
	}

#workshop div.menu_area dl {
	margin-bottom:0px;
	margin-top:15px;
	}

#workshop div.menu_area dl dt {
	color: #2C005F;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
}

#workshop div.menu_area dl dd {
	font-size:14px;
	margin-bottom: 10px;
	margin-left: 5px;
	line-height:22px;
}

#workshop div.menu_area p.toiawase {
	color: #2C005F;
	font-size:14px;
	margin-left:5px;
	margin-top:20px;
}


#workshop div.menu_area p.toiawase a {
	color: #2C005F;
	text-decoration: none;
}
#workshop div.menu_area p.toiawase a:link,
#workshop div.menu_area p.toiawase a:visited {
	text-decoration: underline;
}
#workshop div.menu_area p.toiawase a:hover,
#workshop div.menu_area p.toiawase a:active {
	text-decoration: none;
	color: #2C005F;
}

/*#workshop p {
	margin-top:100px;
	margin-bottom: 100px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: #2C005F;
}*/