@charset "utf-8";
/*-----------------------------------------------------------------------------------------------
	[ css ] [ uni_related_site.css ]
	-----------------------------------------------------------------------------------------------
	author: Lampros co.,ltd. Atsushi Umehara
	url:http://www.lampros.co.jp/
	making day: 0000-00-00
	---------------------------------------------------------------------------------------------*/

@import url(reset.css);
@import url(common.css);

/* ================================================

	contentsBox

=================================================*/

/* contentsBox -------------*/
#contentsBox {
	background-image: url(../_img/related_site/contents_frame_bg_top.jpg);
	background-repeat: no-repeat;
}


/* ================================================

	list

=================================================*/

/* list -------------*/
#contentsBoxInner {}
#contentsBoxInner ul {
	margin-right: 10px;
	margin-left: 10px;
}
#contentsBoxInner li {
	margin-bottom: 10px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #EE64A0;
}
#contentsBoxInner li a {
	border: 1px solid #FCE7F0;
	display: block;
	padding: 10px;
	background-color: #FDEEF4;
	font-weight: bold;
}
#contentsBoxInner li a:hover {
	font-weight: bold;
}

