@charset "utf-8";

/* index.css　トップページのCSS */
@import "import.css";

/* maincolumn(メインコンテンツ) */
#main{}
	.section h3{
		font-size:2em;
		padding:0px 10px 0px 5px;
		background:url(../img/h3_bg.jpg) no-repeat left bottom;
		margin:30px 0px 20px 0px;
	}

	#greeting{
		background-color:#FDF4EE;
		border:1px solid #BDAAA1;
		margin:20px 0px 0px 0px;
		padding-bottom:5px;
	}
		#greeting h3{
			width:610px;
			margin:12px auto 5px auto;
			background:url(../img/greeting_bg.jpg) no-repeat left bottom;
			padding:15px 0px 25px 0px;
			color:#800000;
			text-align:center;
		}
		#greeting p{
			margin:20px 20px 20px 20px;
		}
			/* 20100701追記 */
			#disclaimer{
				margin: 10px;
				background:#FFFCFC;
			}
				#disclaimer h3{
					padding-bottom: 0;
					background-image:none;
				}
				#disclaimer p{
					margin:10px;
				}
				#disclaimer p span{
					font-weight:bold;
					color:#FF6666;
				}
			/* ここまで */
		#pickup{
			padding-bottom:30px;
		}
			#pickup h3{
				margin:25px 0px 5px 0px;
				margin-bottom:5px;
			}
		#sale h3{
			margin-bottom:15px;
		}
		#news .inner{
			height:200px;
			overflow:auto;
		}
			#news h3{
				margin-top:17px;
			}
			#news dl dt{
				color:#009900;
				float:left;
				clear:both;
				width:80px;
				padding:13px 10px;
			}
			#news dl dd{
				width:490px;
				margin-left:100px;
				padding:13px 10px;
			}