@charset "UTF-8";

/* **************************************
*Since: 2008-09-05
*Modified: 2008-00-00
************************************** */

/* Reset & Restyle
-------------------------------------------------------------------------------*/
html{
	overflow-y:scroll;
}

body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd,li,table,th,td,form,select,option,address,pre,strong,em{
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	font-family:Verdana,sans-serif;
	text-decoration:none;
	line-height:1.5;
	color: #333;
	margin:0;
	padding:0;
}

body{
	font-size:75%;
}

/* ModernBrowsersOnly(notIE7) */
html>/**/body{
	font-size:12px;
}

img{
	border: 0px;
	vertical-align:bottom;
}

ul, ol{
	list-style-type: none;
}

table {
	border: none;
}

th, td {
	padding: 0px;
}

hr{
	visibility:hidden;
}

a{
	color:#666;
}

/* 
-------------------------------------------------------------------------------*/
body {
	text-align:center;
	color:#333;
	margin:0px;
	/*padding:20px 0;*/
	padding:10px 0;
	background:#fff;
}

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

.clear:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clear{ display: inline-block; }
/* exlude MacIE5 \*/
* html .clear { height: 1% }
.clear {display:block;}
/* end MacIE5 */


/* header
-------------------------------------------------------------------------------*/

div#header {
	width:960px;
	margin:10px auto 20px auto;
}

div#header .logo{
	float:left;
}

div#header .privacy{
	float:right;
}

/* maincontent
-------------------------------------------------------------------------------*/

h1 {
	margin:10px 0;
}

h2{
	margin:20px 0 0 0;
}

p {
	text-align:left;
}

p.copy{
	line-height:1.5;
	margin:10px 0;
}

.red{
	color:#9D010E;
}

em{
	font-size:10px;
}

div#maincontent {
	width:960px;
	margin:0 auto;
}

table {
	width:960px;
	margin:10px 0px 20px 0px;
}

table th {
	font-weight:normal;
	vertical-align:top;
	text-align:left;
	width:170px;
	padding:5px;
}

table th.sub{
	background:#000;
	color:#fff;
	padding:5px;
}

table td {
	text-align:left;
	vertical-align:top;
	padding:5px;
}

table .td01{
	background:#F9F9F9;
}

table .td02{
	background:#F0F0F0;
}

input.submit{
	background:url(../images/submit.gif) no-repeat;
	border:0;
	padding:0;
	margin:0;
	width:172px;
	height:48px;
}

input.back{
	background:url(../images/back.gif) no-repeat;
	border:0;
	padding:0;
	margin:0;
	width:172px;
	height:48px;
}

table .area{
	margin:5px 0;
}

.japanese{
	ime-mode:active;
}

.english{
	ime-mode:inactive;
}

/* error
-------------------------------------------------------------------------------*/

ul.error {
	margin:20px 0px 0px 0px;
	text-align:left;
}

ul.error li {
	color:#990000;	
}

ul.error li.btBack {
	margin:30px 0px 0px 0px;
}

/* confirm
-------------------------------------------------------------------------------*/

.str{
	margin:-20px 0 0 0;
	position:relative;
}


/* privacypolicy
-------------------------------------------------------------------------------*/

dl dt{
	font-weight:bold;
	text-align:left;
	margin:15px 0 10px 0;
}

dl dd{
	text-align:left;
	margin:0 0 20px 0;
	line-height:1.8;
}

dl dd ol{
	margin:10px 0;
}

dl dd ol li{
list-style-type:decimal;
margin:2px 0 2px 40px;
}

.mgT20{
	margin:10px  0 0 0;
}


