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

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

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


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

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


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

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


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

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


/*-------------------------------------------------------
	作品の紹介のみのスタイル
-------------------------------------------------------*/

h4 {
	margin: 0 10px 10px 10px;
	padding: 3px 0 3px 10px;
	border-left: 10px solid #675000;
	border-bottom: 1px dashed #675000;
	font-size: 107%;
	clear: both;
	}



	
