@charset "shift_jis";

/* Bacic ----------------------------------------------- */

#wrap{
	background: url(../entry/images/short_wrap_bg.gif) repeat-y;
	width: 650px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
	}
	

/* Header ----------------------------------------------- */

#header{
	width: 650px;
	height: 56px;
	background: url(../entry/images/form_header.gif) no-repeat;
	}

#header a{
	display: block;
	text-decoration: none;
	}

#header h1 a{
	text-indent: -9999px;
	width: 197px;
	height: 26px;
	background: url(../entry/images/form_headerrogo.gif) no-repeat;
	position: absolute;
	top: 18px;
	left: 20px;
	}


/* Contents ----------------------------------------------- */

#contents{
	width: 630px;
	padding: 10px;
	}

#con{
	padding: 10px 20px;
	}

#con p{
	margin-bottom: 13px;
	}

#con p span{
	font-weight: bold;
	}

#con ul{
	margin-left: 18px;
	list-style-type: circle;
	}

#con li em{
	font-weight: bold;
	}

.kome{
	color: #CC0000;
	}

form{
	width: 500px;
	margin: 15px auto;
	}

form table td{
	padding: 5px;
	}

table#btn{
	width: 200px;
	margin: 10px auto;
	padding-bottom: 10px;
	}

table#btn td{
	padding: 3px;
	}

.green{
	color:#06533D;
	}

p#close{
	width: 500px;
	padding: 15px 0 0;
	margin: 10px auto 0;
	text-align: center;
	border-top: dotted 1px #CCCCCC;
	}




/* Footer ----------------------------------------------- */
	
#footer{
	width: 650px;
	height: 96px;
	clear: both;
	background: url(../entry/images/form_footbg.gif) no-repeat bottom;
	}


