<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* 製品の特長　デザイン定義 */

#menu-box
{
	margin:0 30px;
	padding:5px;
	height:650px;
}


#menu-box img
{
	padding:0;
}

#menu-box img#menu-left
{
	margin:0 5px 0 20px;
}
#menu-box img#menu-center
{
	margin:0 5px 0 5px;
}
#menu-box img#menu-right
{
	margin:0 20px 0 5px;
}

#menu-box img:hover
{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}


#text .bg-color-orange
{
	background-image : url(image/bg-color-orange.gif);
}
#text .bg-color-teal
{
	background-image : url(image/bg-color-teal.gif);
}

#text .bg-color-deeppink
{
	background-image : url(image/bg-color-deeppink.gif);
}
#text .color-orange
{
	color:#ECA83E;
}
#text .color-teal
{
	color:#189C98;
}
#text .color-deeppink
{
	color:#CE5062;
}


#text p.bg-orange
{
	background-color:#F9E6CE;
}
#text p.bg-teal
{
	background-color:#CEE5E3;
}
#text p.bg-deeppink
{
	background-color:#F4D7D6;
}

#text p.font-orange
{
	color:#ECA83E;
	font-size:18px;
	font-weight:bold;
}
#text p.font-teal
{
	color:#189C98;
	font-size:18px;
	font-weight:bold;
}
#text p.font-deeppink
{
	color:#CE5062;
	font-size:18px;
	font-weight:bold;
}


#text p.border-orange
{
	border: 2px solid #F9E6CE;
}
#text p.border-teal
{
	border: 2px solid #CEE5E3;
}
#text p.border-deeppink
{
	border: 2px solid #F4D7D6;
}



#text h4
{
	margin-left:30px;
	margin-bottom:0px;
	padding: 0;
	font-size:15px;
}


#text h4:before
{
	content: "●";
}

#text img
{
	margin: 0 30px 0 40px;
}
</pre></body></html>