@charset "UTF-8";
/* ボディ全体 */
body{
    margin : 0px;
    font-size : 14px;
    line-height : 1.5em;
    color : #333;
    text-align : center;
    font-family:"Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
    min-width : 1000px;
    background : #fff url('/assets/images/css/common/body_back.jpg') repeat-x;
    padding : 0px 1px;
    }

/*--------------------------- ALLcommon START -----------------------------------*/

/* 画像ボーダーなし、下揃え */
img{
    border : 0px;
    vertical-align : bottom;
    }


/* リストスタイルなし */
ul{list-style : none;margin:0;padding:0;}
/* P　マージンなし */
p{margin : 0 auto;}
/* テーブル */
table{font-size : 100%;}
/* フォーム */
form{margin : 0;}
/*テキストエリア文字サイズ*/
textarea{font-size : 100%;}

/* 文字の縦位置（中） */
.vm{vertical-align : middle;}
/* 文字の縦位置（上） */
.vt{vertical-align : top;}
/* 文字の縦位置（下） */
.vb{vertical-align : bottom;}


/*floatleft*/
.fl{float : left;}
/*floatright*/
.fr{float : right;}
/* フロートクリアー（全） */
.cr{clear : both;display: block;}
/* フロートクリアー（右） */
.crr{clear : right;display: block;}
/* フロートクリアー（左） */
.crl{clear : left;display: block;}


/* 赤文字 */
.red{color : #ff0000;}
/* 青文字 */
.blue{color : blue;}
/* 白文字 */
.white{color : white;}
/* グリーン */
.green{color : green;}

/*白背景*/
.whiteback{background : #fff;}

/* 文字サイズ（70%） */
.f70{
    font-size : 70%;
    }
/* 文字サイズ（80%） */
.f80{
    font-size : 80%;
    }
/* 文字サイズ（120%） */
.f120{
    font-size : 120%;
    }
/* 右寄せ */
.rt{
    text-align : right;
    }
/* 左寄せ */
.lt{
    text-align : left;
    }
/* センター */
.ce{
    text-align : center;
    }
    
/* 字間(120%) */
.lh120{line-height : 120%;}
/* 字間(130%) */
.lh130{line-height : 130%;}
/* 字間(150%) */
.lh150{line-height : 150%;}

/*-------マージン指定3pstart-------*/
.mb3{
    margin-bottom : 3px;
    }
.ml3{
    margin-left : 3px;
    }
.mr3{
    margin-right : 3px;
    }
.mt3{
    margin-top : 3px;
    }
.mall3{
    margin : 3px;
    }
/*-------マージン指定end-------*/
/*-------マージン指定5pstart-------*/
.mb5{
    margin-bottom : 5px;
    }
.ml5{
    margin-left : 5px;
    }
.mr5{
    margin-right : 5px;
    }
.mt5{
    margin-top : 5px;
    }
.mall5{
    margin : 5px;
    }
/*-------マージン指定end-------*/

/*-------マージン指定10start-------*/
.mb10{
    margin-bottom : 10px;
    }
.ml10{
    margin-left : 10px;
    }
.mr10{
    margin-right : 10px;
    }
.mt10{
    margin-top : 10px;
    }
.mall10{
    margin : 10px;
    }
/*-------マージン指定end-------*/

/*-------マージン指定15start-------*/
.mb15{
    margin-bottom : 15px;
    }
.ml15{
    margin-left : 15px;
    }
.mr15{
    margin-right : 15px;
    }
.mt15{
    margin-top : 15px;
    }
.mall15{
    margin : 15px;
    }
/*-------マージン指定end-------*/

/*-------マージン指定20start-------*/
.mb20{
    margin-bottom : 20px;
    }
.ml15{
    margin-left : 20px;
    }
.mr15{
    margin-right : 20px;
    }
.mt15{
    margin-top : 20px;
    }
.mall15{
    margin : 20px;
    }
/*-------マージン指定end-------*/

/*-------マージン指定30pstart-------*/
.mb30{
    margin-bottom : 30px;
    }
.ml30{
    margin-left : 30px;
    }
.mr30{
    margin-right : 30px;
    }
.mt30{
    margin-top : 30px;
    }
.mall30{
    margin : 30px;
    }
/*-------マージン指定end-------*/
/*-------マージン指定50pstart-------*/
.mb50{
    margin-bottom : 50px;
    }
.ml50{
    margin-left : 50px;
    }
.mr50{
    margin-right : 50px;
    }
.mt50{
    margin-top : 50px;
    }
.mall50{
    margin : 50px;
    }
/*-------マージン指定end-------*/

.ml35{
    margin-left : 35px;
    }

/*-------padding指定3pstart-------*/
.pb3{
    padding-bottom : 3px;
    }
.pl3{
    padding-left : 3px;
    }
.pr3{
    padding-right : 3px;
    }
.pt3{
    padding-top : 3px;
    }
.pall3{
    padding : 3px;
    }
/*-------padding指定end-------*/
/*-------padding指定5pstart-------*/
.pb5{
    padding-bottom : 5px;
    }
.pl5{
    padding-left : 5px;
    }
.pr5{
    padding-right : 5px;
    }
.pt5{
    padding-top : 5px;
    }
.pall5{
    padding : 5px;
    }
/*-------padding指定end-------*/
/*-------padding指定10start-------*/
.pb10{
    padding-bottom : 10px;
    }
.pl10{
    padding-left : 10px;
    }
.pr10{
    padding-right : 10px;
    }
.pt10{
    padding-top : 10px;
    }
.pall10{
    padding : 10px;
    }
/*-------padding指定end-------*/

/*-------padding指定30pstart-------*/
.pb30{
    padding-bottom : 30px;
    }
.pl30{
    padding-left : 30px;
    }
.pr30{
    padding-right : 30px;
    }
.pt30{
    padding-top : 30px;
    }
.pall30{
    padding : 30px;
    }
/*-------padding指定end-------*/

.w130{
    width : 130px;
    }
.w140{
    width : 140px;
    }
.w150{
    width : 150px;
    }

/* リンク下線なし */
a{text-decoration : none;}

/*--------------------------- ALLcommon END -----------------------------------*/



/*--------------------------- SITEcommon START -----------------------------------*/

/* デフォルトリンクカラー */
a:link { color: #1e8ac2; }
a:visited { color: #1e8ac2;}
a:hover { color: #c27d45;}
a:active { color: #c27d45;}


/* ページ全体 */

#all{
    background : url('/assets/images/css/common/body_back.jpg') repeat-x;
    width : 1000px;
    text-align : center;
    margin : 0 auto;
    position: relative;
    min-height: 100%;
    

    }
#all h1{
    font-size : 10px;
    text-align : left;
    color : #FFFFFF;
    width : 800px;
    margin : 0px;
    position: absolute;
    top : 0;
    left : 0;
    z-index : 1000;
    font-weight:normal;
}
#head{
    background : url('/assets/images/css/common/head_back2.jpg') no-repeat;
    text-align : left;
    position: absolute;
    top:0px;
    left:0;;
    }

#head .head_contents{
    clear : both;
    }
#head .sitemap{
    text-align : right;
    padding-right : 27px;
    _margin-right : 4px;
    }
#head .logo{
    float : left;
    width : 328px;
    }
