/* ---------------------------------------------------------------------- */
/* 「Movable Type　ブログテンプレート＆デザインガイド」ベーステンプレート */
/* Copyright (c) エ・ビスコム・テック・ラボ http://www.ebisu.com/ ,       */
/* (株）毎日コミュニケーションズ http://book.mycom.co.jp/                 */
/* ---------------------------------------------------------------------- */


/* +++++++++++++++++++++ ベース設定 +++++++++++++++++++++ */

/* ++++++ ブログの横幅設定 ++++++ */

#container {
	width: 800px;
	}


/* ++++++ ２段組の横幅設定 ++++++ */

	/* コンテンツ部分の横幅 */
	#center	{
		width: 690px;
		}

	/* サイドバーの横幅 */
	#left, #right	{
		width: 0px;
		}


/* ++++++ その他設定 ++++++ */

body {
       	text-align: center;
	margin-left: 13px;
	margin-top: 308px;
	}

#container {
	margin-right: auto;
	margin-left: 97px;
	text-align: left;
	}

#left {
	float: left;
	}

#center {
	float: left;
	}

#right {
	float: right;
	}

#footer	{
	clear: both;
	}




/* +++++++++++++++++++++ レイアウトのデザイン設定 +++++++++++++++++++++ */

body	{
	background-image: url(prices.jpg);
	background-color: #231212;
                background-position: 0% 0%;
	background-repeat: no-repeat;
	}

.content    {
　　　　　　　background-color: ;
	background-repeat: no-repeat;
                border-left: solid;
                border-right: solid;
                border-bottom: solid;
                border-top: solid;
                border-width: 0px;
                border-color: #ffff33;
                }

/* ++++++ 段の間隔 ++++++ */

                /* ヘッダー部分の余白 */
	#banner div {
		margin-left: 30px;
		margin-right: 0px;
                                margin-bottom: 137px;
		}

	/* 左サイドバーの左右の余白 */
	#left div {
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		}

	/* コンテンツ部分の余白 */
	.content div	{
		margin-top: 0px;
		}

	/* 右サイドバーの左右の余白 */
	#right div	{
		margin-left: 0px;
		margin-right: 0px;
		}

	#left div div, .content div div, #right div div {
		margin-left: 0;
		margin-right: 0;
		}


/* +++++++++++++++++++++ パーツのデザイン設定 +++++++++++++++++++++ */

/* ++++++ ヘッダー部分のデザイン ++++++ */


#title h1 a	{
                font-family: Ms UIgothic;
	font-size: 15px;
	text-decoration: none;
	color: #eeeeee;
	}


/* ++++++ コンテンツ部分のデザイン ++++++ */
/* エントリー */

.entry p	{
                font-family: Ms PMincho;
	font-size: 14px;
	color: #eeeeee;
	line-height: 180%;
	}

.entry a	{
                font-family: Ms PMincho;
	font-size: 14px;
	color: #cccccc;
	}



