@charset "UTF-8";

/* top only
------------------------------------------ */

#globalNav li#gN01 a {background-position:0 -39px;width:150px;}

#topImg {
	width:750px;
	/* [disabled]height:300px; */
	/* [disabled]overflow:hidden; */
	padding-bottom:10px;
	position: relative;
}

#topImg #open {
	position:absolute;
	right:0;
	bottom:65px;
}

#topixScroll {
	display: block;
	height: 70px;
	overflow: auto;
	border-width:0 1px 1px;
	border-style: solid;
	border-color: #d4b58a;
	padding-bottom: 5px;
}

dl.newsList {
	padding:0 8px;
}

dl.newsList dt {padding:0 0 0 1em; background:url(../img/beta/iconLi.gif) left center no-repeat;margin-top:8px;}

dl.newsList dd {padding:0 0 8px 1em;border-bottom:1px dotted #ccb6b7;}


/* layout
------------------------------------------ */
#mainContents {
	/*width: 750px;
	margin-left: 0px;
	display: inline;*/ /* for ie */
	    width: 100%;
    margin: 0 auto 60px;
}

#sideNav {
	width: 750px;
	margin-right: 0px;
	display: inline; /* for ie */
}



/* mainContents
------------------------------------------ */
.tenpo {
	clear: both;
	padding: 8px 8px 0;
}

	.articleHeader {
	position: relative;
	margin: 10px auto;
	}

	.articleHeader .title {
	/*padding: 0 7em 3px 0;*/
	/* [disabled]border-bottom: solid 1px #c6c6c6; */
	}

		.articleHeader .title a {
			font-size: 14px;
			text-decoration: none;
		}

	.articleHeader time {
		position: absolute;
		top: 0;
		right: 0;
	}

.tenpo div.section {
	margin: 0 0 8px 8px;
	width:100px;
	min-height: 95px;
	height:auto;
	text-align:center;
	border:1px solid #ccc;
	padding:5px 5px 0;
	float:left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #fff;
}
#wrap03.tenpo div.section{min-height: 110px;}
.tenpo div.section a{display: block;}
.tenpo .section figure{padding-bottom: 5px;}

.tenpo div.section p {
	text-align:left;
	margin-bottom: 0px;
	font-size: 10px;
}

.tenpo img {
	/* [disabled]-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5); */
	/* [disabled]-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5); */
}


/* side contents
------------------------------------------ */
.plugin .sideNav {
	margin-bottom: 10px;
}

	.plugin .title {
		margin-bottom: 5px;
		color: #686868;
	}

	.plugin li {
		margin: 3px 0 3px 25px;
	}



#entrySearch input[type="search"] {
	width: 200px;
	margin-right: 5px;
}



#profile img {
	border: solid 3px #666;
}



#blogRoll li {
	clear: both;
	margin-bottom: 15px;
}

	#blogRoll li a {
	display: block;
	width: 200px;
	padding-bottom: 15px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #e7e7e7;
	text-decoration: none;
	}

	#blogRoll li a:hover {
		opacity: 0.8;
		filter: alpha(opacity=80);
	}

		#blogRoll li img {
			float: left;
			margin: 15px 10px 0 15px;
			border: solid 2px #666;
		}

		#blogRoll li .blog {
			padding: 15px 0 5px 0;
			font-size: 12px;
		}

		#blogRoll li .name {
			font-size: 11px;
		}


table {width:60%; border-collapse:collapse;}
td {padding:2px; border:1px solid #ccc;} 
