@charset "UTF-8";

/*//////////////////////////////////////////////////

Title : guide.css
For   : Setting base styles of the site

Created       : 2009-9-9
Last Modified : 

/*===== CONTENTS ===========================================

	 1: GUIDE001
	 2: GUIDE004
	 
==========================================================*/

/*======================================

	1: GUIDE001

=======================================*/
.siteimage_area {
	overflow: hidden;
	width: 640px;
	margin: 30px 10px 50px;
}

.siteimage_area .siteimage {
	float: left;
	width: 170px;
	margin-right: 15px;
	text-align: center;
}

.siteimage_area .viewerimage {
	float: left;
	width: 240px;
	text-align: center;
}

.viewerimage p {
	height: 248px;
}

.viewerimage p img {
	margin-top: 30px;
}

.siteimage_area .viewerimage dl {
	width: 240px;
}

.siteimage_area .siteimage dl dt,
.siteimage_area .viewerimage dl dt {
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 1.5;
}

.siteimage_area .siteimage dl dd,
.siteimage_area .viewerimage dl dd {
	text-align: center;
}

dl.utilizable_credit {
	margin: 0 5px;
}

dl.utilizable_credit dt {
	font-weight: bold;
	font-size: 120%;
	padding-bottom: 5px;
}

dl.utilizable_credit dd {
	padding-bottom: 10px;
}

dl.pct_image {
	margin-left: 5px;
}

dl.pct_image dt {
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 120%;
}

dl.pct_image dd {
	padding-bottom: 15px;
}

dl.recommended {
	margin-left: 20px;
	margin-bottom: 15px;
}

dl.recommended dt {
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 120%;
}

dl.recommended dd {
	line-height: 1.5;
}

div.aboutCheckout {
float: left;
}

div.aboutCheckout div.inner {
overflow: hidden;
padding: 0 80px 0;
width: 660px;
}

div.aboutCheckout li {
background: url("/img/guide/rakuten/bg_aboutcheckoutList.gif") no-repeat scroll 155px 70% transparent;
float: left;
width: 220px;
margin-bottom: 40px;
}

div.aboutCheckout li dt {
	margin-bottom: 5px;
}

div.useNavi {
	margin-top: 20px;
}

/*======================================

	2: GUIDE004

=======================================*/

body#GUIDE004 #main_contents {
	margin-bottom: 25px;
}

body#GUIDE004 #main_contents p.explain img,
body#GUIDE004 ol.read_view li {
	vertical-align: text-top;
}

body#GUIDE004 ol.gauge li strong {
	display: block;
	margin-bottom: 10px;
	color: #505050;
	font-weight: bold;
}

body#GUIDE004 ol.gauge li p {
	margin-left: 0;
	margin-right: 0;
}


body#GUIDE004 ol.read_view li {
	line-height: 1.6;
}

body#GUIDE004 span.copyright {
	display: block;
	font-size: 80%;
}

