body {
/*    padding-top: 60px;*/

	position: relative;
}

#background {
	width: 100%;
	height: 100%;
	position: fixed;
}
#background_img {
	width: 100%;
	position: absolute;
	top: 0;
}
#background_img img.bgimg {
	width: 100%;
	position: absolute;
	top: 0;
	opacity: 0.9;
}
#background_img div.grad {
	width: 100%;
	height: 180px;
	position: absolute;
	bottom: 0;
	background: url('../../images/base/bggrad.png') repeat-x 0 0;
	display: none;
}

.right_contents {
	padding: 10px 0;
}
.container {
	min-height: 700px;
}

footer {
	position: absolute;
	bottom: 0;
	text-align: right;
}


.side_header {
	width: 100%;
	margin: 15px auto;
}
.side_list {
	width: 100%;
	list-style: none;
}
.side_list li {
	margin: 0 0 2px;
}
.side_list li a {
	width: 90%;
	display: block;
	margin: 0 auto;
	padding: 5px 7px;
	background: url('../../images/base/washi_80.png') repeat 0 0;
	font-family: serif;
	color: #1b1b1b;
}
.side_list li a:hover {
	text-decoration: none;
	background: url('../../images/base/washi_95.png') repeat 0 0;
}
.side_list li a i {
	font-size: 90%;
}

.washi_box {
	width: 100%;
	min-height: 200px;
	margin: 0 0 30px;
	padding: 10px;
	background: url('../../images/base/washi_80.png') repeat 0 0;
/* 	background: url('../../images/base/washi_box_70.png') repeat 0 0; */
}

.kurukuru_h {
	min-width: 100px;
	height: 36px;
	margin: 0 0 10px;
	padding: 5px 10px 0 50px;
	font-size: 130%;
	font-family: serif;
}
.kurukuru_h_black {
	background: url('../../images/base/h_bg_black.png') no-repeat 0 0;
}
.kurukuru_h_blue {
	background: url('../../images/base/h_bg_blue.png') no-repeat 0 0;
}
.kurukuru_h_red {
	background: url('../../images/base/h_bg_red.png') no-repeat 0 0;
}
.kurukuru_h_orange {
	background: url('../../images/base/h_bg_orange.png') no-repeat 0 0;
}
.kurukuru_h_green {
	background: url('../../images/base/h_bg_green.png') no-repeat 0 0;
}
.kurukuru_h_yellow {
	background: url('../../images/base/h_bg_yellow.png') no-repeat 0 0;
}