@charset "shift_jis";


/*初期化*/

/*{
	margin: 0px;
	padding: 0px;
}*/

img{
	border-width: 0px;
	margin: 0px 0px;
}
p{
    font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	margin: 0em 0.5em;
}
table{
    font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}
/*背景*/
body{
	background-color: #fffff2;
    background-image: url(".././img/flower-re.gif");
	color: #000000;
	text-align: center;
	margin: 20px 0px;
}


/*ベーステーブル*/
#Base{
	width: 800px;
	height: auto;
	margin: 0px auto 0px;
	background-color: #ff0000;
	color: #ffffff;
}

/*ヘッダセル*/
#header{
    width: 450px;
	height:auto;
	margin:0px 0px;}
h1{
	text-align: left;
	margin: 0px 0px;
	padding: 0px 0px 0px 0px;
}
h2{
	text-align: right;
	margin: 0px 0px;
	padding: 0px 0px 0px 0px;
}
h3{
    font-family: "MS P Gothic", "Arial Black", "Osaka bold" , "Osaka", ;
    font-size: 20px;
	margin: 1em 0.5em;
	color: #fffffa;
}
h4{
    font-size: 15px;
	margin: 0.5em 0.5em;
	color: #ff0000;
	border-bottom: solid 2px #FFDCE6;
}
h5{
    fontsize: 14px;
	margin: 0.3em 0.5em;
	/*colore: #;*/
}

/*ナビセル*/
#navi{
	width: 350px;
	height: 300px;
	text-align: right;
	vertical-align:bottom;
	color: #fffffa;
}

/*おすすめグッズテーブル*/
#osusume{
    width: 330px;
	height: auto;
	text-align: left;
	background-color: #fffff2;
	color: #310407;
}

/*フッター*/
#Foot{
	width: 800px;
	height: auto;
	text-align: center;
	margin: 5px auto 5px;
	background-color: #ffffff;
	border-top: solid 1px #333333;
	color: #333333;
	font: normal normal 14px/130% "ＭＳＰゴシック", "Osaka";
	clear: both;
}


/*リンクスタイル通常*/
a:link{
    color: #FF0000;
}
a:visited{
    color: #FF0000;
}
a:hover{ 
	color: #FF7D7D;
}

h3 a:link{
    color: #fffffa;
	font-weight: bold;
	text-decoration: none;
}
h3 a:visited{
    color: #fffffa;
	font-weight: bold;
	text-decoration: none;
}
h3 a:hover{
    color: #FF9999;
	font-weight: bold;
	text-decoration: none;
}
/*画像回り込み*/
.float_l{ float: left; margin-right: 0.5em;/*回り込みはじめ*/ }

.floatclear{ clear: both;/*回り込み終わり*/ }


/*文字装飾*/
.wine{
    color:#990000;
}
.white{
    color: #ffffff;
}
.bold{
    font-weight: bold;
}