html {
	overflow: -moz-scrollbars-vertical;
}

body {
	margin: 0;
	padding: 0;
	text-align:center;
	background-color:#fff;
	color: #000;
	font-family: verdana, sans-serif;
}

/* link */
a {
	color: #0000ff;
	background-color: inherit;
	text-decoration: underline;
}
a:hover {
	color: inherit;
	background-color: inherit;
	text-decoration: underline;
}

/* image */
img {
	border: 0;
}

/* paragraph */
p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: medium;
	line-height: 1.4em;
}
* html p {
	font-size: small;
}

/* table */
table {
	margin: 0 0 10px 0;
	padding: 0;
	border-collapse: collapse;
	border: 2px solid #666;
	border-spacing: 0;
	empty-cells: show;
	font-size: small;
	line-height: 1.4em;
}
* html table {
	font-size: small;
}

table th {
	padding: 5px;
	border: 1px solid #aaa;
}

table td {
	padding: 5px;
	border: 1px solid #aaa;
}

/* list */
ul {
	font-size: medium;
}
* html ul {
	font-size: small;
}

li {
	margin-bottom: 3px;
}

/* definition list */
dt {
	font-size: medium;
}
* html dt {
	font-size: small;
}

dd {
	font-size: medium;
}
* html dd {
	font-size: small;
}

/* form */
form {
	margin: 5px;
	padding: 0;
}

/* PARTS */
/* list:indent-none */
ul.indent-none {
	margin: 0 0 0 15px;
	padding: 10px 0;
	font-size: medium;
}
* html ul.indent-none {
	font-size: small;
}

ul.indent-none li {
	margin: 0 0 3px 0;
	padding: 0;
}

/* list:inline */
li.inline {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* definition list:date,contents */
dl.datelist  {
	position: relative;
	margin-top: 0;
}

dl.datelist dt {
	position: absolute;
	left: 0px;
	width: 5em;
	margin: 0;
	padding: 0;	
}
* html dl.datelist dt {
	width: 6em;
}

dl.datelist dd {
	margin: 0;
	padding: 0 0 0.4em 7em;
}


/* layout */
div#wrapper {
	margin:0px auto 0px auto;
	padding: 0;
	width: 950px;
	background-color: inherit;
	border-top: solid 6px #73b92b;
	text-align:left;
	color: inherit;
}

div#container {
	margin: 0px 0px 20px 0px;
}

div#footer-container {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
	/*
	background:#fff url("../images/dashline760.gif") repeat-x top left;
	*/
	border-top: 3px dotted #CCCCCC;
	color: inherit;
}

/* headerFnavigation */
div#header-container-toppage {
	margin: 0 0 20px 0;
	padding: 0;
}

div#header-container {
	margin-top: 20px;
	margin-bottom: 60px;
}

div#bread-crumb-list {
	float:left;
	width: 58%;
}

div#bread-crumb-list p {
	margin-bottom: 0;
	font-size: 0.8em;
}
* html div#bread-crumb-list p {
	font-size: 0.7em;
}

div#header-navi {
	float:right;
	width: 38%;
}

div#header-navi ul {
	margin: 0;
	padding: 0;
	text-align: right;
}

div#header-navi li {
	margin-left: 8px;
	padding-left: 10px;
	height: 13px;
	background:#fff url("../images/arrow_gray.gif") no-repeat top left;
	font-size:0.8em;
	color: #888;
}

div#header-navi li a {
	text-decoration: none;
	background-color: inherit;
	color: #888;
}

div#header-navi li a:hover {
	text-decoration: underline;
	background-color: inherit;
	color: #888;
}

/* sidebarFnavigation */
div#sidebar-container {
	margin: 0 0 20px 0;
	padding: 0;
}



/* logo */
h1.logo {
	margin: 6px 0 6px 0;
	padding: 0;
	width: 222px;
	height: 90px;
	background: #fff url("../images/minpaso-logo.png") no-repeat top left;
	font-size: 1px;
	color: #fff;	
}
h1.logo/**/{
	text-indent: -99999px;
}

h1.logo a {
	display :block;
	margin: 0;
	padding: 0;
	width: 222px;
	height: 90px;
	border: 0;
	text-decoration: none;
	background: transparent;
	color: #fff;
}

h1.logo a:hover {
	background: transparent;
	color: inherit;
}

/* menu */
ul.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: medium;
}

ul.menu li {
	margin: 0;
	padding: 8px 0 17px 30px;
	width: 175px;
	background:#fff url("../images/navi_bg.gif") no-repeat top left;
	color: inherit;
	font-size: 0.9em;
	font-weight: bold;
}
* html ul.menu li {
	font-size: 0.8em;
}

ul.menu li a {
	color: #000;
	background-color: transparent;
	text-decoration: none;
}

ul.menu li a:hover {
	text-decoration: underline;
}

/* submenu */
ul.menu li ul {
	margin-top: 12px;
	margin-left: -30px;
	margin-bottom: 0;
	padding-left: 0;
	list-style-type: none;
	font-size: medium;
}

ul.menu li ul li {
	margin: 0 0 3px 0;
	padding: 0 0 0 5px;
	background:#fff url("../images/listtype_disc.gif") no-repeat top left;
	font-size: 0.8em;
	font-weight: normal;
}
* html ul.menu li ul li {
	font-size: 0.7em;
}
ul.menu li ul li.active a {
	color:#b2d98b;
}

ul.menu li ul li a {
	text-decoration: underline;
}

ul.menu li ul li a:hover {
	text-decoration: underline;
}

/* main */
/*
h2 {
	margin-bottom: 30px;
	padding-top: 25px;
	padding-left: 10px;
	width: 564px;
	height: 45px;
	background: #fff url("../images/title_bg.jpg") no-repeat top left;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
}
* html h2 {
	height: 70px;
}

h2.whatsnew {
	margin: 0;
	padding: 0;
	width: 564px;
	height: 50px;
	background: #fff url("../images/top_whatsnew.gif") no-repeat top left;
	font-size: 1px;
	color: #fff;	
}
*/
h3 {
	margin: 10px 0 20px 0;
	padding: 0 0 0 20px;
	font-size: 1.2em;
	font-weight: bold;
	background:#fff url("../images/listtype_square.gif") no-repeat top left;
	color: inherit;
}

h3 a {
	text-decoration: none;
	color: #000;
	background-color: inherit;
}

h3 a:hover {
	text-decoration: underline;
	color: #000;
	background-color: inherit;
}

h4 {
	margin: 0;
	padding: 5px 0 5px 0;
	border: 0;
/*
	margin: 20px 0;
	padding-top: 20px;
	font-size: 1.0em;
	background: #fff url("../images/dashline564.gif") no-repeat top left;
*/
	color: inherit;
}

/* company name,mail,tel */
div#main-footer-container {
	margin-top: 20px;
	margin-bottom: 50px;
	padding-top: 20px;
	background: #fff url("../images/dashline564.gif") no-repeat top left;
	color: inherit;
}

div#main-footer-container p {
	margin: 0;
}

/* copyright */
address {
	float: left;
	color: #fff;
	width: 45%;
	height: 13px;
	background:#fff url("../images/copyright.gif") no-repeat top left;
	font-style:normal;
	font-size: 1px;
}
address/**/{
	text-indent: -99999px;
}

div#language {
	float: right;
	width: 45%;
	text-align: right;
}

/*******************************/
tr.owner {
	background-color: #D5EABF;
}
