* {
	margin : 0 ;
	padding : 0 ;
}
body {
	background-color:#ccff99;
	color:#003300;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	line-height:1.3em;
}
html,body{
	height:100%;
}
#main {
	background-color:#ffffff;
	width : 800px ;
	min-height:100%;
	margin:0 auto;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
}
#header {
	width : 100% ;
	height : 75px ;
	margin:0 10px 10px 10px ;
}
#container {
	width : 100% ;
	float : right ;
	margin-left : -150px ; 
}
#contents {
	position: relative;
	margin: 0 10px 0 160px;
	font-size:small;
	padding:0.5em;
}
#footer {
	width : 100% ;
	clear : both ;
	text-align: center;
	font-size:x-small;
	padding:0.5em;
}
#menu {
	float : left ;
	width : 150px ; 
	font-size:small;
	border-top:1px dotted #c0c0c0;
}
.amenu,.nmenu {
	border-bottom:1px dotted #c0c0c0;
	background-color: #f9f9f9;
}
#menu a {
	display:block; 
	text-decoration:none;
	padding: 8px 10px;
}
#menu a:hover {
	background-color: #99cc33;
}
ul#flip1 {
	position: absolute;
	right: 10px;
}
ul#flip1 li {
	display: inline;
}
ul#flip1 li a {
	display: block;
	float: left;
	padding: 0 0.5em;
	background-repeat: no-repeat;
}
ul#flip1 li.newer a {
	padding-left: 18px;
	background-image: url(./image/arrow_left.gif);
	background-position: left center;
}
ul#flip1 li.newer a:hover {
	background-image: url(./image/arrow_left_hover.gif);
}
ul#flip1 li.older a {
	padding-right: 18px;
	background-image: url(./image/arrow_right.gif);
	background-position: right center;
	border-left: 1px solid #ccc;
}
ul#flip1 li.older a:hover {
	background-image: url(./image/arrow_right_hover.gif);
}
ul.newlist {
	padding-left: 1em;
	list-style-type:none;
}
li.newlist a {
	padding-left: 18px;
	background-image: url(./image/listmark.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
a {
	text-decoration:none;
	font-weight:bold;
	color:#575;
}
a:hover {
	color:#557;
}
img {
	border-style: none;
}
h1,h2,h3,h4 {
	padding:0.3em;
	margin:0.3em 0;
}
h1 {
	border-bottom:  3px double #99cc33;
	font-size:medium;
}
h2 {
	border-bottom:  1px dotted #c0c0c0;
	border-left:    5px solid #99cc33;
	font-size:medium;
}
h3 {
	border-bottom:  1px solid #99cc33;
}
h4 {
	border-bottom:  1px dotted #99cc33;
}
table{
	border-width: 0px;
	border-collapse:collapse;
}
td{
	padding:0.3em;
	border: 1px dotted #99cc33;
	vertical-align:top;
}
th{
	padding:0.3em;
	border: 1px dotted #99cc33;
	vertical-align:top;
	text-align:left;
}
ul,ol {
	padding-left: 2em;
}
ul.list1 {
	list-style-type:disc;
}
ul.list2 {
	list-style-type:circle;
}
ul.list3 {
	list-style-type:square;
}
ol.list1 {
	list-style-type:decimal;
}
ol.list2 {
	list-style-type:lower-roman;
}
ol.list3 {
	list-style-type:lower-alpha;
}
blockquote
{
	padding:0.3em;
	border: 1px solid #99cc33;
}
dt
{
	font-weight:bold;
	margin-top:1em;
	margin-left:1em;
}
dd
{
	margin-left:4em;
}
