@charset "utf-8";
/*結婚準備＿テンプレート*/
@import url(../../css/style.css);
/*[リンク・hタグカラー***************************************************************/
#contents_jyunbi a:link {
	text-decoration: none;
	color: #3CBBAB;
}
#contents_jyunbi a:visited {
	text-decoration: none;
	color: #3CBBAB;
}
#contents_jyunbi a:hover {
	text-decoration: underline;
	color: #3CBBAB;
}
#contents_jyunbi a:active {
	text-decoration: none;
	color: #3CBBAB;
}
#contents_jyunbi h2,
#contents_jyunbi h3,
#contents_jyunbi h5 {
	color: #3CBBAB;
}
h6 {
	color: #393939;
	font-size:14px;
	padding-left:15px;
}
.h_bg {
	background-image:url(../../step05/img/h_bg.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-top:3px;
}
/*リンク・hタグカラー]***************************************************************/
/*[ページ上部のメインイメージと詳細ページへのナビゲーション部分**********************************/
#kotei_main {
	background-image:url(../img/main.jpg);
}
#main_jyunbi table {
	background-image: url(../img/txt_bg.gif);
}
#main_jyunbi table .txt_bg02 { /*アクティブページの背景*/
	background-image: url(../img/txt_bg02.gif);
}
#main_jyunbi table th {
	border-right-color: #3CBBAB;
}
/*ページ上部のメインイメージと詳細ページへのナビゲーション部分]**********************************/
/*[背景***************************************************************/
.bgcolor_dark {
	background-color:#3CBBAB;
}
.bgcolor {
	background-color:#CFEFED;
}
.bgcolor02 {
	background-color:#E2F5F3;
}
/*背景]***************************************************************/
/*[バー付きタイトル背景***************************************************************/
.bar_point {
	background-image:url(../img/bar_point.gif)!important;
	color: #3CBBAB;
}
/*バー付きタイトル背景]***************************************************************/
/*[表***************************************************************/
.hyou th {
	border-left-color: #3CBBAB;	
	color:#3CBBAB;
}
.hyou .bg00 {
	background-image:url(../img/hyou_bg00.jpg);
}
.hyou .bg01 {
	background-image:url(../img/hyou_bg01.jpg);
}
.hyou .bg02 {
	background-image:url(../img/hyou_bg02.jpg);
}
/*表]***************************************************************/
/*[スケジュール背景***************************************************************/
.box_color {
	background-image:url(../img/box_color_b.gif);
	background-repeat:no-repeat;
	background-position: bottom;
	padding-bottom: 27px;
}
.box_color .bg {
	background-image:url(../img/box_color.gif);
	background-repeat:no-repeat;
	padding:16px;
	padding-top: 50px;
}
/*スケジュール背景]***************************************************************/
.hyou .pic01s {
	background-image:url(../img/pic01s.gif);
	background-position: bottom;
	background-repeat:no-repeat;
}
.hyou .pic02s {
	background-image:url(../img/pic02s.gif);
	background-position: bottom;
	background-repeat:no-repeat;
}
.hyou .pic03s {
	background-image:url(../img/pic03s.gif);
	background-position: bottom;
	background-repeat:no-repeat;
}
/*[リングの背景****************************************************************************/
.good {
	background-image: url(../img/good_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
}
.good2 {
	background-image: url(../img/good2_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
}
.bad {
	background-image: url(../img/bad_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom:28px;
}
/*リングの背景]****************************************************************************/
/*[詳細はこちらボタンの背景****************************************************************************/
.button_ring {
	background-image:url(/img/button_g.gif);
	background-repeat:no-repeat;
	background-position:center;
	padding: 2px 8px 8px 8px;
	font-size:10px;
	text-align:center;
}