@charset "utf-8";

body {
	color: #333;
	background: #fff;
}

p {
	margin-top: 0px;
	margin-bottom: 1em;
}

a img {
	border: 0;
}


/* -------全体レイアウト------- */
#wrapper {
	width: 944px;
	margin: 8px 0 0 10PX;
	text-align: left;
	position: relative;
}

#contentWrap {
	width: 754px;
	float: left;
	position: relative;
	background: url(../img/mainbg.gif) repeat-y;
}

#contentWrap #navi {
	width: 183px;
	float: left;
	margin-right: 15px;
	background-color: #f1f1f1;
}

#contentWrap #mainArea {
	float: right;
	width: 556px;
	position: relative;
}



/* -------右リンク------- */
#rlink{
	float: right;
	width:175px;
	}
	
	
/* お問い合わせ */
#rlink #contact{
	margin-bottom:10px;
	}
	
#rlink #contact h4{
	font-weight:normal;
	background:url(../../../images/FW_utilities_contact_icons.gif) no-repeat;
	padding-left:20px;
	line-height:20px;
	}


/* 関連リンク、製品に関する資料 */
#rlink #link{
	background:#eee;
	border-bottom:solid 1px #CCD6E0;
	margin:10px 0;
	}

#rlink #link h4{
	background:#CCD6E0;
	line-height:18px;
	padding-left:8px;
	}
	
#rlink #link ul{
	margin:6px 0 12px 8px;
	}
	
#rlink #link ul li{
	list-style:none;
	font-size: 0.9em;
	line-height:1.6em;
	}

/* バナー */
.linkimg {
	margin-bottom: 10px;
}



/* -------メインエリア------- */


.totop {
	height:15px;
	text-align: right;
}


.flt {
	float: left;
}

.frt {
	float: right;
}

.clear {
	clear: both;
}

.rel {
	position: relative; 
}

.abs {
	position: absolute;
}


.alnCnt {
	text-align: center;
}


.alnlft {
	text-align: left;
}

.alnRht {
	text-align: right;
}




/* 黒文字リンク */
a.norml:link {
	text-decoration: none;
	color: #333;
}

a.norml:visited {
	text-decoration: none;
	color: #333;
}

a.norml:hover {
	text-decoration: underline;
	color: #0053ff;
}

a.norml:acive {
	text-decoration: underline;
	color: #0053ff;
}


/* 青文字リンク */
a.blue:link {
	text-decoration: none;
	color: #002e92;
}

a.blue:visited {
	text-decoration: none;
	color: #002e92;
}

a.blue:hover {
	text-decoration: underline;
	color: #0053ff;
}

a.blue:acive {
	text-decoration: underline;
	color: #0053ff;
}




/* -------テキスト------- */
.ttl {
	font-size: 1.25em;
}

.sttl {
	line-height: 1.3em;
	border-left: 4px solid #234f9e;
	padding-left: 5px;
}

.bigtxt {
	font-size: 1.1em;
}

.biggertxt {
	font-size: 1.2em;
}

.smltxt {
	font-size: 0.93em;
	line-height: 120%;
}

.redTxt {
	color: #c00;
} 

.bld {
	font-weight: bold;
}

.white {
	color:#fff;
}

.txtInd {
	padding-left: 1em;
	text-indent: -1em;
}


.linkTxt {
	padding-left: 15px;
	background:url(../img/arr.gif) no-repeat left center;
	line-height: 130%;
}