#head .other{
    margin-left : 332px;
    }

#head .button{
    float : left;
    }
#head .button img{
    margin-right : 4px;
    margin-top : 13px;
    }
#head .fontsize{
    float : right;
    margin-top : 4px;
    margin-right : 7px;
    _margin-right : 4px;
    }
#head .fontsize img{
    margin-right : 0px;
    
    }
#head #search{
    z-index:900;
    line-height : 0px;
    height : 47px;
    margin-left : 415px;
    }

#head #search img{
    vertical-align : top;
    }
#head #search input{
    vertical-align : top;
    height: 16px;
}
#head #ajaxSearch_input {
    margin : 0px;
    padding : 0px;
    display:inline;
    }
#head #indicator{
    background : #fff;
    position : absolute;
    top : 123px;
    left : 765px;
    z-index : 902;
    }
#head #searchClose{
    background : #fff;
    position : absolute;
    top : 123px;
    left : 747px;
    z-index : 901;
    }
#head #ajaxSearch_submit{
    width : 70px !important;
    background : #97c71c;
    border : 0px;
    }
#head #search #ajaxSearch_form{
    line-height : 0px;
    vertical-align : bottom;
    }

#head #search fieldset{
    padding : 0px;
    border : 0px;
    margin : 0px;
    }

#head #ajaxSearch_output {
    background : #fff;
    color: #333;
    -moz-opacity:0.95 !important;
    opacity:0.95 !important;
    filter: alpha(opacity=95) !important;
    width: 220px !important;
    border: 0;
    line-height:normal;
    position : absolute;
    z-index : 900;
    left : 747px;
    top : 130px;
    padding-top : 15px;
    font-size : 12px;
    
}

#global_menu{
    clear : both;
    padding : 0 19px 0 26px;
    margin-bottom : 1px;
    }
#global_menu li{
    float : left;
    margin-right : 4px;
    padding : 0;
    position: relative;
    line-height : 0px;
    }
#global_menu li a{
    line-height : normal;
    }




#contents{
    
    padding-top : 197px;
    width : 1000px;
    position : relatibe
    }

#right_contents{
    float : right;
    text-align : center;
    width : 725px;
    margin-right : 10px;
    _margin-right : 5px;
    position:relative;
    
    }
