@charset "shift_jis";

/******************************
 default
******************************/

/* general style
------------------------------------------*/
* {
	margin:0;
	padding:0;
	text-decoration: none;
	line-height:1;
	font-size:100%;
	font-style:normal;
	}

html {
	overflow-y:scroll;
	font-size:smaller;
	}

body {font-size:smaller;padding:0 20px 30px}
img {border:0}
table {border-collapse:collapse}
p {line-height:1.5}
.cl {clear:both}
a {overflow:hidden}


/* ALL
------------------------------------------*/
h1 {
	font-size:1.8em;
	margin:20px auto 0;
	text-align:center;
	padding-bottom:15px;
	}

h2 {
	font-size:1.4em;
	margin:20px 0 5px;
	}

p {
	font-size:1.3em;
	line-height:1.4;
	}

.k_naiyou {
	border-collapse:collapse;
	font-size:1.3em;
	width:100%;
	}

.k_naiyou th,
.k_naiyou td {
	border:1px solid #777;
	padding:10px 15px;
	width:50%;
	}

.k_naiyou th {
	background:#EEE;
	font-weight:normal;
	font-size:1.1em;
	letter-spacing:2em;
	}

.k_naiyou td {
	vertical-align:top;
	padding-top:20px;
	}

.k_naiyou ul {
	margin:5px 0 20px;
	list-style:none;
	}

.k_naiyou li {
	line-height:1.2;
	background:url(../zinzaiikusei/syokunou/ico_dot.gif) no-repeat 0 0.55em;
	padding-left:7px;
	margin-top:3px;
	}

.go_back {
	margin-top:50px;
	font-size:1.6em;
	text-decoration:underline;
	}

.fw_nml {font-weight:normal}


/* BUSSINESS
------------------------------------------*/
.bsns_ta,
.human_ta {
	border-collapse:collapse;
	text-align:right;
	margin-bottom:30px;
	}

.bsns_ta th,
.bsns_ta td,
.human_ta th,
.human_ta td {
	font-size:1.2em;
	padding:5px 10px;
	border:1px solid #555;
	line-height:1.5;
	}

.bsns_ta thead,
.human_ta thead {
	background:#EEE;
	text-align:center;
	}

.bsns_ta th,
.human_ta th {
	text-align:center;
	font-weight:normal;
	}

.bsns_ta .total {text-align:center;}
.bsns_ta .name {text-align:left}

.bsns_ta .kei td {
	background:#FFFF99;
	}

.human_ta caption {
	text-align:left;
	font-size:1.2em;
	line-height:1.5;
	} 