@charset "UTF-8";
/* 初期設定 */


/***********************************************
　メイン画像
***********************************************/
div#ContContents h2{
	width:880px;
	height:50px;
	margin:0;
	padding:0;
	background:url(../images/common/tit_guide.jpg) no-repeat;
	text-indent:-9999px;
}

/***********************************************
　ベース
***********************************************/
div#ContContents div.Cont_Guide {
	width:600px;
	margin:0;
	padding:0;
	float:left;
}

/***********************************************
　ガイド分類タイトル
***********************************************/
/* guide_tit01 */
div#ContContents h3.guide_tit01{
	width:600px;
	height:26px;
	margin:0 0 20px 0;
	padding:0;
	background:url(../images/guide/guide_tit01.gif) no-repeat;
	text-indent:-9999px;
	float:left;
}
/* guide_tit02 */
div#ContContents h3.guide_tit02{
	width:600px;
	height:26px;
	margin:40px 0 20px 0;
	padding:0;
	background:url(../images/guide/guide_tit02.gif) no-repeat;
	text-indent:-9999px;
	float:left;	
	_float:none;
}
/* guide_tit03 */
div#ContContents h3.guide_tit03{
	width:600px;
	height:26px;
	margin:40px 0 20px 0;
	padding:0;
	background:url(../images/guide/guide_tit03.gif) no-repeat;
	text-indent:-9999px;
	float:left;
}
/* guide_tit04 */
div#ContContents h3.guide_tit04{
	width:600px;
	height:26px;
	margin:40px 0 20px 0;
	padding:0;
	background:url(../images/guide/guide_tit04.gif) no-repeat;
	text-indent:-9999px;
	float:left;
}
/* guide_tit05 */
div#ContContents h3.guide_tit05{
	width:600px;
	height:26px;
	margin:40px 0 20px 0;
	padding:0;
	background:url(../images/guide/guide_tit05.gif) no-repeat;
	text-indent:-9999px;
	float:left;
}
/* guide_tit06 */
div#ContContents h3.guide_tit06{
	width:600px;
	height:26px;
	margin:40px 0 20px 0;
	padding:0;
	background:url(../images/guide/guide_tit06.gif) no-repeat;
	text-indent:-9999px;
	float:left;
}

/***********************************************
　ご注文の流れ
***********************************************/
div.Cont_Guide dl {
	width:600px;
	margin:0 0 10px 10px;
	padding:0;
	float:left;
}

div.Cont_Guide dt {
	width:24px;
	margin:0;
	padding:0;
	float:left;
}

div.Cont_Guide dd{
	width:570px;
	margin:0;
	padding:5px 0 5px 0;
	float:right;
}
/***********************************************
　会員登録（無料）いついて
***********************************************/
div.Cont_Guide p.bk_gray {
	width:560px;
	margin:5px 0 10px 10px;
	padding:10px;
	background:#DFDFDF;
	border:solid 1px #CCCCCC;
}
/***********************************************
　右ナビゲーション
***********************************************/
ul.guide_menu {
	margin:0 0 10px 0;
	padding:0;
	float:left;
	list-style:none;
}

ul.guide_menu li {
	margin:0 0 5px 0;
	padding:0;
}


