/************************
    body
************************/
body
{
    font-family: 'ＭＳ Ｐゴシック',sans-serif;
    color: #333333;
    margin: 0px;
    border: none;
    font-size: 12px;
}
body div
{
    margin-left:auto;
    margin-right:auto;
}

/************************
    CopyRight
************************/
.copyRight
{
    width: 292px;
    height: 10px;
    margin-top: 40px;
    margin-bottom: 20px;
    background: url("/img/common/copy.gif") no-repeat;
}
/************************
    フッター線
************************/
.lineUnder
{
    width: 1015px;
    height: 28px;
    margin-top: 10px;
    margin-bottom: 20px;
    background: url("/img/common/line_under.gif") no-repeat;
}
/************************
    共通ライン
************************/
.contentsSeparate
{ 
    overflow: hidden;
    height: 7px;
    margin-top: 40px;
    margin-bottom: 40px;
    background: url("/img/common/line.gif") no-repeat;
}
/************************
    メニューボタン
************************/
ul.menuButtons {
    list-style: none;
}
ul.menuButtons li {
    float: left;
    overflow: hidden;
}
ul.menuButtons li img{
    border: none;
	margin-right:25px!important;
}

ul.menuButtons li img:last-child{
	margin-right:0px!important;
}

/************************
    横並びリスト
************************/
ul.SideBySide {
    list-style: none;
}
ul.SideBySide li {
    float: left;
    overflow: hidden;
}
ul.SideBySide li img{
    border: none;
}
ul.SideBySide:after {
    content: ".";  /* 新しい要素を作る */
    display: block;  /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}

/************************
    float
************************/
.left
{
    float: left;
}

.top
{
    float: top;
}

/************************
    リンク
************************/
.link
{
    cursor: pointer;
    position:relative;
}
.link:hover
{
    filter:alpha(opacity=60);
    opacity:0.6;
    -ms-filter: "alpha(opacity=60)";
}
.link a{
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
}

a,a:focus,a:active
{
    text-decoration: none;
    outline: none;
}

a img
{
     border: none;   
}

/************************
    clearfix
************************/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
  clear: both;
  padding: 0px;
  margin: 0px;
}
* html .clearfix {
  height: 0px;
}

* html .clearfix  { zoom: 1; }  /* IE6 */
*:first-child+html .clearfix { zoom: 1; }  /* IE7 */

/************************
    メニューフレーム部分
************************/
.menuTop
{
    height: 57px;
    background: url('/img/set/tb_top.gif') no-repeat;
}
.menuUnder
{
    height: 40px;
    background: url('/img/set/tb_under.gif') no-repeat;
    margin: 0px;
}
.menuCenter
{
    background: url('/img/set/tb_center.gif');  
}
.menuLine
{
    height: 3px;
    background: url('/img/set/line.gif') no-repeat;
}
.menuMain
{
    margin-left: 30px;
    margin-right: 25px;
}
.menuMain40
{
    margin-left: 40px;
    margin-right: 40px;
}

/************************
    align
************************/
.center
{
    text-align: center;
}
/************************
    margin
************************/
.leftAlign
{
    margin-left: 0px;
}
.rightAlign
{
    margin-right: 0px;
}
/************************
    margin-top
************************/
.mt5
{
    margin-top: 5px;
}
.mt10
{
    margin-top: 10px;
}
.mt20
{
    margin-top: 20px;
}
.mt30
{
    margin-top: 30px;
}
.mt35
{
    margin-top: 35px;
}
.mt40
{
    margin-top: 40px;
}
/************************
    margin-left
************************/
.ml10
{
    margin-left: 10px;
}
.ml20
{
    margin-left: 20px;
}
.ml30
{
    margin-left: 30px;
}
.ml40
{
    margin-left: 40px;
}
/************************
    margin-right
************************/
.mr10
{
    margin-right: 10px;
}
.mr20
{
    margin-right: 20px;
}
.mr30
{
    margin-right: 30px;
}
/************************
    margin-bottom
************************/
.mb10
{
    margin-bottom: 10px;
}

.mb15
{
    margin-bottom: 15px;
}
.mb20
{
    margin-bottom: 20px;
}
.mb40
{
    margin-bottom: 40px;
}
.inline
{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
/************************
    padding-top
************************/
.pt5
{
    padding-top: 5px;
}
.pt10
{
    padding-top: 10px;
}
/************************
    フォントサイズ
************************/
.fnt21
{
    font-size: 21px;
}

/************************
    フォントスタイル
************************/
.bold
{
    font-weight: bold;
}

/************************
    フォントカラー
************************/
.fntColorRed
{
    color: #CC0000;
}

/************************
    行高
************************/
.lH10
{
    line-height: 10px;
}

.lH20
{
    line-height: 20px;
}

.lH30
{
    line-height: 30px;
}
/************************
    リンク
************************/
a:link { color: #FF6600; }
a:visited { color: #FF6600; }
a:hover { color: #66CC33; }

.linkStyle
{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 100%;
    height: 100%;
}

.linkStyle:link { color: #333333; }
.linkStyle:visited { color: #333333; }
.linkStyle:hover { color: #333333; }