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

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

	contentsBoxHeader

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

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

	chanterCard
	
=================================================*/
/* chanterCard -------------*/
#chanterCard h3 {
	margin-bottom: 20px;
}
#chanterCard h4 {
	margin-top: 20px;
	color: #9A76BE;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#chanterCard p.cap {
	font-size: 83%;
	margin-bottom: 20px;
}
#chanterCard p.title {
	font-size: 116%;
	font-weight: bold;
	color: #9A76BE;
	background-image: url(../_img/chanter_card/img_6.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 24px;
	margin-bottom: 5px;
}
#chanterCard p.in20 {
	margin-left: 20px;
}
#chanterCard p.in40 {
	margin-left: 40px;
}
#chanterCard div.capBox {
	font-size: 116%;
	font-weight: bold;
	color: #9A76BE;
	border: 1px solid #D9CBE7;
	background-color: #EBE4F2;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 30px;
}
#chanterCard p.ex1 {
	margin-top: 10px;
	margin-bottom: 10px;
}


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

	memberAgreement
	
=================================================*/
/* memberAgreement -------------*/
#memberAgreement {}
#memberAgreement h3 {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #C76DC7;
	font-weight: bold;
}
#memberAgreement h3.first {
	margin: 0px;
}
#memberAgreement p {

}
#memberAgreement ul {}
#memberAgreement li {
	margin-left: 2em;
	list-style-type: disc;
}

