@charset "utf-8";
/* CSS Document */
/* インフレーム内の商品ページ用テンプレートcss */

.hc_main{
	width:780px;
	margin:0 auto;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#666666;
	font-size:0.8em;
	line-height:150%;
	}

.hc_header{
	padding:3px;
	border-bottom:1px solid #99cc00;
	color:#996600;
	}
	
	.hc_header A:LINK{ border:none; color:#996600;}
	
	#camp_bana{ margin:5px 0; }

	.hc_h1area{ padding:3px; text-align:center;}

	.hc_h1tag{font-size:100%; margin:0px; padding:0px; font-weight:100;}
	
/* 左右レイアウト */
.hc_layout{
	clear:both;
	}

	.hc_layout_right{
		float:right;
		width:580px;
		margin-bottom:10px;
		overflow:hidden;
		}
		
	.hc_layout_left{
		float:left;
		width:180px;
		margin-bottom:10px;
		border-left:#FFCC66 solid 2px;
		border-right:#CCCCCC solid 1px;
		text-align:center;
		}


/*囲われたコンテンツ*/
.hc_block{
	border:1px #CCCCCC solid;
	padding:5px;
	margin-bottom:7px;
	}
	

/*囲われたコンテンツ(赤枠)*/
.hc_akawaku{
	border:1px #FF6666 solid;
	padding:5px;
	margin-bottom:7px;
	}

/* フッター */
.hc_footer{
	clear:both;
	height:60px;
	}
	
A:LINK{color: #666666;
}

A:VISITED{
  color: #666666;
}

A:HOVER{
  color : #ff8000;
  background-color : #ffffbb;
}

A:ACTIVE{
  color : #ff8000;
  background-color : #ffffbb;
}

	
.pink A:LINK{color: #c56153; text-decoration:underline #c56153;
}

.pink A:VISITED{
  color: #c56153; text-decoration:underline #c56153;
}



	