/* CSS Document */

@charset "Shift_JIS";

/* 勝どきのリラクゼーションサロン Yurumu（ユルム）PCサイト　ギフトカードページ箇所CSS
---------------------------------------------------- */

/* 全体構造
---------------------------------------------------- */
#contents {
	height: 900px;
}
#contents #main01 {
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
}




/* contents内 main02箇所
---------------------------------------------------- */
#contents #main02 {
	height: auto;
	width: 585px;
	float: right;
	background: #FFFFFF no-repeat;
	margin: 10px 0px 0px;
	padding: 0px 5px 0px 0px;
	text-align: left;
}

#main02 h3 {
	padding: 5px 0px 0px;
	margin: 0px 10px 10px 0px;
	color: #F00;
	font-size: 15px;
	font-weight: bold;
	line-height: 28px;
}

/* contents内 main02内box01箇所
---------------------------------------------------- */

#contents #main02 .box01 {
	clear: both;
	height: auto;
	margin-bottom: 10px;
	background: url(../images/giftcard/03.jpg) no-repeat 360px 160px;
}
#main02 .box01 a:link {
	color: #FF0066;
	font-weight: bold;
}
#main02 .box01 a:visited {
	color: #FF0066;
}
#main02 .box01 a:hover {
	color: #FF0066;
	text-decoration: underline;
}

#main02 .box01 h4 {
	font-size: 14px;
	line-height: 25px;
	color: #808080;
	font-weight: bold;
}

#main02 .box01 p {
	font-size: 13px;
	margin-top: 10px;
	line-height: 25px;
	color: #808080;
}
#main02 h5 {
	font-size: 14px;
	color: #808080;
	margin-top: 15px;
	margin-bottom: 15px;
	text-decoration: underline;
}






/* block1内 001テーブル箇所
---------------------------------------------------- */

.block1 #t001  {
	height: 312px;
	width: 570px;
	border: 1px solid #CD4B5B;
	font-size: 12px;
}
.block1 #t001 tr td {
	vertical-align: top;
	padding-top: 10px;
}

