@charset "Shift_JIS";

/*
*	******************
*	***   印刷用   ***
*	******************
*/

/*================================
* 頁全体
================================*/
body {
 margin: 0;
 padding: 0;
 text-align: center;
 font-size: small;
}

html>body {
 font-size: medium;
}

/*
*	ブラウザの印刷レイアウトは、頁の余白の設定により横幅が変わる。
*/

#page {
 width: 100%;
 margin: 0 auto;
 padding: 0;
 border: 0;
 text-align: left;
}

/* 共通項目 */
img {
 border: 0;
}

blockquote{
 background-color: white;
}

/*================================
* 頁全体のレイアウト
================================*/
/*
*	#page width=100%
*	+---------------------------------+
*	| #head                           |
*	+---------------------------------+
*	+---------------------------------+
*	| #contents                       | 
*	|  width=100%                     | 
*	|                                 | 
*	|    画面上のrightsideは非表示    | 
*	|                                 | 
*	|                                 | 
*	+---------------------------------+
*	+---------------------------------+
*	| #tail                           |
*	+---------------------------------+
*
*
*
*	***********************************
*	基本的な共通レイアウトを提供するが
*	contents,rightside配下の内容は、
*	必要に応じて各CSS内で置換する事
*	***********************************
*
*/
/*===================
* Header
====================*/
#head {
 width:100%;
 margin: 0 0 1em 0;
 padding: 0;
 border-bottom-style: double;
 border-bottom-color: #009900;
}

/* LOGO */
#logo {
 margin: 5px 0 0 3px;
 padding: 0 0 5px 0;
 float: left;
}

/* google 検索領域 */
#search {
 display: none;
}

#googlelogo {
 display: none;
}

/*--------------------
* メインメニュー
--------------------*/
#menubar {
 display: none;
}

/* メニューのskip用 */
li.menuskip{
 display: none;
}


/*--------------------
* 現在の頁の位置
--------------------*/
#location {
 font-size: x-small;
}

html>body #location {
 font-size: small;
}

/*===================
* 左右段組のレイアウト
====================*/
/*-------------------
* 左側
--------------------*/
#contents {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
}
/*-------------------
* 本文（左側）
--------------------*/
#leftside {
	width: 100%;
}
/*-------------------
* 左側 本文		必要に応じて、各頁専用のCSS内で置換する
--------------------*/
/* 先頭に戻る */
#contents  p.gotop {
  visibility: hidden;
}

/*-------------------
* サイドバー（右側）
--------------------*/
#rightside {
	display: none;
}

/*-------------------
* 右側
--------------------*/
#side {
 display: none;
}

/*===================
* Tail
====================*/
#tail .contact {
 display: none;
}
