@charset "UTF-8";
/* CSS Document */

/* @group mayers reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

div.contents {
	background-image: url('../images/bg_contents.gif');
	background-position: left;
	background-repeat: repeat-y;
	border-bottom: 1px solid #ffffff;
	line-height: 1.2;
	clear: both;
}

div.main {
	width: 614px;
	float: left;
}

div.sub {
	margin-left: 634px;
	text-align: center;
}

div.sub ul li a {
	display: block;
}

div.sub ul li.diary {
	margin-top: 10px;
}


/* @group footer */

div.footer {
	clear: both;
	position: relative;
	top: 31px;
	height: 30px;
	font-size: 75%;
}

div.footer ul {
	padding-top: 9px;
}

div.footer ul li {
	float: left;
	border-left: 1px solid #ffffff;
	padding-left: 7px;
	padding-right: 7px;
}

div.footer ul li.first-child {
	padding-left: 0;
	border-left: none;
}

div.footer ul li a {
	display: block;
	color: white;
}

address {
	text-align: right;
	color: #ffffff;
	font-style: normal;
}

div.base_bg {
	height: 30px;
	background-color: #85766a;
}

/* @end */

/* @group IE6 Huck */
*html div.sub {
	margin-left: 631px;
	padding: 0px;
}

*html div.sub ul li {
	width: 221px;
}



/* @end */


