﻿@charset "UTF-8";
@import url("common.css"); /* 共通のスタイルの読み込み */

/*=======================================================
	稲垣拾穂堂ホームページ:『作品の紹介』のスタイル
=======================================================*/

/*-------------------------------------------------------
	共通のスタイルと一部違うスタイル
-------------------------------------------------------*/


/*--------------------------------------------------
　[1]メイン
--------------------------------------------------*/

div#main {
	background-position: 0 99px;
	}


/*--------------------------------------------------
　[2]コンテンツ・右
--------------------------------------------------*/

div#contents {
	background-image: url(../sitemap/img/title_sitemap_bg.jpg);
	}


/*--------------------------------------------------
　[3]記事ボックス
--------------------------------------------------*/

div.text {
	margin: 0 10px 40px 10px;
	}


/*-------------------------------------------------------
	サイトマップのみのスタイル
-------------------------------------------------------*/

div.box {
	margin: 0 0 40px 0;
	}


h3 a {
	font-weight: bold;
	}

h4 {
	margin: 0 0 0 20px;
	padding: 0 0 0 18px;
	background: url(../img/icon_01.gif) 0 0 no-repeat;
	font-size: 107%;
	}

	
