@charset "utf-8";
#works {
	width: 540px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
#works h3 {
	margin-bottom: 15px;
}
#works p {
	font-size: 80%;
	color: #333333;
	padding: 10px;
	line-height: 1.2em;
}
#works dl {
	font-size: 80%;
	padding: 10px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#works dt {
	background-image: url(../img/arrow03.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	line-height: 1em;
	height: 1em;
	color: #CC6666;
	margin-bottom: 0.5em;
	background-position: left 1px;
	font-weight: bold;
}
#works dd {
	padding-left: 20px;
	margin-bottom: 1em;
	border-bottom:1px dotted #CCCCCC;
	padding-bottom: 2px;
	line-height: 1.5em;
}
#works h4 {
	font-weight: bold;
	color: #CC6666;
	padding-left: 10px;
	font-size: 80%;
	margin-bottom: 0.5em;
}

#works ul {
	font-size: 80%;
	list-style-type: none;
	border-bottom:1px dotted #CCCCCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-left: 20px;
	width: 500px;
}
#works li {
	margin-bottom: 2px;
}

/*　書籍一覧　*/
.books {
	width: 560px;
	border-bottom:1px dotted #CCCCCC;
	margin:0 auto 20px auto;
	background-color: #F7F7F7;
}
.books h4 {
	font-size: 80%;
	font-weight: bold;
	color: #D3381C;
	padding-top: 10px;
}

.books p {
	font-size: 75%;
	line-height: 1.5em;
	color: #333333;
	margin-left: 110px;
}
.books img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border:1px solid #CCCCCC;
}

/*　パーティーイベントのページ　*/
h3.party {
	font-weight: bold;
	color: #D3381C;
	font-size: 80%;
	line-height: 1.2em;
	padding-top:10px;
	margin-top:15px;
	border-top:1px dotted #D3381C;
}

/*　お問い合わせボタン　*/
.contact_c {
	width: 520px;
	text-indent: -9999px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.contact_c a {
	background-image: url(../img/btn_contact_c01.gif);
	background-repeat: no-repeat;
	display: block;
	height: 37px;
	width: 256px;
}
.contact_c a:hover {
	background-image: url(../img/btn_contact_c02.gif);
	background-repeat: no-repeat;
}

