/*-----------------------------------------------
  == Tech marinbo  Website CSS Divider ==
ウエディングベール館スタイルシート
-----------------------------------------------
  File       : weddingveil-style.css
  Date       : 2007.11.23
  
  .item、.memorial-box　調整
  date: 2007.11.27　-
  
  id="right" 調整　2007.12.06
  #menu 調整　総合トップ追加　2007.12.09
-----------------------------------------------
  by: nakata
-----------------------------------------------*/

body {
	background-image: url(../img/accessories/mainbg.jpg);
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#comtainer {
	width: 803px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#comtainer h1 {
	font-size: 12px;
	color: #FFCCCC;
	margin: 5px 0px;
	font-weight: normal;
	text-align: center;
}

/*header
-------------------------------------*/

#header {
	width: 803px;
	background-image: url(../img/header.jpg);
	height: 150px;
	position: relative;
	border-top-style: none;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header #info {
	position: absolute;
	left: 435px;
	top: 40px;
}
#header #cart {
	position: absolute;
	top: 115px;
	left: 584px;
	height: 34px;
	width: 218px;
	display: block;
}
#header #cart a {
	display: block;
	height: 28px;
	text-indent: -999px;
	font-size: 1px;
}
#header #logo {
	position: absolute;
	width: 251px;
	top: 32px;
	left: 9px;
	height: 100px;
	display: block;
}
#header #logo h1 {
	display: block;
	height: 100px;
	width: 250px;
}
#header #logo h1 a {
	height: 100px;
	width: 250px;
	display: block;
	padding: 0px;
	margin: 0px;
}
#header #logo h1 span {
	display: none;
}
#header #wedding {
	position: absolute;
	left: 7px;
	top: 13px;
	height: 23px;
	font-size: small;
	text-align: center;
	right: auto;
	text-decoration: none;
}
#wedding b {
	background-color: #FAE8DA;
	padding-left: 5px;
	color: #760605;
}

#header #tel a  {
	width: 122px;
	position: absolute;
	left: 673px;
	top: 80px;
	height: 24px;
	display: block;
	text-indent: -9999px;
}

#wedding li {
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
#wedding ul {
	margin: 0px;
	padding: 0px;
}


/*ナビゲーション
---------------------------------------------------- */

#navi {
	background-image: url(../img/info/navi/navi.jpg);
	height: 29px;
	background-repeat: no-repeat;
	width: 802px;
}
#navi li {
	display: block;
	float: left;
	height: 30px;
	text-indent: -9999px;
}
#navi ul {
	margin: 0px;
	padding: 0px;
	width: 802px;
	height: 29px;
	background-repeat: no-repeat;
}
#navi #navi-marinbo a {
	height: 26px;
	width: 155px;
	display: block;
	background-position: 0px 0px;
}
#navi #navi-marinbo a:hover {
	background-image: url(../img/info/navi/navi.jpg);
	background-position: 0px 100%;
	height: 26px;
	width: 155px;
}
#navi #navi-info a {
	display: block;
	height: 26px;
	background-position: -155px 0%;
	width: 129px;
}
#navi #navi-info a:hover {
	background-image: url(../img/info/navi/navi.jpg);
	background-position: -155px 100%;
	background-repeat: no-repeat;
	width: 129px;
	height: 26px;
}
#navi #navi-voice {
	height: 26px;
	display: block;
	width: 129px;
}
#navi #navi-voice a {
	display: block;
	width: 133px;
	height: 26px;
}
#navi #navi-voice a:hover {
	background-image: url(../img/info/navi/navi.jpg);
	background-position: -284px 100%;
	width: 133px;
	height: 26px;
}
#navi #navi-distance a  {
	width: 138px;
	height: 26px;
	display: block;
}
#navi #navi-distance a:hover {
	background-image: url(../img/info/navi/navi.jpg);
	background-position: -417px 100%;
	width: 138px;
	height: 26px;
}

#navi #navi-qa a {
	display: block;
	width: 119px;
	height: 26px;

}
#navi #navi-qa a:hover {
	background-image: url(../img/info/navi/navi.jpg);
	background-position: -552px 100%;
	width: 119px;
	height: 26px;
}

