body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	
	min-width: 950px;
}
* html body {
    /* IE Dynamic Expression to set the width IE5.x */
    _width:expression(document.body.clientWidth < 950 ? "950px" : "100%" );
	/* hack */
	voice-family: "\"}\""; voice-family: inherit;
    /* IE Dynamic Expression to set the width IE6 */
    _width:expression(document.body.parentElement.clientWidth < 950 ? "950px" : "100%" );
}
body, td, th, input, textarea {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 'メイリオ', Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #585858;
}
/* IE 6 */
* html * {
	line-break: strict;
	vertical-align:baseline;
	font-family: 'メイリオ', Meiryo, sans-serif;
}
/* IE 7 */
*:first-child+html body
,*:first-child+html td
,*:first-child+html th
,*:first-child+html input
,*:first-child+html textarea {
	line-break: strict;
	font-family: 'メイリオ', Meiryo, sans-serif;
}
/* IE 8 */
html>/**/body 
, html>/**/body td
, html>/**/body th
, html>/**/body input
, html>/**/body textarea
{
	line-break /*\**/: strict\9;
	font-family /*\**/: 'メイリオ', Meiryo, sans-serif\9;
}
/* safari / firfox */
body:first-of-type
, body:first-of-type td
, body:first-of-type th
, body:first-of-type input
, body:first-of-type textarea
{
	font-family: "Lucida Grande", Geneva, Arial, Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 'メイリオ', Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
/**
============================================
	COMMON SETTING [TAG]
============================================
*/
a {
	color:#2971a7;
	text-decoration: none;
	/* *** mac IE *** */
	outline:none 0 #000;
}
a:visited {
	color: #174162;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
img {
	border: none;
}
table{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	background-color: #fff;
}
/** CLEAR FIX
============== */
.clear-fix:after{
	content:".";
	display:block;
	clear:both;
	visibility: hidden;
}
.clear-fix{
	display: inline-block;
}
/* hack \*/
* html body .clear-fix{
	height:1%;
}
.clear-fix{
	display: block;
}
/* hack END */
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	line-height: 0;
	border: none;
	height: 0;
}

.small {
	font-size: 10px;
	line-height: 1.45em;
}
.alignleft {
	float:left;
}
img.alignleft {
	float:left;
	margin: 2px 10px 5px 0px;
}

.alignright {
	float:right;
}
img.alignright {
	float:right;
	margin: 2px 0px 5px 10px;
}

.aligncenter {
	display: block;
	margin:0 auto;
}
img.aligncenter {
	display: block;
	margin:0 auto;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.red {
	color: #f00;
}
/** 32bit PNG for  =< IE6 */
* html body img.png{
	/* display: none; */
	behavior: url(http://www.frostec.co.jp/testrun/__lib_css/iepng/iepngfix.htc);
}
* html body td.png{
	/* behavior: url(http://www.frostec.co.jp/testrun/__lib_css/iepng/iepngfix.htc); */
	/* filter:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.frostec.co.jp/testrun/__lib_images/header-white.png', sizingMethod='image'); */
}
/**
============================================
	COMMON SETTING [LAYOUT]
============================================
*/
#wrap {
}
#content {
	
}
#navi {
	
}
#header-logo {
	
}
#header {
	
}
#main-content {
	margin: 0 auto;
	text-align: left;
	width: 950px;
	clear: both;
}
#left-side {
	padding-left: 10px;
}

#main-content-container {
	float: left;
	/*margin-left: 188px;*/
	width: 538px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	text-align: center;
	/*background: transparent url(../__lib_images/border-dot-v.png) repeat-y 100% 0;*/
	background: transparent url(../__lib_images/border-555.png) repeat-y;
	/*min-height: 1950px;*/
	min-height: 2000px;
}
* html body #main-content-container {
	height: 1950px;
}

