@charset "shift-jis";

/* basic
************************************** */
html{ 
	width: 100%;
	height:100%;
	margin: 0px;
	padding: 0px;
}

body {
	width: 90%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 6px;
}

*{
	margin: 0px;
	padding: 0px;
}

table.all {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px;
}

h1  {
	color: #ae6d7c;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

h2 {
	font-size: 14px;
	color: #212121;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0px;
}

.buttons {
	width: 100%;
}

/* table
************************************** */
table{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #333333;
}

table th  {	color: #AB3922;
	background-color: #ededed;
	border-bottom: 1px solid #AB3922;
	padding-top: 7px;
	padding-bottom: 7px;
}

table td {
	padding-top: 2px;
	padding-bottom: 6px;
}


a {
	font-size: 12px;
	color: #2D4A67;
	text-decoration: underline;
}
a:hover {
	font-size: 12px;
	color: #2D4A67;
	text-decoration: none;
}
