body{
	font-size:75%;
	margin:0;
	padding:5px;
	font-family: meiryo;
	color:#333;
	background: #fff;
}

h3,h4,h5,h6 {
	color: #666;
}

table {font-size:100%}
th, td {vertical-align:top;}
a { color:#339; }
a:hover{ color:#ccf; }
pre, code { padding:5px; border: 1px solid #999; color:#666; background-color:#eee; font-size:8pt}

p{ padding:0 7px;}

.fcf00 { color: #f00; }
.fc00f { color: #00f; }
.fc090 { color: #090; }
.fcfc0 { color: #fc0; }
.fcf90 { color: #f90; }
.fcc0c { color: #c0c; }
.fcf39 { color: #f39; }
.fc900 { color: #900; }
.fc009 { color: #009; }

.page-sent {
	display: inline-block;
	width: 90%;
}

	.page-sent ul {
		margin-top:10px;
		float: right;
	}
	
	.page-sent li {
	float: left;
	list-style-type: none;
	display: inline-block;
	padding: 0 1px 0 1px;
	}
	
	.page-sent li a {
		display: block;
		border: 1px solid #747bb1;
		padding: 0 3px 0 3px;
		font-size: 90%;
		text-decoration: none;
		background-color: #fff;
	}
	
	.page-sent li strong {
		display: block;
		border: 1px solid #747bb1;
		padding: 0 3px 0 3px;
		font-size: 90%;
		font-weight: bold;
		color: #fff;
		background-color: #747bb1;
	}
	
	.page-sent li a:hover {
		background-color: #747bb1;
	}
	
	.page-sent li.prev a {
		border: 0;
		padding: 3px 10px 3px 16px;
		background: url(../images/ic_prev.gif) left 3px no-repeat;
		font-size: 12px;
	}
	.page-sent li.prev a:hover { background-color: #fff; }
	.page-sent li.next a {
		font-size: 12px;
		border: 0;
		padding: 3px 16px 0 10px;
		background: url(../images/ic_next.gif) right 3px no-repeat;
	}
	.page-sent li.next a:hover { background-color: #fff; }
	.page-sent li.top a {
		border: 0;
		padding: 4px 10px 0 25px;
		background: url(../images/ic_top.gif) left 2px no-repeat;
		font-size: 12px;
	}
	.page-sent li.top a:hover { background-color: #fff; font-size: 12px; }

/*::::: ページ類 :::::*/

h1#detail{
	overflow:hidden;
	width:780px;
	height:56px;
	margin: 10px auto;
}
h1#detail strong{
	background:url(../images/bg_h1.gif) no-repeat center top;
	width:780px;
	height:0;
	padding-top: 56px;
	display:block;
}

h2 { border-bottom: 1px solid #ccc; font-size: 160%; color: #900; width:570px; padding-left:3px; padding-bottom:4px; }

.wrap { width: 580px; padding: 0 5px 20px; }
.wrap p{ padding:2px 7px;}
.wrap .date { text-align: right; color: #060;}
.topwrap { width: 410px; padding: 0 5px 5px 5px; }

.wrap div.top { text-align: right;width: 90%; }
.wrap div.top a {
		border: 0;
		font-size: 80%;
		padding: 0 10px 0 25px;
		background: url(../images/ic_top.gif) left 2px no-repeat;
	}
	.wrap div.top a:hover { background-color: #fff; }

.list-table {
	margin-left: 10px;
	width: 90%;
}
	
	.list-table th {
		color: #35a;
		font-weight: bold;
		text-align: center;
		padding: 5px;
		background: url(../images/list_th.gif) repeat-x;
	}
	
	.list-table td {
		padding: 8px;
		vertical-align: top;
		text-align: left;
		background: url(../images/tensen.gif) bottom repeat-x;
	}
	
	.list-table td.cent {
		text-align: center;
	}
	
	.list-table td.cent a {
		text-decoration: none;
	}

.wrap_detail{
	width:100%;
	height:auto;
	padding:0;
	text-align: center;
	margin: 0 0 20px 0;
}
.detail_bg{
	background-image:url(../images/bg_head.gif);
	background-repeat:repeat-x;
	height:86px;
	width:100%;
	text-align: center;
	margin: 0;
	padding: 0;
}
.detail{ width:780px; height:auto; margin:0 auto; text-align:center; background:url(../images/delete_bg.gif) repeat-y; overflow:hidden;}
.detail_l{
	float:left;
	width: 180px;
	height: auto;
	text-align: left;
}
.detail_r{
	float:right;
	width: 590px;
	height: auto;
	text-align: left;

}
.detail_menu{
	background:url(../images/bg_menu.gif) no-repeat left;
	width:164px;
	height:22px;
	color:#336600;
	font-size:12px;
	padding-left:16px;
	padding-top: 8px;
	font-weight: bold;
	margin-bottom: 15px;

}
.detail_menu2{
	background:url(../images/bg_menu.gif) no-repeat left;
	width:167px;
	height:22px;
	color:#336600;
	font-size:12px;
	padding-left:16px;
	padding-top: 8px;
	font-weight: bold;
}
.detail_sub{
	margin:0 0 20px 0;
	padding:0;
	width:178px;
	height:auto;
	background-color:#FFFFFF;
	border-left:#c0c0c0 solid 1px;
	border-right:#c0c0c0 solid 1px;
	list-style:none;
}
.detail_sub li{
	background:url(../images/ico_arrow3.gif) no-repeat top left;
	padding:5px 0 10px 24px;
	margin-bottom: 5px;
	border-bottom:#c0c0c0 solid 1px;
	text-align: left;
	font-weight: bold;
}
.detail_foot{
	clear:both;
	width:100%;
	border-top:#587b1f solid 2px;
	padding-top:10px;
	text-align: center;
}
.detail_botm{
	width:780px;
	height: 40px;
	text-align: center;
	margin: 0 auto;
}
.detail_botm ul{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	width:500px;
	text-align: right;
}
.detail_botm li{
	display:block;
	margin:0 1px;
	padding:4px;
	float:left;
	border-left: solid 1px #a9a9a9;
}
.botm_ed{border-right: solid 1px #a9a9a9;}
.detail_copy{
	overflow:hidden;
	width:270px;
	height:26px;
	float: right;
}
.detail_copy strong{
	background:url(../images/foot_copy.gif) no-repeat top right;
	width:270px;
	height:26px;
	padding-top: 26px;
	display:block;
}