body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif,osaka;
font-size: 80%;
color: #333;
background-image: url(./img/back.gif);
background-color: #eeeeee;
}

#main_body {
background-color: #ffffff;
text-align: left;
width: 880px;
vertical-align: top;
border-left: 2px solid #666665;
border-right: 2px solid #666665;
border-bottom: 2px solid #666665;
margin: auto;
}

a:link {
color: #333;
text-decoration: none;
}

a:visited {
color: #333;
text-decoration: none;
}

a:hover {
color: #FF0000;
}

a:active {
color: #0000FF;
}

#header {
width: 880px;
height: 70px;
background-image: url(./img/header.png);
text-align: right;
background-repeat: no-repeat;
}

#left_box {
float: left;
margin: 3px;
width: 705px;
}

#in_box_left {
float: left;
width: 200px;
}

#in_box_right {
float: right;
width: 495px;
}

#right_box {
float: right;
width: 160px;
margin: 3px;
}

#footer {
clear: both;
text-align: center;
width: 860px;
height: 20px;
}

fieldset {
padding: 0.5em;
margin-bottom: 10px;
border: 1px solid #cccccc;
}

legend {
font-weight: bold;
padding: 0.3em;
color: black;
}

.left_sidebox {
border: 1px solid #cccccc;
margin: 2px 0 10px 5px;
overflow:hidden;
}

.left_sidebox_title {
background-color: #eeeeee;
overflow:hidden;
}

.left_sidebox_contents {
margin: 2px;
overflow:hidden;
}

.right_sidebox {
margin-bottom: 10px;
margin-top: 10px;
overflow:hidden;
}

ul.sidebox {
margin:0px;
padding:0px;
}

ul.sidebox li {
list-style-type: none;
float: left;
overflow:hidden;
margin-right:5px;
width: 47%;
}

.nowrap {
white-space:nowrap;
}

.center {
text-align: center;
}

.right {
text-align: right;
}

.products_image {
margin-right:10px;
margin-bottom:5px;
float: left;
border: 0px;
}

li.side_off {
	background-color:#fff;
	height: 20px;
     font-size:15px;
    list-style-type: none;
    float: left;
    overflow:hidden;
    margin-right:5px;
    width: 47%;
}
li.side_on {
	background-color:#fcf;
	height: 20px;
    font-size:15px;
    list-style-type: none;
    float: left;
    overflow:hidden;
    margin-right:5px;
    width: 47%;
}
.site_title {
    padding-top:45px;
    font-size:15px;
    font-style:italic;
}