#navi #navi-reference a {
	height: 26px;
	width: 127px;
	display: block;
}
#navi #navi-reference a:hover {
	background-position: -669px 100%;
	display: block;
	height: 25px;
	width: 127px;
	background-image: url(../img/info/navi/navi.jpg);
}


/*メインエリア確保
------------------------------------*/

#main {
	width: 801px;
	height: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #D8AFB0;
	border-right-color: #D8AFB0;
	border-bottom-color: #D8AFB0;
	border-left-color: #D8AFB0;
	background-image: url(../img/weddingveil/index/mainbg.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0px;
}
#welcome {
	background-image: url(../img/welcome.jpg);
	background-repeat: no-repeat;
	height: 65px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #D8AFB0;
	border-right-color: #D8AFB0;
	border-bottom-color: #D8AFB0;
	border-left-color: #D8AFB0;
	width: 800px;
	padding-top: 5px;
	padding-bottom: 3px;
}
#welcome li {
	width: 266px;
	height: 62px;
	float: left;
}
#welcome ul {
	margin: 0px;
	padding: 0px;
	width: 800px;
	list-style-type: none;
}
#welcome a {
	display: block;
	height: 62px;
	width: 266px;
	text-indent: -999px;
}


#main #area {
	position: absolute;
	left: 204px;
	top: 461px;
}


#main #infomation {
	width: 300px;
	position: absolute;
	left: 225px;
	top: 135px;
	font-size: 12px;
	line-height: 1.75em;
	color: #333333;
}
#main02 {
	width: 801px;
	height: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #D8AFB0;
	border-right-color: #D8AFB0;
	border-bottom-color: #D8AFB0;
	border-left-color: #D8AFB0;
	margin: 0px auto;
	padding: 0px 0px 20px;
	background-color: #FFFFFF;
	clear: both;
}
#main02 hr {
	clear: both;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
}
#contents {
	width: 800px;
	height: auto;
	overflow: hidden;
	z-index: auto;
	margin: 0px 0px 20px;
	padding: 0px 0px 20px;
	position: relative;
	clear: both;
}


/*新着ニュース部
-------------------------------------*/

#main #news {
	background-color: #FBEFF1;
	height: 150px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	border: 1px solid #D8AFB0;
	clear: both;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #333333;
	margin-top: 20px;
}
#news dl {
	margin: 10px 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#news dt {
	float: left;
	margin-right: 20px;
	color: #760605;
	margin-bottom: 5px;
}
#news  dd {
	padding: 0px;
	margin: 0px;
}

#main02 #news {
	background-color: #FBEFF1;
	height: 150px;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	border: 1px solid #D8AFB0;
	padding-left: 5px;
}
#news p {
	margin: 0px;
	padding: 5px 0px 0px;
}

/*------------------------------------*/
#contents #right {
	float: right;
	width: 165px;
	height: auto;
	padding: 0px;
	background-color: #FFFFFF;
	border: 1px solid #E1C4C5;
	margin-top: 10px;
	margin-right: 3px;
	margin-left: 0px;
	margin-bottom: 30px;
}
#contents #right p {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BA7273;
	padding: 0px;
}
#right dl {
	margin: 0px;
	padding: 0px 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #BFA6A2;
	border-right-color: #BFA6A2;
	border-bottom-color: #BFA6A2;
	border-left-color: #BFA6A2;
	height: 80px;
}

#right dt {
	float: left;
	margin-right: 2px;
}
#top-info  {
	width: 586px;
	height: auto;
	padding-right: 35px;
	padding-left: 10px;
	z-index: auto;
	float: right;
	margin-top: 300px;
	padding-top: 50px;
}
#top-info02 {
	height: auto;
	width: auto;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-left: 35px;
	padding-top: 20px;
}

#right dd {
	font-size: 10px;
}
#right h2 {
	font-size: 12px;
	color: #B38F8A;
	text-align: left;
	margin: 10px 0px 0px;
	padding: 0px 0px 0px 2px;
}
#right a:visited {
	color: #BA7273;
}

/*メインメニューleft
------------------------------------*/
#contents #menu {
	float: left;
	height: auto;
	border-right-style: none;
	border-left-style: none;
	margin-top: 7px;
	border-top-style: none;
	border-bottom-style: none;
	margin-left: 3px;
	width: 160px;
}

