/**
 * 
 * @version 
 * @author 
 */

/** Universal Reset

-----------------------------------------*/
html, body, #wrap {height: 100%;}

body{
	margin: 0;
	padding: 0;
	font-family: Lucida Grande, "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	background-image:url(../images/login/bg_wrapper.png);
	background-repeat:repeat-x;
	background-color:#FFF;
	behavior:url("../../images/global/csshover.htc");
}
* html body {
	font-size: 100%;
}
*+html body {
	font-size: 100%;
}

h1,h2,h3,h4,h5,h6,p,dl,dt,dd{
	margin: 0;
	padding:0;
}
ul,ol,li {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {	
	border: 0;
}

a {
	border: 0;
	color: #333;
	text-decoration:none;
}
a:hover {
	color: #6e6bcf;
}
a:focus {
	-moz-outline-style: none;
}
p{
	line-height:1.65;
}


/** Utility
-----------------------------------------*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
* {margin:0;padding:0;} 


/** Common Layout
-----------------------------------------*/
body > #wrap {height: auto; min-height: 100%;}

#contents{padding-bottom: 50px;}  /* must be same height as the footer */


#contents p{
	font-size:77%;
}
#footer {
	position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	background:#3f4057;
	clear:both;
	padding-top:0.5em;
} 
#footer p{
	width:910px;
	margin:0 auto;
	color:#FFF;
	font-size:66%;
}
#wrap{
	width: 910px;
	margin: 0 auto;
	padding-bottom:40px;
}
p#header{
	margin:0 auto 20px auto;
	width: 910px;
	padding-top:8px;
}
p#lead{
	margin-bottom:2em;
}
table {
	width: 100%;
	margin:0 auto 10px auto;
	font-size: 77%;
	border-collapse:collapse;
	border-spacing:0;
}
table th,
table td {
	padding: 6px;
	background-color: #f6f6f6;
	border-bottom:2px solid #FFF;
	border-right:2px solid #FFF;
	vertical-align:middle;
}
#contents table td p{
	margin:0.4em 0;
	font-size:100%;
}
table th {
	width: 20%;
	padding-right: 1em;
	text-align: right;
	background-color: #f5f5ff;
	font-weight:normal;
}
strong{
	color:#992E22;
	padding:0 0.2em;
	font-size:120%;
}
select{
	vertical-align:middle;
}
table th.required{
	background:url(../images/v6/purple.gif) ;
}
table#site tr th{
	width:11em;
}

table td.left{
	background-color: #f5f5ff;
	vertical-align:middle;
}
table td.howto{
	width:204px;
	vertical-align:middle;
}
table td.howto img{
	margin:15px 0;
}
p.center{
	margin-top:1.5em;
	text-align:center;
}
input.textLong {
	width: 24em;
	margin-right:1em;
}
input.textShort {
	width: 9em;
	margin-right:1em;
}
#infobtn input{
	border:none;
}
.validation-advice {
	color:#992E22;
	font-weight: bold;
	display:inline;
	margin:0.2em 0 0 0;
}

h1{
	margin-bottom:15px;
}
body#faq h1{
	margin-bottom:1px;
}
h2{
	background:url(../images/login/bg_h2.gif) bottom repeat-x;
	border-top:#E6E7E7 1px solid;
	padding:15px 0;
	color:#474865;
	margin:1px 0 20px 0;
	font-size:16px;
}
h3{
	margin-bottom:1em;
}
.subtitle{
	background:url(../images/v6/h3_top.gif) no-repeat top;
	padding-top:7px;
	margin-bottom:15px;
	margin-top:1.5em;
}
.subtitle h4{
	background:url(../images/v6/h3_bottom.gif) bottom no-repeat;
	padding:0 15px 7px 10px;
}
.subtitle h4 span{
	font-size:12px;
	color:#474865;
	border-left:#474865 2px solid;
	padding-left:8px;
}
h5{
	border-left:#8D8CD4 2px solid;
	padding-left:12px;
	font-size:80%;
	color:#333;
	margin:1em 0 0.5em 0;
}
p.nomal{
	margin-bottom:1.5em;
}
p a{
	padding:2px 7px 2px 0;
	color:#6e6bcf;
	font-weight:bold;
}
p a:hover{
	text-decoration:underline;
}

p#btns{
	margin:2em 0;
	text-align:center;
	border-top:#E6E7E7 1px solid;
	padding-top:2em;
}
p#btns a{
	margin:0 1.5em;
}
#contents ol{
	margin:1.5em 0;
}
#contents ol li{
	font-size:77%;
	list-style: decimal;
	margin:0 0 0.5em 1.5em;
}
*html #contents ol li{
	font-size:77%;
	list-style: decimal;
	margin:0 0 0.5em 2em;
}
*+html #contents ol li{
	font-size:77%;
	list-style: decimal;
	margin:0 0 0.5em 2em;
}
/** Form
-----------------------------------------*/
input,
textarea {
	border: 1px solid #c0c0c0;
}
.infobtn input,
input#agree{
	border:none;
}
input:focus,
textarea:focus {
	background-color: #f5f5ff;
}
input.textLong {
	width: 24em;
	margin-right:1em;
}
input.required{
	border: 1px solid #6e6bcf;
}
input.validation-failed{
	border: 1px solid #992E22;
	color : #992E22;
}
input.validation-failed:focus{
	background-color:#fff4f3;
}
#infobtn{
	background:url(../images/global/bg_info.gif) no-repeat;
	height:29px;
	text-align:center;
	margin:30px 0;
	padding:8px 0 8px 0;
}

