@charset "UTF-8";


/*　main layout　*/

html {
	height: 100%;
	text-align: center;
}

body{
	background:url(../images/back.jpg) 0 0 repeat-x #f0f6da;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 160%;
}

div{
	margin: 0px;
	padding: 0px;
}

#header{
	background:url(../images/header-back.jpg) no-repeat;
	margin: 0px auto;
	width: 960px;
	height: 330px;
}


#wrapper{
	background:url(../images/contents-back.jpg) 0 0 repeat-y;
	margin: 0px auto;
	padding: 0px 120px;
	width: 720px;
	text-align: left;
}


#footer{
	background: url(../images/footer-back.jpg) no-repeat;
	margin: 0px auto;
	width: 960px;
	height: 24px;
	font-size: 9px;
	color: #666666;
}

.clear{
	clear: both;
}

.bold{
	font-weight: bold;
	color: #999900;
}

img{
	border: none;
}


/*　link set　*/

a{
	color: #669933;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: #669933;
}

a:hover{
	color: #999900;
	text-decoration:underline;
}



/*　contents layout　*/

h1{
	width: 760px;
	margin: 0px auto;
	text-align: right;
	font-size: 12px;
	line-height: 140%;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 10px;
}

#logo{
	width: 720px;
	margin: 30px 120px 10px;
	height: 40px;
	background: url(../images/logo.jpg) no-repeat;
	text-align: right;
}
	

#info{
	float: left;
	width: 300px;
}

#info dt {
  clear: left;
  float: left;
  margin: 0 0 10px;
  width: 80px;
  border-right: double 6px #cccccc;
  padding-left: 5px;
}

#info dd {
  margin-bottom: 20px;
  margin-left: 100px;
}

#info img{
	margin: 0px 2px 2px 0px;
}

#act{
	float: right;
	width: 400px;
}

#act img{
	margin-bottom: 10px;
}

.back{
	margin: 0px 0px 14px;
	border-bottom: dotted 2px #99CC66;
}

td.infoTop01{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

td.infoTop02{
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}
