@charset "shift_jis";

body {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	margin: 0;
	padding: 0;
	background-image: url(./img/pt-bg.gif);
}

h1,h2,h3,h4,h5,h6,p,dl {
	margin: 0;
}

img {
	border: 0px;
}

#main {
	width: 800px;
	height: 100%;
	margin: 0 auto;
	background: #fff;
	border-left: 1px #e2e2e2 solid;
	border-right: 1px #e2e2e2 solid;
}

#header {
	width: 100%;
	height: 77px;
	margin: 0;
	padding: 0;
	border-top: 3px #7DC242 solid;
	background-image: url("./img/hdr-img.jpg");
	background-repeat: no-repeat;
	background-position: 640px 0;
}

#mnu {
	width: 783px;
	margin: 0 auto;
	margin-bottom: 6px;
}

#mnu a {
	height: 24px;
	color: #FFF;
	padding: 9px 0 0 0;
	margin: 0;
    text-decoration: none;
    display: block;
}
#mnu a:hover {
	color: #FFF;
}
#mnu a:visited {
	color: #FFF;
}

table.mnu {
	width: 783px;
}
tr.mnu {
	height: 33px;
}
td {
	color: #FFF;
	font-size: 14px;
	font-family: "MS UI Gothic", "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	text-align: center;
}
#mnu a.mnu-left{
	width: 131px;
	background-image: url(./img/mnu-left.gif);
	background-repeat: no-repeat;
	background-position: 0px left;
}
#mnu a.mnu-left:hover{
	background-image: url(./img/mnu2-left.gif);
}

#mnu a.mnu-center{
	width: 130px;
	background-image: url(./img/mnu-center.gif);
	background-repeat: no-repeat;
	background-position: 0px left;
}
#mnu a.mnu-center:hover{
	background-image: url(./img/mnu2-center.gif);
}

#mnu a.mnu-right{
	width: 132px;
	background-image: url(./img/mnu-right.gif);
	background-repeat: no-repeat;
	background-position: 0px left;
}
#mnu a.mnu-right:hover{
	background-image: url(./img/mnu2-right.gif);
}


#plist {
	width: 780px;
	background-color: #ececec;
	margin: 0px 10px 0px 10px;
}

#plist p {
	color: #444;
	font-size: 12px;
	padding: 6px 12px 6px 12px;

}

h5 {
	color: #4A7A2A;
	font-size: 14px;
	font-family: "MS UI Gothic", "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	text-align: center;
	padding: 6px 0px 6px 0px;
	border-top: 2px #7DC242 solid;
	background-image: url(./img/ttl-bg-grn.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#footer {
	width: 100%;
	margin-top: 24px;
	padding: 12px 0px 18px 0px;
	background-image: url(./img/line-dot-y.gif);
	background-repeat: repeat-x;
	background-position: top left;
	border-bottom: 2px #7DC242 solid;
}

#footer p {
	color: #444;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}

#footer p.add {
	color: #444;
	margin-top: 12px;
	padding: 3px 0px 3px 0px;
	background-color: #f4f4f4;
}

#footer p.cr {
	color: #AAA;
	padding: 9px 0px 0px 0px;
}

#reset {
	clear:both;
}
