/* 全称セレクタ */

*{
	margin:0;
    padding:0;
    border:none;
　　vertical-align: bottom;
}



/* ボディに関する主なCSS */
body {
	font-size: 0.8em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.3;
	color: #333333;
	letter-spacing: 0.1em;
	background-color: #FFFFFF;
	margin: 0;
	text-align:center; 
	margin-left:auto;margin-right:auto; 
	text-align:left; 	
}

p {
margin-bottom: 17px;
}



a {
	color: #009999;
	text-decoration: none;
}
a:visited {
	color: #009999;
	text-decoration: none;
}
a:hover {
	color: #FF6666;
	text-decoration: none;
}

/* ページ構造に関するCSS */
#wrapper {
	width: 780px;
	background-image : url(bridalstaff/mc/bg_base.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	text-align:center; 
	margin-left:auto;margin-right:auto; 
}
#backbox {
	width: 773px;
	margin:0 auto 0 auto;
	background-color: #FFFFFF;
	text-align:left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-color: #999999;
}

#header {
	height: 80px;
}



/* フッターに関するCSS */

#footnavi {
	border-top: 1px solid #AEBDD5;
	font-size: 0.8em;
	background-color: #FFFFFF;
	width: 773px;
	height: 25px;
}

#footnavi li {
	display:block;
	float: right;
	border-right: 1px solid #CCCCCC;
	margin: 5px;
	padding-right: 5px;
	padding-left: 5px;
	list-style-type: none;
}
#footnavi li a {
	line-height: 1.2em;
	color: #666666;
	text-decoration: none;
	text-align: center;
}
#footnavi li a:hover {
	color: #FF6699;
}

#footer {
	width: 773px;
	bottom:0px;
	height: 20px;
	text-align:center;
	text-indent: -9999px;
	background-image : url(bridalstaff/mc/footer.gif);
}
