@charset "UTF-8";
/*--------------------------------------------------------
  共通レイアウト設定
--------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px; /*90%;*/
  font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
  /*font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;*/
  font-weight: 100; 
  color: #333333; 
  min-width: 840px;
  letter-spacing: nomal;
  line-height: 180%;
}

/* safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body { font-size: 100%; }
/* end */
   
/* iphone用 */
/*\*/
html { -webkit-text-size-adjust: none; }    /* 自動アジャスト表示を無効にする */
/* end */

img { border: 0; }

a {/*リンクされた文字*/
    color:#079AFD;
    font-style:normal;
    text-decoration:underline;
}

/* リストの文章のリンク文字 */
a {
    text-decoration: underline; 	/* リンク下線あり */
    color: #079AFD;
    font-weight: bold;
}

a:hover {    
    text-decoration: none; 		/* リンク下線なし */
}

/*--------------------------------------------------------
  共通ヘッダー設定
--------------------------------------------------------*/
/* 上端からナビゲーションメニューまでの領域 */
#header
{
    width: 840px;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
}

.header-in
{
    width: 840px;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
}

/* 上端の画像領域 */
#header #header-logo { height: 65px; }

#header #header-logo #header-logoL	
{
    width: 244px;
    margin-left: -15px;
    float: left;    
}

#header #header-logo #header-logoR	
{
    width: 102px;
    float: right;
}

#header #header-logo #header-line	
{
    width: 840px;
    float: right;
    display: block;
    margin-top: -19px;
    margin-right: -80px;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    height: 41px;
    background-image : url(../img/header_lineR.png);
    background-position: top right;
    background-repeat: no-repeat;
}

/*--------------------------------------------------------
  共通フッター領域
--------------------------------------------------------*/
#container-bottom {
    position: relative;
    background-color: #FFFFFF;  /*#ECE9D8;*/
    background-image : url(../img/bg_common_bottom.png);
    background-position: top left;
    background-repeat: repeat-x; 
}

#container-bottom #link-bottom {
    width: 840px;
    height: 189px;
    margin-top: 20px;
    padding-top: 15px;
    padding-left: 0px;
    padding-right: 0;
    padding-bottom: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-weight:normal; 
    clear: both;
}

/* 文字リンク設定 */
#container-bottom #link-concept { 
  margin-left: 20px;  
  width: 160px;
  float: left; 
}
#container-bottom #link-info { width: 160px; float: left; }
#container-bottom #link-care { width: 190px; float: left; }
#container-bottom #link-career { width: 190px; float: left; }
#container-bottom #link-recruit { width: 120px; float: right; }

#container-bottom #link-bottom .link-col ul { list-style: none; margin:0; padding: 0; }

#container-bottom #link-bottom .link-text1 {
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 110%; 
    text-align: left; 
} 

#container-bottom #link-bottom .link-text2 {
    /*margin-bottom: 7px;*/
    margin-bottom: 3px;
    font-size: 95%; 
    text-align: left; 
} 

#container-bottom #link-bottom a {
    text-decoration: none; 		/* リンク下線なし */
    color: #FFFFFF;
    font-weight: normal;
}
#container-bottom #link-bottom a:hover {
    text-decoration: underline;	/* リンク下線あり */
    font-weight: normal;
}

/*--------------------------------------------------------
  メイン領域レイアウト設定
--------------------------------------------------------*/
/* トップページ含む全ページ共通 */
#inner {
    width: 840px;
    text-align:center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    clear: both;
}

/*--------------------------------------------------------
  共通フッター設定
--------------------------------------------------------*/
#footer {
    width: 840px;
    height: 25px;
    margin-top: -5px;
    margin-left : 100px;
    padding: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;    
    position: relative;
    background-color: #ffffff;
    font-size: 90%;
}

#footer a {
  color: #4E4E4E;
  text-decoration: none; 		/* リンク下線なし */
}

#footer a:hover {
  text-decoration: underline; 	/* リンク下線あり */
}

#footerL { 
    margin-left: 5px; 
    float: left; 
}
 
#footerR { 
    font-size: 90%;
    float: right; 
    letter-spacing: 0px;	/*文字幅*/
} 

/*--------------------------------------------------------
  共通書式設定
--------------------------------------------------------*/
/* 見出し */
h1 {
    border-bottom: 1px #61F22C solid; /*lineGreenB*/
    font-weight: bold;
    font-size: 16px;
    padding-left: 20px;
    line-height:200%;
    text-align: left;
}

h2 {
    color: #079AFD; /*fcLBlue*/ 
    font-weight: bold;
    font-size: 16px;
    text-align: left;
}

h2.lb-title {
    color: #079AFD; /*fcLBlue*/ 
    font-weight: bold;
    font-size: 17px;
    text-align: left;
    margin: 2px 0 10px 0;
    padding: 0;
    font-weight: normal;    
}

h3 { 
    margin: 0;
    padding: 0;
    text-align: left; 
    font-weight: bold;
}

/*--------------------------------------------------------
  管理者画面表示用テーブル
--------------------------------------------------------*/
table.tbl-input {
    margin-top: 15px;
    margin-bottom: 15px;
}

table.tbl-input th {
    padding: 13px 10px 10px 10px;
    text-align: left;
}

table.tbl-input td {
    padding: 13px 15px 13px 15px;
    text-align: left;    
}

table.tbl-list {
    margin-top: 8px;
}

table.tbl-list th {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

table.tbl-list td {
    padding: 8px 8px 5px 15px;
}

/*--------------------------------------------------------
  フォームパーツ設定
--------------------------------------------------------*/
input.button
{
    margin-top: auto; /*10px;*/
    margin-bottom: 2px; /*15px;*/
    margin-left: auto;
    margin-right: auto;
}

textarea
{
    width: 450px;
/*    height: 200px;*/
}
input.ll
{
    width: 450px;
}
input.l
{
    width: 350px;
}
input.m
{
    width: 250px;
}
input.s
{
    width: 150px;
}

#selNendo {
    margin-bottom: 8px;
}