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

html {
	overflow-y: scroll;
}

body {
	width: 100%;
	font-size: 12px;/* 文字サイズ計算＝【基本サイズ ÷ 表示したいサイズ * 100 （小数点以下切り上げ） */
	font-family: "Osaka","ＭＳ Ｐゴシック",Arial,sans-serif;
	background: url(../data/img/bg.jpg) repeat-x;
	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;
}


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

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

a:active {
	text-decoration: none;
	color: #336799;
}

a:hover {
	text-decoration: none;
	color: #79ACC9;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/*---------- ヘッダ ----------*/

#header {
	width: 860px;
	height: 155px;
	background: url(../data/img/header.jpg) no-repeat;
}

#header h1 {
	float: left;
	width: 860px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	font-weight: normal;
	text-align: left;
}

#header .logo {
	float: left;
	width: 250px;
	height: 95px;
	display: block;
	overflow: hidden;
}

#header .logo a {
	height: 100%;
	display: block;
	text-indent: -9000px;
}

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

#leftNavi {
	float: left;
	width: 230px;
	margin-bottom: 10px;
	background: #e4f4f4 url(../data/img/ln_bg.jpg) no-repeat;
}

#leftNavi .home {
	margin: 5px 10px 10px;
}

#leftNavi ul {
	width: 210px;
	margin: 5px 10px 10px;
}

#leftNavi ul li {
	width: 210px;
	height: 40px;
}

#leftNavi ul li.last {
	width: 210px;
	height: 39px;
}

#leftNavi ul.ba{
	width: 210px;
}

#leftNavi ul.ba li{
	width: 210px;
	height: 80px;
	padding-bottom: 10px;
}

#leftNavi ul li a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}


#leftNavi ul.ba li a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/*---------- フッター設定 ----------*/

#footer {
	width: 860px;
	margin-top: 30px;
	padding-top: 25px;
	text-align: center;
	border-top: solid 2px #79ACC9;
}

#footer ul {
	clear: both;
	margin-bottom: 25px;
	font-size: 12px;
}

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

#footer .none {
	border: none;
}

#footer li a {
	zoom: 1;
}

#footer p.ext {
}

#footer p.ext a {
	text-decoration: none;
}


/*ページトップ*/

.pageTop {
	margin-bottom: 30px;
}

/*ページ内リンク設定*/

.pagelink {
	clear: both;
	width: 600px;
	margin-top: 5px;
	margin-bottom:5px;
}

.pagelink .pBody {
	width: 560px;
	padding: 0px 20px;
	text-align: center;
}

.pagelink ul {
	clear: both;
	margin-bottom: 3px;
	padding: 3px;
	line-height: 1em;
}

.pagelink li {
	display: inline;
	margin: 0;
	padding: 1px 6px;
	border-right: 1px solid #666666;
	line-height: 1em;
}

.pagelink .first {
	border-left: 1px solid #666666;
}

.pagelink li a {
	zoom: 1;
}

*html .pagelink li a {
	padding-top: 1px;
	padding-bottom: 1px;
}
/*写真の設定*/

.nm_style4 img {
	background: #FFFFFF;
	padding: 4px;
	border: #CCCCCC solid 1px;
}

/*お見積り＆お問い合わせ*/

.nm_style10 table {
	width: 600px;
	background: #FFFFFF;
}

.nm_style10 .cart_border1 {

}

.nm_style10 .cart_border2 {

}

.nm_style10 input,
.nm_style10 select,
.nm_style10 textarea {
	margin: 5px;
	vertical-align: middle;
}



.nm_style10 .cart_input {
	vertical-align: middle;
}
.nm_style10 .cart_border4 {
	border: none;
	border-top: solid 1px #333333;
	padding-bottom: 30px;
}

.nm_style10 .cart_border4 input {
	vertical-align: middle;
	font-size: 100%;
}

.nm_style10 .cart_head {
	background: #B5D3DF;
}


/*表の設定*/


/*-----アンダーバーの表-----*/

.nm_style11 table {
	margin: 10px auto;
	width: 580px;
}
.nm_style11 .csttbl_border1 {

	border: 1px solid #375F6F;
	width: 406px;
}

.nm_style11 .csttbl_border2 {

	border: 1px solid #375F6F;
	width: 406px;
}

.nm_style11 .csttbl_border4 {

	border: 1px solid #375F6F;
	width: 406px;
}


.nm_style11 .csttbl_border3 {

	border: 1px solid #375F6F;

}

.nm_style11 .csttbl_head {

	width: 30%;
	
	padding: 10px;
	
	background: #B5D3DF;
	
	font-weight: bold;
	
}

/*リンクバナーの設定*/

.nm_style12 table {
	margin: 10px;
}

.nm_style12 table td {
	padding: 5px;
}
/*新清流の設定*/

.nm_style13 dl {
	margin: 0 10px 10px;
}

.nm_style13 dt {
	font-weight: bold;
	padding-left: 15px;
	cursor:pointer;
	text-decoration: underline;
	background: url(../data/img/icon_naviyajirushi.gif) no-repeat 0 50%;
}

.nm_style13 dt:hover {
	color: #246F82;
	cursor:pointer;
}


.nm_style13 dd {
	padding: 0 20px 10px;
}

/*の設定*/

.nm_style8 b {
	color: #FE9900;
	font-size: 150%;
	
}


