@charset "UTF-8";
body {
    -webkit-text-size-adjust: 100%;
    text-align: center;
    line-height: 170%;
    font-size: 14px;
    font-style: normal;
    font-family: -apple-system, blinkMacSystemFont,
          'Helvetica Neue','Segoe UI', 'Hiragino Kaku Gothic ProN',
          Meiryo,sans-serif;
    color: #363636;
    /* [disabled]letter-spacing:1px; */
    
    
}
* {
	margin:0px;
	padding:0px;
}
img {
	border:0px solid;
}
a:link, a:visited, a:active {
	outline:none;
	color:#039;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	outline:none;
}
.clear {
	clear:both;
}
strong {
	color:#F69;
	font-weight:normal;
}
strong.sizel {
    font-size: 18px;
}

span img{
	display:inline-block;
	vertical-align:text-bottom;
	padding:0;
	margin: 0 0 0 4px;
	
}
button, input, select, textarea {
  font-family : inherit;
  font-size   : 100%;
}

/* 基本レイアウト
*************************************************************/


#bg {
	background:url(../images/bg.gif) repeat-x;
}
#container {
	width:972px;
	background:url(../images/bg.gif) repeat-x;
	margin:0 auto 0 auto;
}
#header {
    width: 972px;
    height: 96px;
    background: url(../images/header-bg.gif) no-repeat;
    position: relative;
}
#menu {
	clear:both;
	margin-top:5px;
	padding-top: 10px;
	margin-left:12px;
	float:left;
	width:250px;
	background-color: #FFE2B2;
	height: 150px;
}
#main {
	width:972px;
	margin-top:10px;
}
#main_title {
	width:930px;
	text-align: left;
	/* [disabled]background-color: #E8E8E8;
*/
	margin-left: 20px;
	line-height: 200%;
    margin-bottom: 30px;
}
#main_cont {
	width:930px;
	text-align: left;
	margin-left: 20px;
	margin-bottom: 20px;
}
#main_left {
	width:750px;
	float:left;
	text-align:left;
	margin-left:20px;
}
#main_right {
	width:170px;
	float:left;
	/* [disabled]text-align:left;
*/
	margin: 0px 0 0 10px;
}

#footer {
	clear:both;
	/* [disabled]width:100%;
*/
	/* [disabled]height: 100px;
*/
	/* [disabled]background:url(../images/footer.gif) repeat-x;
*/
}
/* 各ボックス内のレイアウト
*************************************************************/

/* header内
--------------------------------　*/
#tensenkai_logo {
    width: 210px;
    height: 60px;
    position: absolute;
    top: 30px;
    left: 40px;
}
#navi {
    width: 537px;
    height: 50px;
    position: absolute;
    top: 57px;
    left: 288px;
}

#newgrads {
    width: 200px;
    height: 39px;
    position: absolute;
    top: 57px;
    left: 757px;
/*    border-radius: 0.5em;*/
}
#newgrads p {
/*    line-height: 120%;
    padding-top: 6px;*/
}
#newgrads a {
/*    color:  #FFF;
    display:block;
    width: 100%;
    height: 100%;*/
}
#newgrads a:hover {
/*    background-color: #F15700;
    border-radius: 0.5em;*/
}



/* footer内
--------------------------------　*/
#footer_menu {
	/* [disabled]width: 900px;
*/
	/* [disabled]height: 20px;
*/
	/* [disabled]margin-left:auto;
*/
	/* [disabled]margin-right:auto;
*/
	padding:10px;
	border-bottom: 2px solid #403385;
	border-top: 2px solid #E0E4E7;
	background-color:#FFF;
	line-height: 200%;
}
#footer_text {
	/* [disabled]width: 900px;
*/
	/* [disabled]height: 20px;
*/
	/* [disabled]margin-left:auto;
*/
	/* [disabled]margin-right:auto;
*/
	padding:10px;
	background-color: #E8E8E8;
}
/* グローバルナビ
 （currentの際はclassに_cを追加）
--------------------------------　*/
ul#tabnavi {
	overflow:hidden;
	width:537px;
	height:40px;
	margin:0;
}
ul#tabnavi li {
	float:left;
	height:40px;
	list-style:none;
	overflow:hidden;
	position:relative;
	margin:0;
}
ul#tabnavi li img {
	position:absolute;
}
/* [タブ]天宣会TOP */
ul#tabnavi li.top {
	width:93px;
}
ul#tabnavi li.top img {
	left:0;
	top:0;
}
ul#tabnavi li.top a:hover img {
	left:0;
	top:-40px;
}
/*ul#tabnavi li.top_c {
	width:93px;
}
ul#tabnavi li.top_c img {
	left:0;
	top:-40px;
}*/
/* [タブ]天宣会ヘルスケアシステム */
ul#tabnavi li.hc {
	width:190px;
}
ul#tabnavi li.hc img {
	left:-93px;
	top:0;
}
ul#tabnavi li.hc a:hover img {
	left:-93px;
	top:-40px;
}
/*ul#tabnavi li.hc_c {
	width:190px;
}
ul#tabnavi li.hc_c img {
	left:-93px;
	top:-40px;
}*/
/* [タブ]天宣会の歩み */
ul#tabnavi li.history {
	width:108px;
}
ul#tabnavi li.history img {
	left:-283px;
	top:0;
}
ul#tabnavi li.history a:hover img {
	left:-283px;
	top:-40px;
}
/*ul#tabnavi li.history_c {
	width:108px;
}
ul#tabnavi li.history_c img {
	left:-283px;
	top:-40px;
}*/
/* [タブ]採用情報 */
ul#tabnavi li.recruit {
	width:77px;
}
ul#tabnavi li.recruit img {
	left:-391px;
	top:0;
}
ul#tabnavi li.recruit a:hover img {
	left:-391px;
	top:-40px;
}
/*ul#tabnavi li.recruit_c {
	width:77px;
}
ul#tabnavi li.recruit_c img {
	left:-391px;
	top:-40px;
}*/
