@charset "utf-8";
/** $Id: index.css 195 2008-12-19 06:17:27Z ogawa $ */
/**
 * なじらぼ！クチコミダービー用 CSS(2st.css)
 *
 * なじらぼ！クチコミダービー用 CSSです。
 *
 * @author makino@hitbit-inc.net
 * @copyright HitBit co.,ltd.
 * @since 2009-06-22
 * @see guideline: Ver. 1.01
 */

/* -------------------
	共通部分用
	Header
	Breadcrumbs

	Clearfix
------------------- */


#2st-wrapper {
	width:760px;}

#main{
	width:760px;}	

.left2 {
	width: 370px;
	float:left;}

.right2 {
	width: 370px;
	height:370px;
	float:right;}

.left3{
	width:195px;
	height:370px;
	float:left;}

.right3{
	width:190px;
	height:370px;
	float:right;}

.left4{
	width:370px;
	height:560px;
	float:left;}

.right4{
	width:370px;
	height:560px;
	float:right;}

.bottom{
	padding-bottom:10px;}

.right {
	padding-right:30px;}

.left{
	padding-left:25px;}

#main p{
	font-size:105%;
	margin-top:10px;
	margin-bottom:10px;}
	
.textR{
	text-align:right;}

.clear {
	clear:both;
	margin-bottom:10px;}




.line { border:1px dotted #000; width:100%;}
