@charset "utf-8";

@import url(reset.css);

/* font-color
--------------------------------------------------------------------*/

body {
 color:#333;
 background:#fff;
}

/* heading
--------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:"Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",Verdana,"ＭＳ Ｐゴシック","MS P Gothic",Arial,Helvetica,sans-serif;
	font-size: 1em;
}

/* normal block
--------------------------------------------------------------------*/

p {
	/*text-align: justify;
	text-justify: distribute;*/
}

/* anchor
--------------------------------------------------------------------*/

a:link {
	color:#B31F01;
	text-decoration: underline;
}

a:visited {
	color:#B31F01;
	text-decoration: underline;
}

a:hover {
  color:#B31F01;
	text-decoration: none;
}

a:active {
}

/* レイアウト
--------------------------------------------------------------------*/

#wrap {
	width:720px;
	padding:20px;
	margin:0 auto;
	font-size:1.2em;
	line-height:1.6;
}

#wrap h1 {
	margin-bottom:20px;
}

/* main
--------------------------------------------------------------------*/

#main {
	overflow:hidden;
	zoom:1;
}

/* side
--------------------------------------------------------------------*/

#main #side {
	width:200px;
	float:right;
}

#main #side li.last {
	margin-top:30px;
}

/* content
--------------------------------------------------------------------*/

#main #content {
	width:500px;
	float:left;
}

#main #content h2 {
	color:#990000;
	font-weight:bold;
	font-size:1.3em;
	padding:5px 0 1px 38px;
	margin-bottom:10px;
}

#main #content h2.no1 {
	background:url(../image/cartflow_no01.jpg) top left no-repeat;
}

#main #content h2.no2 {
	background:url(../image/cartflow_no02.jpg) top left no-repeat;
}

#main #content h2.no3 {
	background:url(../image/cartflow_no03.jpg) top left no-repeat;
}

#main #content h2.no4 {
	background:url(../image/cartflow_no04.jpg) top left no-repeat;
}

#main #content h2.no5 {
	background:url(../image/cartflow_no05.jpg) top left no-repeat;
}

#main #content h2.no6 {
	background:url(../image/cartflow_no06.jpg) top left no-repeat;
}

#main #content dl,#main #content .same {
	background:url(../image/cartflow_icon.gif) left bottom no-repeat;
	padding-bottom:65px;
	margin-bottom:20px;
}

#main #content .same,
#main #content .last {
	overflow:hidden;
	zoom:1;
}

#main #content .btn {
	float:right;
}

#main #content .text {
	margin-right:120px;
}

#main #content dl dt {
	font-weight:bold;
}

#main #content dl dd.sp {
	margin-bottom:15px;
}

#main #content span {
	color:#0066CC;
}

#main #content span.orange {
	color:#FF6600;
}