@charset "utf-8";


body,
div, span, 
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset, input, select, textarea, 
a, p, em, blockquote, 
table, caption, tbody, th, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}



body {
	margin: 0px;
	padding: 0px;
	background-color: #EFEFEF; 
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	border-style: none;
}

p {
	margin: 0;
	padding: 0;
}

ul, ol {
	margin-top: 0em;
	margin-bottom: 1em;
	line-height: 1.35em;
}

em {
	font-weight: bold;
	font-style: normal;
}

a:link    { color: #314A66; text-decoration: underline; }
a:visited { color: #82858B; text-decoration: underline; }
a:hover   { color: #82858B; text-decoration: none; }




.section {
margin-left:20px;
margin-bottom:20px;
padding:10px;
width:400px;
background-color:#f7f7f7;
float:left;
border:1px #777 dotted; 
}



/*------------------------------- テーブル -------------------------------*/

table {
	background-color: #f5f5f5;
	margin-bottom: 15px;
	border-top:1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	width: 548px;
	/*font-size: 0.7em;*/
	color: #333333;
}

.caption {
	padding-top: 0.5em;
	padding-bottom: 0.3em;
	/*font-size: 1.1em;*/
}

.s_table {
	/*font-size: 0.55em;*/
	/*_font-size: 0.6em;*/
	max-width: 530px;
}

th {
	background-color: #888888;
	color: #FFFFFF;
	border-bottom:1px #CCCCCC solid;
	border-right:1px #CCCCCC solid;
	padding: 0.5em;
	font-size:93%; /*font-size: 1.1em;*/
}

.table.s_table th, 
.table.s_table td {
	font-size: 77%;
}

.table.s_table12 th, 
.table.s_table12 td {
	font-size: 93%;
}

.table.s_table11 th, 
.table.s_table11 td {
	font-size: 85%;
}



th a:link  { 
	color:#FFFFFF; 
	text-decoration:underline; 
}

th a:visited { 
	color:#FFFFFF; 
	text-decoration:underline; 
}

th a:hover  { 
	color:#666666; 
	text-decoration:none; 
}


td {
	padding: 0.5em;
	border-bottom:1px #CCCCCC solid;
	border-right:1px #CCCCCC solid;
	background-color: #F5F5F5;
	color: #333333;
	font-size:93%; /*font-size: 1.1em;*/
}

cap {
	background-color: #DDDDDD;
}






