/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
width:800px;
/*
margin-left:auto;
margin-right:auto;
background-color:#FFFF99;
*/
background-image:url('../img/background.jpg');
	letter-spacing:0.2em;
}

li {
	list-style:none;
}

img {
	border-width:0px;
}

#wrapper {
	width:750px;
	padding-left:25px;
	padding-right:25px;
	text-align:left;
}

#headder {
	padding:5px 0px 5px 0px;
}

#footer {
	clear:both;
	padding-top:2em;
	text-align:right;
	font-size:smaller;
}

#edokko {
	width:266px;
	height:20px;
//	background-image:url(../img/edokko.jpg);
	background-image:url(../img/edokko.gif);
	text-indent:-9999px;
}

#awajisuda {
	width:200px;
	height:30px;
//	background-image:url(../img/kandasuda.jpg);
	background-image:url(../img/kandasuda.gif);
	text-indent:-9999px;
}

#title {
	width:750px;
	height:172px;
//	background-image:url(../img/title.jpg);
	background-image:url(../img/title.gif);
	text-indent:-9999px;
}

a#access {
	text-indent:-9999px;
	display:block;
	width:140px;
	height:20px;
	background-image:url(../img/access.gif);
}

a#access:hover {
	background-image:url(../img/access_on.gif);
}

a#dms {
	text-align:left;
	text-indent:-9999px;
	display:block;
	float:right;
	width:172px;
	height:40px;
	background-image:url(../img/dms_banner.gif);
}

a#dms:hover {
	background-image:url(../img/dms_banner_on.gif);
}

a#totop {
	text-indent:-9999px;
	display:block;
	width:140px;
	height:20px;
	background:url(../img/totop.gif) no-repeat;
}

a#totop:hover {
	background:url(../img/totop_on.gif) no-repeat;
}

h2#grtitle {
//  width:620px;
	width:720px;
//  margin : 10px 60px 5px 50px;
  margin : 10px 0px 5px 0px;
  font-weight:normal;
  font-size:120%;
  border-left:10px solid #880000;
  border-bottom:2px solid #880000;
  
}

div#greeting {
//  width:600px;
	width:720px;
//  margin: 20px 55px 20px 55px;
  margin: 20px 0px 20px 0px;
//  padding: 10px;
  background-color : #ffeeaa;
  border : 1px solid #990000;
  font-size:120%;
}

