body {
	margin: 0px;
	font-size:12px;
	color:#333333;
	background-color: #ffffff;
	font-family: "ＭＳ Ｐゴシック","MS PGothic",sans-serif;
 }
/*リンクされた文字*/
a{
	color:#0000CC;
    text-decoration:none;	
}
/*マウスをのせたとき*/
a:hover {
    text-decoration:underline;
	/*background-color:#99CCFF;*/
}
/*ヘッダー背景*/
div.hedder {
	background-color: #D2D2D2;
	padding: 0px;
	width: 100%;
	margin: 0px;
	float: left;
	background-repeat: repeat-x;
}
/*ヘッダー下スペース*/
div.space {
   clear: both;
}
/*ナビゲーションメニュー*/
.navi {
   float: left;
   margin-left: 5px;
   width: 170px;
}
/*ナビゲーションメニュー1行*/
.navitext {
   margin-left: 10px;
   font-size:11.5px;
   line-height: 1.7em;
}
/*ナビゲーションメニュー2行以上*/
.navitext2 {
   margin-left: 10px;
   font-size:11.5px;
   line-height: 1.4em;
}
/*ナビゲーションメニューリンクなし*/
.navitext3 {
   margin-left: 10px;
   font-size:12px;
   line-height: 1.4em;
}
/*ナビゲーションメニュータイトル*/
.menuTabLight {
	border-width:0 0 0 5px;
	border-color:#6D6D6D;
	border-style:solid;
	color:#494949;
	line-height:140%;
	font-weight:bold;
	font-family: "レクサスロダン Pro DB";
	font-size: 12px;
	background-color: #E3E3E3;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}


/*タテ境界線*/
.line{
	float: right;
	width: 20px;
	height: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	text-align: center;
	margin-left: 15px;
}
/*コピーライト上スペース*/
div.space2 {
   clear: both;
}
/*フッター*/
div.footer {
	clear: both;
    background-color: #D2D2D2;
	background-image: url(../img/copyright.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
}
