/* CSS Document */


/*======================================
[1]レイアウトに関する指定
======================================*/

table {font-size: 13px;}

div.table01 { margin-top: 10px; }
div.table01 table  { width: 100%; border-top: 1px solid #ddd; border-left: 1px solid #ccc;  }
div.table01 table th.mds  { padding: 5px; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; background: #cfe5ff; color: #343434; }
div.table01 table th  { padding: 5px; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; background: #cfe5ff; color: #343434; text-align: left; }
div.table01 table td  { padding: 5px; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; }
div.table01 table td div { margin-top: 3px; }
div.table01 table td div span { color: #b94100; }
div.table01 table td span { color: #b94100; }
div.table01 table td.submit_box { text-align: center; }


html,body{
	height:100%;
	}

body{
	background-color: #ffffff;
}

body,h1,h2,h3,h4,h5,h6,h7,p,address{
	margin:0;
	padding:0;
}

#wrapper{
	background-repeat: repeat-y;
	background-position: center;
	width:800px;
	margin:0 auto;
	}

#container{
	margin:0 20px;
	padding-bottom:20px;
	}

#header{
	margin:0 34px;
	text-align: center;
	}

#topmsg{
	font-size:13px;
	text-align: left;
	width:750px;
	margin:10px 10px;
	}

#footernavi{
	height: 20px;
	margin:3px 30px;
	font-size: 10px;
	}

#footernavi li{
	float:left;
	height:30px;
	text-align: center;
	list-style-type: none;
}

#footernavi li a{
	padding:5px;
	display:block;
}



#copyright {
	font-size: 12px;
	margin: 3px;
	text-align: center;
}

#builder{
	color: #c19879;
	font-size: 10px;
	margin: 5px 0px 5px 0px;
	text-align: center;
}

#company_info{
	color: #999999;
	font-size: 10px;
	margin-top: 5px;
	text-align: center;
}




.top_msg{
	text-align: center;
}

.msg{
	margin: 15px 50px 15px 50px;
	text-align: left;
}

.separate{
	margin: 5px -5px 5px 5px;
	}


