/* CSS Document */
@import url(common/style.css);
@import url(common/HEADmenu.css);
@import url(common/SIDEMENU.css);
@import url(common/MAIN.css);

.box{
	width:520px; margin:0px auto;
	text-align:left;
	}
h1{
	width:520px; height:30px;
	background:url(../img/gyouji/title.jpg) top no-repeat;
	text-indent:-9999px;
	}
h2{
	height:25px; line-height:25px;
	background:#0055D5;
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
	text-indent:5px;
	}
.box p{
	line-height:2em;
	}
.box table{
	border-collapse:collapse;
	width:520px;
	margin-top:5px;
	margin-bottom:5px;
	}
.box table th{
	background:#FFF4EA;
	border:1px solid #999999;
	padding:5px;
	font-weight:normal;
	vertical-align:top;
	}
.box table th.nittei{width:30%;}
.box table th.naiyou{width:40%;}
.box table th.basho{width:30%;}

.box table td{
	border:#999999 1px solid;
	padding:5px;
	vertical-align:top;
	color:#333333;
	font-size:12px;
	}
.box table td span{text-decoration:line-through;}