@charset "utf-8";

/*  ========記事 ======== */

.img {
	width:770px;
	height:410px;
	margin:0 0 0 15px;
	background: url("../img/back.jpg") no-repeat;
}

h2 {
	adding:3px 0 10px 0px;
	margin:0 0 8px 0;
}

h3 {
	color:#823793;
	padding:40px 0 5px 0px;
	margin:0 0 8px 0;
	font-size:18px;
	font-weight:bold;
	font-family: "MS P明朝",細明朝体,serif;
	width:580px;
	border-bottom:1px dotted #5E3991;
	float: left;
}

.ex {
	margin:10px 0;
	width: 580px;
	float: left;
}

.zu {
	width: 185px;
	float: left;
	margin-bottom:30px;
}

.sample {
	padding:0 0 30px 100px;
	width: 480px;
	float: left;
	ackground:#999;
}

dl {
	margin:0px 0 0 15px;
	padding:0px;
	order: 7px #EEEEEE solid;
	width:380px;
	float: left;
}
dl dt {
	float: left;
	width: 80px;
	padding: 1px 0;
	font-weight:bold;
	ext-indent: 1em;
}
dl dd {
	padding: 1px 0 1px 80px;
}

/*  ========リンク ======== */

a {
	color:#5E3991;
	text-decoration:underline;
}
a:hover,a:active {
	color:#5E3991;
	text-decoration:none;
}