/* レイアウトの設定*/
body{
    margin:0px;
    padding:20px 0 20px 0;
text-align:left;
background-color:#ffffff;
background-image:url(fengjing009.jpg);
background-repeat:no-repeat;
background-position:50% 0%;

}

/*--------------------------------------------------------*/
/* ラッパーの設定*/
#wrap{
    position:relative;
    width:800px;
    background-color:#FFFFCC;
 margin:0px auto;
border : 2px solid #c0c0c0;
}

/*--------------------------------------------------------*/
/* ヘッダーの設定*/
#head{
    height:100px;
    width:800px;
    background-color:#fff;
background-image:url(images/headimg.jpg);
background-repeat:no-repeat;
}

/* ヘッダー2の設定*/
#head2{
    width:800px;
    height:25px;
    background-color:#ffdd99;
}

/*--------------------------------------------------------*/
/* 左側の設定*/
#left{
    float:left;
    width:200px;
    height:900px;
    background-color:#fff;
}
div#left div.title{
    height: 30px;
	margin: 0;
	font-weight: bold;
	line-height: 240%;
	color: #FFF;
	text-indent: 10px;
	background: url(../img/title_back.gif) repeat-x;
}

div#left div.content{
	margin: 0 0 30px 0;
	padding: 5px 10px;
	background: #EFF3F9;
}

/*カテゴリーメニュー*/
div#left ul.cate{
	list-style: none;
	list-style-position: outside;
	padding: 0;
}
div#left ul.cate li{
	padding: 2px;
	border-bottom: dotted 1px #336699;
}
div#left ul.cate strong{
	background: #CCCCCC;
	display: block;
}



/* 真ん中の設定*/
#center{
    float:left;
    width:550px;
    height:900px;
    background-color:#dcdcdc;

padding-top:5px ;
overflow:auto;
}

div#center div.title{
	margin: 0;
	padding: 5px 10px 5px 20px;
	font-weight: bold;
	font-size: 14px;
	color: #336699;
	background: url(../img/h_back.gif) no-repeat;
}

div#rcenter div.content{
	margin: 0 0 15px 0;
	padding: 5px 10px;
}


/* 右側の設定*/
#right{
    float:right;
    width: 50px;
    height:900px;
    background-color:#fff;
}

/*--------------------------------------------------------*/
/* フッターの設定*/
#foot{
    position:relative;
    width:100%;
    height:50px;
    background-color:#fffafa;
text-align:center;
border-top : 1px solid #c0c0c0;
    clear:both;
}

.content{
	margin: 0 0 15px 0;
	padding: 5px 10px;
}

/*
    padding: 2px; … ［上下左右］ を指定
    padding: 2px 4px; … ［上下］ と ［左右］ を指定
    padding: 2px 4px 6px; … ［上］ と ［左右］ と ［下］ を指定
    padding: 2px 4px 6px 8px; … ［上］ と ［右］ と ［下］ と ［左］ を指定

    margin: 2px; … ［上下左右］ を指定
    margin: 2px 4px; … ［上下］ と ［左右］ を指定
    margin: 2px 4px 6px; … ［上］ と ［左右］ と ［下］ を指定
    margin: 2px 4px 6px 8px; … ［上］ と ［右］ と ［下］ と ［左］ を指定
http://www.stylish-style.com/csstec/basic/l-rollover1.html
*/