/** Thanks
-----------------------------------------*/
p#thankyou{
	font-size:15px;
	margin-bottom:1.5em;
}
.kakomi{
	background:url(../images/global/bg_kakomi.gif);
	border:#D4D5D6 1px solid;
	padding:20px;
	margin:20px 0;
}
.linktext	a{
	background:url(../images/global/arrow_mini.gif) right 50% no-repeat;
	padding:2px 7px 2px 0;
	color:#6e6bcf;
	font-weight:bold;
}

/** FaQ page
-----------------------------------------*/
body#faq #contents p{
	margin-bottom:1em;
}
body#faq #contents ul{
	margin-bottom:1em;
}
body#faq #contents #faqlist{
	padding:5px 20px 0 20px;
	border:#D4D5D6 1px solid;
}
body#faq #contents #faqlist ul li{
	font-size:77%;
	margin-left:1em;
}
body#faq #contents #faqlist ul li a{
	color:#6e6bcf;
	background:url(../images/global/arrow_mini.gif) left 0.4em no-repeat;
	padding:2px 0 2px 10px;
}
body#faq #contents #faqlist ul li a:hover{
	text-decoration:underline;
}
body#faq h3{
	font-size:80%;
	margin:1em 0;
	padding:0.4em 0 0.4em 12px;
	border-left:#8d8bcf 3px solid;
	font-weight:bold;
	color:#6B6C6E;
}
.leftbox{
	float:left;
	width:420px;
}
.rightbox{
	float:right;
	width:420px;
}
#contents dl{
	margin:15px 0;
	background-color:#F7F7F7;
	border:#e8e9e9 1px solid;
}
#contents dl dt{
	font-size:80%;
	color:#474865;
	font-weight:bold;
	background:url(../images/v6/questions.gif) left 50% no-repeat;
	padding:0.5em 1em 0.5em 50px;
	border-bottom:#e8e9e9 1px solid;
}
#contents dl dt.topborder{
	border-top:#e8e9e9 1px solid;
}
#contents dl dd{
	padding:0.5em 1em 0.5em 50px;
	background:url(../images/v6/answer.gif) top left no-repeat;
	background-color:#FFF;
}
#contents dl dd ol{
	margin:0;
}
#contents dl dd a{
	color:#6E6BCF;
	font-weight:bold;
}
#contents dl dd p{
	margin-bottom:1em;
	line-height:1.65;
	_padding-right:2em;
}
#contents dl dd strong{
	font-size:100%;
	color:#474865;
}
#contents dl dd ul li{
	font-size:77%;
	line-height:1.65;
	list-style:disc;
	margin-left:1.5em;
	_padding-right:2em;
}
#contents dl dd ul li a:hover{
	text-decoration:underline;
}
#contents dl dd ol li ul{
	margin:0.5em 0;
}
#contents dl dd ul li ul{
	margin:0.5em 0 0 0;
}
#contents dl dd ul li ul li{
	font-size:100%;
}
#contents dl dd ol li ul li{
	font-size:100%;
	margin-bottom:0;
}
table.difference{
	width:600px;
	margin:0;
}
table.difference tr td{
	width:50%;
	padding:0.5em 1em;
}
table.difference tr th{
	font-weight:bold;
	text-align:left;
	padding:0.5em 1em;
}
#contents p.categorytop{
	text-align:right;
}

#contents p.categorytop a{
	padding-left:20px;
	font-weight:normal;
	color:#666;
	background:url(../images/glossaries/arrow_black_up.gif) left 50% no-repeat;
}
#info_caution{
	text-align:center;
	margin:50px 0 1em 0;
}
.infobtn{
	background:url(../images/global/bg_info_light.gif) no-repeat;
	height:29px;
	text-align:center;
	padding:8px 0 8px 0;
}
#leftside p {
	margin-bottom:1em;
}
.downloadlist{
	width:554px;
	float:left;
}
.downloadlist a{
	background:url(../images/global/arrow_mini.gif) right 50% no-repeat;
	padding:2px 7px 2px 1em;
	color:#6e6bcf;
	font-weight:bold;
}
.downloadbox{
	background-color:#EDEDFF;
	width:285px;
	float:right;
	text-align:center;
}
.downloadbox a{
	padding:3 0em 1;
	color: #333333;
	font-weight: normal;
}
.downloadbox a hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.downloadbox a img{
	display:block;
	margin:1em auto;
}
.dotline{
	padding-top:1em;
	margin-top:1em;
	border-top:#c3c4d3 1px dotted;
}