@charset "Shift_JIS";

/************************************


ACC festival 10gakusei form CSS


************************************/

/*  layout  
__________________________*/

body {
}

select {
	width:150px;
}
a img{
	border:0;
}
#header {
	height:56px;
	background:url(../images/logo.gif) no-repeat 20px 20px;
}

#pagetitle {
	margin-bottom:12px;
	border:1px solid #ccc;
}

#form {
	background:#FFF;
	width:700px;
	margin:0 auto;
	border-left:1px solid #666;
	border-right:1px solid #666;
	text-align:left;
}

#main {
	margin:0 20px;
}

#main-inner {
	margin:12px;
	width:634px;
}

.kome {
	width:12px;
	height:12px;
	color:#f66;
	font-size:8px;
}

.attention, .alert {
	color:#F66;
}

/*  table  
__________________________*/

table {
	width:100%;
	margin-bottom:24px;
	background:#ccc;
}

th {
	padding:12px 0;
	font-size:14px;
	font-weight:bolder;
	color:#39c;
	text-align:center;
	background:url(../images/th-bg.png) repeat-x #f0f0f0;
}

td {
	background:#fff;
	padding:12px;
}

td.left {
	width:87px;
	background:#fbfbfb;
	text-align:center;
	font-weight:bolder;
}

td.headline {
	background:#fbfbfb;
	text-align:center;
	font-weight:bolder;
}



/*  form  
__________________________*/

input {
	padding:4px;
}

input.text {
	display:block;
	width:490px;
}
#upfile input{
	width:100%;
}
#theme select,
#school select{
	width:490px;
}
.seimei span {
	width:40px;
	text-align:center;
	display:block;
	float:left;
}

.seimei input {
	float:left;
	width:100px;
}

.radio input {
	margin-right:1em;
	margin-left:2em;
}

.radio.first input {
	margin-left:0;
}

#postal-code span, #phone span {
	margin:0 6px;
}

.btn input,
.btn-back #back,
.btn-submit input,
.btn-print input,
.btn-continue input{
	text-align:center;
	display:block;
	height:40px;
	text-indent:-9999px;
	width:100%;
	background:url(../images/btn06.png) no-repeat center #3cf;
	border:#999 1px solid;
	cursor:pointer;
}

.btn-back{
	width:310px;
	float: left;
}

.btn-back #back{
	background:url(../images/btn-back.png) no-repeat center #3cf;
}

.btn-submit{
	width:310px;
	float: right;
}

.btn-submit input{
	background:url(../images/btn-submit.png) no-repeat center #3cf;
}
.btn-print input{
	background:url(../images/btn-print.png) no-repeat center #3cf;
}
.btn-continue input{
	background:url(../images/btn-continue.png) no-repeat center #3cf;
}

#caption{
	background:#fbfbfb;
	padding:12px;
	border:1px solid #ccc;
	margin-top:20px;
	margin-bottom:20px;
}
#btn-close{
	text-align:right;
}
#btn-close a{
	margin-right:20px;
}
.gakusei_form div.attention{
	color:#333;
}
/*

confirm

___________*/

.body-caption{
	margin-top:12px;
	padding:16px 0;
	font-size:14px;
	color:#F66;
	text-align:center;
	background:url(../images/dot.gif) repeat-x;
}
.error{
	clear:both;
	color:#F00;
}
