@charset "shift-jis";
/*----------------------------------------------------------------------------------
Ctrl + F
	本文
	画像
	プルダウンメニュー
----------------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------------
	本文
----------------------------------------------------------------------------------*/
.text_main {
	margin-bottom: 20px !important;
	font-size: 12pt;
}
.text_main_end {
	text-align: right;
}
.text_main_top {
	height: 28px;
	background: url(../img/bg/main_top.jpg) no-repeat;
}
.text_main_middle {
	padding: 1px 30px 1px 30px;
	background: url(../img/bg/main_middle.jpg) repeat-y;
}
.text_main_bottom {
	height: 26px;
	margin-bottom: 10px;
	background: url(../img/bg/main_bottom.jpg) no-repeat;
}

.text_sennin {
	height: 5px;
	position: relative;
}
/*----------------------------------------------------------------------------------
	画像
----------------------------------------------------------------------------------*/
.img_main {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}

.img_sennin {
	width: 134px;
	height: 152px;
	position: absolute;
	top: 15px;
	left: 340px;
	background: url(../img/bg/chara_00.gif) 0 0 no-repeat;
}
.img_sennin:hover {
	background: url(../img/bg/chara_00.gif) 0 -152px no-repeat;
}
.img_sennin:active {
	height: 182px;
	position: absolute;
	top: -15px;
	background: url(../img/bg/chara_00.gif) 0 -304px no-repeat;
}

#img_main_030103_01 {
	width: 282px;
	margin: 0px auto;
	position: relative;
}
#img_main_030103_02 {
	width: 167px;
	height: 153px;
	position: absolute;
	top: -80px;
	right: -132px;
	background: url(../img/dl_diary/030103.gif) no-repeat;
}


/*----------------------------------------------------------------------------------
	プルダウンメニュー
----------------------------------------------------------------------------------*/
.nav_label {
	clear: both;
	margin: 0px 56px 10px 20px;
}
.nav_label_prev {
	float: left;
	width: 112px;
}
.nav_label_prev a {
/*	width: 112px;*/
	height: 27px;
	text-indent: -9999px;
	display: block;
	background: url(../img/btn/nav_label_prev.gif) 0 0 no-repeat;
}
.nav_label_prev a:hover {
	background: url(../img/btn/nav_label_prev.gif) 0 -27px no-repeat;
}
.nav_label_next a {
	float: right;
	width: 96px;
	height: 27px;
	text-indent: -9999px;
	background: url(../img/btn/nav_label_next.gif) 0 0 no-repeat;
}
.nav_label_next a:hover {
	background: url(../img/btn/nav_label_next.gif) 0 -27px no-repeat;
}
.nav_label_menu {
	float: left;
	width: 331px;
	padding-top: 4px;
	text-align: center;
}

#go_button {
	color: #eee1be;
	font-weight: bold;
	border-color: #9a8264;
	background: #684b2e;
}
