/*
* {
    padding: 0;
    margin: 0;
}
#navi * {
    border: 1px solid red;
    padding: 5px;
}
*/
body {
    font-size: 12px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    color: #000;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    background-image: url(../images/pagebg.png);
    background-repeat: repeat-y;
}

a { color: darkblue; text-decoration: none; font-weight: bold; }
a:hover { text-decoration: underline; }

.form_submit {
	border: 1px #566A72 solid;
	height: 25px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(../images/submit_bg.png);
	-moz-border-radius: 6px;
	cursor:pointer;
}

#prodmain a {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

#fako_software_03 {
    display: none;
    height: 147px;
    width: 638px;
    background-image:url(../images/fako_software_04.png);
}

.charge_box {
    border-style: solid;
    border-color: black;
    border-width: 1px;
    padding: 5px;
    align: right;
}

table, td, tr { font-size: 12px; }

.head_left {
    background-image:url(../images/logo.png);
    width: 296px;
    height: 84px;
    border: 0;
}

.head_right {
    float: right;
    background-image:url(../images/header.png);
    width: 268px;
    height: 84px;
    border: 0;
}

#search {
    font-size: 9px;
    padding: 3px 5px 0 5px;
    float: left;
}

#search input {
    border: 1px solid darkgray;
}

.search_submit {
    width: 20px;
    height: 18px;
    font-size: 9px;
    background-color: #FAF9F9;
}

.search_submit :hover{
    background-color: #FFFFFF;
}

.search_input_query {
    height: 15px;
    width: 105px;
    margin-right: 5px;
    font-size: 10px;
}

#navi {
	background-image: url(../images/navi_top_bg.png);
	background-repeat: repeat-x;
	height: 32px;
	width: 100%;
}

#navi .naviLinks {
    float: right;
    padding-top: 5px;
    padding-bottom: 5px;
}

.cleart {
    clear: both;
}

#navi .navi2 {
	background-image: url(../images/navi_top_bg2.png);
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}

#navi .naviLinks a {
	padding: 4px 5px 5px 5px;
	margin: 5px 4px 10px 2px;
	background-color: #ECECEC;
	font-size: 12px;
	text-decoration: none;
	color: darkblue;
	border: 1px solid #787878;
}

#navi .naviLinks a:hover {
	background-color: #FFF;
	color: red;
	text-decoration: none;
}

.prodg {
	position: absolute;
	top: 90px;
	left: 160px;
	z-index:2;
}

.prodg a { color: black; }

.navi_button2 a {
	background-color: #FEFFE7;
}

.search_title {
    display: block;
    background-color: #DFDFDF;
    padding-top: 5px;
    padding-left: 5px;
    height: 15px;
    width: 145px;
    height: 20px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: darkblue;
    border: 1px solid #787878;
    border-left-width: 0px;
    margin-top: 5px;
}					

#main_navi {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #787878;
	width: 150px;
	padding-top: 5px;
}
#main_navi a {
	display: block;
	padding: 0px;
	margin: 0px;
	background-color: #ECECEC;
	padding-top: 5px;
	padding-left: 5px;
	height: 15px;
	width: 145px;
	height: 20px;
	font-size: 12px;

	text-decoration: none;
	color: darkblue;

	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-color: #787878;
}

#main_navi a:hover {
	background-color: #FFFFFF;
	color: red;
}

.main {
	padding-left: 10px;
	padding-top: 10px;
}

.head {
	border-style: solid;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-color: #C0C0C0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	background-color: #ECECEC;
}

