@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝";
	background-color:#FFFFFF;
}
#wrap{
	width:900px;
	margin:auto;
}
#head{
	width:900px;
	margin-bottom:5px;
}
#main{
	width:900px;
	margin-top:5px;
	margin-bottom:5px;
}
#mainLeft{
	width:420px;
	margin-top:5px;
	float:left;
}
#mainRight{
	width:470px;
	margin-top:5px;
	float:left;
	padding-left:10px;
}
#footer{
	background-color:#EDF7FD;
	font-size:10px;
	color:#0000FF;
	text-align:center;
	padding:10px 0;
}
	#footer ul{
		list-style-type:none;
		margin:0;
	}
	#footer li{
		display:inline;
	}
	#footer a:link{text-decoration:none;}
	#footer a:visited{text-decoration:none;}
	#footer a:hover{text-decoration:none;}
	#footer a:active{text-decoration:none;}
	
img{
	border:none;
}
h1,p{
	margin:0;
}
h1{
	background-color:#666666;
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
	padding:2px 0 2px 5px;
}
/* フロートクリア */
.clr{
	clear:both;
}
/* 古物商番号 */
.number{
	float:left;
	width:440px;
	padding:2px 0 2px 10px;
	font-size:12px;
}
/* 右側画像配置 */
.rightImg{
	text-align:center;
}
/* 左メニュー部分 */
.leftMenuTop{
	background-repeat:no-repeat;
	text-align:center;
	height:54px;
}
.leftMenuCenter{
	background-image:url(../img/leftboxCenter.gif);
	background-repeat:repeat-y;
	text-align:center;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
	height:470px;
}
	.menuLeft{
		width:204px;
		text-align:left;
		float:left;
		padding-bottom:6px;
	}
	.menuRight{
		width:204px;
		text-align:right;
		float:left;		
		padding-bottom:6px;
	}
.leftMenuBottom{
	background-image:url(../img/leftboxBottom.gif);
	background-repeat:no-repeat;
	height:12px;
}
/* 右枠 */
.rightMenuTop{
	background-image:url(../img/rightboxTop.gif);
	background-repeat:no-repeat;
	text-align:center;
	height:12px;
}
.rightMenuCenter{
	background-image:url(../img/rightboxCenter.gif);
	background-repeat:repeat-y;
	padding:5px 10px;
}
.rightMenuBottom{
	background-image:url(../img/rightboxBottom.gif);
	background-repeat:no-repeat;
	height:12px;
}
/* テキスト部分のスタイル */
.textBlack{
	font-size:12px;
	font-weight:bold;
	line-height:120%;
}
.textPink{
	color:#FF00FF;
	font-size:18px;
	font-weight:bold;
	background-image:url(../img/pinkBack.gif);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	padding:10px 0;
}
.textBlue{
	font-size:15px;
	color:#0000FF;
	font-weight:bold;
	line-height:140%;
}
	.textBlue ol{
	list-style-type:decimal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

.link_sitemap{
	padding-top:2px;
	padding-bottom:2px;
	float:left;
	width:450px;
	font-size:12px;
	text-align:right;
}

div#header_text{
	width:900px;
	overflow:hidden;
}

#fc_text {
	height: 81px;
	width: 831px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
	background-image: url(../img/bg_fc_text.gif);
	text-align: center;
}
