/* bodyの設定 */
body {
	text-align: center;
	font-size: 90%;
	line-height: 140%;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-position: left top;
	background-color: #FFFFFF;
	}

/* リンクカラー設定 */
	a {text-decoration: underline;}
	a:link {color: #141E48;}
	a:visited {color: #141E48;}
	a:hover {
	text-decoration:underline;
	color:#141E48;
	background-color: #CCFFFF;
}
	a:active {color: #141E48;}

/* 見出し用タグの設定 */
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

/* ブログ全体のサイズなどの設定 */
#container {
	padding: 0px;
	width: 790px;
	border: 0px;
	text-align: left;
	line-height: 160%;
	position: relative;
	left: 0px;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	}


/* バナー部分の枠設定 */
#banner {
	height: 70px;
	color: #333333;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8D6449;
	}

/* バナー部分のタイトルの色と装飾 */
#banner a {
	color: #993300;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}
#banner h1 a {
	float: left;
	height: 70px;
	width: 160px;
	color: #CCCCCC;
	margin-top: 0px;
	background-image: url(../images/rogo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 120%;
}
#banner h1 a:hover {
	background-color: #F6F2E7;
}

/* バナー部分のタイトルのサイズなど */
#banner h1 {
	font-size: 80%;
	font-weight: normal;
	letter-spacing: 0em;
	color: #CCCCCC;
	text-align: left;
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	}
	
/* バナー部分のサブタイトル設定 */
#banner h2 {
	color: #999999;
	font-size: 100%;
	text-align: right;
	padding: 0px;
	}

/* コンテンツブロック部分の枠設定 */
.content {
	padding: 0px;
	border: none;
	/* background-color: #FFFFFF; */
	color: #333333;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}


/* コンテンツヘッダー設定 */
.contentheader {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	height: 0px;
	color: #333333;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', 'Osaka',' sans-serif';
	font-size: 80%;
	}


/* コンテンツセパレーター設定 */
.contentseparater{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	height: 0px;
	/* background:url(../img/contentseparater.gif) repeat left center; */
	color: #333333;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', 'Osaka',' sans-serif';
	font-size: small;
	}

/* ページ中央部分のフッター設定 */
.contentfooter{
	margin-top: 5px;
	margin-bottom: 10px;
	height: 0px;
	/* background:url(../img/contentfooter.gif) repeat left center; */
	color: #333333;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', 'Osaka',' sans-serif';
	font-size: small;
	text-align: right;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	}


/* エントリブロック及びエントリ本文の設定 */
.entry {
	border: none;
	/* background-color: #FFFFFF; */
	color: #333333;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', 'Osaka',' sans-serif';
	font-size: small;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	}


/* エントリヘッダー（日付）設定 */
.entryheader {
	margin-bottom: 9px; /* サイドバータイトルの下線 */
	/* background-color: #99ccff; サイドバータイトルの背景 */
	color: #F8B862;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', 'Osaka', ' sans-serif';
	font-size: 80%;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	list-style-image: url(../images/entry_day_list.gif);
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin-top: 0px;
	}


/* エントリセパレータ設定 */
.entryseparater{
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 0px;
	height: 15px;
	border-bottom: 1px dashed #999999;
	visibility: hidden;
	}
	
/* エントリフッター */
.entryfooter{
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 0px;
	height: 15px;
	border-bottom: 0px;
	}
	
/* エントリpタグ設定 */
.entry  p {
	margin-bottom: 10px;
	color: #333333;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', 'Osaka',' sans-serif';
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	}

/* エントリ本文の引用タグ設定*/
.entry  blockquote {
	line-height: 150%;
	}

/* エントリ本文の設定<li>タグ */
.entry  li {
	line-height: 150%;
	}
	
/* エントリh2設定 */
.entry  h2 {
	margin-bottom: 5px;
	color: #000000;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', 'Osaka',' sans-serif';
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	}

/* エントリタイトル設定 */
.entry  h3 {
	margin-bottom: 0px;
	color: #000000;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', 'Osaka', ' sans-serif';
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	background-image: url(../images/entry_title_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 25px;
	padding-top: 5px;
	}

/* エントリ者情報設定 */
.entry  p.posted {
	margin-bottom: 0px;
	color: #999999;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', 'Osaka', ' sans-serif';
	font-size: 80%;
	font-weight: bold;
	text-align: right;
	line-height: normal;
	background-color: #EBE2D3;
	height: 15px;
	vertical-align: middle;
	padding-top: 1px;
	}
	

/* サイドバーとフリーエリアの枠設定 */
.sidebar , .freearea{
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	border: 0px; 
	}

/* フリーエリアのリンク枠設定 */
.freearea img a{
	border: none; 
	}

/* サイドバータイトルとフリーエリアタイトル設定 */
.sidebar h2 , .freetitle{
	padding-top: 1px;
	padding-left: 5px;
	padding-bottom: 1px;
	border-bottom: 0px solid; 
	background-color: #E6E6E6;
	background: url(../images/plugin_title_bg.gif) repeat-x;
	color: #FFFFFF;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', 'Osaka',' sans-serif';
	font-size: 100%;
	text-align: left;
	/*font-weight: bold;*/
	text-transform: uppercase;
	letter-spacing: .1em;

	}

/* サイドバー小項目の配置 */
.sidebar ul {
	margin: 0px;
	padding-left: 10px;
	}

/* サイドバー小項目の設定 */
.sidebar li {
	margin-top: 10px;
	margin-bottom: -5px;
	margin-left: 0px;
	padding-left: 0px;
	color: #333333;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', 'Osaka',' sans-serif';
	font-size: 80%;
	text-align: left;
	line-height: 140%;
	list-style-type: none;
	}

/* サイドバー内画像の枠 */
.sidebar img {
	border: 0px;
	margin-bottom: 5px;
	}

/* サイドバー内リンク設定 */
.link-note {
	margin-bottom: 15px;
	padding: 3px;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', 'Osaka',' sans-serif';
	font-size: small;
	text-align: left;
	line-height: 150%;
	}


/* プロフィール写真の配置 */
.photo {
	margin-bottom: 5px;
	text-align: center;
	}

/* プロフィール写真の枠 */
.photo img {
	border: 0px;
	}


#powered {
	margin-top: 50px;
	color: #333333;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', 'Osaka',' sans-serif';
	font-size: small;
	text-align: left;
	line-height: 150%;
	}



/* コメント設定 */
#comment-data {
	float: left;
	margin-right: 15px;
	padding-right: 15px;
	width: 180px;
	border-right: 1px dashed #999999;
	text-align: left;
	}
	
