@charset "utf-8";

/* top.html Dedication
---------------------------------------------*/

#contents{
	background-image:url(../images/home_bg.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 80px;
	background-position: top;
	padding-left: 56px;
	width: 711px;
	list-style-type: none;
	font-size: 110%;
}

#contents p{
	line-height: 1.5;
	color: #000000;
}
#contents li {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	
}




/* 業務案内マウスオーバー設定
---------------------------------------------*/
.over01 a{
    display : inline-table;
    width : 135px ;
    height : 134px ;
    background-repeat : no-repeat ;
    background-position : center center ;
}

.over01 a:link {
    color : blue ;
    background-image :  url(../images/roudou.gif) ;
}

.over01 a:visited{
    color : purple ;
    background-image :  url(../images/roudou.gif);
}

.over01 a:hover{
    background-image : url(../images/roudou_over.gif) ;
}

.over01 a:active{
    color : green ;
    background-image :  url(../images/roudou_over.gif) ;
}

.over01 a:link img{
    visibility : visible ;
    border-style : none ;
}

.over01 a:visited img{
    visibility : hidden ;
    border-style : none ;
}

.over01 a:hover img{
    visibility : hidden ;
    border-style : none ;
}

.over01 a:active img{
    visibility : hidden ;
    border-style : none ;
}






.over02 a{
    display : inline-table;
    width : 135px ;
    height : 134px ;
    background-repeat : no-repeat ;
    background-position : center center ;
}

.over02 a:link {
    color : blue ;
    background-image :  url(../images/shuugyou.gif) ;
}

.over02 a:visited{
    color : purple ;
    background-image :  url(../images/shuugyou.gif);
}

.over02 a:hover{
    background-image : url(../images/shuugyou_over.gif) ;
}

.over02 a:active{
    color : green ;
    background-image :  url(../images/shuugyou_over.gif) ;
}

.over02 a:link img{
    visibility : visible ;
    border-style : none ;
}

.over02 a:visited img{
    visibility : hidden ;
    border-style : none ;
}

.over02 a:hover img{
    visibility : hidden ;
    border-style : none ;
}

.over02 a:active img{
    visibility : hidden ;
    border-style : none ;
}




.over03 a{
    display : inline-table;
    width : 135px ;
    height : 134px ;
    background-repeat : no-repeat ;
    background-position : center center ;
}

.over03 a:link {
    color : blue ;
    background-image :  url(../images/kyuyo.gif) ;
}

.over03 a:visited{
    color : purple ;
    background-image :  url(../images/kyuyo.gif);
}

.over03 a:hover{
    background-image : url(../images/kyuyo_over.gif) ;
}

.over03 a:active{
    color : green ;
    background-image :  url(../images/kyuyo_over.gif) ;
}

.over03 a:link img{
    visibility : visible ;
    border-style : none ;
}

.over03 a:visited img{
    visibility : hidden ;
    border-style : none ;
}

.over03 a:hover img{
    visibility : hidden ;
    border-style : none ;
}

.over03 a:active img{
    visibility : hidden ;
    border-style : none ;
}






.over04 a{
    display : inline-table;
    width : 135px ;
    height : 134px ;
    background-repeat : no-repeat ;
    background-position : center center ;
}

.over04 a:link {
    color : blue ;
    background-image :  url(../images/mental.gif) ;
}

.over04 a:visited{
    color : purple ;
    background-image :  url(../images/mental.gif);
}

.over04 a:hover{
    background-image : url(../images/mental_over.gif) ;
}

.over04 a:active{
    color : green ;
    background-image :  url(../images/mental_over.gif) ;
}

.over04 a:link img{
    visibility : visible ;
    border-style : none ;
}

.over04 a:visited img{
    visibility : hidden ;
    border-style : none ;
}

.over04 a:hover img{
    visibility : hidden ;
    border-style : none ;
}

.over04 a:active img{
    visibility : hidden ;
    border-style : none ;
}


/* 最新情報
---------------------------------------------*/

#news{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 20px;
	background-position: top;
	padding-left: 56px;
	font-size: 90%;
	color: #999999;
}
#news p {
	padding: 3px;
	
}

#news img {
	margin-bottom: 20px;
}

.day{
	float: left;
	border: 1px solid #999999;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 90%;
	width: 45px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
.floatclear
      {
         clear: both;
      }


/*バナーエリア
---------------------------------------------*/

#ex{
	list-style-type: none;
	background-image: url(../images/yajirushi.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-top: 20px;
}
#ex li {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#ex img{
	padding-left: 10px;
}
