@charset "utf-8";

/* ===========================================================

CSS for Hoku Craft/TOPページ（Modifired:2008.10.20）

=========================================================== */


@import url("/extra.php?default.css"); /*テキスト共有CSS読み込み*/
@import url("/extra.php?craft.master.css"); /*レイアウト共有CSS読み込み*/


/*ヘッダー*/
div#header {
	width:750px;
	height:399px;
	margin:0 auto;
	background:url(/skins/hokucraft/top/bg_header.jpg) no-repeat;
}

/*見出し（メイン）*/
h1 {
	width:750px;
	height:399px;
	text-indent:-9999px;
	ovrflow:hidden;
}
h1 a {
	width:750px;
	height:399px;
	display:block;
}
/*見出し（サブ）*/
h2 {
	text-indent:-9999px;
	ovrflow:hidden;
}

div#right p {
	font-size:93%;
	color:#333;
}

/*お知らせ（全体タイトル）*/
h3#news {
	width:476px;
	height:34px;
	background:url(/skins/hokucraft/top/t_news.gif) no-repeat;
	margin:25px 0 10px 0;
	text-indent:-9999px;
	ovrflow:hidden;
}
/*お知らせ（記事タイトル）*/
h4 {
	font-size:116%;
	font-weight:bold;
	color:#659900;
	margin:25px 0 0 10px;
}

/*お知らせ（本文）*/
div.news {
	width:470px;
	margin:10px 0 0 10px;
	padding-bottom:20px;
	border-bottom:1px dashed #659900;
}

