@charset "Shift_JIS";

/* title
--------------------------------------------------------------------------------------------------------------*/
#title {
	background: url(img/title.jpg) no-repeat;
}


/* main
--------------------------------------------------------------------------------------------------------------*/
#main p {
	line-height: 1.5;
	margin-bottom: 7px;
}
#main h3 {
	width: 595px;
	height: 30px;
	margin-top: 2px;
	text-indent: -9999px;
}


/* #kodawari
--------------------------------------------------------------------------------------------------------------*/
#kodawari h3 {
	background: url(img/tit01.gif) no-repeat;
}
#kodawari table {
	width: 595px;
}
	#kodawari table td {
		width: 257px;
		padding: 5px 20px;
		vertical-align: top;
	}
		#kodawari table td img {
			margin-bottom: 3px;
		}
		#kodawari table td strong {
			font-size: 123.1%;
		}

#kodawari dl {
	background: #231816;
	border: 3px double #fff;
	width: 570px;
	padding: 15px 10px 3px 10px;
}
	#kodawari dl dt {
		float: left;
		width: 120px;
		clear: both;
		font-size: 108%;
		font-weight: bold;
		color: #eee6a5;
		letter-spacing: 0.1em;
	}
	#kodawari dl dd {
		margin: 0 0 17px 120px;
		color: #fff;
	}


/* #usefull
--------------------------------------------------------------------------------------------------------------*/
#usefull h3 {
	background: url(img/tit02.gif) no-repeat;
	margin-bottom: 20px;
}
#usefull table {
	width: 595px;
	background: #888;
}
	#usefull table th {
		background: #ccc;
		width: 106px;
		padding: 5px;
	}
	#usefull table td {
		background: #fff;
		padding: 5px;
		vertical-align: top;
	}


/* #pointcard
--------------------------------------------------------------------------------------------------------------*/
#pointcard h3 {
	background: url(img/tit03.gif) no-repeat;
}
#pointcard h4 {
	clear: both;
}
#pointcard .photo {
	float: right;
	padding: 0 0 10px 10px;
}
#pointcard strong {
	font-size: 116%;
	color: #e5151f;
}
#pointcard ul {
	margin: 5px 0 10px;
}
	#pointcard ul li {
		background: url(../img/common/check.gif) no-repeat 0 4px;
		padding: 0 0 7px 14px;
		line-height: 1.4;
	}



