@charset "utf-8";
/* ===================================================================
CSS information

 author     :ayame

=================================================================== */

/*----------------------------------------------------
	heading
----------------------------------------------------*/
h2 {
	width: 760px;
	border-bottom: 3px #999 solid;
	padding: 0 0 5px 20px;
	margin-bottom: 20px;
}

/*----------------------------------------------------
	contents
----------------------------------------------------*/
.contents01, .contents02 {
	width: 740px;
	margin: 0 auto;
}
.contents01:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
.contents01 {
	margin-bottom: 40px;
}
.contents02 {
	margin-bottom: 0;
}

.linkL {
	width: 360px;
	float: left;
}
.linkR {
	width: 360px;
	float: right;
}

.contents01 table {
	width: 357px;
}
.contents01 th, .contents01 td {
	border: 1px #ccc solid;
	padding: 10px;
}
.contents01 th {
	width: 118px;
	text-align: center;
	background: #e7e7e7 url(../../images/bg/obli01.gif) repeat 0 0;
}
.contents01 td {
	width: 239px;
}

/*----------------------------------------------------
	discoWrap
----------------------------------------------------*/
.discoWrap {
	width: 170px;
	float: left;
	margin-left: 20px;
}
.discoWrap img {
	border: 1px #ccc solid;
	padding: 2px;
}
.discoWrap a:hover img {
	border: 1px #f90 solid;
	display: block;
}