/* タグ指定 */
body {
   font-size:100%;
   color:#232323;
   background-color:#ffffff;
   margin:15px auto;
   text-align:center;
}

a {
   text-decoration:none;
}
a:link { 
   color:#0000CC;
}
a:visited {
   color:#660099;
}
a:hover {
   color:#FF0000;
   text-decoration:underline;
}
a:active {
   color:#990033;
   text-decoration:none;
}

/** フォント設定 **/
/* カラー */
.ftc-ffffff      { color:#ffffff; }
.ftc-ffffd7      { color:#ffffd7; }
.ftc-ffecff      { color:#ffecff; }
.ftc-ffc1c1      { color:#ffc1c1; }
.ftc-ff0033      { color:#ff0033; }
.ftc-fcfdd2      { color:#fcfdd2; }
.ftc-f07d7d      { color:#f07d7d; }
.ftc-eff1c2      { color:#eff1c2; }
.ftc-eeeeee      { color:#eeeeee; }
.ftc-ebe5a8      { color:#ebe5a8; }
.ftc-ebd376      { color:#ebd376; }
.ftc-e3c8ff      { color:#e3c8ff; }
.ftc-dfb920      { color:#dfb920; }
.ftc-dcd0ff      { color:#dcd0ff; }
.ftc-d7004e      { color:#d7004e; }
.ftc-999999      { color:#999999; }
.ftc-000000      { color:#000000; }

/* サイズ */
.fts-exsmall  { font-size:10px; }
.fts-xsmall   { font-size:11px; }
.fts-small    { font-size:12px; }
.fts-normal   { font-size:13px; }
.fts-large    { font-size:14px; }
.fts-xlarge   { font-size:15px; }
.fts-exlarge  { font-size:16px; }

/** 背景設定 **/

/* カラー */
.bgc-ffffff      { background-color:#ffffff; }
.bgc-ffffd7      { background-color:#ffffd7; }
.bgc-ffecff      { background-color:#ffecff; }
.bgc-ffc1c1      { background-color:#ffc1c1; }
.bgc-fcfdd2      { background-color:#fcfdd2; }
.bgc-f07d7d      { background-color:#f07d7d; }
.bgc-eff1c2      { background-color:#eff1c2; }
.bgc-eeeeee      { background-color:#eeeeee; }
.bgc-ebe5a8      { background-color:#ebe5a8; }
.bgc-ebd376      { background-color:#ebd376; }
.bgc-e3c8ff      { background-color:#e3c8ff; }
.bgc-dfb920      { background-color:#dfb920; }
.bgc-dcd0ff      { background-color:#dcd0ff; }
.bgc-d7004e      { background-color:#d7004e; }
.bgc-999999      { background-color:#999999; }
.bgc-000000      { background-color:#000000; }

/** 余白設定 **/
.pd-right   { padding-left:15px; }
.pd-left   { padding-right:15px; }
.pd-right-top {
   padding-left:12px;
   padding-top:8px;
}
p.campaign {
	text-indent: -9999px;
	width: 537px;
	height: 100px;
	margin-bottom:10px;
	background: url(../image_banner/bnr_campaign.gif) no-repeat 0 0;
	}
p.campaign a{
	display: block;
	width: 537px;
	height: 100px;
	background: url(../image_banner/bnr_campaign.gif) no-repeat 0 0;
	}
p.campaign a:hover{
	background: url(../image_banner/bnr_campaign.gif) no-repeat 0 -100px;
	}

/** バナー **/
p.hm_search{
	overflow: hidden;
	width: 537px;
	height: 70px;
	margin: 0 0 10px 0;
	padding: 0;
	background: url(../image_banner/bnr_hmsearch.jpg) no-repeat 0 0;
	}
p.hm_search a{
	display: block;
	width: 537px;
	height: 70px;
	text-indent: -9999px;
	}
p.hm_search a:hover{
	background: url(../image_banner/bnr_hmsearch.jpg) no-repeat 0 -70px;
	}
	
/*------------キャンペーンバナー2-------------*/
#cam_banner{
	position:relative;
	width: 537px;
	height: 100px;
	margin:0px 0px 10px 0px;
	padding:0px;
	background: url(../image_banner/banner_spring_cam.gif) no-repeat 0 0;
	text-indent: -9999px;
}
#cam_banner #btn_spring_cam01{
	position:absolute;
	top:50px;
	left:12px;
	width: 254px;
	height: 40px;
	margin:0px;
	padding:0px;
	background: url(../image_banner/btn_spring_cam.gif) no-repeat 0px 0px;
}
#cam_banner #btn_spring_cam01 a{
	display:block;
	width: 254px;
	height: 40px;
	background: url(../image_banner/btn_spring_cam.gif) no-repeat 0px 0px;
}
#cam_banner #btn_spring_cam01 a:hover{
	display:block;
	width: 254px;
	height: 40px;
	background: url(../image_banner/btn_spring_cam.gif) no-repeat 0px -40px;
}
#cam_banner #btn_spring_cam02{
	position:absolute;
	top:50px;
	right:11px;
	width: 254px;
	height: 40px;
	margin:0px;
	padding:0px;
	background: url(../image_banner/btn_spring_cam.gif) no-repeat -254px 0px;
}
#cam_banner #btn_spring_cam02 a{
	display:block;
	width: 254px;
	height: 40px;
	background: url(../image_banner/btn_spring_cam.gif) no-repeat -254px 0px;
}
#cam_banner #btn_spring_cam02 a:hover{
	display:block;
	width: 254px;
	height: 40px;
	background: url(../image_banner/btn_spring_cam.gif) no-repeat -254px -40px;
}