
/* ----- 協賛店募集スタイル ---- */


/* -- 見出し用スタイル -- */

h3.support {
	background: #f8f8f8 url(../support/images/bg_h_support.gif) repeat-x;
	border: solid 1px #999999;
}

h3.support strong {
	font-size: 120%;
	display: block;
	text-indent: 18px;
	padding: 4px 0 1px 10px;
	background: url(../support/images/bur_support.gif) no-repeat;
}

* html h3.support strong {
	font-size: 100%;
}

*:first-child+html h3.support strong,*+html:first-child h3.support strong {
	font-size: 100%;
}


/* -- トップ用スタイル -- */

table#carryinfo {
	margin: 0 10px;
}

table#carryinfo td {
	padding: 0 9px;
	vertical-align: top;
}

table#carryinfo td ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

table#carryinfo td ul li {
	margin-bottom: 6px;
}

p#entry {
	text-align: center;
	margin: 20px 0 50px;
	padding: 0;
}


/* -- インフォメーション用スタイル -- */

div.carryrule {
	margin-top: 20px;
	border: solid 1px #cccccc;
	padding: 14px 18px;
	margin-bottom: 60px;
}

div.carryrule h4 {
	background: url(../support/images/burette.gif) no-repeat 0 4px;
	padding: 0 8px 0 14px;
	margin: 0 0 5px;
	font-size: 100%;
}

div.carryrule p {
	margin: 0;
}

div.carryrule ul {
	margin: 0 0 20px;
	padding: 0 0 0 18px;
}

div.carryrule ol {
	margin: 5px 0 20px;
	padding: 0 0 0 26px;
}

table#agree {
	margin: 20px auto 5px;
}

table#agree td {
	padding: 0 10px;
}


/* -- フォーム用スタイル -- */

form#registform {
	margin: 10px 4px 50px;
	padding-top: 5px;
}

form#registform label {
	display: block;
	padding: 0 0 5px 12px;
	margin-top: 18px;
	background: url(../support/images/burette.gif) no-repeat 0 4px;
	font-weight: bold;
}

form#registform input,form#registform select,form#registform textarea {
	border: solid 1px #a7a6aa;
	padding: 2px;
}

form#registform h4 {
	background: url(../support/images/head_line.gif) repeat-x bottom left;
	padding: 0 10px 6px;
	margin: 25px 0 15px;
	font-size: 110%;
}

table#checkshp {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #cccccc;
}

table#checkshp td {
	border-collapse: collapse;
	border: solid 1px #cccccc;
	padding: 5px 20px 5px 10px;
}

table#checkshp td td {
	border: none;
	padding: 0;
}

table#checkshp td label {
	display: inline;
	background: none;
	padding: 0;
	font-weight: normal;
}

table#checkshp td textarea {
	width: 100%;
	height: 100px;
	margin: 5px 0;
}

table#formbtn {
	margin: 20px auto 5px;
}

table#formbtn td {
	padding: 0 1px;
}


table#error {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #999999;
	font-size: 110%;
}

table#error th {
	border-collapse: collapse;
	border: solid 1px #999999;
	background: #eeeeee url(../support/images/mark_error.gif) no-repeat 8px center;
	padding: 8px 10px 8px 36px;
	color: #ff0000;
	text-align: left;
}

table#error td {
	border-collapse: collapse;
	border: solid 1px #999999;
	background: #ffffcc;
	padding: 10px 12px;
	color: #ff0000;
}

table#error td ul {
	margin: 5px 0 5px 35px;
	padding: 0;
}


table.check {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #cccccc;
	margin: 0 0 10px;
}

table.check th {
	width: 35%;
	border-collapse: collapse;
	border: solid 1px #cccccc;
	background: #f0f0f0 url(../support/images/burette.gif) no-repeat 10px 50%;
	padding: 8px 10px 8px 22px;
	text-align: left;
}

table.check td {
	border-collapse: collapse;
	border: solid 1px #cccccc;
	padding: 10px 12px;
}

table.check caption {
	padding: 8px 2px 4px;
	text-align: left;
	font-size: 110%;
	font-weight: bold;
}

p#gototop {
	text-align: center;
	margin: 10px 0 50px;
	padding: 0;
}


