@charset "utf-8";


/*--------------------------------------------reset*/
html, body, p, li, dl, dt, dd, blockquote, td, form {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
ul, ol {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
address, em, code, cite, dfn, var, optgroup {
	font-style: normal;
}
caption, th {
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: left;
}
img {
	border: none;
	vertical-align: bottom;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	line-height: inherit;
}
input, select, textarea {
	font-size: inherit;
}
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display: block;
	margin: 0;
	padding: 0;
}
/*--------------------------------------------base*/
body {
	background: url(/biva.webroot/material/img/biva/mailcp2012/mxm/bg_gradation01.gif) repeat-x #fff;
	color: #333;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	font-size: 14px;
}
a:link,
a:visited {
	color: #4d3d13;
	text-decoration: underline;
}
a:hover,
a:active {
	color: #b15500;
	text-decoration: underline;
}

/*--------------------------------------------wrapper*/
#wrapper {background: url(/biva.webroot/material/img/biva/mailcp2012/mxm/bg_number.jpg) no-repeat center top;}
#main {
	width: 980px;
	margin: 0 auto;
}
/*--------------------------------------------header*/
#header {
	padding-top: 20px;
	margin-bottom: 45px;
	position: relative;
}
.logo {
	margin-bottom: 30px;
}

/*--------------------------------------------top*/

/*--------------------------------------------outline*/

/*--------------------------------------------footer*/
#ftWrap {
	background: url(/biva.webroot/material/img/biva/mailcp2012/mxm/bg_gradation02.gif) repeat-x left bottom;
}
#ft {
	background: url(/biva.webroot/material/img/biva/mailcp2012/mxm/bg_footer.jpg) no-repeat center bottom;
	height: 150px;
}
#ftInner {
	width: 980px;
	margin: auto;
	padding: 110px 0 0 0;
	font-size: 11px;
	color: #4d3d13;
}
#ftInner ul {float: left;}
#ftInner ul li {
	float: left;
	margin-right: 30px;
}

/*--------------------------------------------other*/
.fr {float: right;}

/********************************************************* clearfix*/
.cf:before, .cf:after {
	content:"";
	display:table;
}
.cf:after {clear:both;}
.cf {zoom:1;}