/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #fff;
	font-size: small;
	font-family: Verdana, Helvetica, Arial, sans-serif, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka,;
	line-height: 1.6em;
	background-color: #000000;
	text-align:center;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}



a{
text-decoration : none;
color:#CF0;
}

a:hover{
text-decoration:underline;
color:#fff;
}



/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	margin:0px auto;
	width:900px;
	text-align:left;
}

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header {
height:237px;
margin-bottom:40px;
padding-top:53px;
background-image:url(http://page.seekclothings.com/tp2010/blog/bg_header.jpg);
background-repeat:no-repeat;
}

.header h1{
	margin-left:10px;
}


.header p{
	margin:10px 20px;
	color:#FFF;
}

.header p.discription{
	font-size:85%;
	
}



/*　左側メニューの幅　*/
.side {
	float: left;
	width:180px;
	margin-right:20px;
}

.side h3{
	margin-bottom:10px;
	background-image:url(http://page.seekclothings.com/tp2010/blog/bg_h3.gif);
	padding:3px 5px;
	font-size:100%;
}


.side .menu_cell{
	margin-bottom:20px;
}

.side .menu_cell ul{
	margin:0px 5px;
	list-style:none;
	font-size:90%;
}

.side .menu_cell li{
	margin-bottom:5px;
}







/*　右側の幅　*/
.main {
	float: left;
	width: 700px;
}


.main .pagelink{
	margin-bottom:10px;
	}


.main .pagelink span{
	margin-right:10px;
	}

.main .pagelink#nextback{
	text-align:center;
	}
	
.main .entry_cell{
	margin-bottom:60px;
	}
	

.main .entry_cell h2{
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px solid #FFF;
	}

.main .entry_cell h2 a:hover{
	text-decoration:none;
	}
	
.main .entry_cell p.stamp{
	font-size:80%;
	color:#CCC;
	margin-bottom:10px;
	}
	
.main .post{
	margin-bottom:20px;
	}
	
.main .entry_cell p.postdata{
	font-size:80%;
	color:#CCC;
	text-align:right;
	}





/*　フッター（コピーライト）　*/
.footer {
 width:100%;
 background-image:url(http://page.seekclothings.com/tp2010/blog/bg_header.jpg);
background-repeat:no-repeat;
padding:5px 10px;
 font-size:85%;
 clear:left;
margin:20px 0 0 0 ;

}

