@charset "utf-8";
/* default reset*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
html {
	overflow-y: scroll;
}
div, table {
	margin: auto;
	border-spacing: 0;
	border-collapse: collapse;
	text-align: left;
}
body p {
	line-height: 1.6;
}
table {
	font-size: 1em;
}
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 {
	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-image:url(../data/img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFDFE;
	background-position: top;
	color:#666;
	overflow-y:scroll;  /*for firefox*/
	text-align:left;

}
/*common*/

body {
	line-height: 1.4;
	background-image: url(../data/img/bg_maincontents.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

/* IE7でpadding指定 */
*:first-child+html body {
padding-left: 1px;
}

/* IE6以下でpadding指定 */
*html body {
padding-left: 1px;
}
p {
	margin: 0.8em 1em;
}
h1 {
	height: 25px;
	line-height: 2;
	font-size: 10px;
	color: #666666;
	margin-left: 20px;
}
h1 a:link,h1 a:visited{
	color: #666666;
}

#column_rect0 a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
a {
	color: #E47586;
}
a:link {
	color: #E47586;
}
a:visited {
	color: #E47586;
}
a:hover {
	color: #BF5369;
}
address {
	font-size:12px;
	clear: both;
	color: #666666;
	padding-left: 640px;
	position: absolute;
	top: 133px;
	right: 35px;
}
input, textarea {
	margin: 5px;
	padding: 2px;
	font-size: 13px;
	vertical-align: middle;
}
textarea {
	border: 1px solid #CCCCCC;
}
select {
	color:#666;
}
.caution {
	color:#F03;
}
.right {
	text-align:right;
}
.figLeft {
	float: left;
	margin: 0px 10px 10px 0;
}
h3 {
	color:#C40031;
	font-weight:bold;
	
}
/*header*/
#header {
	height: 80px;
	width: 930px;
	background-image: url(../data/img/bg_header.jpg);
	zoom: 1;
	background-repeat: no-repeat;
	background-position: left top;
}
#logo {
	margin-left: 10px;
}


/*footer*/
#footer {
	height:202px;
	padding-top: 58px;
	background-image: url(../data/img/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 10px;
	position: relative;
}
#footer ul {
	margin-bottom: 5px;
	width: 605px;
	margin-left: 35px;
}
#footer li {
	display: inline-block;

 *display: inline;
 *zoom: 1;
	padding-left: 5px;
	margin: 0px 3px;
	border-left: 1px solid #E47586;
	line-height: 1.2em;
	vertical-align: middle;
}
#footer li:first-child {
	border-left: none;
}
#footer li.first-child { /*IE-expression (first-child) */
	border-left: none;
}
#footer li { /* IE-expression (first-child) */
 behavior: expression(  this.className += (this.previousSibling == null) ? " first-child" : "",  this.style.behavior = "none");
}
#footer li a {
	zoom: 1;
}
#footer p.right {
	margin:0;
	text-align: center;
	position: absolute;
	top: 220px;
	width: 930px;
	color: #FFFFFF;
	font-size: 10px;
}
#footer p.ex {
	position: absolute;
	text-align: center;
	top: 242px;
	width: 930px;
	margin: 0;
	font-size: 10px;
}
#footer p.ex a {
	color: #666666;
	text-decoration: none;
}
/*---------- ナビ ----------*/

#navi {
	width: 910px;
	height:30px;
	margin: 0px auto;
}
#navi li {
	float: left;
}
ul#navi a {
	display: block;
	color: #666666;
	text-decoration: none;
}
ul#navi li {
	position: relative;
}
ul#navi ul {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	opacity: 0;
	width: 130px;
}
ul#navi ul li {
	position: relative;
	width: 130px;
	border: 1px solid #ccc;
	border-top: none;
	text-align: center;
	background: #F8E4E6;
}
ul#navi ul li a {
	display: block;
	zoom: 1;
	padding: 5px;
}
ul#navi ul li a:hover {
	background-color: #F6D7DC;
	color: #666666;
}

#cover {
	margin:0 auto;
	width:910px;

}

/*---------- 左ナビ ----------*/
#leftnavi ul {
	margin-bottom: 10px;
}

#leftnavi .lnBlog a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*---------- TOP ----------*/

#topnavi li{
	float:left;
	margin-top:10px;
	margin-right: 10px;
}

/*---------- pd10設定 ----------*/
.nm_style0 {
	padding: 10px 19px;
}
/*---------- 全体コンテンツ背景設定 ----------*/
.nm_style1 {
	background-image: url(../data/img/bg_contents.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}



/*---------- コンテンツ設定 ----------*/
.nm_style2 {
	padding:10px;
}
/*---------- タイトル1設定 ----------*/
.nm_style3 {
	border:1px solid #F69FB0;
}

/*---------- bread設定 ----------*/

.bread {
	width:650px;
	height:20px;
	padding:5px;
	overflow:hidden;
	text-align:right;
}
.bread li {
	float:left;
	background-image: url(../data/img/bread.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
	margin-right:5px;
	line-height:25px;
}
.bread li:first-child {
	background-image:none;
	padding-left:10px;
}
.bread li.first-child { /*IE-expression (first-child) */
	background-image:none;
	padding-left:10px;
}
.bread li { /* IE-expression (first-child) */
 behavior: expression(  this.className += (this.previousSibling == null) ? " first-child" : "",  this.style.behavior = "none");
}
/*----------Q設定 ----------*/
.nm_style4 {
	font-size:110%;
	font-weight:bold;
	background-color:#C40031;
}


/*---------- 設定 ----------*/
.caution {
	color: #cc0000;
}

.pack li{
	float:left;
	margin-bottom:10px;
	margin-right:2px;
}

/*----------価格設定 ----------*/
.nm_style5 {
	font-size:110%;
	font-weight:bold;
	color:#C40031;

	padding:10px;
}
#topmenu {
	margin-left: 660px;
	padding-top: 21px;
}
#topmenu li{
margin-bottom:10px;
}

/*---------コンテンツ下設定 ----------*/

.nm_style6 {
	
	padding-bottom:10px;
	}
/*---------画像シャドウ設定 ----------*/


.nm_style7 {
	
	padding:10px 5px;
	}
.nm_style7 img{
	padding:5px;
	background-color:#FFF;
	border:1px solid #cccccc;
	-moz-box-shadow: 2px 0px 10px #cccccc;
	-webkit-box-shadow: 2px 0px 10px #cccccc;


	}	
*td.nm_style7 img{
	-ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#cccccc,strength=1) progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=6)";
	filter: progid:DXImageTransform.Microsoft.Glow(color=#cccccc,strength=1) progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=6);

}
/*---------画像シャドウ中設定 ----------*/
.nm_style8 {
	
	padding:10px 0;
	}
.nm_style8 img{
	padding:5px;
	background-color:#FFF;
	border:1px solid #cccccc;
	-moz-box-shadow: 2px 0px 10px #cccccc;
	-webkit-box-shadow: 2px 0px 10px #cccccc;


	}	
*td.nm_style8 img{
	-ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#cccccc,strength=1) progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=6)";
	filter: progid:DXImageTransform.Microsoft.Glow(color=#cccccc,strength=1) progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=6);

}
/*---------フォトギャラリー設定 ----------*/
.nm_style9 {
	padding:10px 5px;
}
.nm_style9 img{
	padding:5px;
	background-color:#FFF;
	border:1px solid #cccccc;



}


.nm_style11 {
	display: none;
}