#menu ul    {
	list-style-type: none;
	margin: 0px;
	display: block;
	padding: 0px;
}
#menu li    {
	margin-top: 2px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	list-style-type: none;
}
#menu dl {
	margin: 0px;
	padding: 0px;
	width: 160px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F8F8FA;
}
#menu dt {
	float: left;
	margin: 2px 0px 0px;
	padding: 0px;
}
#menu  hr {
	clear: both;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
}
#menu dd {
	margin: 0px;
	padding: 0px;
}


#m-dress a{
	display: block;
	height: 100px;
	width: 160px;
	text-indent: -999px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../img/menu/m01.jpg);
	background-repeat: no-repeat;
	margin-bottom: 1px;
}

#m-seasons a {
	background-image: url(../img/christmas/xmas2008-bb2.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 100px;
	width: 160px;
	text-indent: -999px;
	margin-bottom: 5px;
}

#m-order a {
	background-image: url(../img/menu/mm01.jpg);
	background-repeat: no-repeat;
	text-indent: -999px;
	height: 47px;
	width: 160px;
	display: block;
}
#m-mens a {
	background-image: url(../img/menu/mm02.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 160px;
	text-indent: -999px;
}

#m-express a {
	background-image: url(../img/menu/express.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 160px;
	text-indent: -999px;
}



#m-index a {
	background-image: url(../img/menu/enter-01.jpg);
	background-repeat: no-repeat;
	text-indent: -999px;
	display: block;
	height: 30px;
	width: 160px;
}

#m-veil-set a{
	background-image: url(../img/menu/m02-set.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 53px;
	width: 160px;
	text-indent: -999px;
}


#m-veil a{
	background-image: url(../img/menu/m02.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 160px;
	text-indent: -999px;
}
#m-vailface a {
	background-image: url(../img/menu/m02-01.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 160px;
	text-indent: -999px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}
#m-vailmaria a {
	background-image: url(../img/menu/m02-02.jpg);
	background-repeat: no-repeat;
	text-indent: -999px;
	display: block;
	height: 25px;
	width: 160px;
	float: left;
}
#m-vaildesign a {
	background-image: url(../img/menu/m02-03.jpg);
	background-repeat: no-repeat;
	text-indent: -999px;
	display: block;
	height: 25px;
	clear: both;
	width: 160px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


#m-glove a{
	background-image: url(../img/menu/m03.jpg);
	display: block;
	height: 30px;
	width: 160px;
	text-indent: -999px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
}
#m-showl a{
	background-image: url(../img/menu/m08.jpg);
	background-repeat: no-repeat;
	text-indent: -999px;
	display: block;
	height: 30px;
	width: 160px;
}
#m-in a{
	background-image: url(../img/menu/m11.jpg);
	background-repeat: no-repeat;
	text-indent: -999px;
	display: block;
	height: 30px;
	width: 160px;
}
#m-case a{
	background-image: url(../img/menu/m12.jpg);
	text-indent: -999px;
	display: block;
	height: 30px;
	width: 160px;
	background-repeat: no-repeat;
}
#m-bag a{
	background-image: url(../img/menu/m07.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 160px;
	text-indent: -999px;
}
#m-ha a{
	background-image: url(../img/menu/m10.jpg);
	background-repeat: no-repeat;
	text-indent: -999px;
	display: block;
	height: 30px;
	width: 160px;
}
#m-plo a{
	background-image: url(../img/menu/m05.jpg);
	background-repeat: no-repeat;
	text-indent: -999px;
	display: block;
	height: 30px;
	width: 160px;
}
#m-wel a{
	background-image: url(../img/menu/m06.jpg);
	background-repeat: no-repeat;
	text-indent: -999px;
	display: block;
	height: 30px;
	width: 160px;
}
#m-kids a{
	background-image: url(../img/menu/m09.jpg);
	background-repeat: no-repeat;
	text-indent: -999px;
	display: block;
	height: 30px;
	width: 160px;
}

