* {
	font-family: "ＭＳ Ｐゴシック"
}

div#container {
	width: 100%;
	margin: auto;
	max-width:728px;
	border: 1px solid #CCCCFF;
	font-size: 14px;
	background-color:#FFFFFF;
}

div.content {
	width:100%;
	margin: auto;
	max-width:728px;
}

div.title {
	text-align: center;
	width:100%;
	margin: 0px;
	padding: 0px;
}

table.input_table2 {
	width: 100%;
	margin: auto;
	max-width:520px;
}

table.input_table {
	width: 100%;
	margin: auto;
	max-width:520px;
	border-collapse: collapse;
}

table.input_table th {
	width: 180px;
	padding:5px;
	background-color:#ffbb55;
	color:#ffffff;
	border:1px solid #888888;
}

table.input_table td {
	border:1px solid #888888;
	background-color:#ffffcc;
	font-size: 13px;
	padding: 5px;
}

table.my_table {
	width: 100%;
	max-width: 680px;
	border-collapse: collapse;
	border:1px solid #888888;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 13px;
}

table.my_table th {
	background-color: #88FF88;
	font-weight: bold;
	color: #555588;
	padding: 5px;
}

table.my_table td {
	text-align: center;
}

table.hasira_table {
	empty-cells: show;
	border-collapse: collapse;
	border:1px solid #888888;
	font-size: 14px;
	margin-bottom: 20px;
	width: 150px;
}

table.hasira_table th {
	border: 1px solid #888888;
	background-color: #8888ff;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
	padding: 10px;
}

table.hasira_table td {
	border: 1px solid #888888;
	text-align: center;
	width: 15px;
	height: 2em;
	padding: 12px;
	vertical-align: bottom;
}

* html table.hasira_table td {
	padding-left:16px;
}

div.left {
	float: left;
}

div.right {
	float: right;
	margin-left: 15px;
}

table.daiun_table {
	empty-cells: show;
	border-collapse: collapse;
	border-bottom: 1px solid #555555;
	border-right:  1px solid #555555;
	border-top:    1px solid #888888;
	border-left:   1px solid #888888;
	font-size: 13px;	
	margin-bottom: 30px;
}

table.daiun_table th {
	border: 1px solid #888888;
	background-color: #FFFFAA;
	font-weight: normal;
	width: 5px;
	padding: 2px;
}

table.daiun_table td {
	width: 5px;
	border: 1px solid #888888;
	text-align: center;
	vertical-align: bottom;
}

input.button {
	width: 150px;
}

div#err_box {
	font-size: 13px;
	color: #FF0000;
}

div.line_button {
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
}

table.gogyo_table {
	empty-cells: show;
	border-collapse: collapse;
	border-bottom: 1px solid #555555;
	border-right:  1px solid #555555;
	border-top:    1px solid #888888;
	border-left:   1px solid #888888;
	font-size: 15px;
	margin-bottom: 20px;
}

table.gogyo_table th {
	border: 1px solid #888888;
	background-color: #88BBDD;
	width: 15px;
	color: #FFFFFF;
	font-weight: normal;
}

table.gogyo_table td {
	border: 1px solid #888888;
	height: 15px;
}

table.gogyo_table th.gogyo {
	font-weight:bold;
	width:20px;
}

table.other_table {
	clear: both;
	width: 150px;
	border-collapse: collapse;
	border:1px solid #888888;
	font-size: 15px;
	margin-bottom: 10px;
}

table.other_table th {
	border: 1px solid #888888;
	color: #FFFFFF;
	padding: 3px;
}

table.other_table td {
	border: 1px solid #888888;
}

table.sentence_table {
	clear: both;
	margin: auto;
	border-collapse: collapse;
	border-bottom: 1px solid #555555;
	border-right:  1px solid #555555;
	border-top:    1px solid #AAAAAA;
	border-left:   1px solid #AAAAAA;
	margin-bottom: 20px;
	width: 100%;
}
table.sentence_table th {
	border: 1px solid #888888;
	background-color: #88BBDD;
	color: #FFFFFF;
	padding: 3px;
	font-weight: normal;
}

table.sentence_table td {
//	border: 1px solid #888888;
	padding :5px;
}

.subtitle {
	font-size: 16px;
	color:#5555DD;
	margin-bottom:15px;
}

div.pankuzu {
	font-size: 13px;
}

div.mini_title {
	font-size: 17px;
	font-weight: bold;
	color: #0000dd;
	margin-bottom: 10px;
}

div.info_box {
	width: 100%;
	max-width: 530px;
	margin:auto;
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 1.5;
}

div.info_box p {
//	text-indent:0.8em;
	padding:0;
	margin:0;
}

div.info_box p.normal {
	padding:0;

	margin:0;
}

div.info_box p.indent {
	text-indent:7.3em;
	padding: 0;
	margin: 0;
}

div.info_left {
	width:185px;
	float: left;
	margin-left: 50px;
}

div.info_right {
	float: right;
	margin-top: 25px;
	margin-right: 40px;
}

span.right {
	float: right;
}

span.big { 
	font-size: 20px;
}

table.inquiry_table {
	width: 520px;
	margin: auto;
	border-collapse: collapse;
}

table.inquiry_table th {
	padding:5px;
	background-color:#8888cc;
	color:#ffffff;
	border:1px solid #888888;
	width: 200px;
	text-align: left;
}

table.inquiry_table td {
	border:1px solid #888888;
	background-color:#ffffcc;
	font-size: 13px;
	padding: 5px;
}

input.mini_button {
	width: 100px;
}