/* tr/error */
@import url("../reset_tr.css");
/*@import url("../default.css");
@import url("../header_tr.css");
@import url("../footer_tr.css");*/
@import url("../text-decoration_tr.css");
@import url("/css/error_form.css");

/* from base_tr.css */
#container {
	background-color:#ffffff;
	height:auto !important;
	min-height:100%;
	position:relative;
	text-align:center;
	width:100%;
}
#container_inner {
	margin:0 auto;
	max-width:1200px;
	min-width:960px;
	padding:0 0 50px 0;
	text-align:left;
	width:96%;
}
.clear {
	clear:both;
	height:0;
}

/* from contents_tr.css */
#contents1 {
	width: 100%;
}
#contents1_inner {
	padding: 0 15px 50px 15px;
}
.contents02 {
	margin: auto;
}
.wrapper6 {
	padding: 0 0 30px 0;
}
.wrapper7 {
	margin: 0 auto;
	padding: 0;
	width: 740px;
}