body {

	padding: 0px;

}

h1 {

	font-size: 110%;
	text-decoration: underline;
	color: #000077;

}

img {

	border: none;

}

.top_hader_string {

	font-size: 80%;
	color: #AAA;

}

.main_left {

	width: 550px;
	float: left;
	margin-right: 25px;
	font-size: 90%;

}

.main_right {

	padding: 0px;

}

.main_all {

	width: 700px;
	font-size: 90%;

}

.table_qrcode {

	border: 1px solid #996633;
	border-collapse: collapse;

}

.table_qrcode_header {
	
	padding: 2px;
	font-size: 80%;
	background: #996600;
	text-align: center;
	color: #EEEECC;

}

.table_qrcode_footer {

	text-align: center;
	padding: 5px;

}

.qrcode_explain {

	width: 180px;
	font-size: 80%;

}

.main_td {

	padding-top: 10px;
	padding-left: 5px;

}

.image_explain td {

	padding-right: 30px;

}

.image_explain img {

	margin-bottom: 10px;

}

.clear_both {

	clear: both;

}

.top_question {

	background: #CC9966;
	color: #332200;
	padding: 3px;
	margin-bottom: 10px;

}

.top_question img {

	margin-right: 5px;
	margin-left: 2px;

}

.top_answer {

	padding-left: 15px;
	margin-bottom: 15px;

}

.use_explain_header {

	border-bottom: 1px solid #777777;

}

.hr_bottom {

	border: 1px #BB9999 solid;

}

.top_footer {

	font-size: 80%;

}

.copyright {

	color: #777777;
	text-align: center;

}

/*  問い合わせフォーム  */

	.inqurity_table {
		
		font-size: 90%;
		width: 750px;
		border-collapse: collapse;
	
	}
	
	.inqurity_table th {
	
		text-align: center;
		padding: 5px;
		border: 1px solid #996633;
		color: #EEEECC;
		background: #996600;
	
	}
	
	.inqurity_table td {
	
		padding: 5px;
		border: 1px solid #996633;
		background: #EEEEDD;
	
	}
	
	.inqurity_table input {
	
		border: 1px solid #AA7744;
		width: 100%;
		padding: 3px;
	
	}
	
	.inqurity_table textarea {
	
		border: 1px solid #AA7744;
		width: 100%;
	
	}
	
	.td_left {
	
		width: 150px;
	
	}