@charset "shift_jis";

body {
		text-align: center;
		font-size: 12px;
		margin: 0px;
		padding: 0px;
		background-image: url(body_bg.jpg);
		background-repeat: repeat-x;
		background-color: #F6F6F6;
}

#wrapper {
		width: 800px;
		margin-right: auto;
		margin-left: auto;
		text-align: left;
}

/*ヘッダ部分*/
#header {
		height: 142px;
		width: 792px;
		background-image: url(header_bg.jpg);
		background-repeat: no-repeat;
		padding: 4px;
}

/*メインコンテンツ部分*/
#mainbox {
		float: right;
		width: 610px;
		margin-top: 10px;
		margin-bottom: 10px;
		background-image: url(mainupper.jpg);
		background-repeat: no-repeat;
		padding-top: 5px;
}

#maincontents {
		width: 600px;
		background-color: #FFFFFF;
		margin: 0px;
		padding-top: 0px;
		padding-right: 5px;
		padding-bottom: 0px;
		padding-left: 5px;
		overflow: hidden;
}

#ichiran {
		width: 600px;
		margin-right: auto;
		margin-left: auto;
		overflow: hidden;
}

/*サイドコンテンツ部分*/
#sidebox {
		float: left;
		width: 180px;
		margin-top: 10px;
		background-image: url(menuupper.jpg);
		background-repeat: no-repeat;
		padding-top: 27px;
		margin-right: 0px;
		margin-bottom: 10px;
		margin-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
}

#sidecontents {
		background-color: #959396;
		width: 170px;
		overflow: hidden;
		text-align: center;
		color: #FFFFFF;
		padding-top: 5px;
		padding-right: 5px;
		padding-left: 5px;
}

#sidecontents a {
		color: #FFFFFF;
		text-decoration: none;
}

#sidecontents a:hover {
		color: #FFFFFF;
		text-decoration: underline;
}

/*フッター部分*/
#footer {
		clear: both;
		text-align: center;
		background-color: #838283;
}

#footer .small a {
		color: #FFFFFF;
}

#footer .small a:visited {
		color : #FFFFFF;
}

/* ===タイトルの文字の大きさと色、リンク時の色など=== */
h1 {
		font-size : 16px;
		color : #333333;
		text-decoration:none;
		margin: 10px 0px 0px;
		padding: 0px;
}

h1 a {
		color : #333333;
		text-decoration:none;
}

h1 a:hover {
		color : #FF0000;
		text-decoration:underline;
}

h1:visited {
		color : #333333;
		text-decoration:none;
}

h2 {
		font-size : 14px;
}

h3 {
		font-size : 14px;
}

.text {
		font-size : 15px;
		line-height : 120%;
}

.small {
		color: #FFFFFF;
		margin: 0px;
		padding: 5px 0px;
}

/* ===タイトルの下に表示されるサイト説明の表示設定=== */
.subtitle {
		font-size : 12px;
		color : #333333;
		margin: 5px 0px;
		padding: 0px;
		width: 600px;
		overflow: hidden;
}

/* === テーブルの設定（1列タイプ） === */
.table01 {
		font-size : 12px;
		border-collapse : collapse;
		empty-cells : show;
		width : 600px;
		border: 1px solid #666666;
}

.table01 td {
		padding: 5px;
		width : 600px;
		height : 150px;
		border: 1px solid #666666;
}

/* === テーブルの設定（2列タイプ） === */
.table02 {
		font-size : 12px;
		border-collapse : collapse;
		empty-cells : show;
		width : 600px;
		border: 1px solid #666666;
}

.table02 td {
		padding: 5px;
		width : 300px;
		height : 200px;
		border: 1px solid #666666;
}

/* === テーブルの設定（3列タイプ） === */
.table03 {
		font-size : 12px;
		border-collapse : collapse;
		empty-cells : show;
		width : 600px;
		border: 1px solid #666666;
}

.table03 td {
		padding: 5px;
		width : 200px;
		height : 300px;
		border: 1px solid #666666;
}

/* === テーブルの設定（4列タイプ） === */
.table04 {
		font-size : 12px;
		border-collapse : collapse;
		empty-cells : show;
		width : 600px;
		border: 1px solid #666666;
}

.table04 td {
		padding: 5px;
		width : 150px;
		height : 400px;
		border: 1px solid #666666;
}

/* ===商品詳細の表示設定=== */
.syousai {
		font-size : 12px;
}

.pagelink {
		font-size : 12px;
		font-weight : bold;
		margin-top: 5px;
		margin-bottom: 5px;
}

/* ===リンク表示の設定=== */
.link {
		font-size : 12px;
		text-decoration:none;
		color : #FFFFFF;
		background-image: url(link_line.gif);
		background-repeat: no-repeat;
		margin-top: 10px;
		padding-top: 10px;
		text-align: left;
}

.link a {
		text-decoration:none;
		display: block;
		color: #FFFFFF;
		padding-left: 10px;
		padding-right: 10px;
}

.link a:hover {
		text-decoration: underline;
		color: #FFFFFF;
}

.link a:visited {
		color : #FFFFFF;
}

/* ===ヘッダ部分の表示設定=== */
.text1 {
		font-size : 15px;
		width : 588px;
		line-height : 1.5;
		background-color : #FFFFFF;
		text-align : left;
		margin: 0px auto;
		padding: 5px;
		border: 1px solid #666666;
}

.text2 {
		font-size : 15px;
		border-top-width : 3px;
		border-top-style : solid;
		border-top-color : #c7ecfc;
		width : 600px;
		margin-top : 0px;
		margin-left : 10px;
		margin-right : 10px;
		margin-bottom : 10px;
		border-left-width : 3px;
		border-right-width : 3px;
		border-bottom-width : 3px;
		border-left-style : solid;
		border-right-style : solid;
		border-bottom-style : solid;
		border-left-color : #c7ecfc;
		border-right-color : #c7ecfc;
		border-bottom-color : #c7ecfc;
		line-height : 160%;
		background-color : #F6ECC4;
		text-align : left;
		padding: 5px;
}

.text3 {
		font-size : 15px;
		border-top-width : 3px;
		border-top-style : solid;
		border-top-color : #c7ecfc;
		width : 600px;
		margin-top : 0px;
		margin-left : 10px;
		margin-right : 10px;
		margin-bottom : 10px;
		border-left-width : 3px;
		border-right-width : 3px;
		border-bottom-width : 3px;
		border-left-style : solid;
		border-right-style : solid;
		border-bottom-style : solid;
		border-left-color : #c7ecfc;
		border-right-color : #c7ecfc;
		border-bottom-color : #c7ecfc;
		line-height : 160%;
		background-color : #E6F3C7;
		text-align : left;
		padding: 5px;
}

/* === 商品画像のサイズ === */
.syousai img {
/*width: 110px;*/
  /*height: 130px;*/
}

.freespace3 {
		font-size : 15px;
		width : 580px;
		line-height : 160%;
		background-color : #FFFFFF;
		text-align : left;
		margin: 0px auto;
		padding: 5px;
}
