@charset "utf-8";

/*Button*/

.memo{
	padding-bottom:10px;
}

.memo li {
	height:61px;
	margin-bottom:15px;
}

.memo li a {
	display:block;
	width:204px;
	height:40px;
	padding:21px 0 0 36px;
	font-weight:bold;
	font-size:110%;
	text-decoration:none;
	color:#333;
}

.memo li.second a {
	display:block;
	width:204px;
	height:50px;
	padding:11px 0 0 36px;
	font-weight:bold;
	font-size:110%;
	text-decoration:none;
	color:#333;
}


.memo01 a 						{	background:url(../images/memo/btn_memo01_off.jpg) no-repeat 0 0;}
.memo01 a:hover {	background:url(../images/memo/btn_memo01_on.jpg) no-repeat 0 0;}

.memo02 a						 {	background:url(../images/memo/btn_memo02_off.jpg) no-repeat 0 0; }
.memo02 a:hover {	background:url(../images/memo/btn_memo02_on.jpg) no-repeat 0 0; }

.memo03 a 						{	background:url(../images/memo/btn_memo03_off.jpg) no-repeat 0 0;}
.memo03 a:hover {	background:url(../images/memo/btn_memo03_on.jpg) no-repeat 0 0;}

.memo04 a						 {	background:url(../images/memo/btn_memo04_off.jpg) no-repeat 0 0; }
.memo04 a:hover {	background:url(../images/memo/btn_memo04_on.jpg) no-repeat 0 0; }

/*Contents*/

#TB_ajaxContent {
	background:url(../images/memo/bg_memo.jpg) no-repeat 0 0;
}

.memoCont {
	overflow:auto;
	height:20em;
	position:absolute;
	top:55px;
	width:446px;
	left:22px;
	padding-right:10px;
}

.memoNum {
	position:absolute;
	top:18px;
	left:20px;
	width:64px;
	height:19px;
	text-indent:-9999px;
}

.memoNum01 {	background:url(../images/memo/memo01.jpg) no-repeat 0 0; }
.memoNum02 {	background:url(../images/memo/memo02.jpg) no-repeat 0 0; }
.memoNum03 {	background:url(../images/memo/memo03.jpg) no-repeat 0 0; }
.memoNum04 {	background:url(../images/memo/memo04.jpg) no-repeat 0 0; }

.memoCont p {
	font-size:115%;
	line-height:1.6;
}

#memoTitle {
	position:absolute;
	top:20px;
	left:85px;
	font-size:115%;
	font-weight:bold;
	width:330px;
	text-align:center;
}
