@charset "utf-8";

#contents {
	width:1000px;
	height:650px;
	text-align:left;
	background:#fff url("../image/back_a.jpg") no-repeat;
}

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

h2 {
	font-family:serif;
	margin:15px 0 0 10px;
	padding:3px 0 10px 20px;
	background:#b21363;
	width:630px;
	height:9px;
	color:#fff;
	font-size:15px;
	border-bottom: 2px dotted #cc8ea2;
	border-top: 2px dotted #cc8ea2;
}

ul.imglist {
	margin:15px 0 0 0;
	width:700px;
	float:left;
}
ul.imglist li {
	padding:0 0 8px 10px;
	float:left;
}
ul.imglist a,
ul.imglist a:hover,
ul.imglist a:active {
}

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

a {
	color: #b21363;
	text-decoration:none;
}
a:hover,a:active {
	color:#a4c326;
	text-decoration:underline;
}
