/* CSS Document */

/* 全体 */
body{
margin: 0;
padding: 0;
background: #25221B url(../imgs/head_bg.jpg) top center no-repeat;
font-size: 12px;
}

/* ヘッダー */
#header{
margin: 0 auto;
width: 760px;
height: 104px;
}
#header table{
height: 104px;
width: 760px;
}

/* メイン */
#main_bg{
background: #E2DBC8;
padding: 20px 0 0 5px;
}
#wrapper{
width: 780px;
margin: 0 auto;
}

/* フッター */
#footer{
width: 760px;
height: 30px;
margin: 0 auto;
padding-top: 30px;
}

/* フォントサイズ　カラー */
.base_line{
line-height: 1.5;
}
.small{
font-size: 11px;
}
.small_ls{
font-size: 11px;
line-height: 14px;
}
.small_ll{
font-size: 11px;
line-height: 16px;
}
.white{
color: #ffffff;
}
.orange{
color: #FF5A00;
}
.strong_red{
color: #990000;
font-weight: bold;
}
.small_red{
color: #FF2929;
font-size: 11px;
}


/* リンクカラー */
A:link{text-decoration: none; color:#000066;}
A:visited{text-decoration: none; color:#000066;}
A:active{text-decoration: none; color:#000066;}
A:hover{text-decoration: underline; color:#000066;}

A:link.l_white{text-decoration: none; color:#B8B7B6;}
A:visited.l_white{text-decoration: none; color:#B8B7B6;}
A:active.l_white{text-decoration: none; color:#B8B7B6;}
A:hover.l_white{text-decoration: underline; color:#ffffff;}

/* 各マージン設定 */
.margin_5px_w{
margin: 5px 0;
}
.margin_10px_w{
margin: 10px 0;
}
.margin_15px_w{
margin: 15px 0;
}
.margin_20px_w{
margin: 20px 0;
}
.margin_25px_w{
margin: 25px 0;
}
.margin_30px_w{
margin: 30px 0;
}
.margin_5px{
margin-top: 5px;
}
.margin_10px{
margin-top: 10px;
}
.margin_15px{
margin-top: 15px;
}
.margin_20px{
margin-top: 20px;
}

/* 小タイトルマージン */
.margin_10-5{
margin: 10px 0 5px 0:
}

.margin_0{
margin:0;
padding:0
}

/* ７６０幅コンテンツ */
#main760_title{
width: 730px;
height: 41px;
margin: 0;
padding: 0 15px;
background: url(../imgs/bg_main760_title.gif) no-repeat;
}
#main760_main730{
width: 730px;
margin: 0;
padding: 0 15px 20px;
background: url(../imgs/bg_main760_bg.gif) ;
}

/* ページトップ */
#pagetop{
width: 760px;
margin: 0 auto;
padding: 20px 0 8px;
text-align: right;
clear: both;
}


/* ▼２カラム */
/* ２カラム用レイアウト */
#wrap_760{
width: 760px;
margin: 0;
padding: 0;
}
#column_main{
float: right;
width: 556px;
margin: 0 0 0 15px;
padding: 0;
}
#column_navi{
float: left;
width: 189px;
margin: 0;
padding:0;
background: url(../imgs/menu_bg.gif) ;
}
/* メニュー */
#column_navi #menu{
width: 173px;
margin: 8px auto 0px;
padding:0;
}
#column_navi #menu_in{
width: 163px;
margin: 0 auto;
padding:0;
}

/* ２カラム用レイアウト　タイトル背景、幅コンテンツ */
h3 {
width: 514px;
height: 18px;
margin: 0;
padding: 0 21px 5px;
background: url(../imgs/bg_main556_title.gif) no-repeat;
}
#main556_main514{
width: 514px;
margin: 0;
padding: 0 21px 20px 21px;
background: url(../imgs/bg_main556_bg.gif) ;
}

/* 下層ページマージン */
/* タイトル直下テキスト */
.undet_title{
margin: 13px 0 0 10px;
}
/* 数字タイトル等、一段下のテキスト */
.secound_text{
width: 469px;
margin: 0 0 0 25px;
}
/* 数字タイトルなどの下のテキスト */
.third_text{
margin: 8px 0 13px 20px;
line-height: 1.5;
}


/* コンテンツ説明、リード部分テキスト　画像サブタイトルがある場合 */
.maintop_text{
line-height: 1.4;
margin: 10px 0;
}
/* コンテンツ説明、リード部分テキスト ない場合*/
.maintop_text_noimg{
line-height: 1.4;
margin: 20px 0 15px;
}
