@charset "UTF-8";
@import 'common.css';

#CONTENT {
	width: 520px;
	margin: 0px 10px 0px 30px;
}

#CONTENT p {
	font-weight: bold;
	font-size: 13px;
	color: #000000;
}

#CONTENT dl {
	width: 520px;
	margin: 0px;
	height: 100%;
	overflow: hidden;
}
#CONTENT dt {
	color: #A6B52D;
	width: 60px;
	float: left;
	clear: both;
}
#CONTENT dd {
	margin: 0px;
	width: 460px;
	float: left;
}

/* appeal */
#CONTENT .appeal {
	color: #A6B52D;
	margin: 20px 0px;
}

#CONTENT p.attention {
	margin-bottom: 0px;
	color: #444444;
	font-weight: normal;
}
#CONTENT ul {
	list-style: disc;
	margin: 0px;
	padding: 0px 10px 0px 30px;
}

#CONTENT li { list-style: disc; }


#CONTENT dl.apply {
	margin: 30px 0px;
	padding: 10px 0px;
	border-top: dotted 1px #C9C6C5;
	border-bottom: dotted 1px #C9C6C5;
}
#CONTENT .apply dt {
	width: auto;
	color: #444444;
	background-color: transparent;
}
#CONTENT .apply dd {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#CONTENT .button_idea {
	height: 100%;
	overflow: hidden;
}
#CONTENT .button_idea a {
	float: right;
	width: 212px;
	height: 48px;
	display: block;
	background-image: url(/images/common/button_want_on.jpg);
}
#CONTENT .button_idea a:hover img { display: none; }
#CONTENT .button_idea a:hover { zoom: 100%; }
