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

/*以下mainvisualの記述*/
#mainvisual{
	width: 970px;
	margin: 0 auto;
}
#mainvisual img{
	padding: 4px;
	border: 1px solid #CCC;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 3px 0px #999;
	box-shadow: 0px 0px 3px 0px #999;
}
/*以上mainvisualの記述*/

.clearfix #main_contents p {
}

/*以下indexhtmlのulの設定*/
#main_contents ul{
	list-style-position: inside;
	list-style-type: square;
	padding-left: 0;
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 180%;
	background: url("../images/main.png")right top no-repeat;
}
/*以上indexhtmlのulの設定*/

/*以下更新情報に関する記述*/
#main_contents h3{
	background: #B0BEC5;
	padding: 4px 8px;
	margin-bottom: 0;
}
#main_contents dl{
	margin: 0 0 4em;
	padding: 13px;
	border: 1px solid #B0BEC5;
	height: 200px;
	overflow: auto;
}
#main_contents dt{
	font-weight: bold;
	color: #FF5722;
}
#main_contents dd{
	margin-left: 0;
	border-bottom: 1px dotted #B0BEC5;
	margin-bottom: 6px;
	padding-bottom: 6px;
}
/*以上更新情報に関する記述*/