@charset "UTF-8";

/*初期化用*/
@import "css/common.css";

/*デザイン用*/
@import "css/pink04-g2.css";

/*印刷用*/
@import "css/print.css";

/*拡張用*/
@import "css/advanced.css";

.entry {
	margin: 8px 0px 12px 20px;
	border: 1px solid #BC36BB;
	width:180px;
	float:left;
	height:333px;
	overflow: auto;
	text-align: center;
	}

.entry_body {
	margin: 5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size: 12px;
	line-height: 170%;
	color: #000000;
	}

.entry h3 {
	background:#BC36BB;
	border-style : solid;
	border-color : #DCDCDC #696969 #696969 #DCDCDC;
	border-width : 1px 2px 2px 1px;
	padding:2px 0px 2px 4px;
	font-size : 12px;
	font-weight:bold;
	margin: 2px;
	color: #fff;
	}
.entry h3 a{ text-decoration: none; }
.entry h3 a:link{ color: #fff; }
.entry h3 a:visited{ color: #fff; }
.entry h3 a:hover{ color: #990000; }
