@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 *,*/
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/*,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;
}
/*common*/

body {
	line-height: 1.4;
	background-image:url(../data/img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-position: top;
	color:#000000;
}
p {
	margin: 0.8em 1em;
}
h1 {
	line-height: 2;
	font-size: 12px;
	height: 27px;
	margin-top:6px;
}
a {
	color: #3465CC;
}
a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
a:link {
	color: #FF7200;
}
a:visited {
	color: #FF7200;
}
a:hover {
	color: #4B8BC9;
}
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;
}
/*header*/
#header {
	height: 100px;
	width: 880px;
	background-image: url(../data/img/header.jpg);
	zoom: 1;
	overflow:hidden;
	background-repeat: norepeat;
	background-position: left top;

}

#navi{
	margin-bottom: 15px;
}
#navi a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#cover {
	width:880px;
	background-image: url(../data/img/cover.jpg);
	background-repeat: no-repeat;
	height: 270px;



}
/*footer*/
#footer {
	text-align:center;
	margin-top: 20px;
	padding: 15px 0;
	width: 880px;
	background-color: #F2F2F2;
}
#footer ul {
	margin-bottom:10px;
}
#footer li {
	display: inline-block;
	 *display: inline;
	 *zoom: 1;
	padding-left: 5px;
	margin: 0px 3px;
	border-left: 1px solid #FE9903;
	line-height: 1.2em;
	vertical-align: middle;
}
#footer .first {
	border-left: none;
}
#footer li a {
	zoom: 1;
}

/*menu*/



/*---------- ナビ ----------*/

#navi {
	width: 880px;
	height:50px;

}
#navi li {
	float: left;
	width: 125px;
}
ul#navi a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}

ul#navi li {
	position: relative;

}
ul#navi ul {
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
	opacity: 0;
}
ul#navi ul li {
	position: relative;
	width: 125px;
text-align:center;
	background-color: #7BC5DE;
	border-bottom:1px solid #ffffff;
}
ul#navi ul li a {
	display: block;
	zoom: 1;
	padding: 5px;
}
ul#navi ul li a:hover {
	background-color: #DCEEF2;
	color: #056AD4;
}

/*---------- topコンテンツ ----------*/

/*---------- pd10の設定 ----------*/
.nm_style0 {

	padding: 10px;
}
/*---------- rn1の設定 ----------*/
.nm_style1 {
	color: #FFFFFF;
	padding: 10px 15px;
	background-image: url(../data/img/rn1_bg.jpg);
	background-repeat: repeat-y;
}
.nm_style1 img {
	margin:10px 27px;
}
/*---------- rn2の設定 ----------*/
.nm_style2 {
	color: #FFFFFF;
	padding: 10px 15px;
	background-image: url(../data/img/rn2_bg.jpg);
	background-repeat: repeat-y;
}
/*---------- rn3の設定 ----------*/
.nm_style3 {
	color: #FFFFFF;
	padding: 10px 15px;
	background-image: url(../data/img/rn3_bg.jpg);
	background-repeat: repeat-y;
}
#margin {
	margin-top: 10px;
}
/*---------- rn4設定 ----------*/
.nm_style4 {
	color: #FFFFFF;
	padding: 10px 15px;
	background-image: url(../data/img/rn4_bg.jpg);
	background-repeat: repeat-y;
}
/*---------- top説明の設定 ----------*/
.nm_style5 {
	font-size:12px;
	padding: 85px 310px 20px 40px;
}
.detail {
	text-align:right;
	margin:10px 0;
}
#koumoku {
	margin:10px;
}
#koumoku li{
	font-size:130%;
	font-weight:bold;
}
/*---------- タイトル１の設定 ----------*/
.nm_style6 {
	color:#1070D7;
	font-size:130%;
	font-weight:bold;
	padding: 5px 15px;
	border-left:5px solid #1070D7;
	border-bottom: 5px solid #1070D7;
}
/*---------- 枠の設定 ----------*/
.nm_style7 {
	padding: 10px;
	border: 5px double #1070D7;
}
/*---------- タイトル2の設定 ----------*/
.nm_style8 {
	color:#1070D7;
	font-size:130%;
	font-weight:bold;
	padding: 5px 15px;

}
/*---------- listの設定 ----------*/
#list {
	margin-top:10px;
	margin-left:-10px;
}
#list li {
	padding: 10px;
	float:left;
	width:160px;
	height:3em;
	text-align:center;
	border: 5px solid #1070D7;
	margin-left:10px;
}
/*---------- pd10・20の設定 ----------*/
.nm_style9 {
	padding: 10px 20px;
}
/*---------- お問い合わせの設定 ----------*/
.nm_style10 img a:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.cart_border4 {
	border:none;
	border-top:1px solid #ccc;
}
/*---------- タイトル3の設定 ----------*/
.nm_style11 {
	font-weight:bold;
	font-size:120%;
}
.spec li{
	color:#1070D7;
	list-style:circle;
	line-height:1.6;
	border:1px solid #1070D7;
	padding:5px;
	margin:0 0 10px 20px;

}
/*---------- rn12の設定 ----------*/
.nm_style12 {
	color: #FFFFFF;
	padding: 10px 15px;
	background-image: url(../data/img/rn1_bg.jpg);
	background-repeat: repeat-y;
}
/*---------- 構造図(PDF)の設定 ----------*/
.nm_style13 {

	padding: 10px;
}
.nm_style13 a:link{
	color: #FFFFFF;
}
.nm_style13 a:visited{
	color: #FFFFFF;
}
.nm_style13 a:hover{
	color: #FFFFFF;
}
.nm_style13 a:active{
	color: #FFFFFF;
}
