/* :: base.css ::::::::::::::::::::::::: */

* {
 margin: 0;
 padding: 0;
}

img {
 border: none;
}

body {
 width: 750px;
 margin: 0 auto;
 color: #000000;
 background: transparent;
 font-family: "MS ƒSƒVƒbƒN", sans-serif;
 font-size: 85%;
}

div#wrap {
 width: 750px;
 margin: 0 auto;
 background: url("../img/bg_body.jpg") repeat-y;
}

/* :: header :::::::::::::::::::::::::::::::::: */
div#header {
 padding: 15px 0 0 10px;
 background: url("../img/bg1.gif") no-repeat top;
 position:relative;
 left: 0;
 top: 0;
}

div#header img{
 margin: 15px 0 0 3px;
}
#header .head-txt {
	text-indent: 20px;
}



.fr {
	position:absolute;
	right: 20px;
	top: 15px;
	padding-top: 20px;
}

/* :: content :::::::::::::::::::::::::::::::::: */
div#content {
 padding: 0 15px;
}

/* :: navi :::::::::::::::::::::::::::::::::: */
ul#navi {
 width: 720px;
 height: 40px;
 margin: 0 auto;
 padding: 0;
 background: url(../img/bg-navi.jpg) no-repeat;
 text-align: center;
 list-style: none;
}

ul#navi li {
 width: 113px;
 float: left;
 margin: 5px auto 10px auto;
 text-align: center;
}

ul#navi li.long {
 width: 150px;
 float: left;
 margin: 5px auto 10px auto;
 text-align: center;
}

ul#navi li a{
 color: #ffffff;
 text-decoration: none;
 font-size: 14px;
 font-weight: normal;
}

p#breadcrumbs_list {
 clear: both;
 margin: 5px;
 padding: 0 0 3px 0;
 border-bottom: 1px solid #000000;
 text-align: left;
}

/* :: main :::::::::::::::::::::::::::::::::: */
div#main {
 width: 480px;
 float: left;
 margin: 20px 0;
 padding: 0 10px;
}

h2 {
 margin: 0 0 20px;
 padding: 5px;
 color: #000000;
 background: #ffffff;
 font-size: 110%;
}

h2.new_topic{
 border: 1px solid #fafafa;
 border-bottom: 1px solid #cacaca;
 border-left: 1px solid #cacaca;
 color: #df1f06;
 background: #dadada;
}

h3{
 margin: 0 0 10px;
 font-size: 110%;
}

div#main p{
 margin: 0 0 15px;
 line-height: 1.4em;
}

ul#new_topic_list{
 list-style: none;
}

ul#new_topic_list li{
 list-style: none;
 margin: 0 0 10px;
 padding: 0 0 3px;
 color: inherit;
 background: url("../img/dot.gif") repeat-x bottom;
}

ul#new_topic_list li span{
 width: 6em;
 float: left;
 clear: left;
 color: #5581a4;
 margin: 0 10px 10px 0;
 text-align: right;
}

/* :: table :::::::::::::::::::::::::::::::::: */
div#main table th{
 padding: 5px;
 background: #ffd0ce;
}

div#main table td{
 padding: 5px;
}

div#main table#product_table th{
 background: #ffffce;
}

div#main table td ul{
 list-style: none;
}

div#main table td ul li{
 list-style: none;
}

/* :: recruit ::::::::::::::::::::::::::::::: */
div#main.recruit ul{
 margin: 0 0 10px 10px;
}

div#main.recruit ul li{
 margin: 5px 0;
 font-weight: bold;
}

dl{
 margin: 0 0 10px;
}

dl dd{
 margin: 10px 0;
 color: #000000;
 background: transparent;
 font-weight: bold;
}

dl dt{
 margin: 0 0 0 5px;
}

div#main.recruit div{
 margin: 0 0 20px;
 padding: 10px;
 border: 1px solid #cacaca;
 color: #333333;
 background: #f0f0f0;
}

p.center{
 text-align: center;
}

.right{
 text-align: right;
 background: transparent;
}

/* :: side :::::::::::::::::::::::::::::::::: */
div#side {
 width: 210px;
 float: left;
 margin: 20px 0;
}

/* ===== banner list ===== */
div#side ul{
 padding: 0;
 list-style: none;
}
#side #links-right .right_blog clearfix a {
	float: right;
}


div#side ul li{
 list-style: none;
 margin: 0;
 padding: 0;
}

div#side ul li#product_history{
 margin: 0 0 10px;
 padding: 10px 38px 10px 6px;
 border: 3px solid #c9171e;
 background: url("../img/pdficon_large.gif") no-repeat 168px 50%;
}

div#side ul li#product_history a{
 color: #c9171e;
}

/* :: footer :::::::::::::::::::::::::::::::::: */
div#footer {
 clear: both;
 padding: 0 20px 25px 15px;
 color: #666666;
 background: url("../img/bg4.gif") no-repeat bottom;
}

div#footer p {
 padding: 5px 0 0 0;
 border-top: 3px solid #dadada;
 font-size: 90%;
}

/* :: sitemap :::::::::::::::::::::::::::::::::: */
ul.sitemap{
 margin: 5px 0 5px 20px;
}

ul.sitemap li{
 margin: 5px 0;
}

ul.sitemap li.no-marker{
 list-style: none;
}

/* :: privacy policy ::::::::::::::::::::::::::: */
.pp{
 margin: 0 0 10px;
 padding: 5px;
 color: #ffffff;
 background: #336699;
 font-size: 100%;
}

#links-right {
	font-size: 85%;
	background: #FFF1EC;
}
