@charset "utf-8";

@media all{
/*====================================
固有スタイル
====================================*/

#title{width:auto; height:90px; padding:0 70px; background:url(../img/bg_h1.gif) no-repeat;}
#breadcrumbs{font-size:80%; padding:10px 0 0 10px; line-height:100%;}
#breadcrumbs a{color:#CCCCCC;}
#breadcrumbs a:link{text-decoration:none;}
#breadcrumbs a:visited{text-decoration:none;}
#breadcrumbs a:hover{text-decoration:underline;}
#breadcrumbs a:active{text-decoration:none;}

#title h1{font-size:140%; color:#FFE600; font-weight:bold; padding:30px 0 0 8px;}

#contents{background:url(../img/bg_body2.gif) repeat-y;}

h2{width:700px; height:32px; line-height:32px; margin:0 auto; background:url(../../recruit/img/bg_h2.gif) bottom no-repeat; color:#FFE600; font-size:100%; font-weight:normal; clear:both;}

.txt{width:700px; margin:0 auto; padding:10px 0 20px 0;}

.box1{width:280px; float:left;}

.list{}
.list li{ text-indent:-13px; padding:0 0 5px 13px;}

#contents .pagetop{width:760px; height:30px; background:url(../img/bg_body_bottom.gif) no-repeat; padding:70px 20px 0 0; text-align:right; clear:both;}


}
@media print{

#contents{background:url(../img/bg_body2.gif) repeat-y -70px 0px;}
#title{width:auto; height:90px; padding:0; background:url(../img/bg_h1.gif) no-repeat -70px 0px;}

}