Html,Body{
	margin: 0px;
	width: 100%;
	padding: 0px;
	background-image: url(http://japandomain.jp/img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

body {
  margin : 0;
  text-align: center;
  font-size: 12px;	
  line-height: 150%;
  background-color: #FFFFFF;
  }

#whole {
  width: 850px;
  margin-right: auto;
  margin-left: auto; 
  text-align: left;word-break: break-all;
  }

  

h2 {
  padding:0;
  font-size:0.8em;
  text-align:left;
  }


/* 画像コンテンツ */
img {
  border-style: none;}

/* ヘッダーコンテンツ */
.header {
  width:100%;
  text-align:left;
  padding-bottom:0.5em;
}
  
.header h1{
  font-size:12px;
  padding:0;
  margin: 0;
  }
  
.header h2{
  font-size:12px;
  float: right;
  padding:0;
  margin: 0;
  }

  
/*  レフトコンテンツ  */
.left {
	width:180px;
	text-align:center;
	float:left;
	display:inline;
  }

.left h2 {
  padding: 0.7em;
  text-align: center;
  margin:0;}

.left a {
  padding:0.5em;
  text-decoration:none;
  display:block;
  margin:auto;}

.left a:hover {}



.left1 h2 {
  padding: 0.7em;
  text-align: center;
  margin:0;}

.left1 a {
  padding:0.5em;
  border-top:0px;
  text-decoration:none;
  display:block;
  margin:0px;}

.left1 a:hover {}

.left2 h2 {
  padding: 0.7em;
  text-align: center;
  margin:0;}

.left2 a {
  padding:0.5em;
  border-top:0px;
  text-decoration:none;
  display:block;
  margin:0px;}

.left2 a:hover {}

/*  センターコンテンツ  */

.content {
  width:510px;
  float:left;}

.content p{
  padding-left:0.8em;
  padding-right:0.8em;}

.content h2 {
  padding: 0.7em;
  margin:0;}
  
.content1 {
  width:510px;
  float:left;}

.content1 p{
  padding-left:0.8em;}

.content1 h2 {
  width:510px
  padding: 0.6em;
  margin:0;}
  
.content2 h2{
  background: url(http://japandomain.jp/img/midashiback.gif) no-repeat;
  padding-left: 0.7em;
}

.content2 p{
  padding-left:0.8em;
  padding-right:0.8em;}  
  
  
/*  ライトコンテンツ  */

.right0 {
	width:160px;
	text-align:center;
	float:left;}


.right {
	width:160px;
	text-align:center;
	float:left;}

.right h2 {
  padding: 0.7em;
  text-align: center;
  margin:0;}
  
.right a {
  padding:0.5em;
  border-top:0px;
  text-decoration:none;
  display:block;
  margin:0px;}

.right a:hover {}

.right1 {
	width:160px;
	text-align:center;
	float:left;}

.right1 h2 {
  padding: 0.7em;
  text-align: center;
  margin:0;}

.right1 a {
  padding:0.5em;
  border-top:0px;
  text-decoration:none;
  display:block;
  margin:0px;}

.right1 a:hover {}

/*  フッター  */

.footer {
  width: 839px;
  text-align:center;
  padding:0.5em;}
  

/*  レイアウト各種  */
.float_left {
   float: left;
   display:inline;
 }
 
.float_right  {
    float: right;
	display:inline;
 }


.align_center  {
   text-align: center;
   }
   
.align_right  {
   text-align: right;
 }

.align_left {
   text-align: left;
  }
  
.margin_side10 {
   margin: 0 10px 0 12px;
 }
 
 
 /*カレンダー*/ 
#calendar {
	line-height: 120%; font-family:
	Verdana, Arial, sans-serif; font-size: 10;
	padding:0px; 
	text-align: center; 
	margin-bottom: 20px;
 } 
#calendar table { 
	width: 150px; 
	padding:0px 0px 0px 0px; 
}

 /*カレンダーのタイトル*/
#calendar caption { 
	color: #FFFFFF; 
	background-color: #989789;
	font-family: Verdana, Arial, sans-serif; 
	font-size:10px; 
	text-align: center; 
	font-weight: bold; 
	padding:2px 0px 2px 0px; 
	line-height: 15px;
 }

 /*カレンダーの曜日*/ 
#calendar th { 
	line-height: 12px; 
	font-size:10px; 
	text-align: center; 
	font-weight: bold; 
	color: #000000; 
	padding:2px 0px 0px 0px;
 } 
/*カレンダーの日付*/
 #calendar td { 
	line-height: 12px; 
	font-size:10px; 
	font-weight: normal; 
	color: #997766;
	text-align: center; 
	padding:2px 0px 0px 0px; 
	border-right: solid 2px #FFFFFF; 
	border-left: solid 1px #FFFFFF; 
	border-top: solid 1px #FFFFFF; 
	border-bottom: solid 2px #FFFFFF; 
} 
#calendar a {
	color: #000000;
	background-color: #999999; 
	text-decoration: none;
 }
#calendar a:hover {
	color: #FCD9C5; 
	background-color: #FFFFFF; 
	text-decoration:underline; 
} 

/*ブログのタイトル*/
.bt{
  color:#FF6600;
  font-weight:bold;
  padding-left:30px;}  

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

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