#left-sidebar {
	float: left;
	width: 180px;
	padding-right: 8px;
	padding-top: 8px;
	/* 1 divider */
	/*background: transparent url(../__lib_images/border-dot-v.png) repeat-y 100% 0;*/
	/*background: transparent url(../__lib_images/border-555.png) repeat-y  100% 0;*/
}
#right-sidebar {
	width: 180px;
	float: right;
	padding-right: 8px;
	padding-left: 8px;
}
#footer {
	clear: both;
	padding-top: 8px;
	background: transparent url(../__lib_images/border-dot.png) repeat-x;
	margin: 0 10px;
}
/**
============================================
	NAVI
============================================
*/
#navi {
	height: 30px;
	padding-bottom: 5px;
	overflow: hidden;
}
#navi ul#navi-ul{
	margin: 0;
	padding: 0;
	height: 30px;
	overflow: hidden;
	height: 30px;
	padding: 0 10px;
	background-color: #767e7e;
}
#navi li{
	margin: 0;
	padding: 0;
	list-style: none;
}
#navi h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
}

#navi li.navi-li{
	height: 30px;
	float: left;
	/* padding-right: 8px; */
}
#navi ul#navi-ul h3 {
	margin: 0;
	padding: 0;
}
#navi li.navi-li a {
	float: left;
	/* display: block; */
	padding-left: 5px;
	padding-right: 5px;
	height: 30px;
	line-height: 30px;
	color: #fff;
}
#navi li.navi-li a:hover {
	color: #f63;
	background-color: #4d647b;
}
#navi ul li.navi-parent a.navi-parent {
	padding-left: 8px;
	background: url(../__lib_images/dot-arrow.png) no-repeat 2px 0;
}
#navi ul li.navi-parent a.navi-parent:hover {
	/*background-position: 2px -30px;*/
	background-color: #4d647b;
}
#navi ul.navi-sub {
	margin: 0;
	padding: 0;
	z-index: 10;

	position: absolute;
	top: 30px;
	left: auto !important;
	background-color: #798c9f;
	/* IE */
	*clear: both;
}
* html body #navi ul.navi-sub {
	/* top:30px; */
	
}
#navi li.navi-li ul.navi-sub li {
	float: none;
	
	border: 1px solid #333;
	border-top: 1px solid #ccc;
}
#navi li.navi-li ul.navi-sub a {
	float: none;
	display: block;
	height: 28px;
	line-height: 28px !important;
	font-size: 12px;
	
	/* for IE */
	zoom : 1;
	max-height:28px;
	*width:160px;
	*white-space: nowrap;
	/* width:100%; */
	/* *position: fixed; */
}
/* IE 6 under */
* html body #navi li.navi-li ul.navi-sub a {
	/* display : -moz-inline-box; */
	display: inline-block;
}

/* IE7 & Myryo */
*:first-child+html #navi li.navi-li ul.navi-sub li a#mb {
	font-size: 10px;
}



/**
============================================
	FOOTER
============================================
*/
#footer-content {
	background-color: #869b9d;
	padding-bottom: 30px;
	margin: 0 -10px;
}
p#copyright {
	padding: 0;
	margin: 0;
	padding-top: 10px;
	color: #fff;
}
/**
============================================
	HEADER [LOGO]
============================================
*/
#header-logo {
	height: 80px;
	/*margin: 0 10px;*/
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 8px;
	background: transparent url(../__lib_images/border-dot.png) repeat-x 0 100%;
	
	/*min-width: 930px;*/
	width: 950px;
}

h1#header-logo-image {
	margin: 0;
	padding: 0;
	height: 80px;
	overflow: hidden;
	float: left;
}
h1#header-logo-image a {
	display: block;
	width: 126px;
	height: 80px;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url(../__lib_images/frostec-logo-80.png);
}
#header-description {
	display: none;
}

#header-top-container {
	/*position: absolute;
	right: 10px;*/
	float: right;
	
	width: 560px;	
	background-color: transparent;
}

/**	copy
*************** */
ul#header-copy {
	margin: 0;
	padding: 0;
	/*width: 530px;
	height: 78px;*/
	float: right;
	/*overflow: auto;*/
	overtflow: hidden;
	/*border: 1px solid #ccc;*/
	height: 25px;
}
ul#header-copy li {
	margin: 0;
	padding: 0;
	list-style: none;
	/*padding: 8px 0 8px;
	
	margin-right: 10px;
	margin-left: 10px;
	background: transparent url(../__lib_images/border-dot.png) repeat-x 0 100%;*/
	height:25px;
	line-height: 25px;
}
/*ul#header-copy li#tm4-li {
	background: none;
}*/

