@charset "utf-8";					/*使用する文字コード*/
/* サイト共通要素 */

/* ==================== タグの初期設定 ==================== */
BODY{
	background:#FFF url(../images/body_bg.gif) center bottom repeat-x;
	color:#666;
}

H1,H2,H3,H4,H5,H6{
	font-weight:bold;
}
H1{
	font-weight:normal;
	font-size:x-small;
	color:#999;
}
H2,H3,H4,H5,H6{
	font-size:medium;
}
P,
DIV{
	font-size:small;
}
A,
A:visited{
	color:#613904;
	text-decoration:underline;
}
A:hover{
	color:#90744f;
/*	text-decoration:none;*/
}

/* ==================== サイト全体 レイアウト ==================== */

/* ========== ヘッダー ========== */
DIV#header{
	width:800px;
	margin:0 auto 20px;
	padding:0;

/*	text-align:center;*/
/*	background-color:#eee;*/
}
DIV#header IMG{
	float:left;
}
DIV#header H1{
	float:right;
	line-height:1.6;
}

/* ========== キャッチ画像 ========== */
DIV#catchArea{
	clear:both;
	
	width:800px;
	margin:10px auto 20px;
	padding:1px;
	border:1px solid #e7d2af;
}

/* ========== フィード ========== */
DIV#feedsArea{
	width:800px;
	margin:0 auto 20px;
	padding:0;
	
/*	background-color:#ccc;*/
}
DIV#feedsArea DIV#feed_wed,
DIV#feedsArea DIV#feed_pho,
DIV#feedsArea DIV#feed_ren{
	width:250px;
	margin-right:25px;
	float:left;

/*	background-color:#cee;*/
}
DIV#feedsArea DIV#feed_ren{
	margin-right:0px;
}

DIV#feedsArea p.feedTitle{
	margin:5px;
}
DIV#feedsArea p.feedTitle span{
	font-size:x-small;
}

/* ========== ３バナー ========== */
DIV#bannerArea{
	width:800px;
	margin:0 auto;
	padding:0;
}
DIV#bannerArea DIV#ban_wedding,
DIV#bannerArea DIV#ban_photo,
DIV#bannerArea DIV#ban_rental{
	width:250px;
	margin-bottom:20px;
	margin-right:25px;
	float:left;
}
DIV#bannerArea DIV#ban_wedding A IMG,
DIV#bannerArea DIV#ban_photo A IMG,
DIV#bannerArea DIV#ban_rental A IMG{
	border:none;
	text-decoration:none;
}
DIV#bannerArea DIV#ban_rental{
	margin-right:0px;
}

/* ========== フッター ========== */
DIV#footer{
	width:800px;
	margin:0 auto;
	padding:10px 0 20px;
	text-align:right;
	clear:both;

/*	background-color:#eee;*/
}
DIV#footer P.anchorTop{
	margin:0;
	padding:10px 0;
	border-top:1px solid #e9d9c2;
	text-align:right;
}

/* ==================== サイト全体 装飾 ==================== */
DIV#feedsArea H2{
	margin-bottom:10px;
}

DIV#feedsArea DIV H3{
	height:25px;
	font-size:small;
	background-position:left bottom;
	background-repeat:no-repeat;
	margin:0;
	padding:5px 5px 0 32px;
}
DIV#feedsArea DIV H3 A{
	text-decoration:none;
}
DIV#feedsArea DIV#feed_wed H3{
	background-image:url(../images/h3_bg_wed.gif);
	color:#613904;
}
DIV#feedsArea DIV#feed_pho H3{
	background-image:url(../images/h3_bg_pho.gif);
	color:#000;
}
DIV#feedsArea DIV#feed_ren H3{
	background-image:url(../images/h3_bg_ren.gif);
	color:#000;
}

DIV#contents H4{}

