@charset "utf-8";
/* CSS Document */

h2 {
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: 1px solid #c9c9c9;
}

#about_works {
	margin-bottom: 20px;
	line-height:24px;
}

#about_works a, #main_works a {
	color:#df2c67;
	text-decoration:none;
}

#about_works a:hover, #main_works p a:hover {
	text-decoration: underline;
}

.works_img a img:hover{
	border: 1px solid #df2c67;
}

#main_works {
    overflow: hidden;
}

#main_works:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

* html #main_works {
    height: 1em;
    overflow: visible;
}

.main_worksbox {
	border-top: 1px dotted #dfdfdf;
	clear: both;
	background: #ffffff;
}

.works_img {
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	background:url(../images/works/bg_works.gif) no-repeat top left;
	width: 220px;
	height: 135px;
}

.works_img img {
	border: 1px solid #f2f2f2;
	margin: 4px;
	display: inline;
}

.works_link {
	float: right;
	width: 430px;
	line-height: 18px;
	margin-top: 30px;
	margin-bottom: 10px;
}

.works_link_d {
	float: right;
	width: 430px;
	line-height: 24px;
}

#btn_link {
	width:377px;
	margin-left:150px;
	margin-top: 50px;
	margin-bottom: 124px;
}