ul#header-copy li h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.5em;
}
/**
============================================
	HEADER [IMAGE]
============================================
*/
#header {
	padding: 8px 0;
	margin: 0 10px;
	background: transparent url(../__lib_images/border-dot.png) repeat-x 0 100%;
	height: 155px;
	text-align: center;
}

#header-container {
	margin: 0 auto;
	text-align: left;
	width: 950px;
	height: 155px;
	overflow: hidden;
}
ul#header-box {
	margin: 0;
	padding: 0;
	width: 950px;
	height: 155px;
	overflow: hidden;
}
ul#header-box li{
	margin: 0;
	padding: 0;
	width: 950px;
	height: 155px;
	overflow: hidden;
	list-style: none;
}
ul#header-box li.header-box-container {
	height: 155px;
	width: 232px;
	float: left;
	margin-right: 7px;
	overflow: hidden;
	background: transparent url(../__lib_images/header-box.png) no-repeat;
}
ul#header-box li.header-box-container-end {
	margin: 0;
}
div.header-box-inner {
	padding: 10px 3px 1px 3px;
	width: 226px;
	height: 143px;
	overflow: hidden;
}
div.header-box-inner a {
	display: block;
}
h3.header-box-container-title {
	margin: 0;
	padding: 0 0 0px 0;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}
h3.header-box-container-title span.header-box-title-inner {
	display: block;
	font-size: 12px;
}
h3.header-box-container-title a {
	color: #333;	
}
h3.header-box-container-title a:hover {
	color: #f63;	
}
p.header-box-copy {
	margin: 0;
	padding: 0 0 6px 0;
	/*font-size: 10px;*/
	line-height: 1.3em;
	/*text-align: center;*/
}
p.header-box-copy a {
	color: #6a6a6a;
}
p.header-box-copy a:hover {
	color: #f63;
}
p.img {
	margin: 0;
	padding: 0;
}
img.photo {
	display: block;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
}
/**
============================================
	LEFT SIDE
============================================
*/
ul.left-sidebar-container {
	margin: 0;
	padding: 0;
}
ul.left-sidebar-container li{
	margin: 0;
	padding: 0;
	padding-bottom: 8px;
	list-style: none;
}
ul.left-sidebar-container li p {
	margin: 0;
	padding: 0 0 8px;
}

/* bottom-divide */
ul.bottom-divide {
	background: transparent url(../__lib_images/border-dot.png) repeat-x 0 100%;
}

.header-icon {
	display:-moz-inline-box;
	display:inline-block;
	
	width:120px;
	height:45px;
	
	float:left;
	padding-right:5px;
}
/**
============================================
	RIGHT SIDE
============================================
*/
.gallery-topics-container {
	height:45px;
	overflow:hidden;
}
.gallery-topics {
	display:-moz-inline-box;
	display:inline-block;
	
	width:180px;
	
	margin-bottom:5px;
	overflow:hidden;
	text-align:left;
	font-size:11px;
}
.topics-small {
	width:90px;
	font-size:11px;
}

/**	CATALOG
******************** */
.pdf-description {
	display: block;
}
a .pdf-description {
	color: #585858;
}
a:hover .pdf-description {
	color: #f63;
}

/**	NEW PRODUCTS
******************** */
h4.title {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 12px;
	/*font-weight: normal;*/
	font-weight: bold;
	color: #a51800;
	border-bottom: 2px solid #a51800;
}
ul#new-products {
	margin-bottom: 15px;
}
ul#new-products li {
	padding: 8px 0;
	background: transparent url(../__lib_images/border-dot.png) repeat-x 0 100%;
}
ul#new-products a {
	color: #585858;
}
ul#new-products a:hover {
	color: #f63;
}
/**
============================================
	RIGHT SIDE
============================================
*/
ul.right-sidebar-accordion {
	margin: 0;
	padding: 0;
}
ul.right-sidebar-accordion li{
	margin: 0;
	padding: 0;
	list-style: none;
	/*font-size: 10px;*/
	line-height: 1.45em;
	
	padding: 8px 0;
	background: transparent url(../__lib_images/border-dot.png) repeat-x 0 100%;
}
ul.right-sidebar-accordion li p {
	margin: 0;
	padding: 0 0 15px;
}
/*ul.right-sidebar-accordion li a {
	color: #585858;
}
ul.right-sidebar-accordion li a:hover {
	color: #f63;
}*/

