@charset "UTF-8";

/********************************************/
/*                                          */
/*  「page_kadai.css」                      */
/*                                          */
/*  要約: 課題ページのページ詳細設定        */
/*                                          */
/*  作成: Sato Hiroyuki                     */
/*  date: 20110706                          */
/*                                          */
/*                                          */
/********************************************/



/*  左ページ内レイアウト
*******************************************/
#content_left .section h2 {
	clear: both;
	margin-bottom: 15px;
	font-size: 1.2em;
	border-bottom: 1px #999 solid;
}
#content_left .section ul {
	margin-left: 10px;
}
#content_left .section li {
	clear: both;
	overflow: hidden;
	margin-bottom: 30px;
}
#content_left .section li em{
	float: right;
	margin-right: 20px;
	text-align: right;
}
#content_left .section li img{
	float: left;
	border: 1px #999 solid;
}
#content_left .section li em.dot{
	float: left;
	margin-left: 20px;
	text-align: left;
}



/*  右ページ内レイアウト
*******************************************/
#content_right .section h2 {
	clear: both;
	margin-bottom: 15px;
	font-size: 1.2em;
	border-bottom: 1px #999 solid;
}
#content_right .section ul {
	margin-left: 10px;
}
#content_right .section li {
	clear: both;
	overflow: hidden;
	margin-bottom: 30px;
}
#content_right .section li em{
	float: left;
	margin-right: 20px;
	text-align: left;
}
#content_right .section li img{
	float: right;
	border: 1px #999 solid;
}
#content_right .section li em.dot{
	float: right;
	margin-right: 20px;
	text-align: left;
}



















