@charset "utf-8";
/* CSS Document */

/*///////////////////////////////////////////////////////////


    各ページ用のCSS

//////////////////////////////////////////////////////////*/


/*h2.style1{
	background:url(../images/title_page.gif) no-repeat;
	height:42px;
	text-indent:-9999px;
	margin-bottom:30px;
	margin-top:20px;
	font-size:30px;
	color:#56cafa;
	}*/

.set-bg{	font-family: "メイリオ";
	background:url(../images/bg_main-image.jpg) no-repeat;
	height:203px;
	padding:22px 340px 0 20px;
	font-size:12px;
	line-height:1.6;
	margin-bottom:25px;
	}
	



div#set-bg2 h2{
	padding:0;
	margin:0;
        background:url(../images/title_page.png) no-repeat;
        display:block;text-indent: 150%; text-align:left; white-space:nowrap; overflow:hidden;
        height:110px; width:449px;
        
	}

h3 span{
	color:#b30101;
	margin-left:10px;
	}
	
div#form-area{	font-family: "メイリオ";
	font-size:12px;
	padding-left:20px;
	padding-right:20px;
	margin-top:30px;
	}

div#form-area ul{
	margin:10px 0 30px 0;
	line-height:1.6;
	}

/*  フォームの部分-------------------------------*/

table {	font-family: "メイリオ";
	font-size:12px;
	}

table p{	font-family: "メイリオ";
	font-size:100%;
	}

table td.mark{
	background-color:#d3d7e4;
	color:#ff4646;
	width:30px;
	padding:20px 0 0 5px;
	}
table th.title{
	background:url(../images/dotto.gif) no-repeat left top #d3d7e4;
	padding:20px 0 20px 10px;
	width:170px;
	text-align:left;
	font-weight:bold;
	line-height:1.4;
	display:table-cell;
	vertical-align:top;
        color:#000000;
	}


table td{
	padding:20px;
	background:url(../images/dotto.gif) no-repeat left top;
	line-height:1.4;
	display:table-cell;
	vertical-align:top;
	}

table input.size300{
	width:300px;
	}

table textarea{
	width:100%;
	height:120px;
	}

input.ajast{
	position:relative;
	top:0;
	}

label.ajast{
	position:relative;
	top:-0.2em;
	}
	
.set-border{
	background:url(../images/dotto.gif) repeat-x left bottom;
	padding-bottom:7px;
	}


.ppolicy{
	width:450px;
	height:70px;
        border: solid; 
        border-color: blue;
  	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
        padding: 10px;
	}


/*  確認ボタン-------------------------------*/


.font-red{
	color:#ff4646;
	}
p#btn-check{
	background:url(../images/btn_checks_over.gif) no-repeat;
	width:135px;
	height:59px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

p#btn-check input{
	background:url(../images/btn_checks_off.gif) no-repeat;
	width:135px;
	height:59px;
	border:0;
	cursor:pointer;
	}
p#btn-check input:hover{
	background:url(../images/btn_checks_over.gif) no-repeat;
	}


.submit{
	width:139px;
	height:59px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

.submit{
	background:url(../images/btn_send_off.gif) no-repeat;
	width:139px;
	height:55px;
	border:0;
	cursor:pointer;
}

.submit:hover{
	background:url(../images/btn_send_over.gif) no-repeat;
	}
	

.back{
	width:139px;
	height:59px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

.back{
	background:url(../images/btn_000_off.gif) no-repeat;
	width:139px;
	height:55px;
	border:0;
	cursor:pointer;
}

.back:hover{
	background:url(../images/btn_000_over.gif) no-repeat;
	}
	

/* 動作用追加-------------------------------*/
.style010 {
	font:12px 
	font-weight: bold;
	color: #FF0000;
}

.red{
	color:#ff0000;
}

.red-mark{
	color:#ff4646;
	width:30px;
	padding:20px 0 0 5px;
	}

/* フォーム入力のエラー */

*.FormInputError {		/* フォームチェック・エラー箇所の強調表示 */
	border: solid 1px #000099;
	background-color: #FFFF99;
}
*.FormInputVoid {		/* 入力枠を表示させないフォーム */
	border: solid 0px #FFFFFF;
	background-color: #FFFFFF;
	font-size:11pt;
	font-weight:bold;
	font-family: "メイリオ";
}
*.FormInputVoidToeic {		/* 入力枠を表示させないフォーム Toeic用*/
	border: solid 0px #FFFFFF;
	background-color: #FFFFFF;
	font-size:11pt;
	line-height:1.4;
	font-weight:bold;
	font-family: "メイリオ";
}

*.ErrorMessage {		/* エラーメッセージ */
	color: #FF0000;
	font-weight: bold;}

em{font-weight:bold;
   font-style: normal;

}