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

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

#container {
	width: 700px;
	}


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

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

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

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

	/* ブログの横幅設定 */
	#three #container {
		width: 800px;
		}

	/* 左サイドバーの横幅 */
	#three #left	{
		width: 170px;
		margin-right: 10px;
		}

	/* 中央コンテンツ部分の横幅 */
	#three #center	{
		width: 420px;
		}

	/* 右サイドバーの横幅 */
	#three #right	{
		width: 190px;
		}



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

body {
       	text-align: center;
	}

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

#left {
	float: left;
	}

#center {
	float: left;

	}

#right {
	float: right;
	}

#footer	{
	clear: both;
	}

a img {
  border-style: none;
}



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





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

/* ++++++ ヘッダー部分のデザイン ++++++ */
#banner h1 {
      font-size: 14px;
      font-weight: 300;
      margin-top: 0;
      margin-bottom: 0
}

/* ++++++ コンテンツ部分のデザイン ++++++ */
div.item {
	font-size: 14px;
}

div.item h2 {
	font-size: 14px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 4px;
/*	background-color: #FF9933;*/
	background-color: #D02B14;
	color: #FFFFFF;
	border-top: 1px #515659 solid;
	border-right: 1px #515659 solid;
	border-left: 1px #515659 solid;
}

div.item p {
	margin-top: 0px;
	margin-bottom: 5px;
                padding-top: 5px;
	border-top: 1px #515659 solid;
	border-right: 1px #515659 solid;
	border-left: 1px #515659 solid;
	border-bottom: 1px #515659 solid;
	line-height: 120%;
/*	background-color: #FFFFCC;*/
	background-color: #FEEFDC;
}

span.price {
	color: #D02B14;
	font-weight: 700;
}

/* ++++++ サイドバー部分のデザイン ++++++ */
#left h2 {
	font-size: 14px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 4px;
/*	background-color: #FF9933;*/
	background-color: #D02B14;
	color: #FFFFFF;
	border-top: 1px #515659 solid;
	border-right: 1px #515659 solid;
	border-left: 1px #515659 solid;
}

#shopping ul,#tokushu ul {
	font-size: 14px;
	list-style-type: none;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	border-right: 1px solid #515659;
/*	border-bottom:1px solid #515659;*/
	border-left: 1px solid #515659;
	background-color: #FFFFCC
}

#tokushu ul {
	border-bottom:1px solid #515659;
}
#shopping ul ul {
	font-size: 1em;
	margin-left: 10px;
	border: 0;
}

#shopping li {
	padding: 0px 0px 0px 2px;
	border-bottom: 1px solid #515659;
/*	border-top: 1px solid #515659;*/
/*	background-color: #D6F1FF;*/
}

#tokushu li {
	padding: 0px 2px 2px 2px;
}

#shopping li li {
/*	background-image: url(branch.gif);*/
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-bottom: 0;
	border: 0;
	margin-bottom: 0;
/*	background-color: #FFFFFF;*/
}
#shopping li li.sublast {
/*	background-image: url(branch_last.gif);*/
}
/* ++++++ 右サイドバー部分のデザイン ++++++ */
#right {
    font-size: 14px;
    text-align: center
}
/* ++++++ フッター部分のデザイン ++++++ */


