/*
Author: Takashi Shibusawa (Nilgiri Tea)
Author URI: http://nilgiri-tea.net/
*/
/*############################
############ left ############
############################*/
#main {
	float: left;
	margin: 0 20px;
	width: 580px;
}
.mainimagebox {
	position: relative;
}
.mainimagecap {
	position: absolute;
	display: block;
	width: 408px;
	height: 0;
	padding-top: 196px;
	overflow: hidden;
	background-image: url(../images/making.png);

	text-align: center;
	top: 50%;
	left: 50%;
	margin-left: -204px;
	margin-top: -83px;
	font-size: 0;
}
.mainImage {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/*############################
########### right ############
############################*/
#info {
	float: left;
	width: 280px;
	margin-left: 20px;
}

/*widgets*/
.widget {
	margin-bottom: 20px;
	width: 280px;
}
.newHeader {
	font-size: 0;
}
.newHeader .header {
	text-align: center;
	height: 0;
	padding-top: 40px;
	overflow: hidden;
	background-image: url(../images/head_new.png);
	font-size: 0;
	line-height: 0;
}
.newFooter {
	background-image: url(../images/bg_newfooter.png);
	height: 0;
	line-height: 0;
	padding-top: 10px;
	overflow: hidden;
}

.widget-whatsNew ul {
	background-image: url(../images/bg_whatsnew.png);
}
.widget-whatsNew li {
	width: 100%;
}
.newSep {
	/*Separator*/
	background-image: url(../images/bg_newsep.png);
	height: 3px;
	font-size: 0;
	line-height: 0;
}

li.upday {
	text-indent: 10px;
	font-size: 1.9em;
	padding: 12px 0 10px 45px;
	background: url(../images/bg_upday.png) 0 3px no-repeat;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1;
}
li.upcontent {
	padding: 10px 10px 5px;
	width: 260px;
	text-indent: 10px;
	font-size: 1.4em;
	line-height: 1.4;
}

/*twitter widget*/
.widget.widget-twitter {
	min-height: 300px;
}