@charset "Shift_JIS";

/*全体構造
--------------------------------------------------*/

body{

margin: 0;
padding: 0px;
color: #000000;
background-color: #92bef8;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
background-image: url(../images/common/background.jpg);
background-repeat: no-repeat;
background-position: center top;
}

#wrapper {
margin:auto;
padding:0;
width:820px;
color:#000000;
}

img {
    border-style:none;
}

/*コンテンツ
---------------------------------------------------*/
#contents{
float:right;
width: 640px;
text-align:left;
line-height:1.4;
font-size:12px;
color:#000000;
}

#maincontents-top{
width: 640px;
height: 61px;
text-align:left;
background-image: url(../images/common/main-top-back.gif);
background-repeat: no-repeat;
}

#maincontents-middle{
width: 610px;
text-align:left;
background-image: url(../images/common/main-middle-back.gif);
background-repeat: repeat-y;
padding-left:30px;
}

#maincontents-bottom{
width: 610px;
height: 102px;
text-align:left;
background-image: url(../images/common/main-bottom-back.gif);
background-repeat: no-repeat;
padding-top:10px;
padding-left:30px;
}

#maincontents{
width: 550px;
text-align:left;
padding-top:10px;
padding-left:20px;
padding-right:20px;
}

.contents01{
width: 500px;
text-align:left;
margin-top:0px;
margin-left:15px;
margin-right:0px;
margin-bottom:0px;
}

/*コンテンツの長さあわせ
--------------------------------------------------*/

#cheight{
width:1px;
height:1050px;
float:right;
}

#cheightclear{
clear:right;
}



/*色文字
--------------------------------------------------*/
#deco-1{
margin:0px;
text-align:left;
line-height:1.4;
font-size:12px;
color:#FF0066;
}


#deco-2{
margin:0px;
text-align:left;
line-height:1.4;
font-size:12px;
color:#FF6600;
}

#deco-3{
margin:0px;
text-align:center;
line-height:1.4;
font-size:12px;
color:#FF0066;
}

#deco-4{
margin:0px;
text-align:center;
line-height:1.4;
font-size:12px;
color:#0066CC;
font-weight:bold;
}


#deco-5{
margin:0px;
text-align:left;
line-height:1.4;
font-size:12px;
color:#0066CC;
}


/*リンク
--------------------------------------------------*/

a:link{
color:#EA004D;
background:transparent;
}

a:visited{
color:#EA004D;
background:transparent;
}

a:hover, a:active{
color:#FF9900;
background:transparent;
}

#thumbnail a:link {
color:#0066CC;
background:transparent;
text-decoration:none;
font-weight:bold;
}

#thumbnail a:visited {
color:#0066CC;
background:transparent;
text-decoration:none;
font-weight:bold;
}

#thumbnail img {
border-color:gray;
background:transparent;
}


#thumbnail {
border-color:gray;
background:transparent;
}

a.goods:link{
color:#669966;
background:transparent;
}

a.goods:visited{
color:#0E9551;
background:transparent;
}

a.goods:hover, a:active{
color:#FF9900;
background:transparent;
}


/*ヘッダ
---------------------------------------------------*/

#header{
margin-top: 18px;
margin-left: 0px;
height:90px;
width:840px;
text-align:left;
font-size:12px;
/*background-image:url(../image/top/head2.jpg);*/
background-repeat:no-repeat;
}

/*ナビゲーション&パン屑
---------------------------------------------------*/
#navi-pan{
text-align:left;
width:570px;
height:61px;
margin-top:0px;
margin-left:30px;
margin-right:0px;
margin-bottom:0px;
}


/*ナビゲーション
---------------------------------------------------*/
#navigation{
text-align:left;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}


/*パンくずナビ
---------------------------------------------------*/
#pan {
text-align:right;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
font-size:11px;
}


/*サブタイトル
---------------------------------------------------*/
#subtitle{
width: 565px;
height:29px;
text-align:left;
padding-top:8px;
padding-left:10px;
background-image: url(../images/common/subtitle-back.gif);
background-repeat: no-repeat;
}


/*フッター
---------------------------------------------------*/

#footer {

margin:0px;
text-align:left;
font-size:10px;
color:#000000;
}


/*カテゴリーメニュー
---------------------------------------------------*/
#menu-category {

float:left;
margin-top:20px;
text-align:right;
width:180px;
}

#menu-block {

margin-top:5px;
text-align:right;
width:180px;
}

/*小見出し
---------------------------------------------------*/
#heading {

margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
color:#528018;
font-size:10px;
}

a.hd:link {text-decoration: none; color:#528018; }
a.hd:visited {text-decoration: none; color:#528018; }
a.hd:active {text-decoration: none; color:#ff0000; }
a.hd:hover {text-decoration: none; color:#ff0000; }


/*float解除
---------------------------------------------------*/

#float-clear{
clear:both;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}


