@charset "Shift_JIS";

/* トップページ用CSS */

/* レイアウト・ヘッダー */


/* レイアウト・メイン */

#primary {
	width: 500px;
	height: auto;
	margin-bottom: 5px;
	float: left;
}
#primary #banner-area {
	background-color: #e0e0dd;
	background-image:  url(../common/image/bg_pb5.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 340px;
	width: 500px;
	margin-bottom: 5px;
}
#banner-area div.inblock {
	margin-left: 5px;
	overflow: auto;
	height: 305px;
	width: 490px;
	text-align: center;
}
#banner-area div.inblock img {
	margin-bottom: 5px;
}
#primary #info-area {
	background-color: #e0e0dd;
	background-image:  url(../common/image/bg_pb5.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 485px;
	width: 500px;
}
#info-area div.inblock {
	margin-left: 5px;
	overflow: auto;
	height: 470px;
	width: 490px;
	line-height: 1.5em;

}
#info-area div.inblock .rtitle {
	padding-left: 5px;
	background-color: #EEEEEE;
	font-size: 85%;


}
#info-area div.inblock p.rdesc {
	font-size: 75%;
	line-height: 1.2em;
	margin-left: 5em;
	display: block;
}

/* レイアウト・右サイド */

#right-side {
	height: auto;
	width: 195px;
	float: right;
}

/*
#right-side #tweet {
	background-color: #e0e0dd;
	background-image: url(../common/image/bg_sb.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 305px;
	width: 195px;
	margin-bottom: 5px;
	padding-bottom: 15px;

}
#right-side #tweet p {
	font-size: 70%;
	line-height: normal;
	margin: 10px 5px 5px;
}
#tweet div.inblock {
	margin-left: 5px;
	overflow: auto;
	height: 170px;
	width: 185px;
	font-size: 70%;
}
#tweet div.inblock ul {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;

}
#tweet div.inblock li {
	padding-top: 2px;
	padding-bottom: 2px;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
	list-style-position: outside;
	background-image:   url(../image/bu1_6-8.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.5em;
	width: auto;


}
*/

#right-side #games {
	background-color: #e0e0dd;
	background-image: url(../common/image/bg_sb.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 175px;
	width: 195px;
	margin-bottom: 5px;
	padding-bottom: 15px;

}
#games div.inblock {
	margin-left: 5px;
	overflow: auto;
	height: 160px;
	width: 185px;
	text-align: left;
	font-size: 75%;
}
#games div.inblock img,#movie div.inblock img {
	margin-top: 2px;
	margin-bottom: 3px;

}
#right-side #movie {
	background-color: #e0e0dd;
	background-image: url(../common/image/bg_sb.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 360px;
	width: 195px;
	margin-bottom: 5px;
	padding-bottom: 15px;

}
#movie div.inblock {
	margin-left: 5px;
	overflow: auto;
	height: 345px;
	width: 185px;
	text-align: left;
	font-size: 75%;
}
.tweet-img {
	margin: 10px 5px 5px;

}

