@charset "utf-8";

/* color="#70D148" メインカラー */
/* color="#DE41A1" アクセントカラー */

div#main_left_pankuzu {
	width: 600px;
	margin-bottom:10px;
}
/*-------------------------------------------------*/
/* editerのページのデザイン */
/*-------------------------------------------------*/
div#main_left_thumbnail_etc {
	float:left;
	width: 180px;
}

div#main_left_description {
	float:right;
	width: 420px;
}

div#main_left_thumbnail_etc a img{
	margin-right: 10px;
	padding: 5px;
	border: solid 1px #AAAAAA;
}

div#main_left_description p {
	margin-bottom: 10px;
	line-height: 1.3em;
}

div.main_left_content_area:after {
	clear:both;
	content:"";
	display:block;
	height:0;
}


/*-------------------------------------------------*/
/* editer/... のページのデザイン */
/*-------------------------------------------------*/
div#desc_area{
	width: 953px;
	margin-bottom:10px;
}

div#desc_area div#left{
	float:left;
	width:590px;
	padding:5px;
	border: dotted 2px #AAAAAA;
}

div#desc_area div#right{
	float:right;
	width:336px;
}

div#desc_area:after{
	clear:both;
	content:"";
	height:0;
	display:block;
}
