/* :: base.css ::::::::::::::::::::::::: */

* {
 margin: 0;
 padding: 0;
}

img {
 border: none;
}

body {
 width: 750px;
 margin: 0 auto;
 color: #666666;
 background: transparent;
 font-family: "MS ゴシック", sans-serif;
 font-size: 80%;
}

div#wrap {
 width: 750px;
 margin: 0 auto;
 background: url("../img/bg_body.jpg") repeat-y;
}

/* :: header :::::::::::::::::::::::::::::::::: */
div#header {
	background: url("../img/bg1.gif") no-repeat top;
	position:relative;
	left: 0;
	top: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

#header .head-txt {
	margin-left: 20px;
}

div#header img{
 margin: 15px 0 0 3px;
}


.fr {
	position:absolute;
	right: 354px;
	top: 40px;
}


.fr2 {
	position:absolute;
	right: 188px;
	top: 40px;
}

.fr3 {
	position:absolute;
	right: 21px;
	top: 40px;
}

/* :: 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;
}
div#product_list {
	padding-left: 20px;
}


/* :: 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;
}

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;
 text-align:left;
}

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%;
}

/* :: contact ::::::::::::::::::::::::::: */

.tel{
 font-size: 130%;
 font-weight:bold;
 letter-spacing:3px; 
 margin-left:10px;
}

.adress{
 letter-spacing:1px;
 line-height:1.5em;
}

.memo_box{
margin:3px 0px 30px 0px;
 border-top:#666666 1px dotted;
 border-bottom:#666666 1px dotted;
 width:460px;
 height:130px;
}

/* :::::::::::::  071207追加  ::::::::::: */

.float-l{
float:left;
}

.float-r{
float:right;
}

.ml20{
margin-left:20px;
}

.mt60{
margin-top:60px;
}

.mt30{
margin-top:30px;
}

.mt10{
margin-top:10px;
}

.mb10{
margin-bottom:10px;
}

.mail{
margin:0px;
padding:0px;
}

.mail td{
border-top:#ac2424 solid 1px;
border-bottom:#ac2424 solid 1px;
}

.r_box{
 margin: 10px 0 10px 0;
}

.r_box ul{
 list-style: none;
 margin: 0;
 padding: 0;
}

.r_box li{
background:url(../img/ar_link.gif) no-repeat 0 50%;
 list-style: none;
 margin: 0 10px 0 0;
 padding: 0 0 0 10px;
 float:left;
}

.box01 {
    clear: both;
    margin-bottom: 20px;
}

