@charset "utf-8";
/* default reset*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	background-repeat: repeat-y;
	background-position: center;
}

html {
	overflow-y: scroll;
}

div,table {
	margin: auto;
	border-spacing: 0;
	border-collapse: collapse;
	/*text-align: left;*/
}

/*body *,*/
body p {
	line-height: 1.6;
}

table {
	font-size: 1em;
}

td.csttbl_head { padding: 10px 10px 6px; }

td.csttbl_input { padding: 10px 10px 6px; }

br {
	vertical-align: middle;/* FFで改行あるなしで高さが微妙に変わるのを回避 */
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

p {
	margin: 10px 0;
}

ul,ol,li {
	list-style: none;
}

fieldset,img/*,input*/ { 
	border: 0;
	vertical-align: bottom;
}

address,caption,cite,code,dfn,em,var {
	font-style: normal;
	font-weight: normal;
}

form label {
	cursor : pointer;
}

select {
	font-family: "Hiragino Kaku Gothic Pro","HiraKakuPro-W3",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

select option {
	padding : 0 5px;
}

q: before,q: after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

object,embed {
	vertical-align: top;
}

a {
	cursor: pointer;
}

/*font set */
body {
	font:12px/1.5 arial, helvetica, clean, sans-serif;
 *font-size:small; /* for IE */
 *font:x-small; /* for IE in quirks mode */
}
/*  form elements for mac firefox*/ 
select, input, button, textarea {
	font:99% arial, helvetica, clean, sans-serif;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
 *font-size:108%;/*for IE*/
	line-height:100%;
}
/* for IE7 */  
 *+html body {
	font-size:75%;
}
/* for IE6 */  
* html body {
	font-size:75%;
}
/*default set*/
/* --HTML-- */  
 html {
	background:#fff;
	color:#666;
	overflow-y:scroll;  /*for firefox*/
	text-align:left;
}
/*clearfix------------------------------------------------------------*/
.clear {
	clear:both;
	display:block;
	font-size:0;
	height:0;
	line-height:0;
	visibility:hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  max-height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/*clearfix_end*/

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  max-height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/*------------------------------------------------------------clearfix_end*/

/*common*/

body {
	line-height: 1.4;
	background-image:url(../data/img/bg.gif);
	background-color: #FFFFFF;
	background-position: top;

}
p {
	margin: 0.8em 1em;
}
h1 {
	height: 35px;
	line-height: 2;
	margin-left: 10px;
	padding-top: 5px;
}
a {
	color: #D7004A;
}
a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

a:link {
	color: #0298b3;
}
a:visited {
	color: #0298b3;
}
a:hover {
	color: #FF99FF;
}
address {
	clear: both;
	color: #666666;
	margin: 1em;
}
input, textarea {
	margin: 5px;
	padding: 2px;
	font-size: 13px;
	vertical-align: middle;
}
textarea {

	border: 1px solid #CCCCCC;
}
select {color:#666;}
#footer a.ex,#footer a.ex:link {
	color: #666666;
	text-decoration: none;
}


.caution{color:;#F03;}
.right {text-align:right;}

.Ft10 { font-size:10px; }
.Ft11 { font-size:11px; }
.Ft12 { font-size:12px; }
.Ft13 { font-size:13px; }
.Ft14 { font-size:14px; }
.Ft16 { font-size:16px; }

.Red { color:#d6004a; }
.Blu { color:#0596b5; }
.Gre { color:#9ec90c; }

.bold { font-weight:bold; }

.cart_head { background-color:#0095b6; }


/*header*/
#header {
	height: 180px;
	width: 880px;
	background-image: url(../data/img/header_bg.jpg);
	zoom: 1;
	background-repeat: repeat;
	background-position: left top;
	position: relative;
}
#header_text {
	/*line-height:1.2;*/
	font-size:12px;
	margin: 0px 43px 0px 0px;
	padding: 0px;
	color:#ffffff;
}
#number {
	font-size:10px;
	margin: 10px 0px 0px 43px;
	padding: 0px;
	line-height: 1;
	color:#0298b3;
}
#header img {
	margin-left:30px;

}


#header ul {
	margin-bottom: 3px;
	padding: 5px;
	position: absolute;
	top: 143px;
	right: 40px;
}

#header li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-left: 5px;
	margin: 0px 3px;
	border-left: 1px solid #FFFFFF;
	/*line-height: 1.2em;
	vertical-align: middle;*/
}
#header li a {
	color:#FFFFFF;
}
#header li a:hover {
	color:#FF99FF;
}
#header .first {
	border-left: none;
}
/*footer*/
#footer {
	text-align:center;
	padding-top: 10px;
}
#footer ul {
	margin-bottom: 3px;
	padding: 5px;
}

#footer li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-left: 5px;
	margin: 0px 3px;
	border-left: 1px solid #0298b3;
	line-height: 1.2em;
	vertical-align: middle;
}

#footer .first {
	border-left: none;
}

#footer li a {
	zoom: 1;
}
#footer p {
	border-bottom:3px solid #dedede;
	margin-right: 30px;
	margin-left: 30px;
}


/*---------- 左ナビ ----------*/
#leftNavi li{
margin-bottom:8px;
margin-top:2px;
}
#hani{
font-size:12px;
background-color:#f4edf4;
padding:20px 20px;
margin:10px 0;
/*width:192px;*/
}
#leftNavi a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
/*---------- 背景設定----------*/

