@charset "utf-8";
/* CSS Document */
body.div9{
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	-webkit-text-size-adjust: none;
	line-height: 1.5;
	color:#6f4175;
	background:url(../img/bg/bg_body01.gif) repeat-x 0 80px;
}

#main.div8 {
	width:670px;
	margin: 0 auto;
	text-align: left;
	background:#faf7f4;
}

#main.div8 p{
	font-size: 1.2em;
	line-height: 24px;
}

div.div6{
	width:590px;
	margin-left:10px;
     padding: 20px;
     border-radius:4px;
     border:1px solid #cfb18f;
     box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0.4);
	 background-color:#fff;
}
div.div7{
	 width: 380px;
     margin-left: 10px;
     padding: 10px 10px 10px 40px;
     border-radius:4px;
     border:1px solid #cfb18f;
     box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0.4);
	 background-color:#fff;
}
/* --- 新着情報エリア --- */
div.update {
width: 630px; /* 新着情報エリアの幅 */
margin-left:10px;
font-size: 100%;
border-radius:4px;
border:1px solid #cfb18f;
box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0.4);
background-color:#fff;
}



/* --- 新着リスト --- */
div.update dl {
margin: 20px 30px 20px 30px;
}

/* --- 日付エリア --- */
div.update dt {
width: 10em; /* 日付エリアの幅 */
float: left;
padding: 7px 7px; /* 日付エリアのパディング（上右下左） */
line-height: 120%;
}

/* --- 本文エリア --- */
div.update dd {
margin: 0;
padding: 7px 7px; /* 本文エリアのパディング（上右下左） */
border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
line-height: 120%;
}

/* --- clearfix --- */
.clearFixxx:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

.Purple{
	color:#6f4175;
	}
	
.Purple a{
	color:#6f4175;
	}
	
.div7 li{
	list-style-type : disc; 
	}
		