#m-ac a{
	background-image: url(../img/menu/m04.jpg);
	display: block;
	height: 30px;
	width: 160px;
	text-indent: -999px;
}
#m-ac01 a {
	background-image: url(../img/menu/m04-01.jpg);
	text-indent: -999px;
	display: block;
	height: 25px;
	width: 160px;
	float: left;
}
#m-ac02 a {
	background-image: url(../img/menu/m04-02.jpg);
	display: block;
	height: 25px;
	width: 160px;
	text-indent: -999px;
	float: left;
}
#m-ac03 a {
	background-image: url(../img/menu/m04-03.jpg);
	text-indent: -999px;
	display: block;
	height: 25px;
	width: 160px;
	clear: both;
}

#m-ac05 a {
	background-image: url(../img/menu/m04-05.jpg);
	text-indent: -999px;
	display: block;
	float: left;
	height: 25px;
	width: 160px;
}


#m-ac04 a {
	background-image: url(../img/menu/m04-04.jpg);
	text-indent: -999px;
	display: block;
	clear: both;
	height: 25px;
	width: 160px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#m-bou a{
	background-image: url(../img/menu/m13.jpg);
	background-repeat: no-repeat;
	text-indent: -999px;
	display: block;
	height: 30px;
	width: 160px;
}
#m-free a {
	background-image: url(../img/menu/m14.jpg);
	text-indent: -999px;
	display: block;
	height: 36px;
	width: 160px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#m-option {
	background-image: url(../img/menu/option.png);
	text-indent: -999px;
	height: 24px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
}
#m-s01 a {
	background-image: url(../img/menu/m15.jpg);
	text-indent: -999px;
	display: block;
	height: 23px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
}
#m-s02 a {
	background-image: url(../img/menu/m16.jpg);
	text-indent: -999px;
	display: block;
	height: 25px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
}
#m-s03 a {
	background-image: url(../img/menu/m17.jpg);
	background-repeat: no-repeat;
	text-indent: -999px;
	display: block;
	height: 25px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
}
#m-s04 a {
	background-image: url(../img/menu/m18.jpg);
	background-repeat: no-repeat;
	text-indent: -999px;
	display: block;
	height: 25px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#m-s05 a {
	background-image: url(../img/menu/m24.jpg);
	background-repeat: no-repeat;
	text-indent: -999px;
	display: block;
	height: 25px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
}


#m-option02 {
	background-image: url(../img/menu/option02.png);
	height: 43px;
	width: 160px;
	text-indent: -999px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#m-blog {
	background-image: url(../img/menu/blog.png);
	height: 24px;
	width: 160px;
	text-indent: -999px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#m-b01 a {
	background-image: url(../img/menu/m19.jpg);
	text-indent: -999px;
	display: block;
	height: 25px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
}
#m-b02 a {
	background-image: url(../img/menu/m20.jpg);
	text-indent: -999px;
	display: block;
	height: 25px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
}
#m-b03 a {
	background-image: url(../img/menu/m21.jpg);
	text-indent: -999px;
	height: 25px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#m-b04 a {
	background-image: url(../img/menu/m22.jpg);
	text-indent: -999px;
	display: block;
	height: 25px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
}
#m-b05 a {
	background-image: url(../img/menu/m23.jpg);
	text-indent: -999px;
	display: block;
	height: 25px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
}

.fitting-cart2 {
	border: 3px solid #C27074;
	margin: 5px 5px 5px 0px;
	padding: 10px;
	color: #FFFFFF;
	background-color: #C27074;
	font-size: 16px;
	text-align: center;
}

.winter a {
	background-image: url(../img/winter/winter-01bb.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 100px;
	width: 160px;
	text-indent: -9999px;
}
.spring a {
	background-image: url(../img/spring/spring-bbd02.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 100px;
	width: 160px;
	text-indent: -9999px;
}
.menu-box {
	width: 158px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFCBCD;
	border-right-color: #FFD1D1;
	border-bottom-color: #FFCBCD;
	border-left-color: #FFCBCD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 30px;
}
#m-useful  {
	background-image: url(../img/menu/useful.png);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 160px;
	text-indent: -999px;
	margin-top: 30px;
	background-position: bottom;
}
#m-useful01 a {
	background-image: url(../img/menu/useful-01.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 160px;
	text-indent: -999px;
	display: block;
}
#m-useful02 a {
	background-image: url(../img/menu/useful-02.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 160px;
	text-indent: -999px;
	display: block;
}
#m-useful03 a {
	background-image: url(../img/menu/useful-03.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 160px;
	text-indent: -999px;
	display: block;
}

#m-useful04 a {
	background-image: url(../img/menu/useful-04.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 160px;
	text-indent: -999px;
	display: block;
}


#m-useful05 a {
	background-image: url(../img/menu/useful-05.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 160px;
	text-indent: -999px;
	display: block;
}
#m-useful06 a {
	background-image: url(../img/menu/m25.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 160px;
	text-indent: -999px;
	display: block;
}


#staff {
	background-color: #F1DDDE;
	border: 1px none #C89699;
	padding-bottom: 35px;
	line-height: 150%;
	background-image: url(../img/engel-bg.jpg);
	background-repeat: no-repeat;
	background-position: right 305px;
	margin-top: 10px;
	font-size: 10px;
	height: auto;
	color: #666666;
}

