@charset"utf-8";

/* CSS Document */

.contents ul.list1{
	margin-left:-30px;
	}
.contents ul.list1 li{
	float:left;
	margin-top:16px;
	width:185px;
	padding-left:30px;
	}

.contents .box1{
	border:1px solid #CCCCCC;
	background:#EEEEEE;
	margin-top:20px;
	padding:15px 19px 17px 19px;
	}

.contents ul.list2{
	margin-top:7px;
	background:url(/img_common/dotted01.gif) top left repeat-x;
	}
.contents ul.list2 li{
	background:url(/img_common/dotted01.gif) bottom left repeat-x;
	padding:8px 0 10px 0;
	}
.contents ul.list2 li p{
	background:url(/img_common/arrow01.gif) 0 0.1em no-repeat;
	padding-left:22px;
	}




/********** clear-fix  ***********/

.contents ul.list1:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	content: ".";
}

.contents ul.list1 {
	display: inline-block;
}

.contents ul.list1 {
	display: block;
}

