@charset "UTF-8";

* {
	margin:0 auto;
	padding:0;
	font-size:12px;
	line-height:17px;
}

body {
	font-weight:normal;
	font:normal 14px "ＭＳ Ｐゴシック";
	text-align:center;
	background-color:transparent;
	color:#efe4cc;
}

img {
	border:none;
}

.item {
	/*width:400px;
	background-color:#EEEEEE;*/
	text-align:left;
	margin:10px auto;
	padding:10px;
}

.item h3 {
	color:#efe4cc;
	padding-left:10px;
	font-size: 16px;
	font-weight: normal;
	border-left:solid 8px #260000;
	border-bottom:solid 1px #260000;
}

.item dt {
	text-align:right;
	font-size:10px;
}

.item dd {
	font-size: 14px;
	padding-left: 0;
	margin-left: 0;
	width: 100%;
	line-height: 1.3;
}

.item a {
	color:#efe4cc;
}

.item a:hover {
	color:e3c88e;
}