/*
----------------------------------------------------------------------
author：CANS JAPAN S.U
Last Up Date:2010.2.8
----------------------------------------------------------------------
General Page Structure
----------------------------------------------------------------------
body
|---#container
|		|---FORM	
|---#

----------------------------------------------------------------------
CSS Contents
----------------------------------------------------------------------
1: ResetStyle
2: Layout
3: BasicStyle
4: FORM Style
--- table --- 
--- form 　--- 
--- other　--- 
5: HeaderStyle
6: FooterStyle
7: Clearfix
8: for Win IE 7
9: for Win IE 6


----------------------------------------------------------------------*/


/* 
-----------------------------------------------------------------------
1: ResetStyle
----------------------------------------------------------------------*/

body, div, h1, h2, h3, h4, h5, h6,
p, blockquorte, pre, address,
ul, ol, li, dl, dt, dd,
form, fieldset,
table, th, td {
	margin: 0;
	padding: 0;
	color: #222;
	line-height: 1.0;
	font-family:
		"MS P Gothic",
		"ＭＳ Ｐゴシック",	
		"Hiragino Kaku Gothic Pro W3",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		sans-serif;
	}


table {
	border-collapse: collapse;
	border-spacing: 0; 
	}

/* Win IE 7 */

*:first-child+html * {
	font-family:  "ＭＳ Ｐゴシック", sans-serif;
	}
/* Win IE 6 */

* html * {
	font-family:  "ＭＳ Ｐゴシック", sans-serif;
	}



/* 
-----------------------------------------------------------------------
2: Layout
----------------------------------------------------------------------*/

#container {
	width: 960px;
	margin: 0 auto 15px auto;
	}

#inner {
	width: 960px;
	border-top: 2px solid #7b4d52;
	border-right: 1px solid #e7dbde;
	border-bottom: 2px solid #e7dbde;
	border-left: 1px solid #e7dbde;
	background: #ffe url(../images/rbn.jpg) no-repeat 5px top;
	}
		
#header {
	width: 960px;
	margin-top: 30px;
	margin-left: 5px;
	height: 219px;
	background: url(../images/bcg_header.gif) no-repeat 430px bottom;
	}

#contents {
	width: 960px;
	margin-bottom: 0;
	}

#table {
	width: 700px;
	margin-left: 130px;
	margin-bottom: 70px;
	}

#footer{
	width: 960px;
	margin-bottom: 20px;
	}	
		
	
/* 
-----------------------------------------------------------------------
3: BasicStyle
----------------------------------------------------------------------*/

body {
	font-size: 11pt;
	background: url(../images/bcg_body01.gif) repeat;
	}
	
ul li {
	list-style-type: none;
	}
	
h1 {
	margin-left: 130px;
	}			
	
img {
	border: 0
	}	
	
a:link {
	color: #333;
	text-decoration: none;
	}
a:visited,a:focus {
	color: #333;
	text-decoration: none;
	}
	
a:hover {
	color: #7291b7;
	}

a:active {
	color: #4d6da5;
	}	



/*
-----------------------------------------------------------------------
4: FORM Style
----------------------------------------------------------------------*/	

/* --------     table     -------- */

table {
	width: 700px;
	border: 1px solid #999;
	}
	
th {
	text-align: left;
	text-indent: 5px;
	}	

th,td {
	border: 1px solid #999;
	}
	
.line1 {
	width:180px;
	padding: 5px 3px; 
	background-color: #f3f3f3;	
	}	

.line2 {
	width:500px;
	padding: 5px 3px; 
	}	

	
/* --------     form   -------- */

form {
	width: 700px;
	margin: 0px;
	}
			
input {
	margin: 3px;
	vertical-align: middle;
	}

select {
	margin: 3px;
	border: 1px solid #69c;
	background: #fff;
	font-size: 11pt;
	vertical-align: middle;
	}

#message table {
	border: 0;
	}

#message table tr td {
	border: 0;
	}
		
/* --------     other    -------- */

#jyusyo span {
	margin-top: 6px;
	margin-right: 10px;
	padding-right: 10px;
	width: 150px;
	/*display: block;*/
	float: left;
	text-align: right;
	/*vertical-align: middle;*/
	position: relative;	
	/*border: 1px solid #039;*/
	}

#jyusyo label.txt-check {
	margin-top: 16px;
	width: 300px;
	clear: right;
	text-align: left;
	vertical-align: bottom;
	position: relative;
	}	

#otodoke label {
	margin-top: 6px;
	margin-right: 10px;
	padding-right: 10px;
	width: 150px;
	/*display: block;*/
	float: left;
	text-align: right;
	vertical-align: middle;	
	position: relative;	
	}
	
#otodoke label.txt-check  {
	margin-top: 6px;
	width: 300px;
	clear: right;
	text-align: left;
	vertical-align: middle;	
	position: relative;	

	}	
	
#otodoke label.txt-check2  {
	width: 40px;
	text-align: left;
	}	

		
#verisign {
	/*height: 50px;*/
	line-height: 50px;
	vertical-align: top;
	text-align: center;
	}

#verisign span {
	line-height: 50px;
	vertical-align: -10%;
	}

p.note1 {	
	margin: 10px 10px 0px 10px;
	color: #906;
	}

p.note2 {	
	margin: 10px;
	}
	
#finish p.note2 {
	text-align: center;
	}
	 		
span.th {
	font-weight: normal;
	font-size: 98%;
	}
	
.buttonrow {
	margin-top: 10px;
	margin-left: 230px;
 	}	

.buttonrow2 {
	margin-top: 10px;
	margin-left: 300px;
 	}	
		
/* 
-----------------------------------------------------------------------
5: HeaderStyle
----------------------------------------------------------------------*/
		
#title {
	width: 412px;
	float: left;
	}
#nav {
	width: 590px;
	float: right;
	position: relative;
	top: -230px;
	}
			


/* 
-----------------------------------------------------------------------
6: FooterStyle
----------------------------------------------------------------------*/


#footer ul {
	margin-top: 25px;
	margin-left: 20px;
	font-size: 10pt;
	}
	
#footer ul li {
	float: left;
	height: 20px;
	line-height: 20px;
	background: url(../images/bcg_footer-li.gif) no-repeat left center;
	}

#footer ul li a {
	padding: 5px 25px;
	}

#footer p {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	}
	
#footer p a {
	color: #003;
	}

#footer p a:hover {
	color: #2f2fff;
	}

#copyright p {
	font-size: 11pt;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	}



/* --------     information    -------- */

.info h1 {
	text-align: center;
	position: relative;
	top: -40px;
	}
	
.info dl {
	margin-top: 15px;
	}
.info dt {
	font-weight: bold;
	margin: 20px 0 15px 0;
	}
	
.info dd {
	margin: 5px 0px 5px 20px;
	line-height: 1.5em;
	}		
	
.info dd ul {
	margin-left: 20px;
	}
	
.info dd ul li {
	line-height: 1.5em;
	}		

.info #name {
	margin-top: 30px;
	text-align: right;
	}
	
.info #name p {
	margin: 10px 0;
	}
	
		
/* 
-----------------------------------------------------------------------
7: Clearfix 
----------------------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* 
-----------------------------------------------------------------------
8: for Win IE 7
----------------------------------------------------------------------*/	

*:first-child+html th,td {
	padding: 3px;
	}

*:first-child+html input {
	margin: 2px;
	}
	
	
/* 
-----------------------------------------------------------------------
9: for Win IE 6
----------------------------------------------------------------------*/

	
* html th,td {
	padding: 3px;
	}
		
* html input {
	margin: 2px;
	}
	

