@charset "UTF-8";
/*
* インデックス
*/
@import "unit_tag.css";
@import "unit_common.css";
/*

/* head ***********/
#head{
	height:			612px;
	position:		relative;
}
#head h1{
	position:		absolute;
	left:			50px;
	top:			26px;
	width:			420px;
	height:			180px;
}
#head #head-info{
	position:		absolute;
	left:			35px;
	top:			339px;
}
#head #head-news{
	position:		absolute;
	padding:		41px 0 0 17px;
	left:			358px;
	top:			416px;
	width:			223px;
	height:			181px;
	background:		url("../img/index/top_news_bg.png") left top no-repeat;
	color:			#000;
	font-size:		12px;
	line-height:	15px;
}
#head #head-news dl{
	width:			195px;
	height:			130px;
	overflow:		auto;
}
#head #head-news dt{
	font-weight:	bold;
}
#head #head-news dd{
	padding-bottom:	0.5em;
}
#head #head-news a{
	color:			#e50065;
}
#head #head-news a:hover{
	background-color:	#e50065;
	color:				#fff;
}

/* contentMain ***********/
#contentMain{
	float:			left;
	padding-left:	50px;
	width:			490px;
}

#contentMain #infoBox{
	position:		relative;
}

/* contentSide ***********/
#contentSide{
	float:			right;
	padding-right:	50px;
	width:			280px;
}

#contentSide a{
	color:			#fff;
}
#contentSide a:hover{
	background-color:	#fff100;
	color:			#000;
}


.click{
	position:		absolute;
}

/* contentFull ***********/
#contentsFull #goodsBox{
	padding-top:	20px;
	padding-left:	50px;

}

/* foot ***********/
#foot{
	margin-top:		40px;
	border-top:		solid 2px #e50065;
	padding:		10px 50px 30px 50px;
}
#foot #banner li{
	list-style-type:	none;
	float:				left;
	padding-right:		4px;
}
#foot #copyright{
	padding-top:		4px;
	text-align:			center;
	font-size:			10px;
}

/* caution ***********/
#caution{
	margin:				20px 50px 0 50px;;
	padding:			6px;
	height:				150px;
	overflow:			auto;
	border:				solid 1px #999;
}
#caution h3{
	border-left:		solid 4px #e06;
	padding-left:		4px;
	font-size:			1em;
	color:				#e06;
	margin-bottom:		0.5em;
}
#caution h4{
	border-bottom:		solid 1px #fff100;
	color:				#fff100;
	margin-bottom:		0.5em;
}
#caution ul{
	padding-left:		1em;
	margin-bottom:		0.5em;
}




