@charset "Shift_JIS";
/* マキバドリ CSS Document */

/* 全体の設定 */

body{
	background-color:#e5dfdf;
	font-size:10px;
	color:#666;
	text-align:center;
}


/* レイアウト */

#contener{
	width:810px;
	margin:0 auto;
}

#main{
	text-align:left;
}

#leftside{
	float:left;
	width:630px;
}

#sketchbook{
	background-image:url(top/bk_note.gif);
	background-repeat:no-repeat;
	width:630px;
	height:500px;
}

#rightside{
	float:right;
}

#footer{
	clear:left;
	font-size:9px;
	line-height:2em;
	width:810px;
	padding-top:30px;
}

#newup{
	color:#960;
	line-height:1.5em;
	height:70px;
	width:230px;
	overflow:auto;
	margin-bottom:30px;
}

/* 各パーツの指定 */

/*トップページ指定 */

#rightside a{
	text-decoration:none;
}

#banner1{
	width:200px;
	text-align:left;
}

#banner2{
	width:200px;
	text-align:left;
	margin-left:15px;
	margin-right:15px;
}

#information{
	text-align:center;
	background-image:url(top/bk_info.gif);
	background-repeat:no-repeat;
	padding-top:10px;
}

#exhibision{
	margin-top:20px;
}


#shop_word{
	background-color:#FFF;
	text-align:center;
	padding:20px;
}