/* rmenu.css */
/* 9kei.com P-Version menu.htm */
body{
	font-family: "MSゴシック",Osaka,monospace;
	margin: 0px;
	padding: 0px;
	background: #a3f4d4	


}

#menu{
	padding: 5px;
	width: 90px;
	font size: 12px;
	border-left: 1px;
	border-bottom: 1px;

}
#new{

	font size: 12px;
	background-color: #ffffff;
}

#parts_l{
	padding-left: 15px;
	font size: 12px;

}


#new_info{
	font size: 14px;
	padding: 10px;
	width: 455px;

}


#out_info{
	margin: 200px, 0px, 0px, 0px;
}

#links{
	font-family: "MSゴシック",Osaka,monospace;
	padding: 10px;
	width: 500px;
}

a:link,a:visited{
	color: #005fa9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/* history table layout */
/*	border-bottom:dashed 1px #999999; */

#comm{
	font size: 14px;
}

th.date{
	width: 85px;
	padding: 5px;
	border-bottom:dashed 1px #999999;
}

td.mark{
	width: 31px;
	padding: 5px;
	border-bottom:dashed 1px #999999;
}

td.memo{
	font size: 12px;
	width: 370px;
	padding: 5px;
	border-bottom:dashed 1px #999999;
}

td.memo_l{
	font size: 12px;
	width: 530px;
	padding: 5px;
	border-bottom:dashed 1px #999999;
}


/* outdoor_diy_gallery_links table layout */

th.links{	
	text-align: left;
	width: 500px;
	padding: 5px;
	border-bottom:dashed 1px #999999;
}

td.link_title{

	font size: 12px;
	width: 140px;
	padding: 10px;
	border-bottom:dashed 1px #999999;
}

td.link_memo{
	font size: 12px;
	width: 500px;
	padding: 5px;
	border-bottom:dashed 1px #999999;
}


td.photo{
	padding: 5px;
	border-bottom:dashed 1px #999999;
}

td.memo_od{
	font size: 12px;
	width: 180px;
	padding: 5px;
	border-bottom:dashed 1px #999999;
}

td.menu_l{
	font size: 12px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 310px;
}

td.menu_l2{
	font size: 12px;
	text-align: left;
	padding: 10px;
	width: 300px;
	background-color: #ffffff;
	border:dashed 1px #999999;
}


