a:link{color:#FF00FF;}
a:visited{color:#FF0000;}


/*挙式ベース　ファイヤーフォックス用*/
.ceremony_base {
	width:100%;
	height:auto;
	margin-top:10px;
}	

.ceremony_base h2{
	width:100%;
	height:20px;
	border-left:5px solid #0099CC;
	color:#999999;
	margin:5px 2px 5px 2px;
	font-size:20px;
	text-indent:-5000px;
	background-image:url(../img/bridal/ceremony_infomation.jpg);
	background-repeat:no-repeat;
	background-position:5 1;
}


/*挙式ベース　IE用*/
* html .ceremony_base {
	width:100%;
	height:auto;
	margin-top:10px;
}	


* html .ceremony_base h2{
	width:100%;
	height:20px;
	border-left:5px solid #0099CC;
	color:#999999;
	margin:5px 2px 5px 2px;
	font-size:20px;
	text-indent:-5000px;
	background-image:url(../img/bridal/ceremony_infomation.jpg);
	background-repeat:no-repeat;
	background-position:5 1;
}

/*ブライダル　メニューエリア　ファイヤーフォックス用*/
#bridal_menu ul{
	width:150px;
	height:730px;
	float:left;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background-color:#ffffff;
	display: block;
	list-style:none;
}

/*ブライダル　メニューエリア　IE用*/
* html #bridal_menu ul{
	width:150px;
	height:730px;
	float:left;
	margin-left:2px;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background-color:#ffffff;
	display: block;
}
/*挙式メニューボタン　ファイヤーフォックス用*/

.menu_kyoshiki_btn {
	width:150px;
	height:30px;
	background-image:url(../img/bridal/menu_kyoshiki.jpg);
	background-repeat:no-repeat;
	float:none;
	text-indent:-5000px;
	margin-top:10px;
	margin-bottom:10px;
}

.menu_kyoshiki_btn a{
	width:150px;
	height:30px;
	background-image:url(../img/bridal/menu_kyoshiki.jpg);
	background-repeat:no-repeat;
	background-position:0 -30px;
	display:block;
}

.menu_kyoshiki_btn a:hover{
	background-position:0 0;
}

/*挙式メニューボタン　IE用*/

* html .menu_kyoshiki_btn {
	width:150px;
	height:30px;
	background-image:url(../img/bridal/menu_kyoshiki.jpg);
	background-repeat:no-repeat;
	float:none;
	text-indent:-5000px;
	margin-top:10px;
	margin-bottom:10px;
}

* html .menu_kyoshiki_btn a{
	width:150px;
	height:30px;
	background-image:url(../img/bridal/menu_kyoshiki.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
}

* html .menu_kyoshiki_btn a:hover{
	background-position:0 -30px;
}


/*ウェディングプランメニューボタン*/
.menu_plan_btn {
	width:150px;
	height:30px;
	background-image:url(../img/bridal/menu_plan.jpg);
	background-repeat:no-repeat;
	float:none;
	text-indent:-5000px;
	margin-bottom:10px;
}

.menu_plan_btn a{
	width:150px;
	height:30px;
	background-image:url(../img/bridal/menu_plan.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
}

.menu_plan_btn a:hover{
	background-position:0 -30px;
}

/*資料請求メニューボタン*/
.menu_shiryo_btn {
	width:150px;
	height:30px;
	background-image:url(../img/bridal/menu_shiryo.jpg);
	background-repeat:no-repeat;
	float:none;
	text-indent:-5000px;
	margin-bottom:10px;
}

.menu_shiryo_btn a{
	width:150px;
	height:30px;
	background-image:url(../img/bridal/menu_shiryo.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
}

.menu_shiryo_btn a:hover{
	background-position:0 -30px;
}


/*ブライダル挙式コメントエリア　ファイヤーフォックス用*/
.box_ceremony_info {
	width:714px;
	height:60px;
	background-color:#FFF0F5;
	float:right;
	margin-bottom:20px;
	padding:10px;
	line-height:20px;
}

/*ブライダル挙式コメントエリア　IE用*/
* html .box_ceremony_info {
	width:730px;
	height:80px;
	background-color:#FFF0F5;
	float:right;
	margin:0 2px 20px 0;
	padding:8px;
	line-height:20px;
}


/*チャペル　ファイヤーフォックス用*/
.box_chapel {
	width:730px;
	height:260px;
	float:right;
	margin-bottom:20px;
}

.box_chapel h1{
	width:720px;
	height:20px;
	font-size:15px;
	color:#696969;
	float:none;
	border-left:5px solid #ccccff;
	border-bottom:1px solid #ccccff;
	background-color:#ffffff;
	padding:2px 0 0 5px;
	margin-bottom:5px;
}

.chapel_info {
	width:340px;
	height:233px;
	float:left;
	line-height:23px;
	padding:5px 5px 10px 5px;
}

.chapel_image {
	width:365px;
	height:248px;
	float:right;
	background-image:url(../img/bridal/img_chapel.jpg);
	background-repeat:no-repeat;
	text-indent:-5000px;
	padding-top:5px;
}

/*チャペル　IE用*/
* html .box_chapel {
	width:730px;
	height:100px;
	float:right;
	margin:0 2px 20px 0;
}

* html .box_chapel h1{
	width:730px;
	height:20px;
	font-size:15px;
	color:#696969;
	float:none;
	border-left:5px solid #ccccff;
	border-bottom:1px solid #ccccff;
	background-color:#ffffff;
	padding:2px 0 0 5px;
	margin-bottom:5px;
}

* html .chapel_info {
	width:365px;
	height:243px;
	float:left;
	line-height:23px;
	background-color:#ffffff;
	padding:10px;
}

* html .chapel_image {
	width:365px;
	height:243px;
	float:right;
	background-image:url(../img/bridal/img_chapel.jpg);
	background-repeat:no-repeat;
	text-indent:-5000px;
}


/*神前*/
.box_shinzen {
	width:730px;
	height:260px;
	float:right;
	margin-bottom:20px;
}

.box_shinzen h1{
	width:730px;
	height:20px;
	font-size:15px;
	color:#696969;
	float:none;
	border-left:5px solid #ccccff;
	border-bottom:1px solid #ccccff;
	background-color:#ffffff;
	padding:2px 0 0 5px;
	margin-bottom:5px;
}

.shinzen_info {
	width:340px;
	height:233px;
	float:left;
	line-height:23px;
	padding:5px 5px 10px 5px;
}

.shinzen_image {
	width:365px;
	height:248px;
	float:right;
	background-image:url(../img/bridal/img_shinzen.jpg);
	background-repeat:no-repeat;
	text-indent:-5000px;
	padding-top:5px;
}



/*神前　IE用*/
* html .box_shinzen {
	width:730px;
	height:243px;
	float:right;
	margin:0 2px 20px 0;
}

* html .box_shinzen h1{
	width:100%;
	height:20px;
	font-size:15px;
	color:#696969;
	float:none;
	border-left:5px solid #ccccff;
	border-bottom:1px solid #ccccff;
	background-color:#ffffff;
	padding:2px 0 0 5px;
	margin-bottom:5px;
}

* html .shinzen_info {
	width:365px;
	height:243px;
	float:left;
	line-height:23px;
	background-color:#ffffff;
	padding:10px;
}

* html .shinzen_image {
	width:365px;
	height:243px;
	float:right;
	background-image:url(../img/bridal/img_shinzen.jpg);
	background-repeat:no-repeat;
	text-indent:-5000px;
}


