@CHARSET "UTF-8";

body {
	font-size: 13px;
	font-family: Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #e6e6e6;
}

/*===== 共通 =====*/
a {
	color: #0000ff;
	text-decoration: none;
	border-bottom: 1px dotted #444444;
}

.amad a {
	border: none;
}

h1 {
	margin: 0;
	padding: 0;
}

h1 a {
	color: #ffffff;
}

h2 {
	font-size: 120%;
	color: #ec9800;
	border-bottom: 1px dashed #808080;
}

h3 {
	font-size: 115%;
	color: #000000;
}


section {
	padding: 5px;
	margin-bottom: 10px;
}

section p {
	margin-left: 10px;
}

section a:hover {
	background-color: #fff09e;
}

table .num {
	text-align: right;
}

/*===== 全体 =====*/
#Top {
	width: 980px;
	margin: 0 auto;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	background-color: #ffffff;
}


table.form td {
	padding: 3px;
	border: 1px solid #cccccc;
}

table.form .aaa {
	width: 200px;
	background-color: #fdca8a;
}

table.form .bbb {
	width: 600px;
	background-color: #ffffff;
}

.tooltip {
	width: 14px;
	height: 14px;
	vertical-align: bottom;
}
/*===== Header =====*/
header {
	padding:10px 5px;
	margin-bottom: 10px;
	background-color: #4d4d4d;
}

/*===== Footer =====*/
footer {
	text-align: center;
	color: #ffffff;
	background-color: #4d4d4d;
}