@charset "utf-8";


/*************************************************************
    Index.css　REHPRO TEMPLATE TYPE A
*************************************************************/



/* ----------------------------------------------------------
*
*    #CONTENTS 
*
* --------------------------------------------------------- */

#contents {
	width: 100% ;
	overflow: hidden ;
	
	}

#contents #contentsCont {
	margin: auto ;
	width: 800px ;
	text-align: left ;
	background-color:#fff;
	padding-bottom:30px;
	background:url(../images/bg_contents.gif) repeat-y;
}




/*	メインエリア
----------------------------------------------------------- */

#contents #main {
	float: right ;
	width: 506px ;
	line-height: 1.7;
	margin:15px 20px 0 0;
	_margin:15px 10px 0 0;
}
#contents #main h2 { 
	color:#666;
	font-size:110%;
	background:url(../images/ttl_mark.gif) no-repeat;
	padding:1px 0 0 18px;}

#contents #main .newsBox {
	background:url(../images/bg_news_top.gif) no-repeat #e8e8e8;
	width:485px;
	padding:5px 10px;
	margin-top:5px;}
	
#contents #main .newsBoxBtm {
	background:url(../images/bg_news_btm.gif) no-repeat;
	width:505px;
	height:9px;}

#contents #main .news01 {
	border-bottom:dotted 1px #666;
	padding-bottom:3px;
	margin-top:8px;
	}

#contents #main .news01 dt {
	float:left;
	font-size:80%;
	width:70px;
	margin-top:3px;
}
#contents #main .news01 .n-category {
	float:left;
	width:63px;
}
#contents #main .news01 .n-txt {
	float:left;
	width:340px;
	font-size:90%;
}



#contents #main #news02 h2 { 
	margin-top:20px; 
	color:#666;
	font-weight:bold;
	font-size:110%;
	background:url(../images/ttl_mark.gif) no-repeat 0 0px;
	height:20px;
	padding:1px 0 0 18px;
}

#contents #main #news02 h3 { 
	position:relative;
	padding-left:90px;
	border-bottom:dotted 1px #666;
	padding-top:10px;
	width:394px;
	height:64px;
	font-size:90%;
	line-height:1.5;
}
#contents #main #news02 h3 span { 
	font-size:80%;
}
#contents #main #news02 h3 img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding-top:7px;
}

#contents #main .top-list { padding-top:7px;}
#contents #main .top-list li { display:inline; font-size:80%; clear:both; margin-right:10px; background:url(../images/arrow.gif) no-repeat; padding-left:10px;}

/*	サブエリア
----------------------------------------------------------- */

#contents #sub {
	float: left ;
	width: 230px ;
	padding: 15px 0 0 8px ;
	_padding: 15px 0 0 0px ;
	background-color:#e7e7e7;
	margin-left:10px;
}
#contents #sub h3 { 
	_margin-left:0px;
}
#contents #sub h4 { 
	margin-top:20px;
	margin-left:3px;
	_margin-left:0px;
}

#contents #sub .submenu { 
	background:url(../images/ttl_mark2.gif) no-repeat 0 3px;
	padding:3px 0 0px 18px;
	margin-left:5px;
	color:#666;
}
#contents #sub ul {
	margin: 5px 0 30px 14px;
	font-size:85%;
}
#contents #sub li {
	line-height:200%;
	background: url(../images/img_arrow.gif) no-repeat 0 8px;
	padding-left:10px; 
}
#contents #sub p {
	margin-top:5px;
	margin-left:3px;
	width:220px;
}



/*　ページタイトル */
#contents #main .other-ttl{
	font-size:110%;
	border-bottom:2px solid #666;
	padding:0 0 3px 20px;
	background:url(../images/ttl_mark.gif) no-repeat 0 4px;
	margin-bottom:20px;
	}
	
/*　ニュース一覧 */
#contents #main .news01 .n-txt2 {
	float:left;
	width:420px;
	
}

#contents #main .pager { 
	text-align:center; 
	margin-top:30px; 
	font-size:85%;
}
#contents #main .pager li { 
	display:inline;
}

/*　企業概要テーブル */
table.company{
    border-top:1px solid #b2b2b2;
    border-left:1px solid #b2b2b2;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.company th{
    border-right:1px solid #b2b2b2;
    border-bottom:1px solid #b2b2b2;
    color:#333;
    background-color:#f2f2f2;
    background-image:url(../img/table-back.gif);
    background-position:left top;
    padding:5px;
    text-align:center;
	width:100px;
	font-weight:bold;
}
.company td{
    border-right:1px solid #b2b2b2;
    border-bottom:1px solid #b2b2b2;
    padding:8px;
	color:#333;
	background-color:#fff;
	width:365px;
}

/*　オフィスアルバム */
#contents #main .office dt span { 
	display:block; 
	font-weight:bold; 
	line-height:1.5; 
	margin-top:5px;
}
#contents #main .office dd { 
	line-height:1.5; 
	margin-bottom:30px;
}
#contents #main .member dt img { 
	float:left; 
	padding-right:10px; 
	padding-bottom:20px;
}
#contents #main .member dt span { 
	display:block; 
	font-weight:bold; 
	line-height:1.5;
	 margin-top:5px;
}
#contents #main .member dd { 
	line-height:1.5;
}

/*　FAQ */
#contents #main .faq {
	border-bottom:dotted 1px #ccc;
	padding:15px 0;
	}
	
#contents #main .faq dt {
	color:#333;
	font-weight:bold;
	}
#contents #main .faq dd {
	line-height:1.5;
	margin-top:10px;
	color:#333;
	}	

/*　エントリー */
#contents #main .entry {
	position:relative;
	border-bottom:dotted 1px #ccc;
	padding:15px 0;
}
#contents #main .entry dt {
	position:absolute;
	top:15px;
	left:0;
	color:#333;
	font-weight:bold;
	}
#contents #main .entry dd {
	padding-left:350px;	
	font-size:90%;
	padding-bottom:0px;
}