@charset "UTF-8";
/* CSS Document */


/* コンテンツ*/

#main_content_top {
	margin-right: 265px;
} 

#contents #main_content_top .lead {
	margin-top: 15px;
	border: 2px dotted #CCC;
	padding: 15px;
	margin-bottom: 15px;
	height: 100%;
}
#contents #main_content_top .lead #lead01 {
	padding-bottom: 10px;
}
#contents #main_content_top .lead #lead01 li {
	list-style-image: url(../img/list_maru.gif);
	list-style-type: none;
	margin-left: 20px;
}
#contents #main_content_top .lead .icon {
	margin-bottom: 20px;
	clear: left;
	margin-top: 5px;
}

/* 更新情報*/
.news {
	margin-left: 15px;
	margin-top: 25px;
}
.news .p_news {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F09;
	padding-bottom: 3px;
	color: #F09;
	padding-left: 2px;
}
.news ul {
	list-style-image: url(../img/list_news.gif);
	list-style-position: inside;
}
.news ul li {
	margin-top: 5px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9A9B9B;
	margin-bottom: 5px;
	padding-left: 5px;
}


