@charset "UTF-8";

/* サブメニューの位置変更 スタイル本体はcommon.css
-----------------------------------------*/
#subMenu {
	top: 400px;
}

/*トップカテゴリメニュー
-----------------------------------------*/
nav.cate {
	position: relative;
	height: 150px;
	width: 990px;
	padding-top: 10px;
	padding-bottom: 10px;
}
nav.cate ul li {
float: left;

}

/* 共通
-----------------------------------------*/
section {
	width: 730px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	position: relative;
}
section > h1 {
	background: url(../img/midashi2.png) no-repeat left top;
	height: 74px;
	line-height: 37px;
	font-size: 14px;
	text-indent: 30px;
	width: 680px;
	position: relative;
	z-index: 1;
	margin-bottom: -15px;
}
section article {
position: relative;
z-index: 2;
}

/* サブカテゴリ
-----------------------------------------*/
section#subcate article {
	float: left;
	width: 216px;
	margin: 0;
}
section#subcate article img {
	margin: 0;
	float: left;
}
section#subcate article h2,
section#subcate a article h2 {
	font-size: 16px;
	line-height: 35px;
	color: #2bac38;
	font-weight: bolder;
	text-decoration: none;
}
section#subcate a:hover article h2 {
	text-decoration: none;

}
section#subcate article p {
	font-size: 12px;
	line-height: 150%;
	color: #333;
}

/* 介護とは
-----------------------------------------*/
section#about article {
	width: 730px;
	margin: 0;
}
section#about article h2 {
	margin-bottom: 10px;


}
section#about article dl.dl01 {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 180px;
	margin-left: 20px;
	margin-right: 20px;
}
section#about article dl.dl01 dt.dt01{
	float: left;
	width: 450px;
}
section#about article dl.dl01 dt.dt01 p.p01{
	line-height: 150%;
}
section#about article dl.dl01 dt.dt01 p.p02{
	line-height: 20px;
	margin-top: 30px;
}
section#about article dl.dl01 dt.dt01 p.p02 span{
	padding-top: 5px;
}
section#about article dl.dl01 dd.dd01{
	float: right;
	height: 180px;
	width: 200px;
	margin-left: 20px;
}


/* メイン挨拶
-----------------------------------------*/
section#main article {
	float: left;
	width: 730px;
	margin: 0;
}
section#main article img {
	margin: 0;
}
section#main article h2 {

}
section#main article p.p01 {
	padding-left: 15px;
	padding-right: 10px;
	line-height: 150%;

}
section#main article ul.ul01 {
	margin-bottom: 20px;
}
section#main article ul.ul01 li.li01 {
	float: left;
	display: block;
	height: 300px;
	width: 355px;
	background-image: url(../img/index/contents_bg.png);
	background-repeat: no-repeat;
	padding-right: 10px;
	margin-bottom: 10px;
}
section#main article ul.ul01 li.li01 dl.dl01{
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	height: 122px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
}
section#main article ul.ul01 li.li01 dl.dl01 dt.dt01{
	padding-right: 10px;
	float: left;
	width: 152px;
}
section#main article ul.ul01 li.li01 dl.dl01 dd.dd01{
	padding-top: 10px;
}

/* お知らせ系共通
-----------------------------------------*/
section#information a{
	text-decoration: none;
}
section#information ul {
	display: block;
	height: 30px;
	margin-bottom: 20px;

}
section#information ul li {
	float: left;
	list-style-type: none;

}
section#information article {
	position: relative;
	margin-top: 0;
	margin-right: 25px;
	margin-left: 10px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	overflow: hidden;
	border-bottom: 1px dotted #959595;
}
section#information a article h2,
section#information article h2 {
	font-size: 14px;
	color: #333;
	margin-left: 100px;
	margin-top: 3px;
}
section#information a:hover article h2 {

}
section#information a article time,
section#information article time {
position: absolute;
top: 3px;
left: 0;
font-size: 10px;
color: #666;
}
section#information a article time:before ,
section#information article time:before {
content: "・ ";
font-size: 14px;
color: #000;
}
section#information a:hover article time {
text-decoration: underline;
}