.nm_style0 {
	background-color:#DCEEF2;
	width: 880px;
	background-image: url(../data/img/main_bg.jpg);
	background-repeat: repeat-y;
}
/*---------- cover設定----------*/
#cover {
	background-image: url(../data/l1/img/cover.jpg);
	height: 40px;
	color:#FFFFFF;
	padding-top:245px;
	padding-left:38px;
}

/*---------- コンテンツ枠設定----------*/
.nm_style1 {
	padding: 10px;
	background-image: url(../data/img/contents_bg.gif);
	background-repeat: repeat-y;
	border-bottom: 1px solid #d5d5d5;
}

/*---------- ウラノのPoint----------*/
#navi a {
	display:block;
	width:180px;
	height:15px;
	font-size: 10px;
	padding-top: 115px;
	padding-left: 5px;
}
#navi li {
	float:left;
	margin-top: 10px;
}
/*---------- トップボタン----------*/
#btn1 {
	background-image: url(../data/l1/img/btn1.jpg);

}
#btn2 {
	background-image: url(../data/l1/img/btn2.jpg);
	margin-right: 11px;
	margin-left: 11px;	
}
#btn3 {
	background-image: url(../data/l1/img/btn3.jpg);
}
#btn4 {
	background-image: url(../data/l1/img/btn4.jpg);
}
#btn5 {
	background-image: url(../data/l1/img/btn5.jpg);
	margin-right: 10px;
	margin-left: 10px;	
}
#btn6 {
	background-image: url(../data/l1/img/btn6.jpg);
}
/*---------- QA設定----------*/
.nm_style1 div#qaback {
	background-image: url(../data/img/bg_index.jpg);
	background-repeat: no-repeat;
	background-position:right bottom;
	}


.qa {
width:290px;
float:left;
}
.qa li{
	padding-left:35px;
	background-image: url(../data/img/ex_icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 2;
}
/*---------- pd10設定----------*/
.nm_style2 {
padding:10px;
line-height:180%;
/*font-size:11px;*/
}
ul.pt_15{
	margin-top: 15px;
}
/*---------- タイトル１設定----------*/

.nm_style3 {
	color:#fff;/*0499b1*/
	font-size:110%;
	font-weight:bold;
	letter-spacing:1px;
	/*height: 28px;*/
	width: 650px;
	padding :8px 15px 6px 13px;
	/*border-bottom: 2px solid #0499b1;
	border-top: 1px solid #0499b1;*/
	/*border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;*/
	background-color:#a0d57f;
	letter-spacing:1px;
}
/*---------- タイトル２設定----------*/
.nm_style4 {
	color:#333333;
	font-size:110%;
	font-weight:bold;
	background-image: url(../data/img/t_ico.jpg);
	background-repeat: no-repeat;
	padding: 10px 0px 10px 20px;
	background-position: 0 15px;
}
/*---------- 画像枠設定----------*/
.nm_style5 {
	/*background-color:#ebeaea;*//*DCEEF2*/
	padding: 0 10px 0 0;

}
/*---------- 文章背景色設定----------*/
.nm_style6 {

	padding: 10px;
	border: 1px solid #ACCBA1;
}
/*---------- フロー設定----------*/
.nm_style7 {
	background-color:#0596b5;
	color:#FFFFFF;
	font-size:120%;
	font-weight:bold;
	padding: 10px;
	border: 1px solid #0596b5;
}
/*---------- フロー下矢印設定----------*/
.nm_style8 {
	background-image: url(../data/img/arrow.jpg);
	background-repeat: no-repeat;
	background-position: middle center;
	height:50px;

}

/*---------- フロー右設定----------*/
.nm_style9 {
	border: 1px solid #0596b5;
	padding: 10px;

}
/*---------- 訪問介護----------*/
div.listbox {
	width:250px;
	border:2px dotted #d5d5d5;
	padding:15px;
	margin:5px 0px 10px 10px;
	}





/*---------- 住宅改修設定----------*/
.list{

	padding: 10px 0;

}
.list li{
	font-size:12px;
	background-color:#0596b5;
	border:2px dotted #ffffff;
	color:#FFFFFF;
	padding:10px;
	width:155px;
	margin:0 5px 5px 5px;
	display:inline;
	float:left;
	text-align:center;
}
/*---------- 訪問マッサージ効能設定----------*/
.list2{

margin: 10px 30px;

}
.list2 li{
	font-size:12px;
	background-color:#0596b5;
	border:2px dotted #ffffff;
	color:#FFFFFF;
	padding:10px;
	width:95px;
	margin:5px;
	display:inline;
	float:left;
text-align:center;
}
/*---------- カート設定----------*/

.cart_border2{
	background-image: url(../data/img/cart_bg.jpg);
	background-repeat: repeat-y;
	background-position:right;
	border-right:none;
}
.cart_border4 {border:1px solid #CCCCCC;}

.caution {
	color: #cc0000;
}
/*---------- プライバシーポリシー設定----------*/
dt{
font-weight:bold;
margin-top:1.5em;
}

.nm_style24{
	line-height: 1.8;
}

.nm_style25{
	background-image: url(../data/l12/img/bg_flower.jpg);
	background-repeat: no-repeat;
	background-position:right bottom;
	

/*---------- 個人情報----------*/

.ul_kojin ul {

	margin-left: 30px; 
}




