@charset "UTF-8";


/* layout
------------------------------------------------*/
#main #subject .leadbox { zoom:1; }
#main #subject .leadbox:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }


/* line
------------------------------------------------*/
.line01 {
	clear: both;
	border-bottom: 1px dotted #d9d9d9;
	margin: 20px 0;
}
.line02 {
	clear: both;
	height: 30px;
}


/* title
------------------------------------------------*/
#main #subject h2 {
	margin: 0 0 10px;
}
#main #subject h3 {
	border-bottom: 1px dotted #d9d9d9;
	margin: 0 0 10px;
	padding: 0 0 5px;
}
#main #subject h4 {
	margin: 0 0 10px;
	font-size: 167%;
	color: #ea637d;
}
#main #subject h5 {
	background: url(img/bg_tit.gif) no-repeat left top;
	border-bottom: 1px solid #ffccd6;
	margin: 0 0 5px;
	padding: 3px 0 0 35px;
	font-size: 131%;
	font-weight: bold;
	color: #666;
}


/* p
------------------------------------------------*/
#main #subject p {
	margin-bottom: 10px;
}
#main #subject p.year {
	float: right;
	margin: -32px 0 10px;
	font-size: 93%;
}
#main #subject img.photo {
	float: right;
	background: #fff;
	border: 1px solid #ddd;
	margin: 0 0 10px 20px;
	padding: 1px;
}
#main #subject img.f-r {
	float: right;
	margin: 0 0 10px 20px;
}

/* box
------------------------------------------------*/
.box {
	border: 1px solid #ffccd6;
	margin-bottom: 10px;
	padding: 5px 10px 0;
	zoom:1;
}
.box:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
.box1 {
	float: left;
	width: 290px;
}
.box2 {
	float: right;
	width: 290px;
}


/* list
------------------------------------------------*/
#main #subject dl {
	float: left;
	border: 1px solid #ffccd6; 
	width: 290px;
	margin-top: 20px;
	padding: 5px;
}
#main #subject dl.margin {
	clear: both;
	margin-right: 20px;
}
	#main #subject dl dt {
		background: url(img/bg_tit.gif) no-repeat left center;
		margin: 0 0 5px;
		padding: 3px 0 3px 35px;
		font-size: 131%;
		color: #ea637d;
	}
	#main #subject dl dd {
		margin-bottom: 5px;
	}
	#main #subject ul {
		margin: 0 0 10px 25px;
		list-style: disc;
	}
		#main #subject ul li {
			margin: 0 0 5px;
		}


/* table
------------------------------------------------*/
#main #subject table {
	border-collapse: separate;
	border-spacing: 0;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	width: 624px;
	margin-bottom: 5px;
}
	#main #subject table caption {
		padding: 10px 0;
		font-size: 131%;
		font-weight: bold;
		color: #666;
	}
	#main #subject table th {
		background: #ffccd6;
		border-left: 1px solid #999;
		border-bottom: 1px solid #999;
		padding: 5px;
		text-align: center;
		white-space: nowrap;
		line-height: 1.1;
	}
		#main #subject table th span {
			font-size: 77%;
		}
	#main #subject table td {
		background: #fff;
		border-left: 1px solid #999;
		border-bottom: 1px solid #999;
		padding: 5px;
		text-align: center;
		font-size: 93%;
	}


/* ul
------------------------------------------------*/
#main #subject ul.gallery {
	margin: 0 0 30px;
	list-style: none;
}
#main #subject ul.gallery { zoom:1; }
#main #subject ul.gallery :after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
#main #subject ul.gallery li {
	float: left;
	margin: 0 20px 10px 0;
}
#main #subject ul.gallery li.nomargin {
	margin: 0 0 10px 0;
}


/* ol
------------------------------------------------*/
#main #subject ol {
	margin: 0 0 20px;
	list-style: decimal;
	text-indent: 1.5em;
}
#main #subject ol li {
	margin: 0 0 10px;
	font-size: 116%;
	font-weight: bold;
}
#main #subject ol li span {
	font-size: 85%;
	font-weight: normal;
}


/* leadbox
------------------------------------------------*/
#main .leadbox .txt {
	float: left;
	width: 360px;
	margin-bottom: 20px;
}
#main #subject .leadbox .txt h4 {
	width: 350px;
	font-size: 108%;
	font-weight: bold;
}
#main .leadbox .txt p {
	width: 350px;
}
#main .leadbox .store {
	float: right;
	border: 1px solid #ccc;
	width: 240px;
	margin-bottom: 20px;
	padding: 10px 10px 0;
	font-size: 77%;
}
#main .leadbox .store p img {
	float: right;
	padding: 0 0 10px 10px;
}
#main  #subject .leadbox img.photo {
	background: #fff;
	border: 1px solid #ccc;
	margin: 2px 0 10px 20px;
	padding: 3px;
}





