/* トップページ部分
------------------------------------------------------------------------------------------------------------------------ */


/* 新着情報部分
---------------------------------------------------------------- */


.wn {
	width: 338px;
	overflow: hidden;
	float: left;
	background-image: url(../images/top/wn_bg.gif);
	background-repeat: repeat-y;
	background-position: center center;
}

.wn :after {
    /*content: "";*/
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .wn {
    height: 1em;
    overflow: visible;
}
/**/

.wn .wn_box {
	width: 290px;
	margin-right: auto;
	margin-left: auto;
}
.wn .wn_date {
	float: right;
	padding-top: 5px;
	font-size: 70%;
	line-height: 100%;
}


.wn ul {
	font-size: 90%;
	line-height: 130%;
	clear: both;
}
.wn li {
	background-image: url(../images/li_or_gra.gif);
	background-repeat: no-repeat;
	background-position: left 14px;
	padding-left: 15px;
	padding-top: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-bottom: 8px;
}

/* バナー枠部分
---------------------------------------------------------------- */

.top_bnr {
	width: 602px;
	overflow: hidden;
	float: right;
}
#bridal_bnr {
	width: 298px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-top-width: 5px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 5px;
}
.bridal_bnr {
	width: 298px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.top_bnr :after {
    /*content: "";*/
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .top_bnr {
    height: 1em;
    overflow: visible;
}
/**/
.bnr_waku_ccc {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}
.bridal_bnr_img_hd {
	margin-top: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.bridal_bnr_img_btm {
	margin-bottom: 1px;
	border: 1px solid #CCCCCC;
}
.bnr_r {
	float: right;
	text-align: center;
}
.bnr_l {
	float: left;
	text-align: center;
}
