@charset "utf-8";


/*------------------------------------
　基本設定
--------------------------------------*/

body{
background:url(../image/bg.gif) repeat;
margin:0;
padding:0;
font-size:0.74em;
line-height:144%;
color:#666666;
}

div,p,ul{
margin:0;
padding:0;
}

#mainContents{
width:806px;
margin:0 auto;
background:url(../image/mainBg.jpg) repeat-y;
padding:0;
}

/*------------------------------------
　記事内容
--------------------------------------*/

/*ヘッダー*/
h1{
margin:0;
padding:0;
font-size:0.88em;
}

/*記事+カテゴリ*/
#newsContents{
background:url(../image/mainTopBg.gif) no-repeat left top;
margin:0;
padding:0;
width:806px;
position:relative;
}


/*------------------------------------
　左内容エリア
--------------------------------------*/


/*最新の5件*/
#new5images{
margin:auto;
}

#new5images ul{
margin:0 auto 0 10px;
list-style:none;
}

#new5images li{
margin:50px 3px 20px 3px;
float:left;
}


.oneContents{
width:540px;
float:left;
margin:10px auto 10px 10px;
}


/*記事タイトル*/
h2.contentsTitle{
background:url(../image/ctHeaderBg.gif) no-repeat;
width:539px;
height:37px;
margin:0;
padding:0;
font-size:1.00em;
line-height:250%;
}

.contentsTitle span{
margin:5px auto 0 8px;
color:#f8f6e7;
height:20px;
}

.contentsWrite{
background:url(../image/ctMainBg.gif) repeat-y left;
width:540px;
margin:0 auto;
padding:0;
}

.contentsWrite p{
padding:10px 7px;
margin:0;
}

/*おすすめ商品画像*/
.contentsWrite img.item{
margin:5px 10px;
float:right;
}

.contentsFooter{
background:url(../image/ctFooterBg.gif) no-repeat left;
width:540px;
height:6px;
margin:0 auto;
}

.contentsFooter span{
display:none;
}



/*------------------------------------
　右カテゴリーエリア
--------------------------------------*/

#rightArea{
width:205px;
float:right;
margin:18px 24px 0 577px;
position:absolute;
}

.ctTitile{
background:url(../image/RctTitle.gif) no-repeat;
width:205px;
height:36px;
text-align:center;
padding:8px 0 0 0;
margin:0;
color:#c6c5af;
font-size:1.00em;
}

.ctCont{
width:195px;
margin:0 auto 15px auto;
text-align:left;
color:#9d9d9d;
}

/*------------------------------------
　フッター
--------------------------------------*/

#footer{
background:url(../image/FooterBg.gif) no-repeat;
height:28px;
text-align:center;
}

#copyright{
color:#eee7cc;
padding:10px 0 0 0;
margin:0 auto 2px auto;
}



.contentsRight {
	float: right;
	margin-right: 5px;
	margin-left: 5px;
}

