@charset "utf-8";
/*-----------------------------------------------------------------------------------------------
	[ css ] [ uni_ues_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/use_site/contents_frame_bg_top.jpg);
	background-repeat: no-repeat;
}

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

	contentsBoxHeader

=================================================*/
/* contentsBoxHeader -------------*/
#contentsBoxHeader {}
#contentsBoxHeader h1 {
	float: left;
}


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

	useSite
	
=================================================*/
/* useSite -------------*/
#useSite {}
#useSite h3 {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #F260A1;
	font-weight: bold;
}
#useSite p {
	margin-bottom: 1em;
}
#useSite p.date {
	text-align: right;
}
#useSite p.telNum {
	font-weight: bold;
}
#useSite ul {
	margin-bottom: 1em;
}
#useSite li {
	margin-left: 2em;
	list-style-type: disc;
}

