@charset "utf-8";
/*フォント*/
.style01 {
	font-size: 13px;
	line-height: 140%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: left;
}
/*navi フォント*/
.style02 {
	font-size: 13px;
	line-height: 140%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: left;
	text-indent: 60px;
}
/*フォント設定グレー上下左右線　*/
.style03 {
	font-size: 13px;
	line-height: 140%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: left;
	border: 1px solid #CCCCCC;
}
/*フォント 13px　オレンジ色*/
.style04 {
	font-size: 13px;
	line-height: 140%;
	text-align: left;
	color: #FF6600;
}
/*フォント 13px　青*/
.style05 {
	font-size: 13px;
	line-height: 140%;
	text-align: left;
	color: #0086D1;
	text-decoration: underline;
}
/*フォント太字　赤*/
.style06 {
	color: #FF0000;
	font-weight: bold;
}
/*ドットのグレー　上線*/
.line01 {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
/*グレーの上下左右線　背景水色*/
.line02 {
	background-color: #CAEDFF;
	border: 1px solid #CCCCCC;
}
/*青色の上下線　2px*/
.line03 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E2E2E1;
	border-right-color: #E2E2E1;
	border-bottom-color: #0086D1;
	border-left-color: #E2E2E1;
	}
.style07 {
	background-attachment: scroll;
	background-image: url(../company/img/zakka-263.jpg);
	background-repeat: no-repeat;
	background-position: 380px 340px;
}

/*青色左線　3px*/
.line04 {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #0086D1;
}

/*青色左線　1px*/
.line05 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0086D1;
}

/*グレー上下左右線　1px*/
.line06 {
	border: 1px solid #CCCCCC;	
}
/*グレーの上下左右線　背景緑色*/
.line07 {
	background-color: #D7FFD7;
	border: 1px solid #CCCCCC;
}
/*緑左線　1px*/
.line08 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #336600;
}	
/*緑左線　1px*/
.line09 {
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: dashed;
	border-left-style: double;
	border-left-color: #0086D1;
	border-bottom-color: #999999;
}

/*ドットのグレー　上線*/
.line10 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
/*リンクメニューの下線を表示しない */
A.menu	{text-decoration:none}

/*設備一覧メニュー*/
A.menu1:hover {
	color:#FFFFFF;
	background-color:#0086d1;
	text-decoration:none
}
A.menu1:visited {
	text-decoration: none;
	}
A.menu1{
	width:140px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	margin-right: 3px;
	margin-left: 3px;
	font-size: 13px;
	border: 1px solid #0086D1;
	padding-bottom: 3px;
	text-decoration: none;
	color: #0086d1;
}
.menu1div{
			text-align:center;
			}
/*会社案内メニュー*/
A.menu2:hover {
 			color:#0086D1;
			background-color:#ffffff;
			text-decoration:none;
}
A.menu2{
			text-decoration:none;
}	
/*リンク*/
A.menu3:hover {
	color:#0086D1;
	background-color:#ffffff;
	text-decoration:underline;
}
A.menu3{
	text-decoration:underline;
	color: #0000FF;
	}
A.menu3:visited {
	color: #0000FF;
	}	
	   	      	   
/*写真の位置 右*/
.i01 {
	float:right;
	margin-left:10px
}
/*写真の位置 左*/
.i02 {
	float:left;
	margin-right:15px;
}

body {
	margin-top: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
