@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:Verdana, Helvetica, sans-serif;
   font-size:13px;
   color:#333;
   background:#FFFEE3;
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#333;
   text-decoration:underline;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

/* ========TEMPLATE LAYOUT======== */
#top {
margin-left:auto;
margin-right:auto;
width:850px;
background:#fff;
}

#header {
   width:779px;
   margin:0 auto;
   position:relative;
   padding:0 5px;
}

#gnavi {
   position:absolute;
   bottom:5px;
   right:0;
}

#header #gnavi ul {
   list-style:none;
}

#header #gnavi li {
   float:left;
   font-size:12px;
   margin-left:15px;
}

#header #gnavi li a {
   padding-left:15px;
   background:url(../images/bg_gnavi.gif) 0 50% no-repeat;
}

#menu {
   width:100%;
   float:left;
   margin-bottom:20px;
  
 /*background:url("../images/bg_menu.gif") 0 100% repeat-x;*/
   background-image:linear-gradient(top, #FFE1A4, #FFB98E, #FF9859);
   background-image:-webkit-gradient(linear, left bottom, right top, from(#FFE1A4), to(#FF9859));
   background-image:-webkit-linear-gradient(top, #FFE1A4, #FFB98E, #FF9859);
   background-image:-o-linear-gradient(top, #FFE1A4, #FFB98E, #FF9859);
   background-image:-moz-linear-gradient(top, #FFE1A4, #FFB98E, #FF9859);
}

#contents {
   clear:both;
   width:779px;
   margin:0 auto;
}

#main {
   float:right;
   width:579px;
}

#sub {
   float:left;
   width:170px;
}

#pageTop {
   clear:both;
}

#footer {
   clear:both;
   /*background:#EBEADD;*/
   background:#FFA975;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:10px;
   font-size:24px;
   color:#fff;
   line-height:70px;
}

#header h1 a {
   color:#333;
}

#header h1 a:hover {
   color:#666;
}

#header #pr p {
   margin:0;
}


/* ========MENU CUSTOMIZE======== */
#menu ul {
   width:779px;
   margin:0 auto;
   padding:0;
}

#menu li {
   float:left;
   color:#333;
   text-align:center;
   list-style-type:none;
}

#menu li a {
   display:block;
   width:165px;
   color:#000;
   line-height:50px;
   /*border-left:1px solid #D8D8D8;*/
   border-left:1px solid #FFD28E;
}

#menu li.home a {
   border:none;
}

#menu li a.active {
   background:#f4f3e8;
}

#menu li a:hover {
   color:#000;
   
   /*background:#f4f3e8;*/
   background-image:linear-gradient(top, #FFF9EC, #FFF1E3, #FFD275);
   background-image:-webkit-gradient(linear, left bottom, right top, from(#FFF9EC), to(#FFD275));
   background-image:-webkit-linear-gradient(top, #FFF9EC, #FFF1E3, #FFD275);
   background-image:-o-linear-gradient(top, #FFF9EC, #FFF1E3, #FFD275);
   background-image:-moz-linear-gradient(top, #FFF9EC, #FFF1E3, #FFD275);
   
   text-decoration:none;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main h2 {
   margin-bottom:8px;
   padding:2px 2px 2px 0;
   color:#5A5132;
   font-size:15px;
   font-weight:bold;
   border-bottom:3px double #5A5132;
}

#main h3 {
   margin-bottom:3px;
   padding-left:15px;
   font-size:14px;
   border-bottom:1px dotted #ddd;
   background:#fff url("../images/bg_h3.gif") 0 50% no-repeat;
}

#main h4 {
   margin-bottom:2px;
   font-size:14px;
}

#main h5 {
   margin-bottom:2px;
   padding:2px;
   font-size:13px;
   color:#fff;
   background:#73C700;
}

#main h6 {
   margin-bottom:2px;
   font-size:13px;
   border-bottom:2px solid #333;
}

#main a {
   text-decoration:underline;
}

#main a:hover {
   color:#2D0059;
}

#main p {
   margin:0 0 1em 0;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f4f3e8;
}

/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd div {
   display:inline-block;
}

#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}

#main table {
   width:100%;
   border-collapse: collapse;
}

#main table th {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
   /*background:#dcd9b4;*/
   background:#FFF7F4;
}

#main table td {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
}

