@charset "utf-8";
/* CSS Document */

/* //////////////////詳細ページのCSS////////////////// */



h3 {
	margin: 0 10px;
}


.important {
	color: #CC0000;
}



/* 角丸の囲み */
div.board1 {
	width: 580px;
	background: url(images/boarderline_side.gif) repeat-y;
	margin: 30px 10px 15px;
}
div.board2 {
	width: 580px;
	background: url(images/boarderline_top.gif) no-repeat top;
}
div.board3 {
	width: 580px;
	background: url(images/boarderline_bottom.gif) no-repeat bottom;
}
div.board3 p {
	
}

/* メインphoto */
.pic_l {
	width: 155px;
	padding: 20px 15px 10px 15px;
	float: left;
}
.pic_l2 {
	width: 210px;
	padding: 20px 20px 10px 20px;
	float: left;
}
/* 作品タイトル */
h4 {
	color: #CC0000;
	font-size: 14px;
	line-height: 1.2em;
	float: left;
	width: 380px;
	padding: 25px 10px 0 0;
}
h4.tate {
	width: 300px;
}
/* 作者 */
p.artist {
	width: 380px;
	float: left;
	padding: 3px 10px 0 0;
	_padding-bottom: 20px;
}
*:first-child+html p.artist {
	padding-bottom: 20px;
}
p.artist2 {
	width: 290px;
	float: left;
	padding: 3px 10px 0 0;
	_padding-bottom: 20px;
}
*:first-child+html p.artist2 {
	padding-bottom: 20px;
}


/* //////////材料のテーブル ///////////// */
/* たて */
.material caption, .material2 caption {
	text-align: left;
	font-weight: bold;
	padding: 3px 0 3px 10px;
	border-top: 1px solid #ccc;
	margin-top: 20px;
}

table.material, table.material2 {
	width: 360px;
	margin: 0 0 20px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	float: left;
}
.material th,.material2 th {
	width: 60px;
	color:#555;
	font-size: 12px;
	font-weight: normal;
	padding: 10px;
	background: #fff;
	vertical-align: top;
	text-align: left;
	border-top: 1px solid #ccc;
}

.material td, .material2 td {
	font-size: 12px;
	line-height: 1.2em;
	padding: 5px 10px;
	line-height: 1.4em;
	border-top: 1px solid #ccc;
}
span.marking {
	color: #CC0000;
}
.material strong, .material2 strong {
	line-height: 1.6em;
}



/* よこ */

table.material2 {
	width: 280px;
}



/* /////////作り方のテーブル//////////// */

/*.howto caption {
	text-align: left;
	font-weight: bold;
	padding: 3px 0 3px 10px;
	border: 1px solid #ccc;
	border-bottom: none;
	margin: 5px 0 0 0;
	background: #f3f1b8;
}
.howto caption span {
	font-weight: normal;
}

table.howto {
	width: 520px;
	margin: 0 auto 30px;
	background: #ffffff;
	border-bottom: 1px solid #ccc;
}
.howto th {
	width: 120px;
	color:#555;
	font-size: 12px;
	font-weight: normal;
	background: #fff;
	vertical-align: top;
	text-align: left;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.howto td {
	font-size: 12px;
	line-height: 1.2em;
	padding: 5px 10px;
	line-height: 1.4em;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.howto th img {
	padding: 10px;
}*/


.howto caption {
	text-align: left;
	font-weight: bold;
	padding: 3px 0 3px 10px;
	border: 1px solid #ccc;
	border-bottom: none;
	margin: 5px 0 0 0;
	background: #f3f1b8;
}
.howto caption span {
	font-weight: normal;
}

table.howto {
	width: 520px;
	margin: 0 auto 30px;
	background: #ffffff;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	_margin-top: 20px;
}
*:first-child+html table.howto {
	margin-top: 20px;
}
.howto td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.howto td p {
	font-size: 12px;
	line-height: 1.4em;
	padding-bottom: 5px;
}
.howto td img {
	padding: 0;
}
.howto td strong {
	line-height: 1.8em;
}
.howto td.explain {
	padding: 0;
	background:#ccc;
}




/* /////////使用したインク・ツール//////////// */
h5 {
	color: #CC0000;
	margin: 0 0 5px 30px;
}
table#by {
	width: 520px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 0 0 30px 30px;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0;
}
#by li {
	display: inline;
	text-align: center;
}
#by li img {
	padding: 0 5px;
	_padding: 2px 5px;
}
*:first-child+html #by li img {
	padding: 2px 5px;
}









