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

*{
	margin:0;
	padding:0;
	font-family:"MS PGothic", Verdana, Arial, Helvetica, sans-serif;
}
img{
	border:0;
}
body{
	background:url(../images/bg.gif);
}
#header{
	width:1000px;
	background:url(../images/header.png) no-repeat right;
	height:85px;
	margin:0 auto;
	padding:0;
}
#top_img ,#text01 ,#text02 ,#flow{
	width:1000px;
	margin:0 auto;
}
#flow01{
	background:url(../images/flow01.png) no-repeat;
	width:1000px;
	margin:0 auto;
	height:210px;
}
#flow01 p{
	padding-left:125px;
	padding-top:105px;
	font-size:14px;
	font-weight:bold;
	line-height:1.8em;
}
#flow02{
	background:url(../images/flow02.png) no-repeat;
	width:1000px;
	margin:0 auto;
	height:235px;
}
#flow03{
	background:url(../images/flow03.png) no-repeat;
	width:1000px;
	margin:0 auto;
	height:239px;
}
#flow04{
	background:url(../images/flow04.png) no-repeat;
	width:1000px;
	margin:0 auto;
	height:236px;
}
#flow02 p ,#flow03 p ,#flow04 p{
	padding-left:125px;
	padding-top:131px;
	font-size:14px;
	font-weight:bold;
	line-height:1.8em;
}
#tel{
	width:1000px;
	margin:0 auto;
}
#user{
	width:1000px;
	margin:0 auto;
	background-color:#FFF;
	padding-bottom:10px;
}
	#user .title_t{
		margin:10px 20px;
		font-size:16px;
		font-weight:bold;
		color:#F00;
		border-bottom:1px dotted #F00;
		line-height:2em;
	}
	#user p{
		font-size:12px;
		line-height:1.6em;
		padding:0 20px;
	}
		#user p.icon01{
			background:url(../images/icon01.png) no-repeat left top;
			padding-left:90px;
		}
		#user p.icon02{
			background:url(../images/icon02.png) no-repeat left top;
			padding-left:90px;
		}
		#user p.icon03{
			background:url(../images/icon03.png) no-repeat left top;
			padding-left:90px;
		}
		#user p.icon04{
			background:url(../images/icon04.png) no-repeat left top;
			padding-left:90px;
		}
#about{
	background-color:#FFF;
	width:1000px;
	margin:0 auto;
	margin-top:20px;
}
	#about p{
		padding:20px;
		line-height:2em;
		font-size:12px;
	}
	#about table{
		margin:10px;
	}
	#about td{
		padding:8px;
		font-size:14px;
		line-height:1.8em;
	}
	#about th{
		padding:8px;
		color:#FFF;
		font-size:14px;
		line-height:1.8em;
	}
#contact{
	width:1000px;
	margin:0 auto;
	background-color:#FFF;
	padding-bottom:10px;
	margin-top:20px;
}
	#contact p{
		padding:20px;
		font-size:14px;
		font-weight:bold;
		line-height:2em;
	}
.tbl-form {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	width: 600px;
}
#footmenu{
	color: #333;
	font-size: 12px;
	margin: 20px auto;
	text-align: center;
	width: 1000px;
}

#footmenu a{
	color: #333;
	font-size: 12px;
}

#footmenu a:hover{
	color: #f63;
}

form#f{
	background: #f5f5f5;
	border: #ccc 1px solid;
	margin: 10px 65px;
    padding: 20px 0;
}

#progress{
	background: url(../images/progress.png) 0 0 no-repeat;
	height: 60px;
	margin: 0 auto;
	width: 640px;
}
.tbl-form {
    background-position: left bottom;
    background-repeat: no-repeat;
    font-size: 12px;
    margin: 5px auto 0;
    width: 600px;
}
.tbl-form td {
    padding: 5px;
}
.tbl-form-ko {
    border-bottom: 1px dotted #CCCCCC;
    color: #333333;
    font-weight: bold;
    text-align: right;
	font-size: 100%!important;
}
.tbl-form-co {
    border-bottom: 1px dotted #CCCCCC;
}

.tbl-form-co pre {
	width :337px;
    white-space: pre-wrap;
    word-wrap: break-word;
	margin: 0px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.txt-color {
	color: #EB1C24;
}

.buttonpanel{
	margin: 10px;
	text-align: center;
}

.tbl-form-co input, .tbl-form-co select {
	font-size: 1.3em;
	line-height: 1.5em;
}

.tbl-form-co textarea {
	font-size: 1.3em;
	line-height: 1.2em;
}

table span.hint{
	line-height: 2em;
}

.buttonpanel.loading{
	background: url(../images/ajax-loader.gif) center center no-repeat;
	min-height: 32px;
}

#btnConfirm, #btnSubmit, #btnBack{
	border: none;
	border-radius: 6px;
	cursor: pointer;
	display: block;
	display: inline-block;
	font-weight: bold;
	height: 30px;
	padding: 0 10px;
	font-size:16px;
}

#btnConfirm:hover, #btnSubmit:hover, #btnBack:hover{
	background-position: 0 -30px;
}

#btnBack, #btnSubmit{
	display: none;
}

#btnConfirm, #btnSubmit{
	background: url(../images/button_bg.png) 0 0 repeat-x;
	color: #fff;
}

#btnBack{
	background: url(../images/button_bg2.png) 0 0 repeat-x;
	color: #000;
}

#thanks{
	display: none;
	text-align: center;
}
