* {
margin: 0;
padding: 0;
}

body {
text-align: center;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10pt;
padding-top: 40px;
background-color : #94B387;
margin: 0 0 0 0;
padding : 0;
color : #000;
}

a {
color: #2A7E07;
text-decoration: underline;
}

a:visited {
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

#header {
width: 580px;
height: 210px;
background: #fff url("/images/ph_h.jpg") no-repeat;
background-position: top right;
}

#wrapper {
width: 580px;
background: #fff url("/images/sidebar.gif") repeat-y;
background-position: 0 0;
border: solid 10px #fff;
margin: 0 auto;
text-align: left;
}

p.pad_area {
width: 140px;
height: 30px;
background-color: #E0E0E0;
margin: 1px 1px 1px 0;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #000;
cursor: default;
}



h1 {
width: 419px;
height: 30px;
background-color: #E0E0E0;
float: left;
font-size: 20px;
padding-left: 10px;
color: #000;
margin-top: 1px;
cursor: default;
}

#nav {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;
height: 210px;
width: 150px;
}

#nav li a {
color: #000;
font: normal 11px/24px verdana, arial, tahoma, sans-serif;
display: block;
width: 140px;
height: 24px;
background-color:#F5F5F5;;
border-bottom: 1px solid #fff;
padding-left: 10px;
text-decoration: none;
}

#nav li a:hover {
color:#2A7E07;
background-color: #fff;
}



#sidebar {
width: 132px;
background: url("/images/bg01.png") repeat;
float: left;
position: relative;
left: -4px;
margin-left: -147px;
border-top: 1px solid #fff;
font: normal 10px/18px verdana, arial, tahoma, sans-serif;
padding: 8px;
}

#sidebar ul {
	padding: 0 0 10px 20px;
	margin: 0 0 10px;
	font-size: 12px;
	border-bottom:solid 5px #94B387;
}

#sidebar ul li {
	margin: 0 0 10px;
}
#sidebar .tate_cl {
	width: 100px;
	margin: 0 auto;
	text-align: center;
}
#sidebar .tate_cl table {
	background: #94B387;
}
#sidebar .tate_cl th {
	text-align: center;
	width: 100px;
}
#sidebar .tate_cl td {
	text-align: center;
	width: 100px;
	border-bottom: #eee dotted 1px;
}


img {
border: none;
}

a img {
display: block;
margin-bottom: 20px;
border: 1px solid #fff;
}



#content {
float: left;
width: 400px;
margin: 10px 0 0 10px;
}

#content article {
	padding: 10px;
	margin: 0 0 10px;
	border-bottom: 10px solid #ccc;
}
#content article h3 {
	font-size: 12px;
	padding: 0 0 5px;
	margin: 0 0 10px;
	border-bottom: 1px dashed #ccc;
}
.gl_navi{
	display: block;
	padding: 20px;
	text-align: center;
}

p {
margin-bottom: 20px;
}



#footer {
clear: both;
width: 400px;
margin-left: 163px;
}
