@charset "utf-8";
/**----------------------------------------------------------
 *CSS information 
 *
 * file name	: login.css
 * author		: takaaki koyama
 * style info	: login.html用CSS
 -----------------------------------------------------------*/
@import url("import.css");

@import url("subpage.css");

@import url("low.css");



/* Begin  item */
.heightLine {
	position: relative;
	padding:6px 0 0 7px;
	width:214px;
	height:163px;
	float:left;
	margin:0 9px 20px 0;
	font-size:100%;
	background:url(../img/parts/photo_back_s.gif) no-repeat;
	display: block;
}

.date {
	color:#999;
	position: absolute;
	padding:1px 3px 1px 3px;
	top:3px;
	right:12px;
	background-color:#FFF;
}


.new_mark{
	position: absolute;
	width:37px;
	top:3px;
	right:11px;
}

.cool_mark{
	position: absolute;
	width:37px;
	top:122px;
	right:11px;
}

/* IE6以下でpadding指定 */
*html .new_mark {
	right:10px;
}

*html .cool_mark {
	right:10px;
}


.expansion {
	z-index:2;
	position: absolute;
	display:none;	right:18px;
}


.expansion a {
	display:block;
	width:21px;
	height:21px;
	cursor:pointer;
}




.heightLine h2 {
	margin:7px 0 5px 0;
	padding:0;
}
.heightLine h2 a {
	color:#333;
	text-decoration:none;
}
.heightLine h2 a:hover {
	color:#ff007e;
	text-decoration:underline;
}

.heightLine a img{
	text-decoration:none;
}

.heightLine a:visited{
	color:#999;
}


.heightLine p a:hover img{
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
}

.post-ratings {
	width:100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	/* background-color: #ffffff; */
}

.post-ratings-loading {
	display: none;
	height: 16px;
	text-align: left;
}

.post-ratings-image {
	border: 0px;
}

.post-ratings IMG, .post-ratings-loading IMG, .post-ratings-image IMG {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.post-ratings-text {
}

.post-ratings-comment-author {
	font-weight: normal;
	font-style: italic;
}

#pagenavi {
	font-size:92%;
	margin:10px 10px 20px 700px;
	clear: both;
}

#pagenavi a:hover img{
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
}

#next a{
	display:block;
	background:url(../img/parts/next.png) no-repeat;
	width:152px;
	height:18px;
	text-indent:-9999px;
	float:left;
	margin-left:5px;
}

#prev a{
	display:block;
	background:url(../img/parts/prev.png) no-repeat;
	width:53px;
	height:18px;
	text-indent:-9999px;
	float:left;
}

#prev a:hover{
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
}

#next a:hover{
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
}
