@charset "utf-8";

/* ================================================================

CSS Information

 File name:      home.css
 Summary:        for HOME
 Last update:    2010-05-06


================================================================ */

#container > .WrapInner .WrapInner {
	display: -moz-box;
	display: -webkit-box;
}
	
#container > .WrapInner .WrapInner > div {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 9999;
	position: relative;
}

#column1 {
	margin-top: 0;
	margin-left: 20px;
	width: 240px;
}
#column2 {
	margin: 0 20px;
	margin-top: -30px;
	width: 480px;
}
#column3 {
	margin-right: 10px;
	margin-top: -30px;
	width: 200px;
	text-align: right;
}


/* @group #column1 */

#column1 > section {
	display: block;
	padding-bottom: 30px;
}

.ListRanking li {
	clear: both;
	width: auto;
}
.ListRanking dt,
.ListRanking dd {
}


/* @end */


/* @group #column2 */

/* @group #jinja */

#jinja {
	display: block;
	-moz-box-sizing: border-box;		/* Firefox */
	-webkit-box-sizing: border-box;		/* Safari 3 */
	-ms-box-sizing: border-box;			/* Internet Explorer 8 */
	box-sizing: border-box;				/* Opera */
	margin-bottom: 30px;
	padding: 120px 10px 10px 10px;
	background:#F0DCAF url(../../img/bg_jinja.png) no-repeat center top;
	text-align: center;
	width: 100%;
	position: relative;
}

#jinja h2 {
	display: none;
}
#jinja a {
	color: #363;
}
#jinja a.UserTwitterAvatar {
	width: 48px;
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}

#jinja a.LinkAll {
	clear: both;
	display: block;
	text-align: right;
}
article.HounouEmaBox{
	display: block;
}
article.HounouEmaBox article {
	text-align: left;
}
article.HounouEmaBox article.listSecond {
	float:right;
}

article.HounouEmaBox .userText {
	display: block;
	padding: 15px 25px;
}
article.HounouEmaBox .userText p{
	margin-bottom: 0.5em;
	font-weight:bold;
	font-size: 1.4em;
	letter-spacing: 3px;
	line-height: 1.6;
}
article.HounouEmaBox footer {
	display: block;
	font-size: 1.2em;
	text-align: right;
}
#jinja .HounouEmaBox footer a {
	color: #666;
	font-weight: bold;
}
#jinja .HounouEmaBox footer a time {
	font-size: 0.77em;
	font-weight: normal;
	display: none;
}

#nasutomatv {
	margin-bottom: 40px;
}

/* @group article.user */

div.ColumnWrap {
}

article.user {
	padding: 10px 0;
	width: 220px;	height: auto;
	position: relative;
	float: left;
	display: block;
}

	article.user header {
		display: inline;
		float: left;
		width: 60px;
	}
		article.user header a {
			margin-right: 10px;
		}
		
	article.user p {
		margin-left: 60px;
		font-size: 1.1em;
	}
	article.user footer {
		padding: 5px;
		color: #aaa;
		font-size: 0.9em;
		display: none;
	}

/* @end */

/* @end */

/* @group #twitterNasutoma */

#twitterNasutoma {
	padding: 0 0 30px 0;
}

#twitterNasutoma h2 {
	margin-bottom: 20px;
}
#twitterNasutoma .Wrap {
	display: -moz-box;	display: -webkit-box;
	margin-bottom: 40px;
}

/* @group widgets.twimg.com */
#twitterNasutoma .twtr-ft,
#twitterNasutoma .twtr-doc,
#twitterNasutoma .twtr-timeline {
-moz-border-radius:0;
-webkit-border-radius:0;
border-radius:0;
}
#twitterNasutoma .twtr-bd {
padding: 0;
}

#wrapper #twitterNasutoma .twtr-new-results,
#wrapper #twitterNasutoma .twtr-results-inner,
#wrapper #twitterNasutoma .twtr-timeline {
	background: none;
	background-image: url(../../img/bg_tw_check_w.png) !important;
	background-repeat: repeat;
}
/* @end */
/* @end */

/* @group #twitterUkkari */

#twitterUkkari h2 {
	margin-bottom: 15px;
}

/* @group twitstat.us */
#twitstat_badge_864 {
	
}
#twitstat_badge_864 > div div:first-child {
	display: none;
}
#twitstat_badge_864 ul {
	border: 0 !important;
}
/* @end */
/* @end */
/* @end */


/* @group #column3 */

/* @group #illust */
#illust {
	margin: 0 auto;
	width: 184px;
	text-align: center;
}

#illust h2 {
	width: 184px;
	background: url(../../img/bg_illust_today_top.png) no-repeat center top;
	height: 0;
	padding-top: 36px;
	overflow: hidden;
}
#illust .Wrap {
	width: 184px;
	background: #fff url(../../img/bg_illust_today_mid.png) repeat-y center top;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
#illust .Wrap img {
	width: 160px;
}

/*
#illust:after {
	position: relative;
	margin-top: -3px;
	height: 10px;
	content: url(../../img/bg_illust_today_btm.png);
}
*/
/* @end */

/* @group #lab */
#lab {
	text-align: right;
	margin: 0 auto;
}

#lab h2 {
	display: none;
}
#lab .Parts {
	margin: 10px 0;
	text-align: center;
}
#lab .NasutomaTV {
	padding: 28px 0 0 0;
	margin: 10px auto;
	width: 180px; height: 160px;
	background: url(../../img/bg_nasutoma_tv.png) no-repeat center top;
	text-align: center;
}
/* @end */



/* @end */


