
/* ============================ 基本設定 ============================ */
html { margin : 0; padding : 0; }
body {
	margin: 0;
	scrollbar-arrow-color: #555555;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #dcdcdc;
	scrollbar-face-color: #ffffff;
	scrollbar-darkshadow-color: #999999;
	scrollbar-3dlight-color: #efefef;
	scrollbar-track-color: #efefef;
 	font-family: 'ＭＳ Ｐゴシック', Gothic, sans-serif, Osaka;
	background-color: #ffffff;
	text-align: center;
	margin: 0 auto;
	padding: 40px 10px 30px 10px;
	}

body, td { color: #555555; 	/*←文字色*/ }


div, p, form, input, h1, h2, h3, h4, table {margin: 0; padding: 0; }
input, textarea, select {margin: 0; padding: 0;}
img  {border: none; }
hr.divider { display: none; }
td { padding: 0; vertical-align: top; } 
.center { text-align:center; }
.line  { line-height: 1.5; }
.large {font-size: 120%; font-weight: bold;}
.small {font-size: 70%; font-weight: normal; font-style: normal;}
em, strong { font-weight: bold; font-style: normal;}
ul {margin: 0; padding: 0; list-style: none;}
ul.disc { margin: 0; padding: 0; list-style: disc outside;}

/* ============================ リンク文字色 ============================ */

a:link, a:visited, a:active { text-decoration: none; color: #000000; }
a:hover { color: #999999; }

/* ============================ 文字ポイント色 ============================*/
.color { color: #b0c4de;}

/* ============================ テーブル ============================ */
.table1 {
	margin: 0 auto;
	width:680px;
	border: solid 1px #000000;
	}

body, td { font-size: 85%;	/*←文字のサイズ*/}

/*============= Table ============= */

/* ▼タイトルのセル */
td.header {
	padding: 20px 10px 20px 25px;
	text-align: left;
	letter-spacing: 2px;
	background: url(images/dot.gif) no-repeat left bottom; 
	}


/* ▼左側のセル */
td.left {
	width: 200px;
	padding: 20px 0 20px 20px;
	text-align: left;
	}

/* ▼右側のセル */
td.right {
	width: 480px; 
	padding: 20px 30px 30px 30px;
	height: 250px; min-height: 250px;
	}

/* ▼フッタのセル */
.footer
	{
	background: url(images/dot.gif) no-repeat right top; 
	padding: 20px 30px 20px 10px;
	text-align: right; 
	}


/*============================ メニュー ============================*/
#menulink { 
	text-align: left;
	width: 140px;
	}
#menulink p {
	margin-top: 3px;
	border: solid 1px #333333;
	}

#menulink a {
	text-align: left;
	width: 140px;
	display: block;
	padding: 5px 5px 5px 15px;
	}

/* ================ 見出し＋本文 ================ */

/* ▼見出し */
.heading {
	margin: 0 auto;
	color: #999999;		/*見出しの文字色*/
	text-align:left; 
	line-height:1.5; 
	padding: 5px 0 5px 0;
	margin-top: 10px;
	letter-spacing: 1px;
	}

/* ▼文章部分 */
.text {
	line-height:1.5; 
	text-align:left; 
	padding: 10px 0 10px 0; 
	margin-bottom: 30px;
	}





