* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

html {
	background: url(../data/img/bg.jpg);
	overflow-y: scroll;
}

body {
	width: 100%;
	font-size: 12px;/* 文字サイズ計算＝【基本サイズ ÷ 表示したいサイズ * 100 （小数点以下切り上げ） */
	font-family: "Osaka","ＭＳ Ｐゴシック",Arial,sans-serif;
	color: #333333;
	text-align: center;
	line-height: 1.6;
}

/* for IE6 【12÷(10×100)】*/
* html body {
	font-size: 75%;
}

/* for IE7 */
*:first-child+html body {
	font-size: 75%;
}

/* for IE8 */
html>/**/body {
  font-size/*\**/: 75%\9;
}

div,table {
	text-align: left;
	border-spacing: 0;
	border-collapse: collapse;
}

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

table {
	font-size: 1em;
}

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

h1,h2,h3,h4,h5,h6 {
	/*line-height: 1;*/
	font-size: 100%;
	font-weight:normal;

}

p {
	margin: 10px 0;
}

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

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

/*
img {
	behavior: expression(IEPNGFIX.fix(this));
}*/

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

form label {
	cursor : pointer;
}

select {
	font-family: "Osaka","ＭＳ Ｐゴシック",Arial,sans-serif;
}

select option {
	padding : 0 5px;
}

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

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

a {
	cursor:pointer;
}

.nm_style15 img {
	background: #E8DBBD;
	padding: 4px;
	border: #9B541C solid 1px;
}

/*リンク表示方法*/
a:link {
	text-decoration:underline;
	color: #990000;
}

*html a:link {
	line-height: 1.1em;
	text-decoration: underline;
	color: #990000;
}

a:visited {
	text-decoration: underline;
	color: #990000;
}

a:active {
	text-decoration: underline;
	color: #990000;
}

a:hover {
	text-decoration: underline;
	color: #B56B3E;
}

a:link a {
	zoom: 1;
}
/*a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}*/


/*---------- ヘッダ ----------*/

#header {
	width: 880px;
	height: 114px;
	background: url(../data/img/header.jpg);
}

#header h1 {
	width: 530px;
	height: 25px;
	padding-top: 5px;
	margin-left: 20px;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	color: #FFF;
}
/*---------- 左ナビ ----------*/

#leftNavi {
	padding-top: 79px;
	margin-left: 10px;
	background: url(../data/img/ln_bg.jpg) no-repeat;
}
#leftNavi div.home {
	margin-left: 10px;
}

#leftNavi div.home a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#leftNavi dl{
	width: 200px;
	margin-left: 10px;
	margin-top: 0;
}

#leftNavi dl dt{
	height: 40px;
}

#leftNavi dl dd{
	height:35px;
}


#leftNavi .maru {
	background:transparent url(../data/img/ln_waku.jpg) no-repeat scroll 0 0;
	display:block;
	font-size:0;
	height:10px;
	line-height:0;
	margin:0 auto;
	padding:0;
	width:230px;
}

#leftNavi OBJECT {
	padding: 0;
	margin: 0;
	font-size: 0;
	margin-left: 10px;
}

/*---------- フッター設定 ----------*/

#footer {
	float: right;
	width: 640px;
	margin-top: 10px;
	margin-bottom:10px;
	padding-top: 20px;
	background: url(../data/img/border_top.gif) no-repeat scroll 0 0;
}

#footer .fn {
	margin-bottom: 10px;
	padding: 10px 10px;
}

#footer ul {
	clear: both;
	margin-bottom: 0;
	padding-bottom: 7px;
}

#footer li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 3px 0;
	padding: 0px 6px;
	border-right: 1px solid #990000;
	line-height: 1em;
	vertical-align: middle;
}


*html #footer li {
	line-height: 1.1em;
}

#footer .first {
	border-left: 1px solid #990000;
}

#footer li a {
	zoom: 1;
}

#footer address.fAddress{
	text-align: center;
}

#footer p.ext {
	text-align: center;
}

#footer p.ext a {
	padding: 0 5px;
	border-left: 1px solid #990000;
	border-right: 1px solid #990000;
	text-decoration: none;
}



/*TOPの設定*/

.pageTop {
	clear: both;
}

.nm_style6 {
	background: url(../data/img/body_bg2.gif) 50% 0% repeat-y;
}

