@charset "utf-8";

/* ===========================================================

CSS for Hoku Craft/ギャラリーページ（Modifired:2008.10.27）

=========================================================== */


@import url("/extra.php?default.css"); /*テキスト共有CSS読み込み*/
@import url("/extra.php?craft.master.css"); /*レイアウト共有CSS読み込み*/


/*ヘッダー*/
div#header {
	width:750px;
	height:230px;
	margin:0 auto;
	background:url(/skins/hokucraft/content/bg_header.jpg) no-repeat;
}

/*見出し（メイン）*/
h1 {
	width:750px;
	height:230px;
	text-indent:-9999px;
	overflow:hidden;
}
h1 a {
	width:750px;
	height:230px;
	display:block;
}
/*ギャラリータイトル*/
h2 {
	width:477px;
	height:35px;
	text-indent:-9999px;
	overflow:hidden;
	margin-bottom:20px;
}
h2#g1 {
	background:url(/skins/hokucraft/gallery1/title.gif) no-repeat;
}
h2#g2 {
	background:url(/skins/hokucraft/gallery2/title.gif) no-repeat;
}

/*商品名タイトル*/
h3 {
	font-family: "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック", "Osaka";
	font-size:116%;
	font-weight:normal;
	color:#659900;
	padding:20px 0 20px 0;
}

/*ギャラリーキャッチ*/
p.read {
	font-family: "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック", "Osaka";
	font-size:116%;
	color:#659900;
	padding-bottom:10px;
}

/*作品写真一覧コンテナ*/
div#thumb_box {
	width:480px;
	margin:30px 0 20px 0;
	border-bottom:1px dashed #CCC;
}
/*サムネイル画像コンテナ*/
div.thumb {
	width:112px;
	height:170px;
	margin-right:8px;
	float:left;
}
div.thumb img {
	border:1px solid #CCC;
	margin-bottom:2px;
}
p.thumb_text {
	font-size:85%;
	color:#333;
	text-align:center;
}
/*説明文*/
p.copy {
	padding-top:10px;
	line-height:140%;
}
