@charset "utf-8";
/*
        1 : shared
		2 : home
 */


/* ***********************************************************************
        1 : shared
*********************************************************************** */
html {
	height: 100%;
	overflow-y: scroll;
	background-color: #a19755;
}
body {
	background-color: #a19755;
	height: 100%;
	text-align: left;
	color: #000000;
}
#container {
}
#container-inner {
}
/*非表示*/
.invisible {
	overflow: hidden;
	height: 0px;
}
#content {
	width: 580px;
	margin: 0 auto;
}
#content-inner {
	width: 530px;
	margin: 0 auto;
	padding: 25px 0 30px;
}


#text01 {
	background:url(../image/text01.gif) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
	width: 530px;
	height: 57px;
	margin: 0 0 23px;
}
#text02 {
	font-size: 16px;
	line-height: 26px;
	list-style-type: none;
	margin: 0 0 23px 10px;
}
#text02 strong {
	font-weight: bold;
}
#text02 span {
	font-size: 14px;
}

#container ul,
#container li {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
}
#container ul li a {
	display: block;
	background:url(../image/kanran.gif) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	text-decoration: none;
	list-style-type: none;
	width: 400px;
	height: 55px;
	margin: 0 auto 22px;
}
#container ul li a:hover {
		background:url(../image/kanran.gif) no-repeat 0 -55px;
}
#container table {
	margin: 0 0 18px;
}
#container th {
	background:#bc0000;
	color:#FFF;
	font-size:14px;
	line-height: 1.6;
	text-align: center;
	vertical-align: top;
	border: 1px solid #363636;
	width: 66px;
	padding: 12px 0;
}
#container td {
	background:#ffffff;
	font-size:14px;
	line-height: 1.6;
	border: 1px solid #363636;
	padding: 12px 9px;
}
#container dl {
	clear:both;
}
#container dt {
	float: left;
	font-size:14px;
	line-height: 1.6;
}
#container dd {
	float: left;
	font-size:14px;
	line-height: 1.6;

}
#close-btn {
}
#close-btn a {
	display: block;
	background:url(../image/close-btn.gif) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	text-decoration: none;
	list-style-type: none;
	width: 68px;
	height: 29px;
	margin: 24px auto 0;
}
#close-btn a:hover {
	background:url(../image/close-btn.gif) no-repeat 0 -29px;
}
