body {
  text-align : center; /* バグを利用してブロックレベル要素をセンタリング */
  margin : 0px Auto 0px Auto;
  background:url(http://allidietpill.net/gazou/be016.gif);
}

/* ヘッダーサイトマップ */
#headersite{
  float:right;}

#wrapper {
	width: 760px;
        border: #CCCCCC 1px solid;
        margin-left : auto;  /* 左側のマージンを自動算出 */
        margin-right : auto; /* 右側のマージンを自動算出 */
        background-color: #ffffff;
}
#header {
	background-color: #ffffff;
	height: 20px;
}
#container {
	
        float:left;
	width:605px;
        background-color: #ffffff;    
      
}



#primary {
	float: right;
	width: 450px;
	margin: 10px 0;
	background-color: #ffffff;
        text-align:left;
      
 }



#secondary {
	float: left;
	width: 145px;
	margin: 10px 0 10px 0px;
	background-color: #fff0f5;
         text-align:left;
    
}
#advertisement {
	float: right;
	width: 145px;
	margin: 10px 0;
	background-color:  #fff0f5;
        text-align:left;
      
} 
#footer {
	text-align:center;
        clear: both;
	height: 50px;
        background:url(http://allidietpill.net/images/sqd01.gif);
      

}

#gazou {text-align:center;
}

BODY,P,TD,DIV {
	
	font-size: 14px;
	line-height: 150%;
	margin:0;
	color:#000000;
}


hr { 
	border-top: 1px dotted #999;
	border-right-width: 0;
	border-bottom-width: 0; 
	border-left-width: 0; 
	margin: 8px 0 8px 0; padding: 0; color: #F8F8F8;
	clear: both;
}

h1 {	font-size: 100%;margin:0;
        float:left;}



h2 {
	font-size: 117%;
	padding:2px 2px 2px 5px; 
	background-color: #ffffff;
	border-left:5px solid #ff3399;  
	border-bottom: 1px solid #CCCCCC; 
         background:#ffffff; 

;}

h3 {
	font-size: 117%;
	padding:2px 2px 2px 5px; 
	background-color: #ffffff;
	border-bottom: 1px solid #CCCCCC; 
         background:#ffffff; 

;}


/*ブログのタイトル*/
.bt{
  color:#000000;
  font-weight:bold;
  padding-left:30px;
  margin-bottom:5px;
  padding:2px 2px 2px 5px;  
  font-weight:bold;
  line-height:1.4;
  border-left:5px solid #ff3399; 

 }  

/*ブログの本文*/
.bbun {
	padding-left:3px;}

/*ブログ個別ページ*/
.tensen {
  border:1px dashed #CCCCCC;
  margin-left:10px;}


#navi{
	width: 98%;

}
#navi ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #CCCCCC;
}
#navi li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CCCCCC;
       
	background: #ffb6c1 url(images/list_marker_white.gif) left center no-repeat; /* オフマウス時のマーカー画像と背景色を指定 */
}
#navi a {
	padding: 4px 0 4px 10px;
	background: #ffffff url(images/list_marker_red.gif) left center no-repeat;
	display: block;
	width: 130px !important;
	width /**/: 130px;
	color: #333333;
	text-decoration: none;
}
#navi a:hover {
	color: #FFFFFF; /* オンマウス時の文字色を指定 */
	background-image: none; /* オンマウス時の背景画像を表示させないように指定 */
	background-color: transparent; /* オンマウス時の背景色を透過するように指定 */
}

