@charset "Shift-JIS";
/* CSS Document */



/*-----------------------container */

.co_house {
	margin:5px;
	font-size:14px;
	}

.co_submenu {
	text-align:center;
	font-size:80%;
	line-height:145%;
	}

.co_menu_s {
	margin-left:5px;
	font-size:12px;
	line-height:130%;
	}

/*-----------------------table */

.ta_order3 {
	width:100%;
	border-collapse:collapse;
	font-size:85%;
	font-family:Arial, Helvetica, sans-serif;
	}

.ta_order3 th {
	border:solid 1px #999999;
	padding:3px;
	background-color:#FFFFCC;
	}

.ta_order3 td {
	border:solid 1px #999999;
	padding:3px;
	}
	
	
	
	
	
	
	
