/* initialize and formatting */

* {
  margin: 0;
  padding: 0;
  font-size: 98%;
  font-family: "£Í£Ó¡¡£Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
}

body {
	background-color: #e0e0e0;
	text-align: center;
	background-attachment: fixed;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: center;

}

ol {
  margin-left: 30px;
  font-size: 100%;
}

ul {
  margin-left: 20px;
  font-size: 100%;
}

dl {
  font-size: 100%;
}

a {
  font-size: 100%;
}

a img {
  border:none;
  }

h2{
  color: navy;
  font-size: 120%;
  margin-top: 14px;
  margin-bottom: 12px;
  border-left: 20px solid navy;
  border-bottom: 1px solid navy;
  padding-left: 5px;
}

h3{
  margin-top: 10px;
  margin-bottom: 8px;
  border-left: 15px solid ;
  border-right: 5px solid #FFFFFF;
  padding-left: 5px;
  color: #777777;
  background-color: #EEEEEE;
}

p{
  text-indent: 1em;
}

table{
  font-size: 100%;
}

small{
  font-size: 80%;
}

.redfont{
  color: #dd9090;
}

div#container{
  width: 700px;
  height: auto;
  margin: 0 auto;
  padding : 0;
  background-color: #ffffff;
  text-align:left;
}

div#top{
  height: 60px;
  padding: 3px;
  color: #cc0000;
}

div#top_left{
  float: left;
  width: 70px;
}

div#top_center{
	float: left;
	width: 430px;
	height: 100%;
	margin-top: 25px;
}

img#phrase_top{
  padding-top: 30px;
}

div#top_right{
  float: right;
  width: 130px;
  text-align:right;
  padding-top: 40px;
  padding-bottom:3px;
  padding-right: 3px;
}

div#top_right a{
  color: #cc0000;
}

div#top_right a:visited{
  color: #770000;
}

div#menu{
	clear: left;
	background-image:url(../images/menu_background.gif);
	background-repeat:repeat-x;
}


div#titleimage {
  height: 100px;
  background-image: url(images/taskyoda.jpg);
  background-repeat: no-repeat;
  margin-bottom: 10px;
  margin-top:10px;
}

div#shadow{
  border-right: 1px solid navy;
  border-bottom: 1px solid navy;
  padding: 5px;
}

div#topics{
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  line-height: 170%;
  width: 380px;
  float:left;
}

div#update{
  text-align: right;
  color: navy;
  font-weight: bold;
}

div#whatsnew{
  float:right;
  line-height:170%;
  width: 290px;
  padding-left: 0px;
  padding-right: 10px;
  padding-top: 5px;

}

div#read_more{
  text-align:right;
}

ul{
  list-style-image: url(../images/whatsnew_li.gif);
  padding-right: 10px;
}

ul li{
  list-style-image: url(../images/whatsnew_li.gif);
  border-bottom: 1px #aaaaaa dotted ;
  padding-bottom: 1px;
  padding-top: 2px;
  padding-left: 0px;
}

div#footer{
  margin-top: 5px;
  color: #ffffff;
  font-size: 12px;
  background-color: #cc0000;
  background-image: url(../images/bar_background.jpg);

  text-align: center;
  padding: 3px;
}

div#footer a{
  color: #ffffff;
}

/* each pages */

div#entry{
  line-height:170%;
  padding: 10px;
  padding-right: 5px;
 /* width: 500px;*/
   width: 580px;/* digi-farm chenged */
  float:left;
}

div#right{
  line-height:150%;
  padding: 10px;
  width: 165px;
  float:right;
}

div#right_whatsnew{
  background-color: #eeeeee;
  padding-bottom: 10px;
}


div#history{
  padding-bottom: 5px;
  padding-right: 5px;
}

td#tableleft{
  width: 100px;
  vertical-align: top;
}

span#small{
  font-size: 80%;
}

/* class */

.bold {
  font-weight: bold;
}

ol.ll{
  list-style-type: lower-latin;
}

div.form{
  line-height: 240%;
}

.warning{
  color: #dd0000;
}

hr.thick{
  height: 5px;
  color : #cccccc;
  margin-left: -20px;
}

/* 090120 digi-farm added */
.p1{
	text-indent: 0em;
	margin-left: 10px;
}

.p2{
	text-indent: 0em;
	margin-left: 12px;
}

.p3{
	margin-left: 20px;
}

td#tabletxt{
  font-size: 110%;
}

/* 100714 What's New Archive */

.whatsnew_prev {
	margin: 0px 10px 0px 0px;
	border-bottom: 1px #AAA dotted;
	padding: 0px 0px 5px 0px;
}

.whatsnew_prev a {
	color: #CC0000;
}

.whatsnew_prev a:visited{
  color: #770000;
}

.whatsnew_next {
	padding: 5px 10px 0px 0px;
	text-align: right;
}

.whatsnew_next a {
	color: #CC0000;
}

.whatsnew_next a:visited{
  color: #770000;
}
