@charset  "Shift_JIS";


/* base.css 

 01.body
 02.reset
 03.Basic Layout
 04.header
 05.contents  frame
 06.contents 
 07.footer


*/




/* ========================================================== */
/*  body                                                      */
/* ---------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: left;
	margin: 0;
	padding: 0;
	font-size:12px;
	background-image:url(../images/bg-body.jpg);
	background-repeat:repeat;
	}

/* ========================================================== */
/*  04.header      リセット                                   */
/* ---------------------------------------------------------- */
	
	
/*　初期化
----------------------------------------------- */
h1,h2,h3,h4,h5,h6,ul,li,form,table,tr {
	margin: 0;
	font-weight: normal;
	}
	
	
	
/*　文字設定
----------------------------------------------- */

p{
    font-size:12px;
	line-height:130%;
	margin:0px 0px 20px 0px;
	color:#484848;
	}	
	
td{
	font-size:12px;
	color:#484848;
	}


h2{
	margin: 0px 0 20px 0;
	}


/*　h2　下のマージンが10pxのもの　
----------------------------------------------- */

.m10px
	{
	margin-bottom:10px;}
	
.font-blue
	{
	font-size:12px;
	color:#001ab3;
	}	
	
.font-blue02
	{
	font-size:12px;
	color:#304C96;
	}	
	
/* ========================================================== */
/*  04.header      ロゴ部分                                   */
/* ---------------------------------------------------------- */


.header-logo{
	float:left;
	margin:11px 0px 0px 14px;
    float:left;
　　padding:0px;
	}

.header-logo　img{
	margin:0px;
　　padding:0px;
	}

.header-td01
	{border-bottom:1px solid #C5C5D1;
	padding-bottom:12px;}


.header-td02{
}



/* ========================================================== */
/*  グローバルメニュー                                        */
/* ---------------------------------------------------------- */


#globalmenu {
	margin: 0px;
	padding:0px;
    width:850px;
	}
	

#globalmenu li {
	float: left;
	list-style-type: none;
	}

#breadcrumbs
	{
	margin:5px 0px 5px 12px;
	}


/* ========================================================== */
/*  ローカルメニュー　 （左メニュー）　                       */
/* ---------------------------------------------------------- */


#left {
	margin:0px 0px 0px 10px;
	padding: 0;
	text-align: left;
	width:158px;
	vertical-align:top;
	}

#localmenu {
	margin: 0px;
    padding-top:4px;
	vertical-align:top;
	}

#localmenu_pre {
	margin: 0px;
    padding:0px;
	vertical-align:top;
	}


#localmenu li, #localmenu_pre li {  
	list-style-type: none;
	margin: 0;
	padding:0;
	}
	
#localmenu li.entry_m, #localmenu_pre li.entry_m {  
	margin-top:23px;
	}
	
/*　左下 プラバシーポリシーマーク
----------------------------------------------- */
	
.privacy{
	line-height:130%;
	color:#0A2775;
	font-size:10px;
	text-align: left;
	padding-right:15px;
	margin-bottom: 15px;
	}
	
/*　左下 ワークライフバランスマーク
----------------------------------------------- */
	
.wlb {
	line-height:130%;
	color:#0A2775;
	font-size:10px;
	text-align: left;
	padding-right:15px;
	margin-bottom: 45px;

	}

/* ========================================================== */
/*  メインコンテンツ　 （右側）　　　　                       */
/* ---------------------------------------------------------- */

#right {
	width: 658px;
	margin:0px 0px 20px 0px;
	padding:0px 1px;
	background-image:url(../images/contents_body.gif);
    background-repeat: repeat-y;
   border-top:1px solid #CCCFDE;
}

#right2 {
	width: 633px;
	border: 6px solid #E4E5EA;
	margin:0px 0px 0px 0px;
	padding:8px 8px 8px 8px;
}

#slash{
    width:642px;
    margin:0px;
    padding:0px 8px 20px 8px;
	background: url(../images/contents_foot.gif) no-repeat left bottom;
   border-top:7px solid #354777;
}

#slash2{
    width:658px;
    margin:0px;
    padding:0px;
	background: url(../images/contents_foot.gif) no-repeat left bottom;
   border-top:7px solid #354777;
}

#slash3{
    width:650px;
    margin:0px;
    padding:0px 0px 20px 8px;
	background: url(../images/contents_foot.gif) no-repeat left bottom;
   border-top:7px solid #354777;
}

#slash4{
    padding:0px 8px 0px 0px;
}


#slash5{
    width:658px;
    margin:0px;
    padding:0px 0px 15px 0px;
	background: url(../images/contents_foot.gif) no-repeat left bottom;
   border-top:7px solid #354777;
}

#slash p{
    margin:10px 5px 5px 5px;
}

#slash img{
    vertical-align:top;
}

#plain{
    width:653px;
    margin:0px;
    padding:0px 6px 20px 0px;
   border-top:7px solid #354777;
   border-bottom:1px solid #CCCFDE;
}


/*　右側陰
----------------------------------------------- */

.bg-shadow{
	background-repeat:repeat-y;
	background-image:url(../images/bg-shadow.jpg);
	}


/* ========================================================== */
/*  footer　                                                  */
/* ---------------------------------------------------------- */

#footer {
	clear: both;
	margin:0px;
	padding:6px 0 0 4px;
	text-align: right;
	height:20px;
    border-top:solid 1px #929199;
	width:830px;

}

#footer ul {
	text-align: left;
	float:left;
	width: 500px;
	}

#footer li {
	background-image:   url(../images/icon_footer.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-right:5px;
	color: #000000;
	font-size:12px;
	display: inline;
}

#footer address{
	float:left;
	text-align: right;
	width:320px;
	font-style:normal;
	font-size:12px;
	}


/* ========================================================== */
/*  other 　                                                  */
/* ---------------------------------------------------------- */



/*　画像
----------------------------------------------- */
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
    border:none;
	}

/*　リンク
----------------------------------------------- */

a:link { color:#484848; } 
a:visited { color:#484848; } 
a:hover { color:#484848; } 
a:active { color:#484848; }


/*　image (vertical-align:middle; 画像天地中央寄せ)
----------------------------------------------- */
.img-middle{
	vertical-align:middle;}
	

/*　image (写真ボーダー)
----------------------------------------------- */
.photo-border{
	padding:1px;
	border:1px solid #dcdcdc;
	}
	
	


/*　pagetotop（このページのトップへ）
----------------------------------------------- */

.pagetop
	{
	text-align:right;
	margin:10px 0 31px 0;
	padding:0px;
	font-size:12px;
	clear:both;
	}
	
/*　（もっと詳細を見る）
----------------------------------------------- */

.more-detail
	{
	text-align:right;
	width:100%;
	margin:0 0 2px 0;}


.td-size1
	{
	font-size:1px;}
	
	
	
/*　メールフォーム　inputボタン
----------------------------------------------- */

.button-input
	{
	padding:7px;
	font-size:12px;
	}