#comment{
	width:100%;
}


/* ページ最下部フッターの枠設定 */
#footer {
	height: 43px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ECE8DE;
	font-size: 90%;
	margin-top: 15px;
	}


/* コメント入力フォーム設定 */
textarea[id="comment-text"] {
	font-family: "Hiragino Kaku Gothic Pro W3", "Osaka", "MS PGothic", "MS PMincho", "Hiragino Mincho Pro W3", "Trebuchet MS", Trebuchet, verdana, arial, sans-serif;
	width: 80%;
	}

textarea.comment-text {
	font-family: "Hiragino Kaku Gothic Pro W3", "Osaka", "MS PGothic", "MS PMincho", "Hiragino Mincho Pro W3", "Trebuchet MS", Trebuchet, verdana, arial, sans-serif;
	}

.freearea li {
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	float: none;
	clear: left;
	margin: 0px;
	padding: 0px;
}
.menu_li01 {
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -30px;
	padding: 0px;
}
.menu_li01 li {
	list-style-position: inside;
	list-style-image: url(../images/plugin_list01.gif);
	line-height: 1.5em;
	height: 30px;
	width: 155px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #896042;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
.menu_li01 a {
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.menu_li01 a:hover {
	text-decoration: underline;
}
.menu_li02 {
	float: none;
	clear: none;
}
.menu_li02 li {
	list-style-position: outside;
	list-style-image: url(../images/plugin_list03.gif);
}
.menu_li02 a {
	color: #333333;
}
.menu_li03 {
	font-size: 90%;
	color: #0099CC;
	text-decoration: underline;
	list-style-image: url(../images/plugin_list02.gif);
	list-style-position: outside;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	line-height: 95%;
	margin-top: 5px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.menu_li03 a {
	font-size: 90%;
	color: #0099CC;
	text-decoration: underline;
	margin-left: 0px;
	margin-top: -5px;
	padding-top: 10px;
}
.menu_li03 li {
	padding-top: 10px;
}
#headerMenu ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#headerMenu li {
	float: left;
	background-image: url(../img/top_tab.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#headerMenu {
	height: 23px;
	text-align: right;
	float: right;
	width: 600px;
	margin-top: 24px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#maincontent {
	float: right;
	margin-top: 15px;
	text-align: right;
}
.service_text {
	line-height: 120%;
	padding: 5px;
}
.maincontent_title {
	background-image: url(../images/content_title_bg.jpg);
	background-repeat: repeat-x;
	height: 18px;
	width: 615px;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	line-height: 160%;
	color: #FFFFFF;
	padding-left: 5px;
	font-weight: bold;
	font-size: 90%;
	margin-top: 10px;
	text-align: left;
}
.service_bg_s {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E1E1E1;
	border-left-color: #E1E1E1;
	text-align: left;
	font-size: 90%;
	color: #333333;
	margin: 0px;
	padding: 3px;
	width: 297px;
}
.service_bg_s a {
	color: #0099CC;
	text-decoration: underline;
}
#info_title {

}
.service_bg_L {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E1E1E1;
	border-left-color: #E1E1E1;
	text-align: left;
	font-size: 90%;
	color: #333333;
	margin: 0px;
	padding: 3px;
	width: 612px;
}
.service_bg_L a {
	color: #0099CC;
	text-decoration: underline;
}
#bridal {
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	text-align: left;
	font-size: small;
	line-height: 1.5em;
}
#bridal td {
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	font-size: small;
	line-height: 1.5em;
	font-weight: normal;
	color: #333333;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
#bridal li {
	list-style-position: inside;
	list-style-image: url(../images/plugin_list02.gif);
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: medium;
	line-height: 1.5em;
}
#bridalHeader {
	background-image: url(../images/bridal_header_bg.jpg);
	background-repeat: no-repeat;
	height: 53px;
	width: 600px;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	font-size: large;
	font-weight: bold;
	color: #333333;
	padding-top: 20px;
}
#bridal .large p {
	font-size: large;
	line-height: 2.0em;
	font-weight: bold;
	color: #FF3300;
	text-decoration: underline;
}



