@charset 'utf-8';
/* ===================================================================
CSS information

 
 file name  :style.css
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 基本設定、レイアウト、横幅設定など
 汎用class
 #header
  #utilityNav
 #navi
  #gNav
 #footer
  #footerContents
 #page
 #mainImg
  #imgArea
  #contents
   #main
   #sub
=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body
{
    background-image: url(../image/bg01.gif);
}

a:link
{
    text-decoration: none;

    color: #1c5489;
}
a:visited
{
    text-decoration: none;

    color: #1c5489;
}
a:hover
{
    text-decoration: none;

    color: #75adaf;
}
a:active
{
    text-decoration: none;

    color: #1c5489;
}
a.alpha:hover img
{opacity: .6;

    filter: alpha(opacity=60);-moz-opacity: .6;
}





/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR
{
    float: right;

    margin: 0 0 0 10px;
}

.imgL
{
    float: left;

    margin: 0 10px 0 0;
}

.txtR
{
    float: right;
}

.txtL
{
    float: left;
}

.btn
{
    text-align: center;
}

/* clearfix */
.clearfix:after
{font-size: .1em; line-height: 0; display: block; visibility: hidden; clear: both;height: .1px; 

    content: '.'; 
}
/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* End hide from IE-mac */
.inLine
{
    display: inline;
}

/* margin
----------------------------------------------------------*/
/* Top */
.MG-T0
{
    margin-top: 0 !important;
}
.MG-T5
{
    margin-top: 5px !important;
}
.MG-T10
{
    margin-top: 10px !important;
}
.MG-T15
{
    margin-top: 15px !important;
}
.MG-T20
{
    margin-top: 20px !important;
}
.MG-T25
{
    margin-top: 25px !important;
}
.MG-T30
{
    margin-top: 30px !important;
}
/* Bottom */
.MG-B0
{
    margin-bottom: 0 !important;
}
.MG-B5
{
    margin-bottom: 5px !important;
}
.MG-B10
{
    margin-bottom: 10px !important;
}
.MG-B15
{
    margin-bottom: 15px !important;
}
.MG-B20
{
    margin-bottom: 20px !important;
}
.MG-B25
{
    margin-bottom: 25px !important;
}
.MG-B30
{
    margin-bottom: 30px !important;
}

/* padding
----------------------------------------------------------*/
/* Left */
.PD-L5
{
    padding-left: 5px !important;
}
.PD-L10
{
    padding-left: 10px !important;
}
.PD-L15
{
    padding-left: 15px !important;
}
.PD-L20
{
    padding-left: 20px !important;
}
.PD-L25
{
    padding-left: 25px !important;
}
.PD-L30
{
    padding-left: 30px !important;
}
/* Right */
.PD-R5
{
    padding-right: 5px !important;
}
.PD-R10
{
    padding-right: 10px !important;
}
.PD-R15
{
    padding-right: 15px !important;
}
.PD-R20
{
    padding-right: 20px !important;
}
.PD-R25
{
    padding-right: 25px !important;
}
.PD-R30
{
    padding-right: 30px !important;
}

/* フォントサイズ・カラー
----------------------------------------------------------*/
.TXT-S
{
    font-size: 12px;
}
.TXT-M
{
    font-size: 14px;
}
.TXT-L
{
    font-size: 16px;
}

.TXT-RED
{
    color: #f33;
}
.TXT-ORG
{
    color: #f7931e;
}
.TXT-NV
{
    color: #009;
}


/* 幅
----------------------------------------------------------- */
.W70
{
    width: 70%;
}
.W65
{
    width: 65%;
}
.W60
{
    width: 60%;
}
.W50
{
    width: 50%;
}
.W40
{
    width: 40%;
}
.W30
{
    width: 30%;
}
.W35
{
    width: 35%;
}
.W25
{
    width: 25%;
}

/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header
{margin: 0 auto;

    background-image: url(../image/topBar_c.gif);
    background-repeat: repeat-x;
}




/* #utilityNav
----------------------------------------------------------- */
#header #utilityNav
{
    float: right;

    padding-top: 60px;

    text-align: right;
}

#header #utilityNav li
{
    display: inline;

    margin-right: 5px;
    padding: 0 0 5px 8px;

    list-style-type: none;

    background: url(image/list-arw.png) no-repeat;
    background-position: 0 30%;
}

/*----------------------------------------------------
	#トップImg
----------------------------------------------------*/

#imgArea
{
    position: relative;

    width: 1048px;
    margin: 0 auto;
}

/* -----------------------------------------------------------
	#navi
		ナビ
----------------------------------------------------------- */
#navi
{
    position: absolute;
    top: 2px;
    left: 73px;

    width: 900px;
}


/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer
{
    clear: both;

    padding: 15px 0 0 0;

    background: #f6f6f6;
}

#footer .copyright
{
    height: 30px;
    margin-top: 20px;
    padding: 15px 0 0 0;

    text-align: center;

    color: #fff;
    background: #738717;
}

#footerContents ul
{
    padding: 10px 0 0 0;

    text-align: center;
}

#footerContents ul li
{
    display: inline;

    padding: 0 10px 0 10px;

    border-right: solid 1px #d4d4d4;
}
#footerContents ul li.end
{
    display: inline;

    padding: 0 10px 0 10px;

    border: none;
}

#footerContents .box
{
    float: left;

    width: 280px;
    margin-right: 10px;
    padding: 10px;

    border: none;
}

