@charset "shift_jis";

/*====================================================
全体
====================================================*/
#containerlife_2012
	{
	width: 760px;
	padding: 0;
	margin: 0 auto;
	text-align:left;
	color: #666666;
	font-size:12px;
	}

#containerlife_2012 a:link
	{
	color: #0066ff;
	text-decoration: none;
	}
#containerlife_2012 a:visited
	{
	color: #999999;
	text-decoration: none;
	}
#containerlife_2012 a:hover
	{
	color: #0066ff;
	text-decoration: underline;
	}
#containerlife_2012 a:active
	{
	color: #0066ff;
	text-decoration: underline;
	}
#containerlife_2012 .clear
	{
	clear:both;
	}
#containerlife_2012 div, p
	{
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size:12px;
	line-height: 130%;
	color: #666666
	}

#containerlife_2012 img
	{
	border: 0;
	}
	

/*====================================================
ヘッダー
====================================================*/
#containerlife_2012 .header
	{
	background: url(img/header.jpg) no-repeat;
	height: 150px;
	width: 760px;/*margin-bottom: 30px;*/	/*ナビがない場合は有効に*/
	margin-bottom: 5px;
	}

#containerlife_2012 .header h1
	{
	margin: 0;
	padding: 0;
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size:15px;
	}

#containerlife_2012 .header img
	{
	float: right;
	margin-top: 16px;
	margin-right: 15px;
	}

/*====================================================
パンくず
====================================================*/
#containerlife_2012 .pankuzu
	{
	font-size:12px;
	margin-bottom:15px;
	width: 760px;
	font-weight: bold;
	}
#containerlife_2012 .pankuzu_02
	{
	font-size:12px;
	margin-bottom:15px;
	margin-top:30px;
	width: 760px;
	text-align:center;
	}

/*====================================================
コンテンツ
====================================================*/

#containerlife_2012 .beauty_bar
	{
	background: url(img/beauty_bar.gif) no-repeat top;
	width: 760px;
	height: 30px;
	margin: 0 0 12px 0;
	padding: 0;
	}

#containerlife_2012 .beauty_bar h2
	{
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 0;
	height: 30px;
	overflow: hidden;
	}

#containerlife_2012 .beauty_bar img
	{
	margin-left: 660px;
	display: block;
	height: 22px;
	width: 97px;
	padding-top: 6px;
	}



#containerlife_2012 .pickup h3
	{
	margin: 0 15px 10;
	padding: 0;
	width: 0;
	height: 14px;
	}

#containerlife_2012 #menu_pickup
	{
	clear: both;
	height: auto;
	margin-bottom: 10px;
	}


#containerlife_2012 #menu_pickup img
	{
	margin-left: 15px;
	margin-top: 10px;
	}
#containerlife_2012 #menu_pickup a
	{
	line-height: 100%;
	font-size: 14px;
	font-weight: bold;
	}
#containerlife_2012 #menu_pickup p
	{
	text-align: justify;
	line-height: 170%;
	height: 40px;
	margin: 10px 15px 0px;
	font-size: 12px;
	}



#containerlife_2012 .pickup_box_l
	{
	float: left;
	width: 370px;
	background: #f4f4f4;
	height: 400px;
	padding-bottom: 5px;
	}

#containerlife_2012 .pickup_box_r
	{
	float: right;
	width: 370px;
	background: #f4f4f4;
	height: 400px;
	padding-bottom: 5px;
	}
#containerlife_2012 .pba
	{
	display: block;
	margin-top: 15px;
	margin-left: 20px;
	}
#containerlife_2012 .menu_box
	{
	clear: both;
	margin-right: 30px;
	margin-left: 40px;
	padding-bottom:30px;
	margin-bottom:20px;
	border-bottom:solid;
	border-width:1px;
	border-color:#CCCCCC;
	}

#containerlife_2012 .menu_box img
	{
	float: left;
	margin-top: 15px;
	}

#containerlife_2012 .menu_box_p
	{
	float: right;
	margin-top: 20px;
	width:480px;
	font-size:12px;
	line-height:150%;
	color: #666666
	}

#containerlife_2012 .privilege
	{
	width: 330px;
	float: left;
	background: url(img/icon_privilege.gif) no-repeat left top;
	padding-top: 18px;
	margin-top: 5px;
	vertical-align: bottom;
	font-weight: bold;
	font-size:12px;
	color: #666666
	}
#containerlife_2012 .bordertop
	{
	border-top:solid;
	border-width:1px;
	border-color:#CCCCCC;
	margin-top:30px;
	padding-top:15px;
	}



/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


/*====================================================
全体
====================================================*/

a.outside {	/* 絶対パス(http～)に対して表示 */
	padding-right: 15px;
	background: url(img/link_blank.gif) no-repeat right center;
}

a.image {	/* イメージはアイコンを非表示に */
	background: none;
	padding: 0;
}

/*====================================================
clearfixハック
====================================================*/
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;/*\*//*/
	height: auto;
	overflow: hidden;
  /**/
}

/*====================================================
ヘッダー
====================================================*/
#header {
	background: url(img/header.jpg) no-repeat;
	height: 149px;
	width: 580px;/*margin-bottom: 30px;*/	/*ナビがない場合は有効に*/
	margin-bottom: 5px;
}

