body	{text-align:center;
background-color: #d0dbee;
margin-top:20px
}


a	{color: #017acd}

/* コンテナ */
div#container	{border-width : 1px 1px 1px 1px;
  border-style : solid solid solid solid;
  border-color : #000000 #000000 #000000 #000000;
width: 900px;
background-color: #ffffff;
	margin-left: auto;
	margin-right: auto}

/* ヘッダー */
div#header	{background-color: #d0dbee;
	background-image: url(top.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 28px 20px 80px}

div#header h1	{margin: 0;
text-align:center;
}

div#header p	{color: #000000;
	font-size: 0.8em;
 font-weight: bold;
	margin: 0}

div#header H1 A{
  color :  #000000;
  text-decoration:none;
}


/* コンテンツ */
div#content	{width: 675px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px}



div#content h2	{font-size: 14px;
	color: #000000;
	line-height: 1.6;
	margin-top: 10px}

div#content p	{font-size: 12px;
	line-height: 1.6;
	margin-top: 10px}

/* サイドバー */
div#sidebar	{width: 190px;
border-right : 1px ;
  border-right-style : solid;
  border-right-color : #000000;
	float: left;
	margin-bottom: 25px}

ul.sidemenu	{font-size: 0.75em;
 font-weight: bold;
	margin-top: 0;
	margin-left: 2px;
	padding-left: 0;
	line-height: 0}

ul.sidemenu 	{list-style-type: none}

ul.sidemenu  a	{display: block;
	line-height: 42px;
	text-decoration: none;
	color: #000000;
	background-image: url(sky1.jpg);
background-repeat: repeat-y;
	padding-left: 3px}

ul.sidemenu  a:hover	{background-image: url(sky2.jpg);}

p.feed	{margin-bottom: 10px}

p.feed a	{
	text-decoration: none;;
	padding: 5px}

p.feed img	{border: none;
	vertical-align: middle}

/* === テーブルの設定（1列タイプ） === */
.table01{
  font-size : 12px;
  border-width : 1px 1px 1px 1px;
  border-style : solid solid solid solid;
  border-color : #000000 #000000 #000000 #000000;
  border-collapse : collapse;
  empty-cells : show;
  width : 600px;
}
.table01 TD{
  border-width : 1px 1px 1px 1px;
  border-style : solid solid solid solid;
  border-color : #000000 #000000 #000000 #000000;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 600px;
  height : 150px;
}

/* === テーブルの設定（2列タイプ） === */
.table02{
  font-size : 12px;
  border-width : 1px 1px 1px 1px;
  border-style : solid solid solid solid;
  border-color : #000000 #000000 #000000 #000000;
  border-collapse : collapse;
  empty-cells : show;
  width : 600px;
}
.table02 TD{
  border-width : 1px 1px 1px 1px;
  border-style : solid solid solid solid;
  border-color : #000000 #000000 #000000 #000000;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 300px;
  height : 200px;
}

/* === テーブルの設定（3列タイプ） === */
.table03{
  font-size : 12px;
  border-width : 1px 1px 1px 1px;
  border-style : solid solid solid solid;
  border-color : #000000 #000000 #000000 #000000;
  border-collapse : collapse;
  empty-cells : show;
  width : 600px;
}
.table03 TD{
  border-width : 1px 1px 1px 1px;
  border-style : solid solid solid solid;
  border-color : #000000 #000000 #000000 #000000;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 200px;
  height : 300px;
}
/* === テーブルの設定（4列タイプ） === */
.table04{
  font-size : 12px;
  border-width : 1px 1px 1px 1px;
  border-style : solid solid solid solid;
  border-color : #000000 #000000 #000000 #000000;
  border-collapse : collapse;
  empty-cells : show;
  width : 600px;
}
.table04 TD{
  border-width : 1px 1px 1px 1px;
  border-style : solid solid solid solid;
  border-color : #000000 #000000 #000000 #000000;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 150px;
  height : 400px;
}

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

.pagelink{
  font-size : 12px;
  clear : none;
  font-weight : bold;
  text-align : right;
}
.midashi{
  font-size : 14px;
  color : #0c28ed;
  background-color : #e1fdc4;
  padding-left : 10px;
  padding-bottom : 2px;
  border-left-width : 5px;
  border-bottom-width : 2px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : blue;
  border-bottom-color : blue;
  height : 30px;
}
/* フッター */
div#footer	{
	width: 865px;
	margin-top: 0;
	padding-top: 8px;
border-top-style : solid;
  border-top-color : #000000;
border-top-width : 2px;
	clear: both}

address	{font-size: 0.75em;
	font-style: normal;
	text-align: center}






