/*
Template Name: 青スタイルシート
*/

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* サイトヘッダー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#top-header {
	background: url(img/blue/a2.gif) repeat-x;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* グローバルナビゲーション */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#navi {
	background: url(img/blue/navi2.gif) repeat-x;
}
* html #navi {
	background: url(img/blue/navi2.gif) repeat-x;
}
#navi1 li {
	background: url(img/blue/navi1.gif) no-repeat;
}
#navi1 li a:hover {
	background: url(img/blue/navi1a.gif) no-repeat;
}
#navi1 .last {
	background: url(img/blue/navi2.gif) no-repeat;
}
#navi1 .last a:hover {
	background: url(img/blue/navi2a.gif) no-repeat;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* トップ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* 見出し
─────────────────────────── */

.midashi {
	background: url(img/blue/midashi.gif) no-repeat;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 記事 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* 見出し
─────────────────────────── */

.kiji {
	background: url(img/blue/h2back.gif);
}
.kiji-page {
	background: url(img/blue/h2back-page.gif);
}

/* レビュー見出し
─────────────────────────── */

h3 {
	font-size:16px;
	font-weight:bold;
	line-height:150%;
	margin: 15px 0px;
	padding: 8px 10px 6px 35px;
	background: url(img/blue/h3.png) no-repeat;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 3px solid #003A86;
	border-left: 1px solid #CCCCCC;
	clear: both;
}
h4 {
	font-size:16px;
	font-weight:bold;
	margin: 15px 0px;
	padding: 3px 10px 0px;
	border-bottom: 1px solid #003A86;
	border-left: 4px solid #003A86;
	clear: both;
}
h5 {
	font-size:15px;
	font-weight:bold;
	margin: 15px 0px;
	padding: 3px 10px 0px 20px;
	background: url(img/blue/m-title.jpg) no-repeat left center;
	clear: both;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* サイドメニュー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#side1 .title, #side2 .title {
	background: url(img/blue/bar_navi.gif) no-repeat;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッター */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#footer-bottom {
background: url(img/blue/a2.gif) repeat-x;
}