#footerContents h3
{
    font-weight: normal;
}

/* -----------------------------------------------------------
	#footerContents
		フッターコンテンツ
----------------------------------------------------------- */
#footerContents
{
    width: 960px;
    margin: 0 auto;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/




/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents
{
    width: 900px;
    margin: auto;

    text-align: left;
}

#contents .pageTop
{
    clear: both;

    text-align: right;
}


/*.contentsBox
----------------------------------------------------*/
.contentsBox
{
    width: 900px;
    margin: auto;
}

.contentsBox .box
{
    font-size: 12px;

    float: left;

    width: 200px;
    margin-right: 10px;
    padding: 10px;

    color: #fff;
}

.con_block_n
{
    width: 680px;margin: 10px 0;padding: 0;
}


/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#main
{
    float: right;

    width: 690px;
    padding: 20px 0 10px 10px;
}

#main h2
{
    font-size: 16px;
    font-weight: 100;

    width: 680px;
    height: 40px;
    padding: 10px 0;

    text-indent: 2em;

    background: url(../image/h2Bar.gif) no-repeat;
}

#main h3
{
    font-size: 16px;
    font-weight: 100;

    width: 480px;
    height: 40px;
    padding: 10px 0;

    text-indent: 2em;

    background: url(../image/h3Bar.gif) no-repeat;
}

#main .section
{
    margin: 20px 0;
    padding: 10px ;
}

#main .sectionBorder
{
    width: 680px;
    margin: 20px 0;

    border: solid #ccc 1px;
}

#main .sectionService
{
    padding: 10px 0;
}

#main .box
{
    float: left;

    width: 190px;
    margin-right: 5px;
    padding: 0 15px 0 10px;

    border-right: solid #ccc 1px;
}

#main .box-end
{
    float: left;

    width: 190px;
    margin-right: 5px;
    padding: 0 0 0 10px;
}

#main .btn
{
    float: left;

    width: 226px;
}

#main .btn50
{
    float: left;

    width: 113px;
}

#main .btn-end
{
    float: left;

    width: 226px;
}

#main .sectionTop ul li
{
    list-style-position: inside;
    list-style-image: url(../image/cirBK.gif);
}
#main .section ul li
{
    list-style-position: inside;
    list-style-image: url(../image/cirBK.gif);
}

/* 親子ボックス
----------------------------------------------------------- */


#oya_sodan
{
    position: relative;

    width: 680px;
}
#k_sodan
{
    position: absolute;
    top: 68px;
    left: 13px;

    width: 430px;
}
#k_sodanBtn
{
    position: absolute;
    top: 147px;
    left: 13px;
}

#oya_keiyaku
{
    position: relative;

    width: 680px;
}
#k_kei01
{
    position: absolute;
    top: 192px;
    left: 12px;

    width: 190px;
}
#k_kei02
{
    position: absolute;
    top: 192px;
    left: 237px;

    width: 190px;
}
#k_kei03
{
    position: absolute;
    top: 192px;
    left: 464px;

    width: 190px;
}

#oya_mail
{
    position: relative;

    width: 680px;
}
#k_mailBtn
{
    position: absolute;
    top: 11px;
    left: 361px;
}

/* テーブル装飾
----------------------------------------------------------- */
div.table_block
{
    margin: 0;padding: 15px 0;
}
div.table_block table
{font-size: 100%;

    clear: both;width: 100%;margin: 0 auto;padding: 0;border-collapse: collapse;
}
div.table_block th
{
    width: 180px;padding: 15px;text-align: left;vertical-align: middle;color: #fff;border: 1px solid #fff;background: #889f20;
}
div.table_block td
{
    padding: 15px;text-align: left;vertical-align: middle;border: 1px solid #fff;background: #f6f6f6;
}

#btnBox
{
    width: 680px;
    padding-top: 20px;
    padding-bottom: 20px;

    border: 1px solid #ccc;
    background-color: #f6f6f6;
}


/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */
#sub
{
    float: left;

    width: 200px;
    padding-top: 20px;
}



#sub .box
{
    padding: 5px;

    border-bottom: solid #ccc 1px;
}

#sub .box-end
{
    padding: 5px;
}
/*サイドの親子ボックス
----------------------------------------------------------- */


#oya_wm
{
    position: relative;

    width: 180px;
}
#k_wm_k
{
    position: absolute;
    top: 51px;
    left: 10px;

    width: 72px;
}
#k_wm_i
{
    position: absolute;
    top: 51px;
    left: 98px;

    width: 72px;
}

#oya_jp
{
    position: relative;

    width: 180px;
    padding: 5px 0;
}
#k_jp_k
{
    position: absolute;
    top: 45px;
    left: 14px;

    width: 153px;
}
#k_jp_i
{
    position: absolute;
    top: 86px;
    left: 14px;

    width: 153px;
}
#k_jp_m
{
    position: absolute;
    top: 125px;
    left: 13px;

    width: 153px;
}

/*横並びリスト
----------------------------------------------------------- */

dl.List
{
    overflow: hidden;
    zoom: 1;
}
dl.List dt
{
    font-weight: bold;

    float: left;
    clear: both;

    width: 100px;
    margin-bottom: 5px;
    padding: 0 0 5px 10px;
}
dl.List dd
{
    margin-bottom: 5px;
    padding: 0 0 5px 120px;

    border-bottom: 1px dotted #999;
}

.data-r
{
	display: block;

}
