/*--背景
--------------------*/
body {
color:#3a3a3a;
/*font-family:'メイリオ',meiryo,'ＭＳ Ｐゴシック',MS PGothic,Verdana,Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka, sans-serif;*/
font: 13px/1.5 "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif ,"メイリオ",meiryo , "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka, sans-serif;
height: 100%;
margin: 0;
padding: 0;
background-image: url(../../img/base/backimage_product.png);
background-repeat: repeat-x;
}

/*--パンくず
--------------------*/
#pank {
width: 960px;
height: 20px;
color: white;
}

#pank a {
color: #ffffff;
text-decoration: none;
float: left;
}

#pank p {
margin: 0 5px 0 5px;
float: left;
}


/*--タイトル
--------------------*/
.title h2 {
line-height: 1.4em;
color: #22b7d7;
font-size: 18px;
margin-top: 20px;
margin-bottom: 20px;
}


/*--製品コンテンツ
--------------------*/
#product {
width: 960px;
height: 100%;
}


/*--メニュー
--------------------*/
#left {
width: 240px;
height: auto;
float: left;
}

.menu {
width: 240px;
height: auto;
float: right;
margin: 0 0 10px 0;
}

.menu li {
padding: 10px;
margin:0 0 0 55px;
text-decoration: none;
border-bottom: dotted 1px #336633;
padding-bottom: 10px;
}

.menu li.none {
padding: 10px;
margin:0 0 0 55px;
text-decoration: none;
border-bottom: none;
}

.menu img {
float: right;
margin: 0 0 10px 0;
}

.menu .product {
margin: 0 0 0 0px;
}

.menu p {
float: left;
}


/*--製品紹介
--------------------*/
#right {
width: 700px;
height: 100%;
float: left;
margin: 0 0 0 20px;
}

#right p {
margin-bottom: 10px;
}


