@charset "UTF-8";

@import url("structure.css");

/* ======================================

 index.html

======================================= */

/* ======================================

 ##### OVERRIDE #####

======================================= */

#contents
{
	float: none;
	width: 960px;
}

/* ======================================

 main

======================================= */

#contents h2
{
	margin: 0 0 20px;
}
#contents h3
{
	margin: 0 0 5px;
}
#contents .notes
{
	margin: 1em 0;
	color: #F00;
}
#contents table.form
{
	width: 958px;
	margin: 0 auto 20px;
}
#contents table.form th,
#contents table.form td
{
	padding: 5px;
	border: 1px solid #CCC;
}
#contents table.form th
{
	width: 25%;
	background: #E7DCCD;
	font-weight: normal;
}
#contents table.form th .require
{
	margin-left: 0.2em;
	color: #F00;
}
#contents table.form .type label
{
	line-height: 200%;
}
#contents table.form input.full
{
	width: 97%;
}
#contents table.form textarea.full
{
	width: 98%;
}
#contents table.form input.half
{
	width: 50%;
}
#contents table.form input.short
{
	width: 20%;
}
#contents table.form input.tel
{
	width: 4em;
}
#agreement
{
	width: 960px;
	margin: 0 0 20px;
}
#agreement h3
{
	color: #F00;
	font-weight: normal;
}
#agreement iframe
{
	width: 958px;
	height: 10em;
	border: 1px solid #CCC;
}
#buttons
{
	margin: 0 0 10px;
    text-align: center;
}
#buttons li
{
	margin: 0 2px;
    display: -moz-inline-box;/*for FF2*/
    display: inline-block;/*Modern Browser & FF3*/
}
    /* Windows IE6 only */
    * html #buttons li
    {
        display: inline;  
        zoom: 1;
		line-height: 100%;
		padding: 0 3px;
    }
    /* Windows IE7 only */
    *+html #buttons li
    {
        display: inline;
        zoom: 1;
		line-height: 100%;
		padding: 0 3px;
    }
#buttons li img
{
	vertical-align: middle;
}

#contents .thankyou
{
	margin: 8em 0;
	text-align: center;
}
#contents .thankyou p
{
	margin: 0 0 30px;
}
