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

/*=======================================================
	稲垣拾穂堂ホームページ:トップページのスタイル
=======================================================*/

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


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

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


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

div#contents {
	background-image: url(../top_img/top_image_bg.jpg);
	}



/*-------------------------------------------------------
	トップページのみのスタイル
-------------------------------------------------------*/

/*--------------------------------------------------
　[1]トップボタン
--------------------------------------------------*/

table {
	margin: 20px 0 100px 20px;
	}

table .leftT {
	padding: 0 20px 0 0;
	}

table th a {
	display: block;
	width: 270px;
	height: 80px;
	}

table th.leftT a {
	background: url(../top_img/top_button_01_on.jpg) 0 0 no-repeat;
	}

table th.rightT a {
	background: url(../top_img/top_button_02_on.jpg) 0 0 no-repeat;
	}

table th a:hover {
	background-color: #FFFFFF;
	}
	
table th a:hover img {
	visibility: hidden;
	}
	
table td h3 {	
	margin: 10px 0 0 0;
	padding: 0 0 0 18px;
	background: url(../img/icon_01.gif) 0 0 no-repeat;
	font-size: 107%;
	}

table td h3 a {	
	font-weight: bold;
	}

