@charset "utf-8";
/*///////////////////////////////

	共通利用

///////////////////////////////*/

html, body {
	margin: 0px;
}

.navigation-skip {
	display: none;
}

#preview-guide {
	background-color: #ffffff;
	font-weight: bold;
	font-size: 24px;
	color: #ff0000;
}
#blockade-operation {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background: url(../images/transparent.gif);
	display: none !important;
}

/*------------------------------
	アイコン
------------------------------*/
.icon {
	width: 32px;
	height: 32px;
}
.icon-PPT {
	background: url(../images/icons/ms-ppoint02.gif) no-repeat;
}
.icon-EXCEL {
	background: url(../images/icons/ms-excel02.gif) no-repeat;
}
.icon-WORD {
	background: url(../images/icons/ms-word02.gif) no-repeat;
}
.icon-PDF {
	background: url(../images/icons/adobe-pdf.gif) no-repeat;
}
.icon-ZIP {
	background: url(../images/icons/ms-folder.gif) no-repeat;
}
.icon-LZH {
	background: url(../images/icons/ms-folder.gif) no-repeat;
}
.icon-TEXT {
	background: url(../images/icons/ms-text01.gif) no-repeat;
}
.icon-BMP {
	background: url(../images/icons/ms-bmp.gif) no-repeat;
}
.icon-PNG {
	background: url(../images/icons/ms-png.gif) no-repeat;
}
.icon-JPG {
	background: url(../images/icons/ms-jpg.gif) no-repeat;
}
.icon-GIF {
	background: url(../images/icons/ms-gif.gif) no-repeat;
}
.icon-OTHER {
	background: url(../images/icons/ms-other01.gif) no-repeat;
}

/*------------------------------
	ビューアバナー
------------------------------*/
.banner-pdf {
	background: url(../images/icons/get_adobe_reader.gif) no-repeat;
	width: 112px;
	height: 33px;
}
.banner-ppt {
	background: url(../images/icons/get_power_point_viewer.gif) no-repeat;
	width: 96px;
	height: 33px;
}
.banner-xls {
	background: url(../images/icons/get_excel_viewer.gif) no-repeat;
	width: 96px;
	height: 33px;
}
.banner-doc {
	background: url(../images/icons/get_word_viewer.gif) no-repeat;
	width: 96px;
	height: 33px;
}
.banner-swf {
	background: url(../images/icons/get_flash_player.gif) no-repeat;
	width: 112px;
	height: 33px;
}