/* @charset "UTF-8"; */

/* Header		##################################### */
div#head {
	background: url("../mizunonno/img/bg_head.gif") #fff top center no-repeat;
}
	div#head h1 {
		padding: 14px 0 0 33px;
	}
		div#head h1 a {
			width: 148px; height: 51px;
			background: url("../mizunonno/img/h1_logo.gif") top left no-repeat;
		}
	div#head h2 {
		padding: 39px 40px 0 0;
	}
		div#head h2 a {
			width: 144px; height: 24px;
			background: url("../mizunonno/img/h2_logo.gif") top left no-repeat;
		}

/* Left			##################################### */
div#left {
	width: 359px;
}
	div#left h3 {
		margin: 11px 0 0 20px;
		padding: 12px 0 0 0;
		width: 328px; height: 39px;
		background: url("../mizunonno/img/h3_left.gif") left top no-repeat;
	}
	div#left ul {
		display: block;
		margin: 0 0 0 22px;
		width: 324px;
		background: url("../mizunonno/img/bg_left.gif") top left repeat-y;
	}
		div#left ul li {
			margin-bottom: 1px;
			padding-left: 10px;
			display: block;
		}
		li#bn-top {
			width: 324px; height: 9px;
			background: url("../mizunonno/img/bg_left_top.gif") top left no-repeat;
		}
		li#bn-bottom {
			width: 324px; height: 9px;
			background: url("../mizunonno/img/bg_left_bottom.gif") top left no-repeat;
			overflow: hidden;
		}
			div#left ul li a {
				display: block;
				width: 302px; height: 40px;
				background: #222;
				border: 1px solid #e5e5e5;
			}
			div#left ul li a:hover {
				border: 1px solid #e66c8f;
			}

/* Right			##################################### */
div#right {
	width: 601px;
	background: url("../img/blog/border_a.gif") top left repeat-y;
}
	div#right h3 {
		margin: 11px 0 0 13px;
		padding: 12px 0 0 0;
		width: 568px; height: 39px;
		background: url("../mizunonno/img/h3_right.gif") left top no-repeat;
	}

table {
	text-align: center;
}

font {
	line-height: 1.2em;
}