@charset "utf-8";
/*<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />*/

/*============================================================

	[index.css]

	@author S.Kaizu

============================================================*/

/* title */
div.content h1 {
	height: 24px;
	margin: 0 0 20px;
}

/* heading */
div.content h2 {
	height: 55px;
	margin: 0 0 20px;
	background-color: #3C4146;
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* notice */
div.content p.notice {
	position: absolute;
	right: 10px;
	top: 37px;
	width: 231px;
	height: 10px;
}

div.content p.notice img {
	display: block;
}

/* container */
div.content div.case {
	position: relative;
	min-height: 140px;
	margin-top: 10px;
	padding: 10px;
	background: url(../img/background.gif) repeat-y;
}
* html div.content div.case {
	height: 160px;
}

/* month */
div.content div#m1 h3 {
	background-image: url(../img/bg_month1.gif);
}

div.content div#m2 h3 {
	background-image: url(../img/bg_month2.gif);
}

div.content div#m3 h3 {
	background-image: url(../img/bg_month3.gif);
}

div.content div#m4 h3 {
	background-image: url(../img/bg_month4.gif);
}

div.content div#m5 h3 {
	background-image: url(../img/bg_month5.gif);
}

div.content div#m6 h3 {
	background-image: url(../img/bg_month6.gif);
}

div.content div#m7 h3 {
	background-image: url(../img/bg_month7.gif);
}

div.content div#m8 h3 {
	background-image: url(../img/bg_month8.gif);
}

div.content div#m9 h3 {
	background-image: url(../img/bg_month9.gif);
}

div.content div#m10 h3 {
	background-image: url(../img/bg_month10.gif);
}

div.content div#m11 h3 {
	background-image: url(../img/bg_month11.gif);
}

div.content div#m12 h3 {
	background-image: url(../img/bg_month12.gif);
}

div.content div#m1 p {
	background: url(../img/month1.gif) no-repeat;
}

div.content div#m2 p {
	background: url(../img/month2.gif) no-repeat;
}

div.content div#m3 p {
	background: url(../img/month3.gif) no-repeat;
}

div.content div#m4 p {
	background: url(../img/month4.gif) no-repeat;
}

div.content div#m5 p {
	background: url(../img/month5.gif) no-repeat;
}

div.content div#m6 p {
	background: url(../img/month6.gif) no-repeat;
}

div.content div#m7 p {
	background: url(../img/month7.gif) no-repeat;
}

div.content div#m8 p {
	background: url(../img/month8.gif) no-repeat;
}

div.content div#m9 p {
	background: url(../img/month9.gif) no-repeat;
}

div.content div#m10 p {
	background: url(../img/month10.gif) no-repeat;
}

div.content div#m11 p {
	background: url(../img/month11.gif) no-repeat;
}

div.content div#m12 p {
	background: url(../img/month12.gif) no-repeat;
}

/* title */
div.content div.case h3 {
	width: 330px;
	margin: 0 0 0 280px;
	padding: 10px 60px 10px 0;
	background-repeat: no-repeat;
	background-position: right top;
}
* html div.content div.case h3 {
	width: 390px;
}

div.content div.case h3 a {
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* thumbnail */
div.content div.case p {
	position: absolute;
	left: 0;
	top: 0;
	width: 260px;
	height: 140px;
	margin: 10px 0 0 10px;
	text-align: right;
}

div.content div.case p a {
	display: block;
	margin: 0 0 0 50px;
	background: #FFF;
}

div.content div.case p a img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

div.content div.case p a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

div.content div.case p img {
	vertical-align: bottom;
}

/* information */
div.content div.case dl {
	width: 370px;
	margin: 10px 0 0 300px;
}

div.content div.case dt {
	float: left;
	margin: 0;
	font-weight: bold;
}

div.content div.case dd {
	margin: 0;
}
