﻿.Main
{
    width:800px;
    margin:10px auto 10px auto;
    
    }


.PageTitle /*ページの一番大きい見出し*/
{
    background-image:url("../../NewImage/ShopPage/Header/header_bg.png");
    background-repeat:repeat;    
}

.Caption /*ページ内のそれぞれの見出し*/
{
   margin-left:10px;
   margin-right:10px;
   padding:3px;

   font-size:medium;
   
   background-image:url("../../NewImage/bot_A_h.gif");
   background-repeat:repeat-x;
   background-position:bottom;

}

.Text /*ページ内の文章*/
{
   /*padding:0px 5px;*/
   margin:0px 15px 0px 15px;
}

.color
{
    color:#CC0000;
    font-weight:bold;
}

.strong
{
    color:#625646;
    font-weight:bolder;
    font-size:large;
}
    
/*会社概要ページ*/
.tdColumn    
{
    padding-left:3px;
    
    }
    
.tdValue
{
    padding-left:3px;
    
    }
    
 /*お問い合わせ用*/
.txbMainText
{
    width:400px;
    height:200px; 
}    

.txt_check
{
    width:400px;
    height:200px; 
}

/*リンクページ用*/  
    
p
{
    margin-bottom:20px;
}

.table
{
    background-color:#ccc;
    margin:0 auto;
}

.tdColumn
{
    width:150px;
    background:#fdeff2;
}

.tdValue
{
    background:#fff;
}

.imgLeft
{
    margin:5px;
}

.txtLink
{
    height:60px;
    width:500px;
}

.red
{
    color:#f00;
}

.LinkTable
{
    margin:0 auto;
}

.ruleTitle
{
    font-size:small;
    font-weight:bold;
    color:#333333;
}

.RuleText
{
    margin:0px 15px 0px 15px;
    line-height:1.4em;    
}