/*リンクイメージ透過の設定*/
.nm_style7 a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	*filter: alpha(opacity=70);
}

/*QAの設定*/
.nm_style8 {
	background: url(../data/img/icon_q.gif) no-repeat 5px 5px;
	padding-top: 10px;
	*padding-top: 7px;
	padding-left: 40px;
	margin: 0 20px 0 10px;
	height: 35px;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
	color: #6D4133;
}

.nm_style9 {
	background: url(../data/img/icon_a.gif) no-repeat 5px 5px;
	padding-top: 10px;
	padding-left: 40px;
	min-height: 35px;
	height: 35px !important;
	height: 35px;
	margin: 0 20px 0 10px;
	vertical-align: middle;
	color: #6D4133;
}



/*-----会社概要の表-----*/


.nm_style10 .csttbl_border1 {

	border-bottom: 2px dotted #AC6628;
	
}

.nm_style10 .csttbl_border2 {

	border-bottom: 2px dotted #AC6628;
	
}

.nm_style10 .csttbl_border4 {

	border-bottom: 2px dotted #AC6628;
}


.nm_style10 .csttbl_border3 {

	border-bottom: 2px dotted #AC6628;
	
}

.nm_style10 .csttbl_head {
	border-bottom: 2px dotted #AC6628;

	width: 30%;
	
	padding-left: 20px;
	
	background: url(../data/img/icon_koumoku2.gif) no-repeat left;
	
	font-weight: bold;
	
}


/*-----アンダーバーの表-----*/
.nm_style11 {
	width: 590px;
}

.nm_style11 .csttbl_border1 {
	width: 170px;
	background: url(../data/img/icon_koumoku.gif) no-repeat 5px 50%;
	padding-left: 20px;
	border-bottom: 2px dotted #AC6628;
	font-weight: bold;
	
}

.nm_style11 .csttbl_border2 {
	width: 400px;
	border-bottom: 2px dotted #AC6628;
	
}

.nm_style11 .csttbl_border4 {
	width: 400px;
	border-bottom: 2px dotted #AC6628;
}


.nm_style11 .csttbl_border3 {
	width: 170px;
	background: url(../data/img/icon_koumoku.gif) no-repeat 5px 50%;
	padding-left: 20px;
	border-bottom: 2px dotted #AC6628;
	font-weight: bold;
}

.nm_style11 .csttbl_head {
	border-bottom: 2px dotted #AC6628;
	font-weight: bold;
	
}
/*出産情報の設定*/

.nm_style13 {
}

.nm_style13 img {
	margin-top: 16px;
	margin-left: 30px;
}

/* for IE6 【12÷(10×100)】*/
* html .nm_style13 img {
	margin-top: 16px;
	margin-left: 30px;
}

html>/**/body .nm_style13 {
	height: 260px;
}
.nm_style16 {
	height: 100%;
	background: url(../data/img/cover_shop.jpg) no-repeat 50% 0%;
}

.nm_style16 form table{
}

.nm_style16 table {

}



.nm_style16 input {
	margin: 3px;
}

.nm_style16 select {
	margin: 3px;
}

.nm_style16 .cart_border1 {

	border-bottom: 2px solid #CDB38B;
}

.nm_style16 .cart_border1 {

	border-bottom: 2px solid #CDB38B;
}

.nm_style16 .cart_border3 {

	border-bottom: 2px solid #CDB38B;
}

.nm_style16 .cart_border2 {

	border-bottom: 2px solid #CDB38B;
}

.nm_style16 .cart_border4 {

}

.nm_style16 .cart {
	padding-top: 28px;
	padding-right: 10px;
}

.nm_style16 .cart_head {
	background: #5A2D0C;
	font-weight: bold;
	color:#FFF;
}
/*おといあわせの設定*/

.nm_style18 table {
	width: 580px;
	margin: 0 auto;
}

.nm_style18 .cart_border1 {
	background: #FFF;
	padding: 5px;
	border-bottom: solid 1px #CDB38B;
}

.nm_style18 .cart_border2 {
	padding: 5px;
	border-bottom: solid 1px #CDB38B;
}

.nm_style18 .cart_head {
	font-weight: bold;
	border-bottom: solid 1px #CDB38B;
}
/*の設定*/