@charset "UTF-8";
/*******************************************/
/* Wedding Style                           */
/*******************************************/

@import url("../../css/default.css");
@import url("w_global.css");
@import url("w_navigation.css");
@import url("w_shared_class.css");

@import url("../../css/lightview.css");

/**/
/*
a:link, a:visited {
	color: #941F57;
	outline: none;
	text-decoration: none;
}

a:hover, a:active {
	color: #F60;
	text-decoration: none;
}
*/

/**/

#wrap{
	background: #FFF url(../img/bg_y360.jpg) repeat-x 0px 0px;
	width: 100%;
	border-bottom: 3px double #E7E2D2;
}

#wrap900{
	width: 900px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	font-size: 75%;
}

#mainView {
	position:absolute;
	top:25px;
	width:314px;
	height:auto;
	z-index:1;
	margin-right: 0px;
	left: auto;
	right: 0px;
	
	
}

#mainView div.view{
	background: url(../img/bg_view.png) no-repeat right top;
	behavior: expression(IEPNGFIX.fix(this));
	padding-top: 2px;
	padding-right: 7px;
	padding-left: 7px;
	height: 432px;
}

#visual {
	visibility: hidden;
}



#wrapMainCopy{
	width: 550px;
	height: 210px;
	padding-top: 20px;	
}

#wrapMainCopy h2{
	margin-bottom: 10px;
}

#wrapMainCopy p{
	line-height: 180%;
	color: #630;
	font-size: 1em;
	margin-left: 0.5em;
}

/*
#sideMenu{

	width: 300px;
	margin-right: 7px;
	background: #CCC;
	float: right;
	padding-top: 80px;
}

*/

/* side menu */

#sideMenu{
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

#sideMenu h3{
}

#sideMenu div.sideCal{
	width: 300px;
	margin-top: 5px;
}
#sideMenu div.sideCal img{
	height: auto;
	width: 300px;
}


#sideMenu p{
	margin: 0px;
	padding: 0px;
}

#sideMenu ul{
	margin: 0px;
	padding: 0px;
}

#sideMenu li {
	list-style-type: none;
	background: url(../../img/dot_side_navi.gif) repeat-x center bottom;
	display: inline;
	margin-right: 0px;
	margin-left: 0px;
}

#sideMenu li a {
	display: block;
	text-decoration: none;
	padding: 0.5em 0.2em 0.5em 0.5em;
	color: #62483C;
	height: 15px;
	margin: 0px;
	background: url(../../img/dot_side_navi.gif) repeat-x 0px bottom;
}
#sideMenu li a:hover {
	background: #F8F4E6 url(../../img/dot_side_navi.gif) repeat-x 0px bottom;
	color: #933;
}

#sideMenu em{
	font-size: 0.8em;
	background: #FBDAC8;
	padding: 0.1em 0.5em;
	margin-left: 1em;
	color: #333;
}

#sideMenu .bnr{
	margin-top: 10px;
}

/* Main Content
----------------------------------------*/

#mainContent{
	margin-top: 25px;
	width: 570px;
}

#mainContent ul{
	margin-left: 2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#mainContent ol{
	margin-left: 2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#mainContent li{
	list-style-type: disc;
	line-height: 180%;
}

#mainContent li.number{
	list-style-type: decimal;
	
}

#mainContent li.alpha{
	list-style-type: upper-alpha;
	line-height: 170%;
	margin-left: 1em;
}


#mainContent p{
	line-height: 180%;
}

#mainContent img.thumnail {
	border: 3px solid #D5C7B8;
	padding: 0px;
}

/*************** Thumnail  *****************/

table.thumPicture{
	margin: 0.5em;
}

#thumPicture table{
	width: auto;
	
}

table.thumPicture th{
	text-align: center;
	
	font-weight: normal;
}

table.thumPicture td{
	padding: 5px;
	vertical-align: top;

	text-align: left;
}


/*
#thumPicture td img{
	padding: 1px;
	border: 1px solid #CCCBD0;
}
*/
/*
.thumPicture{
	padding: 1px;
	border: 1px solid #CCCBD0;
}
*/

#voice{
}

#voice h3{
	margin-top: 1em;
	margin-bottom: 1em;
	color: #BC611E;
}

#voice blockquote{
	margin-left: 2em;
}


/* filter */

#ceremonyTop a:hover img,
table.thumPicture a:hover img{
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	zoom:1;
}


div.boxBrown {
	background: #FCF9E6;
	border: 1px solid #BFA489;
	padding: 10px;
	margin-right: 1em;
	margin-left: 0.5em;
}

.dotX2{
	background: url(../img/dot_x2.gif) repeat-x left center;
}
.dotX2bar{
	background: url(../img/dot_x2.gif) repeat left center;
}