@charset "UTF-8";

@import "unit_tag.css";
@import "unit_common.css";

/* ヘッダ ***********************************/
#head{
	width:				640px;
	height:				97px;
	background:			url("../img/head.jpg") left top no-repeat;
}
#head h1{
	font-size:			100%;
	text-indent:		-99999px;
}

/* ピックアップ ********************************/
#pickup{
	position:			relative;
}
#pickup .link{
	position:			absolute;
	left:				543px;
	top:				132px;
}
#pickup .tag{
	position:			absolute;
	left:				527px;
	top:				-18px;
}

/* コンテンツ ********************************/
#contentBox{
	padding-top:		40px;
	width:				640px;
/*
	height:				581px;
*/
	background:			url("../img/content_bg.png") left top no-repeat;
}

/* サムネイル */
#contentBox .thumbLine{
	padding-bottom:		10px;
}
#contentBox .thumbL{
	float:				left;
	padding-left:		35px;
}
#contentBox .thumbR{
	float:				right;
	padding-right:		35px;
}

/* 詳細 ********************************/
#detail{
	margin:				auto;
	width:				590px;
	position:			relative;
}
#detail .link{
	position:			absolute;
	left:				495px;
}


/*
#banner2{
	background:			#5cb63c;
	width:				722px;
	padding:			5px;
	margin:				auto;
	font-size:			80%;
	color:				#ffffff;
	text-align:			left;
}
#banner2 td{
	vertical-align:		middle;
}
#banner2 #bannerImage{
	margin-right:		5px;
}
#banner2 p{
	margin-top:			0.3em;
	margin-bottom:		0.3em;
}

#banner2 form{
	margin:	0;
}
#banner2 textarea{
border:none;
	width:				510px;
	height:				4em;
	font-size:			100%;
	overflow:			auto;
	color:				#666666;
}
*/

/* ボタン */

#blogBtn{
	position:			absolute;
	top:				285px;
	left:				8px;
}

#pvBtn{
	position:			absolute;
	top:				200px;
	left:				8px;
}



