@charset "UTF-8";

/* ---------------------------------------------------------------- */
/*                                                                  */
/* 【タイトル】 夕櫻を見つめて                                      */
/* 【   版   】 1                                                   */
/* 【ファイル】 gallery.css                                         */
/* 【作成月日】 2009/05/16                                          */
/* 【更新月日】 2009/05/16                                          */
/* 【制 作 者】 沖田かず                                            */
/* 【動作環境】 Internet Explorer 6, 7, 8                           */
/*              Firefox 3                                           */
/*              Safari 3                                            */
/* 【 E-Mail 】 Please confirm it on the homepage.                  */
/* 【HomePage】 http://m-kz.com/                                    */
/* 【著 作 権】 Copyright (C) 2009 m-kz. All Rights Reserved.       */
/*                                                                  */
/* ---------------------------------------------------------------- */

/* ---------------------------------------------------------------- */
/* 基本設定                                                         */
/* ---------------------------------------------------------------- */

/* ---------------------------------------------------------------- */
/* 背景                                                             */
/* ---------------------------------------------------------------- */

/* ---------------------------------------------------------------- */
/* 基礎                                                             */
/* ---------------------------------------------------------------- */

/* ---------------------------------------------------------------- */
/* ヘッダー                                                         */
/* ---------------------------------------------------------------- */

/* ---------------------------------------------------------------- */
/* メイン                                                           */
/* ---------------------------------------------------------------- */

/* ---------------------------------------------------------------- */
/* コンテンツ                                                       */
/* ---------------------------------------------------------------- */

/* ギャラリー */
div#contents div.gallery {
	text-align: center;
}

div#contents div.gallery div.cg01 {
	width: 400px;
	height: 280px;
	background: url("../images/gallery/cg01.png") no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 15px auto 15px auto;
}

div#contents div.gallery div.cg02 {
	width: 400px;
	height: 280px;
	background: url("../images/gallery/cg02.png") no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 15px auto 15px auto;
}

div#contents div.gallery div img {
	width: 100%;
	height: 100%;
}

/* ---------------------------------------------------------------- */
/* フッター                                                         */
/* ---------------------------------------------------------------- */
