@charset "EUC-JP";

@import "./form.css";

/******************************
 * EXAMPLE
 *
 ******************************/
div.example {
	margin-bottom: 20px;
	}
div.example ul {
	margin: 10px 0;
	padding-left: 3em;
	color: #666;
	}
div.example ul li {
	margin-bottom: 5px;
	list-style-image: url(../images/marker_arrow.gif);
	}


/******************************
 * MEMBERSHIP
 *
 ******************************/
dl.membership {
	margin: 0 0 5px 0;
	border: 1px solid #ccc;
	background: #fafafa;
	}
dl.membership dt {
	position: relative;
	left: -1px;
	top: -1px;
	width: 9em;
	padding: 3px 0;
	background: #06c;
	font-weight: bold;
	color: #fff;
	text-align: center;
	}
dl.membership dd {
	margin: 0;
	padding: 5px;
	line-height: 140%;
	}
dl#FULL {
	margin-top: 20px;
	}

ul.entry {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	text-align: right;
	}


/******************************
 * APPLICATE
 *
 ******************************/
p.accept {	
	margin: 20px 0;
	}

ul.applicate {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	}
ul.applicate li {
	display: inline;
	margin: 0 5px;
	}

.button {
	width: 150px;
	}

/******************************
 * NOTICE
 *
 ******************************/
dl.notice {
	margin: 0;
	color: #666;
	}
dl.notice dt {
	margin: 0;
	}
dl.notice dd {
	margin: 0 0 10px 0;
	line-height: 160%;
	}
