@charset "shift_jis";


/*
 * common
*/
body {
	color: #56450f;
	margin: 0px;
	background: url(../../img/menu_b_bg.jpg) left top fixed repeat white;
}
body,td,th,h1,h2,h3,h4,h5,h6 {
	font-size: 12px;
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
}
h1 {
	margin-bottom: 20px;
}
h3 {
	font-weight: bold;
	color: white;
	background-color: #cc6666;
	padding: 3px;
	margin: 12px 0;
}
h4 {
	font-weight: bold;
}
a img {
	border-style: none;
}
.style1 {color: #ffffff; }
.style3 {color: #56450f; }
.style4 {color: #56470e; }

#wrapper {
	width: 800px;
	text-align: center;
}
#footer {
	margin-top: 30px;
}


/* item */
.item {
	background-color: #fff4e6;
	width: 600px;
	border-style: solid;
	border-width: 3px 1px;
	border-color: #56470e;
	margin: 12px auto;
}
.item .title {
	padding: 4px 0;
	border-bottom: 1px solid #56470e;
	margin: 0;
}
.item .link {
	padding: 12px 0;
	margin: 0;
}


/* box */
.box {
	background: url('images/box_top.jpg') top left no-repeat transparent;
	width: 728px;
	padding-top: 9px;
	margin: auto;
}
.box .bottom {
	background: url('images/box_bottom.jpg') bottom left no-repeat transparent;
	padding-bottom: 9px;
}
.box .content {
	background-color: white;
	border-width: 0 1px;
	border-style: solid;
	border-color: #906b1b;
}

