@charset "utf-8";

/* ----------------------------------------------

	ArtMeter / ENTRY styles
	author   : (C)KAYAC http://www.kayac.com/
	created  : 2007/03/09
	modified : 2007/03/22

---------------------------------------------- */

@import url("/css/common.css");
@import url("form.css");

/* CONTENTS HEAD
---------------------------------------------- */

div#contHead h2#titleRegister {
	background-image: url(/img/entry/ti_entry.gif);
	width: 265px;
	height: 17px;
}




/* entryRuleSection 
---------------------------------------------- */

div#entryRuleSection {
	height: 164px;
	margin: 20px 0;
	padding: 10px;
	border: 2px solid #CCCCCC;
	overflow: scroll;
}

div#entryRuleSection h4 {
	background: #F3F3F3;
	padding: 10px;
	margin-bottom: 15px;
}
div#entryRuleSection h4 span {
	display: block;
	background: url(/img/entry/ti_entry_rule.gif) no-repeat 0 0;
	width: 111px;
	height: 14px;
	text-indent: -9999px;
}

div#entryRuleSection h5 {
	margin: 10px 0;
	padding: 7px 0 7px 10px;
	border-left: 4px solid #333;
	color: #333;
	font-size: 92%;
	font-weight: bold;
}
div#entryRuleSection h5 strong {
	color: #588E03;
	padding-right: 10px;
}
div#entryRuleSection dl dt,
div#entryRuleSection dl dd,
div#entryRuleSection ul li,
div#entryRuleSection ol li,
div#entryRuleSection p {
	margin: 5px 30px;
	font-size: 85%;
}
div#formBtn {
	padding: 0 auto;
	text-align: center;
}
div#formBtn input {
	display: block;
	width: 256px;
	margin: 0 auto 2px;
	padding: 5px;
	text-align: right;
}

div#formBtn a {
	display: block;
	width: 256px;
	margin: 2px auto;
	border: none;
}
div#formBtn a:hover {
	background: none;
}
body#ENTRY div#formBtn img {
	margin:5px auto 0pt;
}
img

/* entry SUCCESS 
---------------------------------------------- */

div#entrySuccess h3 {
	margin: 25px 0;
	color: #F9630D;
	font-weight: bold;
	font-size: 122%;
}
div#entrySuccess strong {
	color: #588E03;
}
div#entrySuccess p{
	margin: 0 60px 15px 0;
}

/* entry mail attention
---------------------------------------------- */
div#mail_attent {
	background-color: #FFFFCC;
	border: 1px solid #FF0000;
	padding: 20px;
font-size:80%;
border:1px solid #09460F;
padding:10px;
}
div#mail_attent .txt_attent {
color:#09460f;
font-weight: bold;
}