#staff p {
	margin: 0px;
}

#staff img {
	border: 1px solid #CCCCCC;
	margin-top: 10px;
}
.menu-box {
	width: 158px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFCBCD;
	border-right-color: #FFD1D1;
	border-bottom-color: #FFCBCD;
	border-left-color: #FFCBCD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 30px;
}

/*サムネイル部　box仕様*/
/*---------------------------------------*/
.v-box {
	height: 370px;
	width: 160px;
	margin-right: 10px;
	margin-left: 15px;
	float: left;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: center;
	border: 1px dotted #999999;
	padding-top: 5px;
}
.v-box p {
	margin: 0px;
	padding: 0px;
}
.v-box img {
	border: 1px solid #CCCCCC;
}
.v-box dl {
	margin: 0px auto;
	text-align: center;
	padding: 0px;
	width: 120px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}


.v-box dt {
	margin:0px;
	float:left;
	padding: 0px;
} 


.v-box dd {
	color:#666666;
	text-align:right;
	padding:0px;
	margin: 0px;
} 


#infomation p {
	margin-bottom: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#sarch {
	position: absolute;
	top: 350px;
	left: 50px;
	width: 600px;
	height: 20px;
	font-size: 10px;
}
#sarch p {
	margin: 0px;
	padding: 0px;
}


.f16 {
	font-size: 14px;
}
.f14 {
	font-size: 14px;
}
.f12 {
	font-size: 12px;
}

/*繝医ャ繝励・繝ｼ繧ｸ莉･螟悶・繝｡繧､繝ｳ繧ｨ繝ｪ繧｢縺ｨ縺吶ｋ
----------------------------------------------*/
#info02 {
	float: right;
	width: 600px;
	text-align: left;
	height: auto;
	line-height: 1.75em;
	color: #666666;
	font-size: 12px;
}
#info02  h1 {
	text-align: left;
	font-size: 16px;
	color: #BA7273;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FEC0C1;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FEC0C1;
	padding-bottom: 5px;
	width: 550px;
	margin-bottom: 20px;
	padding-top: 5px;
}
#info02  h2 {
	background-image: url(../img/weddingveil/index/rabel-h3.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 20px;
	color: #C27074;
	clear: both;
	height: 40px;
	margin: 5px 0px 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 35px;
}
#info02  hr {
	clear: both;
	color: #EADADB;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	height: 0px;
	margin-top: 10px;
	padding-top: 10px;
}
#info02 .pbox {
	background-color: #FFE9EB;
	width: 585px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 5px 0px;
	margin-bottom: 15px;
	margin-top: 15px;
	line-height: 1.75em;
	color: #666666;
	border: 1px solid #FFCFCF;
	clear: both;
}
#info02 #left  {
	float: left;
	width: auto;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: auto;
}
#info02  #sam  {
	float: right;
	width: 130px;
	text-align: center;
	height: auto;
}
#mainarea  {
	float: right;
	width: 600px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
#mainarea .photobox {
	width: auto;
	padding: 0px;
	height: 620px;
}

#mainarea #info3 #ba {
	float: left;
	width: 270px;
	padding-left: 3px;
}
#mainarea #info3 #ba img {
	margin-bottom: 5px;
}
#mainarea #info4 {
	float: right;
	width: 200px;
	background-color: #FFFFFF;
	padding-right: 2px;
	padding-left: 2px;
}
#mainarea #info3 #info4 p {
	margin-top: 5px;
	text-align: center;
	line-height: 1.75em;
	font-size: 10px;
}
.photobox hr {
	clear: both;
}