#right-sidebar h3
, #right-sidebar h4
 {
	margin: 0;
	padding: 0 0 15px;
	font-size: 12px;
	font-weight: normal;
}
#right-sidebar h4.accordion-title {
	height: 24px;
	line-height: 24px;
	border: 1px solid #ccc;
	padding: 0;
	margin-top: 10px;
	text-indent: 5px;
	background-color: #7c7c7c;
	color: #fff;
	cursor: pointer;
}

img.photo-frame {
	padding: 5px;
	border: 1px solid #ccc;
	margin-bottom: 3px;
}

/**	RISO
********************* */
.riso-img-box {
	/*display:-moz-inline-box;
	display:inline-block;*/
	
	float: left;
	
	width:89px;
	margin:0 5px 5px 0;
	background: url(../revoimage/home/new2010/gray-gradation-bottom.png) repeat-x 0 100%;
}
.riso-gallery {
	display:-moz-inline-box;
	display:inline-block;
	padding:3px;
	font-size:10px;
	line-height:1.3em;
}
.riso-sample-box {
	display:-moz-inline-box;
	display:inline-block;
	
	font-size:10px;
	line-height:16px;
	height:16px;
}
.riso-strong {
	display: block;
}
.riso-big {
	font-size: 12px;
	line-height:1.3em;
}
/**
============================================
	MAIN
============================================
*/
#main-content-container-box{
	text-align: left;
}

/**
*		PUBLICITY
------------------------------------ */
#publicity {
	margin-bottom: 20px;;
}
h3.publicity-title {
	margin: 0;
	padding: 0;
}
ul#publicity-list {
	margin: 0;
	padding: 0;
} 
ul#publicity-list li.publicity-content {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#publicity-list h4.publicity-title {
	margin: 0;
	padding: 0;
	
	height: 24px;
	line-height: 24px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #777;
	padding: 0;
	/*margin-top: 10px;*/
	text-indent: 5px;
	background-color: #7c7c7c;
	color: #fff;
	cursor: pointer;
	
	font-size: 12px;
	font-weight: normal;
}
ul#publicity-list div.topics-block {
	padding: 3px 0 5px 0;
	margin-bottom: 5px;
	background: transparent url(../__lib_images/border-dot.png) repeat-x 0 100%;
}


/**	ROUND BOX
************ */
.box-container {
	padding: 15px;
	background-color: #f2f2f2;
	margin-bottom: 12px;;
	float:left;
	width: 320px;
}
.box-container h3
, .box-container p
{
	/*display: inline;
	display: inline-block;*/
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}
.box-container:before {
	/*content: url(../__lib_images/top-left.png);*/
	content: url(../__lib_images/roundbox_01.png);
	display: block;
	margin: -15px -15px 0 -15px;
	height: 15px;
	font-size: 1px;
	line-height: 0.1em;
	/*background: url(../__lib_images/top-right.png) no-repeat top right;*/
	background: url(../__lib_images/roundbox_02.png) no-repeat top right;
	overflow: hidden;
}
.box-container:after {
	/*content: url(../__lib_images/bottom-left.png);*/
	content: url(../__lib_images/roundbox_03.png);
	display: block;
	margin: 0 -15px -15px -15px;
	height: 15px;
	font-size: 1px;
	line-height: 0.1em;
	/*background: url(../__lib_images/bottom-right.png) no-repeat top right;*/
	background: url(../__lib_images/roundbox_04.png) no-repeat top right;
	overflow: hidden;
}

/**	SHORT
************ */
.box-container-short {
	width: 148px;
	float: right;
}
h3.title-top {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
}
ul#philosophy {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}
ul#philosophy li {
	margin: 0;
	padding: 0;
	list-style: none;
}
/**	LONG
************ */
h3.title-act {
	font-size: 14px;
	line-height: 1.5em;
	/*font-weight: normal;*/
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
	color: #333;
}
h3.title-act a {
	color: #333;
}
h3.title-act a:hover {
	color: #f63;
}
ul.products-info {
	margin: 0;
	padding: 0;
}
ul.products-info li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.products-info h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.5em;
}
ul.products-info h3 a {
	
}
ul.products-info h3 a:hover {
	
}