▽▽▽▽▽　Start @ 20100213 Added by Raul(M.M)　▽▽▽▽▽

.wed_box {
	zoom: 100%;
	width: 600px;
}
.wed_box:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.wed_left {
	width: 280px;
	float: left;
	margin-left: 10px;
	_margin-left: 5px;
}
.wed_right {
	width: 280px;
	float: right;
	margin-right: 10px;
	_margin-right: 5px;
}
.wed_title {
	background-color: #66CC33;
	color: #FFFFFF;
	font-size: 115%;
	margin: 20px 0 10px 0;
	text-align: center;
	line-height: 24px;
}
.venu {
	padding-left: 5px;
	line-height: 20px;
}
.bg_y {
	background-color: #FFFF99;
}
.wed_end {
	width: 590px;
	text-align: right;
	margin: 20px 10px 50px 0;
}
.clear {
	clear: both;
}
.form_table,
.form_table tr,
.form_table td {
	border-collapse:collapse;
	border:1px solid #A29BA1;
	padding: 1px 0 1px 10px;
}
.form_label {
	background-color: #5A5359;
	color: #FFFFFF;
}
.form_input {
	padding: 15px 0 15px 40px !important;
}
.form_button {
	padding: 15px 0;
}
.form_privacy {
	padding: 15px 0 15px 40px;
}
input.name {
	width: 100px;
}
input.text {
	width: 250px;
}
input.post-left {
	width: 25px;
}
input.post-right {
	width: 30px;
}
input.post-add {
	width: 500px;
}
input.tel {
	width: 50px;
}
input.mail {
	width: 300px;
}
textarea.textarea {
	width: 500px;
}
.b_n {
	border: none !important;
}
ul.checkbox {
	margin: 0;
	padding: 0;
	display: block;
}
ul.checkbox li {
	width: 265px;
	float: left;
	list-style: none;
}
.hoken1 {
	width: 170px !important;
}
.hoken2 {
	width: 250px !important;
}
.bridal1 {
	width: 170px !important;
}
.funeral1 {
	width: 170px !important;
}
.other1 {
	width: 170px !important;
}
.checkbox_desc {
	padding: 5px 0 5px 8px;
}
.checkbox_end {
	width: 650px !important;
}
.fbox {
  zoom: 100%;
	margin: 20px 0;
}
.fbox:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.fbox img {
	float: left;
	margin-left: 0;
	margin-right: 10px;
}

△△△△△　End @ 20100213 Added by Raul(M.M)　△△△△△