@charset "UTF-8";


/* ---------------------------------------------------------------------------------------------------- */
/* font */

body {
	font-size: small;
	color: #666;
	font-family: Helvetica, Arial, Sans-serif;
}

h1, h2, h3, h4, h5, h6, input, textarea, table, td, th {
	font-size: 100%;
}

/* ie6 */
* html body {
	font-size: x-small;
}

/* ie7 */
*:first-child+html body {
	font-size: small;
}



/* ---------------------------------------------------------------------------------------------------- */
/* universal */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}



/* ---------------------------------------------------------------------------------------------------- */
/* body */

html {
	overflow-y: scroll;
}

body {
	text-align: center;
}



/* ---------------------------------------------------------------------------------------------------- */
/* headline */

h1, h2, h3, h4, h5, h6 {
	color: #191919;
	letter-spacing: 0.1em;
}



/* ---------------------------------------------------------------------------------------------------- */
/* clear */

.ebox:after, .einner:after, ul.photo:after, .list03:after, .cf:after {
	clear: both;
	display: block;
	content: "";
}

.ebox, .einner, ul.photo, .list03, .cf {
	display: inline-block;
}

/* no macie \*/
.ebox, .einner, ul.photo, .list03, .cf {
	display: block;
}
/* */



/* ---------------------------------------------------------------------------------------------------- */
/* image-title */

#logo, .ght, .ghl li {
	font-size: 2px;
	text-indent: -9998em;
}



/* ---------------------------------------------------------------------------------------------------- */
/* text */

address {
	font-style: normal;
}

.ebox strong {
	color: #191919;
}

.ebox strong.r {
	color: #F30;
}



/* ---------------------------------------------------------------------------------------------------- */
/* list */

ol, ul {
	list-style: none;
}



/* ---------------------------------------------------------------------------------------------------- */
/* table */

table {
	width: 100%;
	border-collapse: collapse;
}

th, td {
	vertical-align: middle;
	text-align: left;
}

th {
	font-weight: normal;
	color: #191919;
	white-space: nowrap;
}

thead td {
	color: #191919;
}

th span {
	color: #666;
}



/* ---------------------------------------------------------------------------------------------------- */
/* image */

img {
	border: none;
	vertical-align: bottom;
}

a img {
	border: none;
}



/* ---------------------------------------------------------------------------------------------------- */
/* link */

a {
	outline: none;
	cursor: pointer;
}


@charset "UTF-8";
/* ---------------------------------------------------------------------------------------------------- */
/* composition */
body {
	text-align: center;
	color: #666;
	background: #480000 url(images/bg-body.jpg) repeat-x left top;
}
#top {
	width: 970px;
	margin: 0 auto;
	background: url(images/bg-container01.gif) repeat-y left top;
}
#top-bg { background: url(images/bg-container02.jpg) no-repeat left top; }
#container {
	width: 950px;
	margin: 0 auto;
}
#container-inner {
	margin: 0 auto;
	width: 850px;
	padding: 50px 0;
	text-align: left;
}
/* ---------------------------------------------------------------------------------------------------- */
/* head */
#head {
	padding: 20px 0 19px 17px;
	text-align: left;
}
/* ---------------------------------------------------------------------------------------------------- */
/* process */
#process {
	margin-bottom: 10px;
	text-align: center;
	background: #e5e5e5;
	padding: .5em;
	border-radius: .25em;
	-moz-border-radius: .25em;
	-webkit-border-radius: .25em;
	letter-spacing: .25em;
}
#process strong { color: #c00; }
/* ---------------------------------------------------------------------------------------------------- */
/* head */
h2 { margin-bottom: 1em; }
/* ---------------------------------------------------------------------------------------------------- */
/* text */
p {
	margin-bottom: 1em;
	line-height: 1.5;
}
p span {
	color: #F00;
	font-weight: bold;
}
/* ---------------------------------------------------------------------------------------------------- */
/* error */
h2.error {
	color: #F00;
	font-size: 200%;
}
p.error {
	color: #F00;
	margin-bottom: 2em;
}
/* ---------------------------------------------------------------------------------------------------- */
/* table */
table {
	margin: 1em 0 2em 0;
	border: 1px solid #CCC;
}
th, td {
	text-align: left;
	padding: 10px 20px;
	border-bottom: 1px solid #CCC;
}
/* th */
th {
	background: #F1F1F1;
	color: #191919;
}
th.re {
	color: #F00;
	text-align: right;
}
/* td */
td {
	border-left: 1px dotted #CCC;
	word-break: break-all;
}
td span {
	color: #8C8C8C;
	display: block;
	margin-bottom: 5px;
}
/* required */
div.submit {
	margin-bottom: 2em;
	text-align: center;
}
div.submit input {
	margin: 0 10px;
	padding: 0.5em 2em;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.btn { margin-top: 2em; }
label { margin-right: 1em; }
label input {
	vertical-align: middle;
	margin-right: 0.5em;
}
/* error */
td .error {
	color: #FFF;
	padding: 2px 10px;
	background: #E50000;
	margin-bottom: 5px;
}
.error input, .error textarea, .error label {
	background: #FFF2F2;
	border: 1px solid #F00;
}
* html .error label { background: none; }
*+html .error label { background: none; }
/* close */
.close {
	background: #000 url(images/bg-foot.jpg) no-repeat 20px center;
	padding: 15px 15px 15px 90px;
	color: #FA0B0B;
	text-align: left;
}
#copyright {
	background: url(images/bg-copyright.jpg) no-repeat left top;
	width: 970px;
	margin: 0 auto;
	height: 96px;
	text-align: center;
	color: #FA0B0B;
}
#copyright p { padding-top: 20px; }
/* error */
/* -------------------------------------------------- */

td div.error {
	color: #FFF;
	padding: 2px 10px;
	background: #E50000;
	margin-bottom: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.error input, .error textarea {
	background: #FFF2F2;
	border: 1px solid #F00;
}
.error label input {
	background: none;
	border: none;
}
* html .error label { background: none; }
*+html .error label { background: none; }