#main ul {
    margin:20px;
    padding:0;
}

#main ul.nolist {
    list-style-type:none;
    margin:5px;
    padding:0;
}

#main ol.linespace li{
    margin:10px 0px;
    padding:0px;
}

#main a.blog {
   font-size:14px;
   color:#0B0031;
}

#main #orderForm div.item {
width:130px;
padding:3px;
float:left;
}

#main #orderForm div.entry {
width:600px;
padding:3px;
}

/*-- TOP --*/
#main #topBlock {
height:270px; 
width:580px; 
background:url(../images/company.jpg) 280px 10px no-repeat;
font-size:18px; 
font-weight:bold;
text-shadow : 3px 4px 2px #FFD5C8;
}

#main #topPriceBlock{
height:200px; 
margin:20px; 
border:0px solid grey;
}

#main #topPriceToyu{
float:left; 
width:50px; 
box-align:center; 
padding:50px 0px;
text-align:right;
font-size:40px; 
font-weight:bold; 
color:red; 
line-height:50px; 
}


#main #topPriceRate{
float:left; 
width:200px; 
padding:68px 0px; 
text-align:center;
font-size:40px; 
font-weight:bold;
}

#main #topPriceYen{
font-size:25px; 
font-weight:bold;
}

#main #topPriceImg{
float:left; 
width:235px; 
text-align:left;
}

/*-- 灯油宅配 --*/
#main #caution {
width:580px; 
height:420px; 
overflow: visible;
}

#main #caution #bar {
float: right;
width: 1px;
height: 150px;
background-color: white;
}

#main #caution img {
float: right; 
clear: both;
}

/*-- LPガス --*/

#main #lpgasTopImg {
   float: right; 
}

#main #lpgasTop {
   font-size: 18px;
   font-weight:bold;
   padding: 10px 0px;
   text-shadow : 3px 4px 2px #FFD5C8;
   clear: both;
}

#main #lpgasIntro {
   font-size:14px;
   text-decoration:underline;
   font-weight:bold;
   /*width:480px;*/
   /*height:50px;*/
   background-color:#EFFFD7;
   padding: 10px 30px;
   line-height:25px;
}


/*-- プライバシーポリシー --*/
#main #policy li {
   line-height:1.8;
   padding-top:12px;
}

/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
   margin-bottom:10px;
}

#sub h2 {
   padding:3px;
   font-size:14px;
   font-weight:bold;
   color:#5A5132;
   padding-left:10px;

   /*background:#fff url("../images/bg_submenu.gif") 0 50% no-repeat;*/
   background-image:linear-gradient(top, #fff, #FFFBF4, #FFE9C8);
   background-image:-webkit-gradient(linear, left bottom, right top, from(#FFFBF4), to(#FFE9C8));
   background-image:-webkit-linear-gradient(top, #fff, #FFFBF4, #FFE9C8);
   background-image:-o-linear-gradient(top, #fff, #FFFBF4, #FFE9C8); 
   background-image:-moz-linear-gradient(top, #fff, #FFFBF4, #FFE9C8);   
   
   border-bottom:1px solid #E7E7E7;
}

#sub ul {
   margin:0;
   padding:0;
}

#sub li {
   line-height:1.4;
   border-bottom:1px solid #ddd;
   list-style:none;
   
}

#sub li a.listImg {
   display:block;
   padding-left:20px;
   color:#333;
   line-height:3.0;
   background:url("../images/bg_sub_list.gif") 5px 15px no-repeat;
}

#sub li a.smileImg{
   display:block;
   padding-left:35px;
   padding-top:8px;
   color:#333;
   line-height:3.0;
   background:url("../images/smile.gif") 5px 15px no-repeat;
}

/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   padding:10px 0;
   text-align:right;
}

#pageTop a {
   padding:0 0 0 12px;
   background:url("../images/bg_pagetop.gif") 0 50% no-repeat;
   color:#333;
}


/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul {
   margin:0 0 10px 0;
   padding:10px 0 0 0;
   text-align:right;
   background:url("../images/bg_dotline.gif") 0 0 repeat-x;
}

#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   list-style:none;
}

#footMenu li a {
   font-size:11px;
   padding-left:10px;
   color:#333;
   background: url(../images/bg_footmenu.gif) 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   padding:10px 0;
   font-style:normal;
   font-size:11px;
   text-align:center;
}