@charset "utf-8";
/* ---------------------------------------------- */
/* Base */
/* ---------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
/*ブラウザでのフォントサイズ統一*/
html>/**/body {font-size: 12px;}
*:first-child+html body {font-size:75%;}
* html body{font-size: 80%;}
p,h1,h2,h3,h4,h5,h6 {
	color: #000;
	font-weight: normal;
	margin:0;
	padding:0;
}
img {
	vertical-align: bottom;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border:none;
}
strong{
	color: #511;
}
em {
	color: #511;
}
form{
        margin: 0;
        padding: 0;
        display: inline;
}

ul, ol{
    padding: 0px;
    margin: 0px;
    line-height:1.3em;
}
ul li, ol li{
    padding: 0px;
    margin: 0px 0px 0px 0px;
list-style-type:none;
}

a:link ,a:visited,a:active {
	color: #0099FF;
	text-decoration: underline;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}

body {
	margin: 0px;
	padding:0;
	font-size: 14px;
	color: #3a3a3a;
	line-height: 1.45em;
	background: url(../img/background.jpg) repeat;
	border-top-width: 14px;
	border-top-style: solid;
	border-top-color: #DCCCBE;
}
.Clear {
	font-size: 1px;
	clear: both;
}
.Left {
	float: left;
	padding: 0px 10px 0px 0px;
}
.Right {
	float: right;
	padding: 0px 0px 0px 10px;
}
.left{
	float: left;
}
.right{
	float: right;
}
.MainBodyImgLeft{
	margin: 0px 6px 6px 0px;
	float: left;
}
.MainBodyImgRight{
	margin: 0px 0px 6px 6px;
	float: right;
}
.img{
	float: left;
	display: inline;
	margin: 0px 4px 4px 0px;
	border: none;
}
/* ---------------------------------------------- */
/* Layout */
/* ---------------------------------------------- */
.PickUpMenu{
        margin: 35px 0 0 0;    
}
.PickUpMenu p{
        margin-bottom: 8px;

}
.listArea{
        margin-top: 20px;
}
.DetailText li, .MiddleCotents li, .ProductsDetail li {
        background: url(../img/arrow02-001.gif) 0 0 no-repeat;
        margin-bottom: 10px;
        padding: 0 0 0 20px;
        font-size: 1.2em;
}

/* ---------------------------------------------- */
/* Layout */
/* ---------------------------------------------- */
.HeaderText {
	padding: 1px 0 5px 0;
	margin-bottom: 25px;
	height:12px;
	background-color: #DCCCBE;
}
.HeaderText h1,.HeaderText p {
        color:#FFF;
        width: 900px;
        margin: 0 auto;
        font-size: 0.9em;
        color: #FFF;
}
.All {
    margin: 0 auto;
    padding: 0;
    width: 920px;
}
/* ---------------------------------------------- */
/* HeaderArea */
/* ---------------------------------------------- */
.HeaderArea{
	padding:25px 0 0 0;
        width: 900px;
}
.HeaderArea h1,.HeaderArea div{
    color: #CFBAA7;
    font-weight: bold;
    font-size: 2.2em;
    margin-bottom: 10px;
    text-shadow:1px 1px 0px #FFF;
}
.HeaderArea h1 a,.HeaderArea div a{
    text-decoration: none;
    color: #CFBAA7;
}
/* ---------------------------------------------- */
/* TopRankingContents */
/* ---------------------------------------------- */
.TopRankingContents{
        overflow: hidden;
}
.RankingNo1 {
        width: 270px;
        float: left;
        background: url(../img/bar.gif) right no-repeat;
        padding: 15px 15px 25px 15px;
}
.RankingNo1 div {
        background: url(../img/ranking_1.png) 0 0 no-repeat;
        width: 230px;
        height: 0px;
        padding: 112px 0 0 0;
        overflow: hidden;
}
.RankingNo2 {
        width: 270px;
        float: left;
        background: url(../img/bar.gif) right no-repeat;
        padding: 15px 15px 25px 15px;
}
.RankingNo2 div{
        background: url(../img/ranking_2.png) 0 0 no-repeat;
        width: 230px;
        height: 0px;
        padding: 112px 0 0 0;
        overflow: hidden;
}
.RankingNo3 {
        width: 270px;
        float: left;
        padding: 15px 15px 25px 15px;
}
.RankingNo3 div{
        background: url(../img/ranking_3.png) 0 0 no-repeat;
        width: 230px;
        height: 0px;
        padding: 112px 0 0 0;
        overflow: hidden;
}
.TopRankingContents p,.TopRankingContents dl{
        padding-left: 10px;
}
.TopRankingContents dl{
        overflow: hidden;
        margin-top: 10px;
}
.TopRankingContents dt{
        width: 75px;
        height: 100px;
        float: left;
        display: block;
}
.TopRankingContents dd{
        padding-left: 85px;
}
.RankingSumBt a {
        width: 220px;
        height: 28px;
        text-align: center;
        display: block;
        margin: 10px auto 0 auto;
        background:url(../img/bt.gif) 0 0 no-repeat;
        color: #FFF;
        font-weight:bold;
        padding: 12px 0 0 0;
        text-decoration: none;
}
.RankingSumBt a:hover{
        background-position:0 -40px;
}
* html .RankingNo1 div {background: url(../img/ranking_1.gif) 0 0 no-repeat;}
* html .RankingNo2 div {background: url(../img/ranking_2.gif) 0 0 no-repeat;}
* html .RankingNo3 div {background: url(../img/ranking_3.gif) 0 0 no-repeat;}

