
body {
  margin : 0;
  font-size: 0.8em;	
  line-height: 150%;
　background-image: url(../img/body_bg.jpg);
  background-positin: top left;
  background-repeat: repeat-x;}

#whole {
  width: 850px;
  margin-right: auto;
  margin-left: auto; 
  text-align: left;word-break: break-all;
  }

  

h2 {
  padding:0;
  font-size:1em;
  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;
  }


/* ヘッダーロゴ */
.headerlogo{
  width:100%;
  height:100px;
  padding:0;
  margin: 0;
  background-image: url(../img/header.jpg);
  background-repeat: no-repeat;}

  
/*  レフトコンテンツ  */
.left {
	width:180px;
	text-align:center;
	float:left;
	display:inline;
  }

.left h2 {
  padding: 0.5em;
  text-align: center;
  margin:0;}

.left a {
  width:166px;
  text-decoration:none;
  padding: 0.5em;
  display:block;
  margin:auto;}

.left a:hover {}



/*  レフトコンテンツ QRコード 20100224追加 */

.left2 {
	width:180px;
	text-align:center;
	float:left;
	display:inline;
  }

.left2 a {
  width:166px;
  text-decoration:none;
  padding: 0.5em;
  display:block;
  margin:auto;}

.left2 a:hover {}






/*  センターコンテンツ  */

.content {
  width:510px;
  float:left;}


.content p{
  padding-left:0.8em;}


.content h2 {
  padding-left: 2.5em;
  padding-top: 5px;
  padding-bottom: 7px;
  margin: 0;
  background-image: url(../img/bg_entry_title.jpg);
  background-repeat: no-repeat;
  font-weight: bold;;}


.content h3 {
  font-size:12px;
  background-image: url(../img/line.jpg);
  background-repeat: no-repeat;}
  


/*  ライトコンテンツ  */

.right {
	width:160px;
	float:left;}

.right h2 {
  padding: 0.5em;
  text-align: center;
  margin:0;}


/*  フッター  */

.footer {
  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 10px;
 }

.font_s {
  font-size: 11px;
 }	 