@charset "utf-8";

/* index.css　トップページのCSS */
@import "import.css";

/* maincolumn(メインコンテンツ) */
#maincolumn{}
	#bridal div.article{
		clear:both;
		overflow:hidden;
		/zoom:1;
		line-height:1.4;
		padding:10px 5px;
		background:url(../img/line_dotted.jpg) no-repeat left bottom;
	}
		#bridal div.legend{
			width:470px;
			float:right;
		}
			#bridal div.legend dl dt{
				color:#669900;
				font-weight:bold;
			}
		#bridal div.image{
			width:100px;
			height:75px;
			overflow:hidden;
			float:left;
		}

	#wedding{
		margin:20px 0px;
	}
	#wedding div.article{
		clear:both;
		overflow:hidden;
		zoom:1;
		line-height:1.4;
		padding:10px 5px;
		background:url(../img/line_dotted.jpg) no-repeat left bottom;
	}
		#wedding div.legend{
			width:520px;
			float:right;
		}
			#wedding div.legend dl dt a{
				color:#669900;
				font-weight:bold;
				text-decoration:none;
			}
				#wedding div.legend dl dt a:hover{
					text-decoration:underline;
				}
		#wedding div.image{
			width:67px;
			height:50px;
			overflow:hidden;
			float:left;
			background-color:#eeeeee; /* 仮 */
		}

/*--seo master--*/
div.sbox h1 { margin-left:10px; }
td div.summary { margin-left:10px; }