/* ---------------------------------------------- */
/* MiddleCotents */
/* ---------------------------------------------- */
.MiddleCotents, .ProductsDetail {
    background-color: #FFFFFF;
    margin-bottom: 15px;
    padding: 10px;
    width: 900px;
}
.MiddleCotents h2, .ProductsDetail h1 {
	background: url(../img/titlebar.gif) 0 0 no-repeat;
	width: 860px;
	height: 26px;
	margin-bottom: 15px;
	color: #FFFFFF;
	padding:10px 0 0 40px;
	font-weight: bold;
}
.MiddleCotents h3, .ProductsDetail h2 {
	padding: 3px 0 5px 12px;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
	border-bottom:1px dotted #CFBAA7;
	border-left:3px solid #CFBAA7;
	color: #B2A294;
}
.MiddleCotents h4, .ProductsDetail h3 {
	padding: 3px 0 5px 3px;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
	border-bottom:1px solid #CFBAA7;
	color: #B2A294;
}
.MiddleCotents p{
        margin-bottom: 10px;
}

/* ---------------------------------------------- */
/* BottomNavi */
/* ---------------------------------------------- */
.BottomNavi{
    -moz-border-radius: 15px 15px 15px 15px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #CFBAA7;
    margin: 0 0 25px;
    overflow: hidden;
    padding: 27px 0 10px 40px;
    width: 880px;
}
.BottomNavi h4{
        margin-bottom: 15px;
        border-left:6px solid #CFBAA7;
        padding: 0 0 5px 12px;
        font-size: 1.2em;
        color: #B2A294;
        border-bottom: 1px dotted #CFBAA7;
        width: 800px;
}
.BottomNavi h4 a{color:#B2A294; font-weight:bold;}
.BottomNavi h4 a:hover{color:#B2A294; text-underline:none;}

.BottomNaviDetail{
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
        width: 188px;
        border: 1px solid #CFBAA7;
}
.BottomNaviDetail dt{
        background: #C9A772;
        padding: 5px 3px;
        color: #FFF;
        font-size: 0.8em;
        font-weight: bold;
}
.BottomNaviDetail dd{
        padding: 10px;
        font-size: 0.9em;
        min-height: 70px;
}
* html .BottomNaviDetail dd{
        height: 65px;
}
.NaviBt a{
        background: #C9A772;
        display: block;
        text-align: center;
        padding: 5px 0;
        color: #FFF;
        text-decoration: underline;
        font-size: 0.9em;
        border-top: 1px solid #C9A772;
}

.NaviBt a:hover{
        text-decoration: none;
        background: #F2E8DA;
        color: #CFBAA7;
        border-top: 1px solid #C9A772;
}
.BottomNavi ul{
        display: block;
        overflow: hidden;
        margin-bottom:25px;
}
.BottomNavi li{
        list-style-type: none;
        width: 246px;
        float: left;
        display: block;
        margin: 0px 15px 10px 0;
border: 2px solid #CFBAA7;
}
.BottomNavi li a{
        display: block;
        padding: 15px;
        text-align: center;
        width: 216px;
        color: #B2A294;
        font-weight: bold;
list-style-type: none;
}
.BottomNavi li a{}
.BottomNavi li a:hover{
	color: #FFFFFF;
	background-color: #FBCEB1;
}
.BottomNavi .SideMenuListPickupLevel1 {border-color:#FCEC49;}

/* ---------------------------------------------- */
/* Pankuzu*/
/* ---------------------------------------------- */
.Pankuzu {margin:10px 0;}

/* ---------------------------------------------- */
/* Products*/
/* ---------------------------------------------- */
.ProductsDetail p{
        margin-bottom: 10px;
}
.DetailPicture{
        width: 190px;
        float: left;
}
.DetailText{
        width: 680px;
        float: right;
}
.DetailText h2{
        background: url(../img/pagesubtitle.gif) 0 0 no-repeat;
        width: 645px;
        height: 23px;
        padding: 8px 0 0 35px;
        color: #B2A294;
        font-weight: bold;
        font-size: 1.2em;
        margin-bottom: 10px;
}
.ContentsText h2 {
	border-left:5px solid #CFBAA7;
	border-bottom:1px solid #CFBAA7;
	height: 23px;
	padding: 8px 0 0 12px;
	color: #B2A294;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
	background-color: #FBCEB1;
}
.ContentsText h3,.DetailText h3{
	padding: 3px 0 5px 12px;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
	border-bottom:1px dotted #CFBAA7;
	border-left:3px solid #CFBAA7;
	color: #B2A294;
}
.ContentsText h4,.DetailText h4{
	padding: 3px 0 5px 3px;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
	border-bottom:1px solid #CFBAA7;
	color: #B2A294;
}

table {
        border-left:1px solid #CFBAA7; 
        border-top:1px solid #CFBAA7;
        margin-bottom: 25px;
}
th{
	padding: 5px 10px;
	background: #fbceb1;
	border-bottom:1px solid #CFBAA7;
	border-right:1px solid #CFBAA7;
	text-align: left;
	color: #FFFFFF;
}
td{
        border-bottom:1px solid #CFBAA7;
        border-right:1px solid #CFBAA7;
        background: #FFF;
        padding: 5px 10px;
}
.VoiceArticle li{
        list-style-type: none;
        margin-bottom: 5px;
        
}
.VoiceArticle ul{
        background: #FFF;
        padding: 20px 20px 15px 20px;
        border: 1px solid #C9A772;
        border-radius:5px;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
}
.SubTitle{
        font-size: 1.4em;
        font-weight: bold;
        background: url(../img/arrow01-001.gif) 0 0 no-repeat;
        padding: 0 0 0 20px;
        line-height:16px;
}

/* ---------------------------------------------- */
/* products*/
/* ---------------------------------------------- */
.ProductsDetail{
        width: 900px;
        overflow: hidden;
        margin-bottom: 25px;
}
.ProductsDetail p{
        margin-bottom: 10px;
}
.DetailPicture{
        width: 190px;
        float: left;
}
.DetailText{
        width: 680px;
        float: right;
}
.ProductsTable {
        border-left:1px solid #CFBAA7; 
        border-top:1px solid #CFBAA7;
        margin-bottom: 25px;
}
.ProductsTable th{
	width: 160px;
	padding: 5px 10px;
	background: #fbceb1;
	border-bottom:1px solid #CFBAA7;
	border-right:1px solid #CFBAA7;
	text-align: left;
	color: #FFFFFF;
}
.ProductsTable td{
        border-bottom:1px solid #CFBAA7;
        border-right:1px solid #CFBAA7;
        background: #FFF;
        padding: 5px 10px;
}
.VoiceArticle li{
        list-style-type: none;
        margin-bottom: 5px;
        
}
.VoiceArticle ul{
        background: #FFF;
        padding: 20px 20px 15px 20px;
        border: 1px solid #C9A772;
        border-radius:5px;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
}
.SubTitle{
	font-size: 1.4em;
	font-weight: bold;
	background: url(../img/arrow01-001.gif) 0 0 no-repeat;
	padding: 0 0 0 20px;
	line-height:16px;
	color: #B2A294;
}

/* ---------------------------------------------- */
/* footer */
/* ---------------------------------------------- */
.footer{
        padding: 15px 0;
        background: #DCCCBE;
        text-align: center;
        color: #FFF;
}
.footer a{
        color:#FFF;
}
.footer a:hover{
        color:#FFF;
text-decolation:underline;
}