#right_contents .B_crumbBox{
    text-align : right;
    font-size : 10px;
    padding : 0 3px 1px 3px;
    background : #c5c5c5;
    font-family :"ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
    line-height : 14px;
    margin: 50px 9px 0 10px;
}
#right_contents .B_crumbBox a:link,
#right_contents .B_crumbBox a:hover,
#right_contents .B_crumbBox a:visited
{
    color : #f8f8f8;
    text-decoration : underline;
    
}
#right_contents .B_currentCrumb{
    
    color : #f8f8f8;
}
#right_contents #main_contents{
    position:relative;
    background : url('/assets/images/css/common/main_contents_back.jpg') repeat-y;
    text-align : center;
    
}
#right_contents .indexmain{
    margin : 5px auto 0 auto;
}
#right_contents .othermain{
    margin : -10px auto 0 auto;
}

#right_contents #main_contents .in_content{
    padding : 20px 15px;
}
#right_contents h2{
    background : url('/assets/images/css/common/main_contents_top.jpg') no-repeat;
    padding : 28px 15px 15px 15px;
    font-size : 80%;
    font-weight : normal;
    text-align : right;
    color : #658710;
    position : relative;
    }
#right_contents #other_contents{
    background : url('/assets/images/css/common/other_contents_top.jpg') no-repeat;
    background-position : top;
    padding-top : 50px;
    margin : 0 auto;
    
}
#other_contents .area{
    background : url('/assets/images/css/common/dotte_line.png') repeat-x;
    margin : 11px;
    padding : 5px 0;
    font-size : 80%;
    text-align : left;
    }
#other_contents .areabottom{
    background : url('/assets/images/css/common/dotte_line.png') repeat-x;
    background-position : bottom;
    padding : 5px 5px;
    line-height : 1.5em;
    }
#other_contents .areabottom .intext{
    color : #3e500f;
    margin-bottom : 3px;
    margin-top : 5px;
    font-size : 110%;
        }
#other_contents .area h4{
    margin : 0px;
    }
#left_contents{
    margin-right : 755px;
    margin-left : 15px;
    margin-top : 15px;
    position : relative;
    text-align : left;
    }
#left_contents #site_menus{
    text-align : left;
    }
#left_contents #site_menus h5{
    background : #5c5c5c;
    color : #fff;
    padding : 1px 5px;
    margin-bottom : 3px;
    }
#left_contents #site_menus li{
    background : url('/assets/images/css/common/dotte_line.png') repeat-x;
    background-position : bottom;
    padding : 5px 0;
    font-size : 90%;
    letter-spacing  : -1px;
    
    }
#left_contents #site_menus li a{
    display : block;
    background : url('/assets/images/css/common/main_menu_point.png') no-repeat;
    background-position : 0 0%;
    padding-left : 20px;
    line-height : 20px;
}
#left_contents #site_menus li a:hover{
    display : block;
    
    background : url('/assets/images/css/common/main_menu_point.png') no-repeat;
    background-position : 0 100%;
    padding-left : 20px;
    line-height : 20px;
}
#left_contents .clumn_title{
    background : url('/assets/images/css/common/back_left_title.jpg') no-repeat;
    }
#left_contents .concept{
    margin-top : 15px;
    }
#left_contents .concept li{
    margin-bottom : 5px;
    }
#left_contents .company{
    background : #ececec url('/assets/images/css/common/company.png') no-repeat;
    background-position : right bottom;
    border : solid #575757;
    border-width : 1px 0 1px 0;
    margin-top : 15px;
    padding : 5px;
    font-size : 12px;
    line-height : 1.5em;
    }
#left_contents .kaiketsu{
    background : #000;
    text-align : center;
    padding-bottom : 3px;
    }
#left_contents .kaiketsu h5{
    margin-bottom : 0px;
    }
#left_contents .kaiketsu ul{
    margin : 0 3px;
    background : #fff;
    padding : 5px;
    }
#left_contents .kaiketsu li{
    text-align : left;
    padding : 3px;
    background : url('/assets/images/css/common/dotte_line.png') repeat-x;
    background-position : bottom;
    }
#left_contents .kaiketsu li a{
    background : url('/assets/images/css/common/kaiketsu.png') no-repeat;
    background-position : 0 50%;
    margin : 0 3px 0 -15px;
    display : block;
    padding-left : 18px;
    line-height : 1.2em;
    font-size : 90%;
    
    }
#left_contents .indexbunner{
    margin-top : 30px;
    font-size : 80%;
}

/*ie6ハック*/
*html body #left_contents img{margin-right : -3px;}
*html body #left_contents .kaiketsu img{margin-right : -3px;}




#pagetop{
clear : both;
text-align:right;
}

#footer{
    clear : both;
    margin-top : 30px;
    background : #a7d62e;
    border-top : 4px solid #c5c5c5;
    text-align : right;
    color : #fff;
    
    }
#footer .footerbody{
    background : url('/assets/images/css/common/back_foot.jpg') no-repeat;
    background-position : top left;
    width : 1000px;
    margin : 0 auto;
    padding-top : 15px;
    }
#footer .copytext{
    text-align : right;
    }


