/* 基本設定 */
* {
margin: 0;
padding: 0;
}
BODY {
font-size : 10pt;
text-align: center;
color: #000000;
line-height: 150%;
background-color:#ffffff;
background-repeat : repeat;
}
img {
border: 0;
}
/* リンク */
#page{
margin:0 auto;
width:800px;
background-color:#ffffff;
border:1px #ffffff solid;
}
a{
color: #000000;
}
a:visited{
color: #000000;
}
a:hover{
color: #000000;
text-decoration: none;
}
a{
text-decoration : none;
}
/* ヘッダー */
#head{
width : 805px;
height : 50px;
text-align: center;
border-bottom:10px #cccccc solid;
background-color : #ffffff;
}
/* サイトタイトル */
H1{
font-size : 130%;
text-align : left;
padding:0px 0px 0px ;
}

#menu{
width : 805px;
}
#menu ul{
list-style: none;
}
#menu li{
width : 128px;
list-style: none;
float:left;
margin : 0;
text-align:center;
}
#menu a{
display:block;
text-decoration : none;
padding:0px;
}
#menu a:hover{
background-color:#ffffff;
color: #000000;
}

/* サブメニュー */
#submenu{
width:200px;
float : left;
text-align : left;
border-top:1px #ffffff solid;
padding-bottom : 20px;
}
#submenu ul {
list-style: none;
width:180px;
margin:2px;
}
#submenu li {
list-style: none;
text-align : left;
padding: 5px;
}
#submenu li a{
display:block;
}
#submenu li a:hover {
color: #000000;
text-decoration: none;
}
.pr {
margin: 20px 10px 0px 20px;
text-align : left;
}

/* メイン */
#main{
width:600px;
float : right;
text-align : left;
border-top:1px #ffffff solid;
padding-bottom : 0px;
}
#main h2 {
color : #917044;
font-size : 110%;
text-align : left;
margin: 20px 10px 0px 10px;
}
#main h6 {
font-weight : normal;
font-size : 100%;
text-align : left;
margin: 20px 10px 0px 10px;
}
#main p{
margin: 10px 10px 10px 20px;
text-align : left;
}
#main ul {
list-style: none;
padding:5px 20px 10px;
margin: 0;
}
#main li {
list-style: none;
text-align : left;
}
#main h8 {
font-size : 200%;
text-align : left;
padding:0px 0px 0px ;
}

/* おすすめ商品 */
#aff {
margin: 10px;
}
#aff table{
border : 1px solid #2E3192;
width : 550px;
}

.affimg{
width : 140px;
}
.affcom{
width : 410px;
}
.afftitle{
background-image : url("back02.gif");
background-repeat : no-repeat;
height : 32px;
}
.aff01{
line-height: 200%;
font-size : 200%;
}

/* フッター*/
#foot{
clear:both;
width:800px;
height:20px;
background-color : #ffffff;
text-align: center;
}
/* フッター2*/
#foot2{
clear:both;
width:800px;
height:20px;
background-color : #cccccc;
text-align: center;
}
/* 著作権 */
ADDRESS{
font-style:normal;
}
/* 文字 */
.txtsub01 {
	font-size: 14px;
	padding: 5px 0px 10px 10px;
	line-height: 130%;
	vertical-align: top;
}
.txtsub02 {
	font-size: 13px;
	padding: 5px 0px 10px 10px;
	line-height: 130%;
	vertical-align: top;
}
.txt01 {
	font-size: 14px;
	font-weight: lighter;
	line-height: 150%;
	padding-left: 10px;
}
.txt02 {
	font-size: 16px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0099CC;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "細明朝体";
	line-height: 150%;
}
.txt03 {
	font-size: 12px;
	vertical-align: middle;
	line-height: 120%;
	padding-left: 10px;
}
.txt04 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体";
	font-size: 16px;
	line-height: 150%;
	font-weight: 700;
}
.txt05 {
	font-weight: 900;
	color: #FF0000;
}
a:link {
}
