@charset "Shift_JIS";
/*2008.11.04更新
========================================== hot dinos汎用CSSの読み込み*/

@import url("hot_common.css");


/* ================================================================== contents page Default*/

p {	color:#666666; }


/* ================================================================== Hot dinos contents Wrap*/

#contmain_Wrap {
	width: 942px;
	height: auto;
	margin:0px auto;
	text-align:left;
}

/* ================================================================== Layout*/
#cont_Wrap {
	width: 900px;
	margin:0px auto;
}

.cont_st {
	width: 890px;
	margin:0px auto 10px;
}
.cont_inWrap {
	width: 278px;
	border:1px solid #CCCCCC;
	float:left;
	margin-right:10px;
}
.cont_inbox1 {
	width: 258px;
	min-height:112px;
	margin:0px auto;
	padding-top:8px;
	_height: 112px;		/* IEのみに適用される(undesr score hack) */
}
.cont_inbox2 {
	width: 240px;
	margin:0px auto;
}
.cont_inbox3 {
	width: 162px;
	float:left;
}
.cont_p1 {
	padding:0px 9px 10px; 
}
.cont_p2 {
	padding-top:4px; 
}
.cont_p3 {
	text-align:right;
	padding:5px 10px 5px;
	position: relative;
}

.feat_Wrap2 { /* ------------ 投稿説明Box  */
	width:780px;
	margin:0px 20px 10px;
}
.feat_W2inbox1 {
	width:55px;
	float:left;
}
.feat_W2inbox2 {
	width:710px;
	float:right;
}

.conimg1 { /* ------------ ふぁーも背景  */
	background: url(../images2/cont/img1.gif) no-repeat right bottom;
	padding-bottom:70px;
}



/* ================================================================== Title */
.h2con {
	width:876px;
	height:62px;
	background: url(../images2/cont/ttl.gif) no-repeat left top;
}


.h2con h2 {
	position: relative;
	font-size:20px;
	visibility: hidden;
	width:800px;
}

.h3part {
	width:876px;
	height:66px;
	background: url(../images2/cont/ttl_part.gif) no-repeat left top;
}
.h3read {
	width:876px;
	height:66px;
	background: url(../images2/cont/ttl_read.gif) no-repeat left top;
}
.h3part h3, .h3read h3 {
	position: relative;
	font-size:16px;
	visibility: hidden;
	width:800px;
}

/* ================================================================== Font */
.cont_f1 {
	color:#E1E1E1;
}


/* ================================================================== Link */

.cont_p2 a, .cont_p2 a:link, .cont_p2 a:visited, .cont_p2 a:hover, .cont_p2 a:active  {
	color:#3399CC;
}
.cont_p3 a, .cont_p3 a:link, .cont_p3 a:visited, .cont_p3 a:hover, .cont_p3 a:active {
	color:#9A8129;
}

