/*基本*/
body {
  margin:0px;
  color: #000000;
  backgroung-color: #ffffff;
  background-image: url(../top_files/ichikawa_logo2.gif);
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-size; small;
}
FONT {
	LINE-HEIGHT: 120%
}
/*灰色・緑色・黒色*/
.text120gr {
	COLOR: #333333; LINE-HEIGHT: 120%
}
.text120bl {
	COLOR: #008080; LINE-HEIGHT: 120%
}
.text120lg {
	COLOR: #999999; LINE-HEIGHT: 120%
}
/*文字*/
.text14 {
	FONT-SIZE: 90%
}
.text14b {
	FONT-SIZE: 90%; FONT-WEIGHT: bold;
}
.text13 {
	FONT-SIZE: 80%
}
.text13b {
	FONT-SIZE: 80%; FONT-WEIGHT: bold;
}
.textg120 {
	COLOR: #666666; LINE-HEIGHT: 120%
}	
.text10g120 {
	FONT-SIZE: 70%; COLOR: #666666; LINE-HEIGHT: 120%	
}
.text10g110 {
	FONT-SIZE: 80%; COLOR: #000000; LINE-HEIGHT: 90%
}
.SE {
	FONT-WEIGHT: bold;
}
.text14w {
	FONT-SIZE: 90%; COLOR: #FFFFFF;
}
.text14x {
	FONT-SIZE: 90%; COLOR: #2900a3;
}

/*リンク設定*/
a:link { color:#5a00f7;text-decoration:none}
a:visited {color:#2900a3;text-decoration:none}
a:hover,a:active,a:focus{color:#ffff00;background:#008080;text-decoration:underline overline }
a:active {color:#eeeeee}

/*ブロックのフォントサイズと行間*/
div { font-size:midium;
	text-indent: 1em;
	line-height:1.8;
}

/*ブロックのフォントサイズと行間２*/
div.dstyle2{ font-size:midium;
  line-height:1.8;
  text-indent: 1em;
}

/*枠線*/
.waku {
  border: dashed  1px  #008080 
}

/*見出し*/
H1 {background-color:#000080;
	font-size:20px;
	color:#ffffff
}

/*下線付きフォント*/
.ufont { 
  color: #202020;
  text-decoration: underline;
}

/*スタイル２*/
div.style2 {
  font-size:midium;
  line-height:2.4;
}

/*プルダウンメニュー設定*/
select.menulist {
  padding: 3px;
  font: 10pt/180%;
  color: #5a00f7;
  background-color: #ccffcc;
  border: #666666;
}

/*説明部*/
p.work {
  line-height:1.3;
}