#header h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

#header img {
	float: right;
	margin-top: 16px;
	margin-right: 15px;
}

/*====================================================
ナビ
====================================================*/
#navi {
	width: 580px;
	margin-bottom: 25px;
	font-size: 13px;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 10px;
}

#navi ul, #nabvi li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navi li {
	float: left;
	margin-right: 5px;
	margin-top: 10px;
}

#navi a {
	color: #0066ff;
	text-decoration: none;
	padding: 2px 10px 2px 26px;
	display: block;
	background: url(img/icon_arrow01.gif) no-repeat left center;
}

#navi a:hover {
	color: #0066ff;
	text-decoration: underline
}

/*====================================================
ピックアップ
====================================================*/
#pickup a {
	font-size: 12px;
	line-height: 170%;
	font-weight:bold;
}

#pickup {
	height: auto;
	width: 580px;
	margin-bottom: 15px;
}

#pickup .p_both {
	width: 580px;
}

#pickup .p_left {
	clear: both;
	float: left;
	width: 280px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#pickup .p_right {
	float: right;
	width: 280px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.pickup_p {
	float: right;
	width: 130px;
	margin-top: 10px;
	text-align: justify;
}

.pickup_p_01 {
	float: right;
	width: 430px;
	margin-top: 10px;
	text-align: justify;
}

.pickup_img {
	float: left;
	margin-top: 10px;
}

/*====================================================
新着情報
====================================================*/
#news {
	height: auto;
	width: 580px;
	font-size: 12px;
}

#news h2 {
	background: url(img/news_bar.gif) no-repeat;
	height: 30px;
	text-indent: -1000em;
	margin: 0px;
	padding: 0px;
}

dl.list dt {
	clear: left;
	float: left;
	width: 6.5em;
	background: url(img/icon_arrow02.gif) no-repeat left;
	padding-left: 15px;
	margin: 0 0 6px 0px;
}

dl.list dd {
	margin: 0px 0px 6px 7.5em;
}

.list {
	margin: 15px 10px 20px;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 10px;
}

/*====================================================
特集
====================================================*/
#special {
	height: auto;
	width: 580px;
	background: url(img/special_line.gif) repeat-y;
	margin-bottom: 30px;
}

#special h2 {
	background: url(img/special_bar.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 38px;
	text-indent: -1000em;
	width: 580px;
}

.sb {
	padding: 10px 5px;
}

#special img {
	margin-right: 15px;
	margin-left: 15px;
}

#sb_b {
	background: url(img/special_bar_b.gif) no-repeat;
	height: 12px;
}

/*====================================================
メニュー
====================================================*/
/* 共通指定 */
.menu {
	clear: both;
	width: 580px;
	margin: 0 0 40px;
	padding: 0;
}

.menu a {
	font-size: 12px;
	line-height: 170%;
}

.menu h2 {
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 0;
	height: 30px;
	overflow: hidden;
}

.menu_list {
	margin-left: 470px;
	display: block;
	height: 22px;
	width: 97px;
	padding-top: 6px;
}

.menu h3 {
	margin: 0 15px 10;
	padding: 0;
	width: 0;
	height: 14px;
}

.menu_box {
	clear: both;
	margin-right: 15px;
	margin-left: 15px;
}

.menu .menu_box img {
	float: left;
	margin-right: 10px;
	margin-top: 15px;
}

.menu .menu_box p {
	padding-top: 15px;
	margin: 0px;
}

.price {
	font-size: 12px;
	color: #FF3333;
	font-weight: bold;
}

.btn {
	float: right;
	width: 117px;
}

.privilege {
	width: 300px;
	float: left;
	background: url(img/icon_privilege.gif) no-repeat left top;
	padding-top: 18px;
	margin-top: 5px;
	vertical-align: bottom;
	font-weight: bold;
}

/* 老人ホーム */
.nursingHome {
	background: url(img/nursinghome_bar.gif) no-repeat top;
	width: 580px;
	height: 30px;
	margin: 0 0 12px 0;
	padding: 0;
}



.pickup_box_l {
	float: left;
	width: 280px;
	background: #f4f4f4;
	height: 330px;
	padding-bottom: 5px;
}

.pickup_box_r {
	float: right;
	width: 280px;
	background: #f4f4f4;
	height: 330px;
	padding-bottom: 5px;
}

.pba {
	display: block;
	margin-top: 10px;
	margin-left: 15px;
}
#menu_pickup img {
	margin-left: 15px;
	margin-top: 10px;
}
#menu_pickup a {
	line-height: 100%;
	font-size: 14px;
	font-weight: bold;
}
#menu_pickup p {
	text-align: justify;
	line-height: 120%;
	height: 40px;
	margin: 5px 15px 0px;
}
.btn2 {
	float: right;
	margin-right: 15px;
	vertical-align: bottom;
}
.pankuzu{
	font-size:12px;
	margin-bottom:15px;
	width: 580px;
	font-weight: bold;
}
.pankuzu_02{
	font-size:12px;
	margin-bottom:15px;
	width: 580px;
	text-align:center;
}

.clear{clear:both;}