.pbox h2,h3 {
	margin: 0px;
	font-size: 18px;
	color: #B05E62;
	padding-left: 35px;
	background-image: url(../img/weddingveil/index/rabel-h3.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 40px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 0px;
	font-weight: bold;
}


/*メモリアルbox部*/

.memorial-box {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	border: 1px dotted #666666;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.memorial-box img {
	float: right;
	padding: 5px;
}
.memorial-box h3 {
	background-image: url(../img/weddingveil/index/rabel-h3.gif);
	background-repeat: no-repeat;
}

.memorial-box p {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 5px 0px 0px;
	padding: 0px;
}
#info3 {
	float: right;
	width: 480px;
	margin-top: 18px;
}
.pbox p {
	margin: 0px;
	padding: 0px;
}


/*footer*/

#footer {
	background-image: url(../image/footer.jpg);
	clear: both;
	background-repeat: no-repeat;
	height: 130px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D8AFB0;
	width: auto;
	background-position: bottom;
	background-color: #F7E3E4;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D8AFB0;
	border-left-color: #D8AFB0;
	color: #666666;
	text-align: center;
	border-top-style: none;
}
#f-info {
	background-color: #FFFFFF;
	width: 801px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D8AFB0;
	border-left-color: #D8AFB0;
	height: auto;
	text-align: center;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	font-size: 10px;
	color: #666666;
	clear: both;
	margin: 0px;
	padding-bottom: 20px;
}
#f-info p {
	margin: 0em;
	padding-top: 10px;
}

#footer p {
	margin: 0px;
	padding: 15px 0px 0px;
}
#footer hr {
	height: 0px;
	width: 80%;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}


#right02 {
	float: right;
	width: 615px;
	padding: 0px;
	height: auto;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
}
#right03 {
	position: absolute;
	width: 135px;
	left: 460px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: auto;
}
#right03 ul {
	margin: 0px;
	padding: 0px;
}
#right03 li {
	padding: 10px 10px 10px 3px;
	list-style-type: none;
}

#main-contents {
	width: 500px;
	background-color: #FFFFFF;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#main-contents img {
	margin-top: 5px;
	margin-bottom: 5px;
}

#main-contents #paned {
	height: 20px;
	width: 460px;
	font-size: 10px;
	padding-top: 5px;
	margin: 0px;
	padding-left: 5px;
}


#main-contentssam {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}

#main-contents p {
	margin-top: 1px;
	margin-bottom: 5px;
}
#top-info  {
	left: 214px;
	top: 558px;
	width: 700px;
	height: auto;
	padding-left: 10px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

#footer address {
	font-style: normal;
	margin-top: 15px;
}
#show {
	width: 550px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

/*#fitting縺ｫ驕ｩ逕ｨ縺吶ｋ*/

#fitting .memorial-box {
	width: 580px;
	margin-right: auto;
	background-color: #FFFFFF;
	border: 1px dotted #666666;
	margin-top: 15px;
	padding: 3px;
	margin-left: auto;
	height: auto;
	margin-bottom: 25px;
}


#fitting .memorial-box img {
	float: right;
}
#fitting .memorial-box h4 {
	color: #FF3366;
	font-size: 14px;
	margin: 0px;
}
#fitting .memorial-box h3 {
	margin: 2px 0px 10px;
	font-size: 16px;
	color: #BA7275;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #FF6699;
	padding-left: 5px;
	background-image: none;
	height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#fitting .memorial-box p {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.coordination {
	width: 460px;
	height: 230px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-top: 10px;
}

.paned {
	height: auto;
	width: auto;
	font-size: 10px;
	padding-top: 10px;
	margin: 0px;
}

.pay {
	width: 500px;
	height: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.pay table {
	width: 300px;
	float: right;
	height: 150px;
	margin-left: 10px;
}
.pay h2 {
	color: #FF6699;
	font-size: 18px;
}

.f-pink {
	color: #E268A1;
}
.b-red01 {
	color: #760605;
	font-weight: bold;
	padding-top: 5px;
	background-image: url(../img/accessories/arrow01.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #DBBDBB;
	background-color: #FAE8DA;
	padding-right: 3px;
	display: block;
}


