@charset "UTF-8";

#cont h4.worksH4 {
padding: 3px 0;
border-top: dotted 1px #333333;
border-bottom: dotted 1px #333333;
margin-bottom: 10px;
text-align: center;
font-size: 0.8em;
}
.works {
	float: left;
	width: 350px;
	margin: 0 25px 20px 0px;
}
.worksRi {
	float: left;
	width: 350px;
	margin: 0 0px 20px 0px;
}
.works p, .worksRi p {
	margin: 5px;
	font-size: 0.85em;
	line-height: 1.6;
}



.underDot {
	border-bottom: dotted 1px #999999;
	margin-bottom: 10px;
}
.ul {
	margin-left: 35px;
	text-indent: -0.85em;
	font-size: 0.85em;
	line-height: 1.6;
}


table {
width: 725px;
border-collapse:collapse;
border-spacing: 0;
font-size: 0.8em;
margin-bottom:25px;
}
th,td {
line-height: 1.4;
font-weight: normal;
padding: 6px 10px;
border: solid 1px #dadada;
}


/**** CMS *****/
#cms {
width: 725px;
}
#cms .categ {
float: left;
padding: 15px;
border-bottom: solid 2px #ededed;
margin-bottom: 25px;
}
#cms .categLf {
float: left;
width:235px;
margin-right: 35px;
}
#cms .categRi {
float: right;
width: 425px;
line-height: 1.6;
}

/**** facebook *****/
#fb {
width: 725px;
}
#fb .categ {
float: left;
padding: 15px;
border-bottom: solid 2px #ededed;
margin-bottom: 25px;
}
#fb .categLf {
float: left;
width:180px;
margin-right: 15px;
}
#fb .categRi {
float: right;
width: 500px;
line-height: 1.6;
}
#fb table {
width: 500px;
border-collapse:collapse;
border-spacing: 0;
font-size: 0.8em;
margin-bottom:25px;
}
#fb th,td {
line-height: 1.4;
font-weight: normal;
padding: 6px 10px;
border: solid 1px #dadada;
}
#fb h3 {
	margin: 15px 0;
	width:490px;
	background:#ebebeb;
	border-left: solid 5px #6179ad;
	padding:1px 0 1px 10px;
	font-weight: normal;
}

#fb h4 {
	margin: 15px 0 5px 0;
	width:485px;
	background:#fff;
	border-left: solid 3px #6179ad;
	border-bottom: solid 1px #6179ad;
	padding:1px 0 1px 10px;
	margin-left: 5px;
	font-weight: normal;
}


#fb ul.list {
	margin-top: 15px;
	font-size:0.85em;
	margin-left: 20px;
}
#fb ul.list li {
	list-style-image: url(../common/listImg.gif);
}

