﻿@charset "UTF-8";


/* 全体の初期化 */

* {
  font-family: Verdana, Arial, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 170%;
  }
  
  /* 文書設定 (body) */

body {
	background-color: #ffffff;
	margin-top: 0px;
	font-size: 12px;	
	
}

p.clear { clear: both; } 

/* 全体のコンテナ (div#wrapper) */


div#nav {
	float:left;
	width:150px;
	border-right: thin solid #666666;
	margin-right: 20px;
	padding-right:20px;
}
  
  
  /* グローバルナビゲーション(div#Gnav) */

  div#Gnav {
	font-size: 10px;
  }
   div#Gnav h2 {
font-size: 12px;
  }
  
/* ユーザー支援(div#Pnav) */

div#Pnav {
	font-size: 10px;
  }
  
   div#Pnav h2 {
font-size: 12px;
  }
  
  div#Lnav {
display:none;
}
  	/*コンテンツ部分(div#contents)*/
    div#contents {
	float:left;
	width:400px;
	}
	
  div#contents h2{
	font-size: 16px;
	font-weight: bold;
	
  }
  
	div#contents p{
	line-height: 120%;
	}


div#footer img {
display:none;
  }
  
  