@charset "iso-8859-2";

/* ================================================
CITIZEN ELECTRONICS CO.,LTD.
Cascading Style Sheets FILE
================================================ */

/*************** 共通設定 ***************/
html {
    overflow-y:scroll;
}
body{
	background-color: #f8f8f8;
	text-align:center;
	color:#616161;
}
body div {
	text-align: left;
}

* {
	margin: 0;
	padding: 0;
/*	font-style: normal; */
/*	font-weight: normal;*/
}

img {
	vertical-align : baseline;
	border: 0px;
}

table {
	margin : 0;
	empty-cells: show;
}

p {
	margin:0;
	padding:0;
}

/* フロートクリア */
.clearFix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearFix {
	display:inline-block;	/* IE7対応 */
}
/* Hides from IE-mac \*/
* html .clearFix {
	height:1%;
}
.clearFix {
	display:block;
}
/**/


/*************** アイコン付きリンク ***************/
.iconPDF{
	background:url(../../img-common/icon-pdf.gif) left no-repeat;
	padding-left:20px;
	margin-bottom:0px;
}
ul.iconPDFlist{
	list-style:none;
	font-size: 84%;
	margin: 0 0 10px 0;
}

ul.iconPDFlist li{
	background:url(../../img-common/icon-pdf.gif) left no-repeat;
	padding-left:20px;
	margin-bottom: 5px;
}
ul.iconPDFlist li.cmt{
	background-image: url(../../img-common/icon-list1.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
}

p.iconlinkar{
	background:url(../../img-common/icon-link1.gif) right no-repeat;
	padding-right:15px;
}
