@charset "UTF-8";
/**
 * 全体初期化
 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td,textarea{margin:0;padding:0;font-size:12px;line-height:1.5;}
table{border-collapse:separate;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,th,var{font-style:normal;font-weight:normal;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
a {
	color: #ff7e00;
	text-decoration: underline;
}
a:hover {
	text-decoration:none;
}
img {
	vertical-align: top; 
	border: 0;
}

html, body {
	height: 100%;
	text-align: center;
}
label {
	padding:0 0 0 5px;
}
body {
	background-image: url(../imgs/bg.png);
	background-repeat: repeat;
	text-align: center;
}
#wrap{
	margin: auto;
	width:800px;
	background-image: url(../imgs/bg_footer.jpg);
	background-position: center;
	text-align: center;
	min-height: 100%;
}

* html #wrap {
	height: 100%;
}

#frame{
	width:800px;
	margin: auto;
	text-align: center;
}
#frameHeader{
	width:800px;
	height:75px;
	background-image: url(../imgs/title.jpg);
	background-repeat: no-repeat;
}
#frameBody{
	background-image: url(../imgs/frameBody.jpg);
	background-repeat: repeat-y;
	text-align: center;
	padding: 0 0 33px 0;
}
#notice {
	width: 610px;
	margin: auto;
	text-align: left;
	color: #d90000;
}
#frameBodyInner{
	width:700px;
	margin:auto;
}
#table1 table{
	border-collapse: collapse;
}
#table1 td{
	border:1px solid #f1ede0;
	vertical-align:middle;
	padding:10px;
}
.td1{
	width:140px;
	background-color:#655639;
	font-weight: bold;
	color:#ffffff;
	text-align: center;
}
.td2{
	width:440px;
	background-color:#ffffff;
}
.td3{
	width:110px;
	background-color:#ffffff;
	text-align: center;
}
#table2 td{
	text-align:left;
	vertical-align:top;
}

.textNote{
	font-size:12px;
	color:#b41100;
}

.textMargin{
	height: 10px;
}

#frameFooter{
	width:800px;
	height:42px;
	display:block;
	background-image: url(../imgs/frameFooter.jpg);
	background-repeat: no-repeat;
}

#baseFooter {
	display:block;
	margin:20px 0 0px 0;
	}

#copyright {
	color:#968666;
	margin: 4px 0 0 0;
	}

.clearBoth{
	clear:both;
}

.textfoot{
	color:#ffd55f;
	margin-bottom:5px;
}

a:link img {
 opacity: 0.8;
 filter: alpha(opacity=80);        /* ie 6 7 */
-ms-filter: "alpha(opacity=80)";  /* ie 8 */
}
a:hover img {
 opacity: 1.0;
 filter: alpha(opacity=100);        /* ie 6 7 */
-ms-filter: "alpha(opacity=100)";  /* ie 8 */
}
