@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
	border: none;
}
body{
	background-color: #FFDEAD;
}
#root{
	width: 760px;
	text-align: center;
	margin: 0 auto;
}
#backroot{
	width: 760px;
	text-align: left;
	border-right: #933 solid 1px;
	border-left: #933 solid 1px;
	background-image: url(../img/wedding/we_backimg.gif);
}
h1{
	width: 760px;
	font-size: 9px;
	margin: 0;
	background-color: #F89E9E;
}
h2{
	font-size: 100%;
	margin: 0 0 20px;
}
/* ヘッダー */
#header{
	width: 760px;
	height: 200px;
	border-bottom: #933 1px solid;
	background-image: url(../img/wedding/we_header.jpg);
	position: relative;
}
	div#header #namaelogo{
		top: 10px;
		left: 10px;
		position: absolute;
	}
	div#header #kelogo{
		top: 45px;
		left: 200px;
		position: absolute;
	}
#tophe{
	width: 150px;
	height: 150px;
	position: absolute;
	top: 20px;
	left: 20px;
	text-indent: -8888px;
}
	#tophe a{
	}
/* ボディー */
div#body{
	width: 610px;
	float: right;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
}
	/* 日付 */
#day{
	font-size: 70%;
	text-align: right;
	margin-right: 10px;
}
	/* 内容１ */
#contents_tex{
	width: 500px;
	background-color: #FCC;
	border: #933 solid 1px;
	text-align: center;
	margin: 0 auto 20px;
}
	#contents_tex p{
		margin: 5px auto;
		font-size: 90%;
	}
	/* 熨斗 */
#nosi{
	margin: 10px auto;
}
	#nosi p{
		font-size: 80%;
	}
	/* koe */
#koe{
	width: 300px;
	height: auto;
	text-align: center;
	margin: 10px auto;
	padding: 10px 0;
	background-color: #FFFFA4;
}
#koe p{
	margin: 5px auto;
}
	/* 結婚式の商品 */
h3{
	font-size: 90%;
	font-weight: normal;
	margin-bottom: 10px;
}
#contents01{
	width: 570px;
	height: 357px;
	background-color: #FCC;
	text-align: center;
	margin: 10px auto;
	position: relative;
}
	#contents01 div#con01_wel,
	#contents01 div#con01_ryou,
	#contents01 div#con01_hiki{
		width: 170px;
		position: absolute;
		top: 10px;
	}
	#contents01 div#con01_wel{
		left: 15px;
	}
	#contents01 div#con01_ryou{
		left: 200px;
	}
	#contents01 div#con01_hiki{
		right: 15px;
	}

		#contents01 div#con01_wel p,
		#contents01 div#con01_ryou p,
		#contents01 div#con01_hiki p{
			font-size: 75%;
			text-align: justify;
			line-height: 1.5em;
		}


/* サイドバー */
div#side{
	width: 150px;
	background-repeat: repeat-y;
	float: left;
}
	/* 送料無料 */
li#souryou{
	margin: 30px 0 10px;
	position: relative;
}
a.white:link {	text-decoration: underline;	color: #ffffff; font-size: 12px;} 
a.white:visited {	text-decoration: underline;	color: #ffffff; font-size: 12px;} 
a.white:active {	text-decoration: underline;	color: #ff0000; font-size: 12px;}
a.white:hover {	text-decoration: underline;	color: #ff6666; font-size: 12px; } 
.white_2{
	text-align: center;
	position: absolute;
	left: 22px;
	top: 65px;
}
/* フッター */
#footer{
	width: 760px;
	height: 30px;
	text-align: center;
	background-color: #FDDFDF;
	border-top: #933 solid 1px;
	border-bottom: #933 solid 1px;
	clear: both;
	display: inline-block;
}
	#footer p{
		font-size: 80%;
		color: #777;
	}
	
		#footer p a{
			color: #777;
			text-decoration: none;
		}


