@charset "Shift_Jis";

/* 全体レイアウト */
*	{font:normal normal normal 100%/210% Verdana,"ＭＳ Ｐゴシック","Osaka",sans-serif; border:none; background-color:transparent; 
	margin:0px; padding:0px;}

body	{color:#000000; font-size:70%;
	background:#fff; text-align:center;
	scrollbar-face-color:#fff;
	scrollbar-highlight-color:#fff;
	scrollbar-shadow-color:#fff;
	scrollbar-3dlight-color:#fff;
	scrollbar-arrow-color:#fff;
	scrollbar-track-color:#fff;
	scrollbar-darkshadow-color:#fff;}

/* リンクの設定 */
a	{color:#999999; text-decoration:none;}
a:hover	{color:#000000; text-decoration:none;}
a:visited  {color:#999999; text-decoration:none;}

/* リンクの設定 */
#MENU a{color:#999999; text-decoration:none;}
#MENU a:hover {color:#000000; text-decoration:none;}
#MENU a:visited  {color:#999999; text-decoration:none;}
/* 見出し */
h1 {
	border-bottom:1px dotted #999;text-align:left;
	font-size:11px; color:#000; height:15px;width:128px;
	padding:2px 0px; margin:0px;}
h2 {
	text-align:left; color:#000;
	font-size:100%;width:100%;
	border-bottom:1px dotted #999;
	padding:1px 0px 3px 20px; margin:0px 0px 3px 0px;}
h3 {
	font-family:Verdana; font-size:10px;
	margin:0px 0px 0px 0px; text-align:center; 
	padding:0px; color:#555;width:20px;
	border-bottom:1px dotted #f67; }
h4 {
	font-family:Verdana; font-size:10px;
	margin:1px 0px 3px 0px;
	padding:0px; color:#999; width:45px;
	border-bottom:1px dotted #000; }
/* アイフレームの設定 */
iframe{
	width:100%; background:#fff;
	height:800px; padding:0px; margin:10px 0px 0px 100px; }

/* 全体の設定 */
#START{
	width:100%;}
#MAIN {
	text-align:left; width:800px;}

/* メニュー部分 */
#MENU {
	margin:40px 0px 10px 240px;padding:0px 0px 0px 120px;
	width:850px; height:100px; text-align:left;
	background:url('img/title/72g.gif') no-repeat;
	background-position:left center;}
#ART  {
       font-size:12px}

/* 本文設定 */
.txt{
	border-left:1px dotted #000;
        text-align:left;

	margin:-25px 13px -5px 13px; padding:37px 10px 10px 10px; }

/* そのほか */

p{
	margin:0px 0px 7px 0px;}
strong {
	font-weight:bold;  }
img {
	border:0px; }

/* リスト */
ul{
	margin:0px 0px 3px 20px;}
ul li{
	list-style:square;}

/* フォームの設定 */
form {	
	margin:0px 0px 3px 0px; }
textarea {
              font-size:100%; line-height:125%; color:#333; 
	border:1px solid #ddd; }
input {
              font-size:100%; color:#333; background:#fff;
 	border:1px solid #ddd; }