@charset "utf-8";

/* ===========================================================

CSS for Hoku Craft/ライセンス（Modifired:2008.10.28）

=========================================================== */


@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;
	background:url(/skins/hokucraft/license/title.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin-bottom:20px;
}

/*タイトル*/
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:20px 0 10px 0;
}

/*本文コンテナ*/
div#thumb_box {
	width:480px;
	margin:30px 0 20px 0;
	padding-bottom:30px;
	border-bottom:1px dashed #CCC;
}
/*テーブル（枠なし）*/
table {
	border-collapse:collapse;
}
th {
	font-weight:normal;
	vertical-align:top;
	padding:4px 5px 0 0;
	white-space:nowrap;
}
td {
	vertical-align:top;
	padding-top:4px;
}
