@charset "UTF-8";


*{margin:0; padding:0;line-height:1.6;}
body {
	color: #333;
	font-size: 12px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, OSAKA, Tahoma,sans-serif;
	background: url(/images/logo.gif) no-repeat 10px 10px;
	border-top: 5px solid #03C;
	padding: 90px 10px 10px;
}
h1,h2 {
	margin: 10px 0;
	font-size: 14px;
	border-left: 5px solid #03C;
	padding-left: 5px;
}
ol,li {list-style:none; padding-left: 5px;}
div#contact table {
	margin-bottom: 15px;
	width: 560px;
	border-collapse: separate;
}
div#contact table th,div#contact table td {
	border-top: 2px solid #FFF;
	padding: 8px 10px;
	vertical-align: top;
}
div#contact table th {
	background-color: #c9d9ff;
}
div#contact table td {
	border-bottom: 1px dashed #999;
}
.red {color:#F00; font-size:14px;}


input {
	font-size: 14px;
	padding: 3px;
}



/*div#contact{
    margin:0;
    padding:0;
    width:100%;
}

div#contact form{
    margin:0;
    padding:0;
}*/

div#contact div.notice{
    background-color:#fcfcfc;
    border:1px solid #c6c6c6;
    margin-bottom:1em;
    padding:1em;
}

div#contact div.error{
    background-color: #fffcfc;
    border:1px solid #ff0000;
    margin-bottom:1em;
    padding:1em;
}

div#contact div.input_error{
    border:1px solid #ff0000;
    margin-bottom:4px;
    background-color: #fffcfc;
    padding:8px;
}

div#contact table{
    margin:0;
    padding:0;
    width:100%;
}

div#contact table th{
    padding:4px;
    white-space:nowrap;
    width:10em;
}

div#contact table td{
    padding:4px;
}

div#contact table,navi{
    margin-top:1em;
}

div#contact table.navi td{
    padding:0;
    text-align:center;
	border: none 0px;
}

div#contact span.required{
    color:#ff0000;
    padding:0 0.5em;
}