@charset "utf-8";

/* Safari対策 */

#safari {}

/* fonts */

body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* reset */

html, body, div, span, aplet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input, textarea {
	margin: 0;
	padding: 0;
	font-family:"Lucida Grande",'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,sans-serif,'ＭＳ Ｐゴシック',"MS PGothic";
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: small;
}
ol, ul, dl {
	list-style: none;
}
p {
	margin-bottom: 1em;
}
a {
	text-decoration: none;
	color: #0D68CC;
}
a:hover {
	text-decoration: underline;
}
a:hover img{
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
	opacity: 0.7;
}

/* Win IE 7 */

*:first-child+html * {
	font-family: Meiryo, sans-serif;
	}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img{
	border-width: 0px;
	border-style: none;
	vertical-align: bottom;
}

/* IE <br/> 対策  */

br{
	letter-spacing:0;
}

/* Firefoxスクロールバー対策  */

html{
    height:100%;
	overflow-y:scroll;
}

/* clearfix  */

.clearfix:after {
 content:".";
 display:block;
 clear:both;
 height:0;
 visibility:hidden;
}
.clearfix {
 display:inline-block;
}

/* exlude MacIE5 \*/

* html .clearfix {
 height:1%;
}
.clearfix {
 display:block;
}

/* end MacIE5 */

.clearfix + *{
    clear: both;
}

/* フォームデザイン */

body {
	background: url(../../images/background.jpg) left top #ffffff;
	color: #5b413b;
}
#container {
	width: 640px;
	margin: 0px auto 30px;
}
#header {
	margin-bottom: 20px;
	background: #3a2520;
	position: relative;
	padding: 20px;
}
#header h1{
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
}
#container p.big {
	font-size: 14px;
}
#container p.small {
	font-size: 11px;
	line-height: 1.5em;
}
#container strong span {
	color: #FF0000;
}
#container .error {
	color: #FF0000;
}
#container table {
	margin-bottom: 20px;
	width: 640px;
}
#container table tr.bg th,
#container table tr.bg td {
	background: url(../images/bg_brown.jpg) repeat left top;
}
#container th {
	font-weight: normal;
	text-align: left;
	padding: 10px;
	width: 180px;
	font-weight: bold;
}
#container th span {
	color: #FF0000;
	font-weight: normal;
}
#container td {
	padding: 10px;
}
#container ul.list-select li {
	padding-bottom: 0.4em;
}
#container ul.list-select li input {
	vertical-align: -0.3em;
}
#container ul.list-select li label {
	padding-left: 0.3em;
}
#container .ws,
#container .wm,
#container .wl,
#container select
{
	border: 1px solid #CCCCCC;
	margin: 2px 0px;
	padding: 2px;
}
#container .ws {
	width: 100px;
}
#container .wm {
	width: 270px;
}
#container .wl {
	width: 400px;
}
#container .submit {
	text-align: center;
	background: url(../images/bg_brown.jpg) repeat left top;
	padding: 15px;
}
#container .submit input {
	cursor: pointer;
	padding: 3px 8px;
}
#container .submit input.goback {
	cursor: pointer;
	padding: 0px;
	background: none;
	border: none;
}
#container .submit input.goback:hover {
	border-bottom: 1px solid #555555;
}
#container .copy {
	padding: 40px 0 0 0;
	text-align: center;
}