body {
	background-color: #CCCCCC;
	background-image: url(../v2/images/main_bg.jpg);
	background-repeat: repeat-x;
}



#contents {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}
#headder {
	background-image: url(../images/bg_head.png);
	background-repeat: no-repeat;
	height: 100px;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
}
#headder p {
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}

#headder h1 {
	display: none;
}

#navi {
	background-image: url(../images/bg_navi.png);
	background-repeat: repeat-x;
	height: 35px;
}
#contents #navi ul {
	display: inline;
	list-style-type: none;
}
#contents #navi li {
	display: inline;
	margin-right: 3em;
	line-height: 2.3em;
}
#navi a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#navi a:visited {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: underline;
}
#navi a:hover {

	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
#main {
	padding: 8px;
		background-color: #ffffff;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-x;

}
#foot {
	background-image: url(../images/bg_foot.png);
	background-repeat: repeat-x;
	height: 100px;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
}
.headtext {
	font-size: 0.9em;
	line-height: 1em;
}
h1 {
	font-size: 1.6em;
	color: #FFFFFF;
	background-color: #339F6C;
	padding: 3px;
	margin: 2px;
	background-image: url(../images/bg_foot.png);
}
#main img {
	padding: 2px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	margin: 3px;
}
dl {
	padding-left: 8px;
	padding-top: 6px;
	padding-bottom: 6px;
}
dt {
	padding: 2px;
}
dd {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 26px;
}
