/* CSS Document */

/*基本外観CSS　*/

body {
	font-size:62.5%;
	border:0;
	padding:0;
	margin:0px;
	color:#2c2c2c;

	background-color:#fff;
	background-position:50%;
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
	letter-spacing:1px;
}

a { border:0;
	text-decoration:none;
	color:#5ead00;
}
img {border:0;	margin:0;}

b {font-size:1.4em;}

span {color:#ff6ef4; padding:0 10px 10px 0; font-size:1.2em;}

/*外殻フレーム*/
#masthead {
	width:920px;
	height:100%;
	margin: 0px auto;
	padding:0 3px;
}
#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 110px;
}
.heaft{
	width:100%;
	height:70px;
	margin:0 0 5px 0;
	text-align:center;
	line-height:20px;
	font-size:1.6em;
	background-image:url(img/4.png);
	background-repeat:x-repeat;
}
.heaft ul{
	padding:0;
	margin:0;
	border:0;
}
.heaft li{
	float:left;
	padding:0;
	margin:24px 60px;
	border:0;
	text-decoration: none;
}


.imlf{
	width:500px;
	min-height:600px;
	margin:0;
	float:left;	
}

.gai{
	float:right;
	width:410px;
	height:100%;
	padding:0;
	color:#3b3b3b;
	font-size:1.6em;
}
.gai ul{
	padding:0;
	margin:0;
	border:0;
	}
	
.gai li{
	clear:left;
	margin:0 0 12px 0;
	padding:0;
	border:0;
	text-decoration:none;
}

.liss {
	float:right;
	width:410px;
	height:100%;
	padding:0;
	color:#7d7d7d;
	font-size:1.4em;
}

.liss ul{padding:0; margin:0; border:0;}

.liss li{
	padding:0 0 10px 40px;
	margin:0;
	border:0;
	background-image: url(img/icom_kb2.png);
	background-repeat:no-repeat;
	list-style-type: none;
}

.liss li:hover{
	padding:0 0 10px 40px;
	margin:0;
	border:0;
	color:#5c0000;
	background-color:#fff8fd;
	list-style-type: none;
}

.fli{width:920px; height:22px; font-size:1.6em;}
.flo{width:920px; height:80px;}



/*--------------------------------------*/


h1 {
	padding:0;
	margin:0;
	text-align:left;
	font-size:5em;
	text-align:center;
	line-height:90px;
}

h2 {

	color:#cc0000;
	width:auto;
	height:20px;
	padding:5px 4px;
	margin:0 0 20px 0;
	font-size:1.8em;
	font-weight:normal;
	letter-spacing:1px;
	font-weight:bold;

	background-repeat:x-repeat;
}

h3 {
	color:#cc0000;
	width:auto;
	height:20px;
	padding:0;
	margin:0 0 20px 0;
	font-size:1.8em;
	font-weight:normal;
	letter-spacing:1px;
	font-weight:bold;

	background-repeat:x-repeat;
}
h4 {
	padding:2px 20px;
	margin-left:20px;
	letter-spacing:1px;
	font-size:1.2em;
	background-image:url(img/icom_kb2.png);
	background-repeat: no-repeat;
}

h4 a{color:#da9a00;}

h5 {
	padding:2px 0 5px 0;
	margin:0;
	letter-spacing:1px;
	line-height:20px;
	font-size:1.2em;
}
h6 {
	padding:10px 0 3px 0;
	margin:0;
	letter-spacing:1px;
	font-size:1em;
}

h6 a{	color:#fff;}

h7 {
	color: ;
	background-color:#fff;
	padding:1px 0;
	margin:0;
	letter-spacing:1px;
	font-size:1.2em;
}
ul {
	padding:0;
	margin:0;
	border:0;
}
li {
	float:left;
	padding:0;
	margin:0;
	border:0;
	list-style-type: none;

/* --------チップツールフレーム------------- */
img.bgimg {position:fixed !important;}

#tooltip {
	font-size:1.2em;
	position:absolute;
	color:#0066cc;
	border-bottom:6px solid #f0ff00;
	background-color:#fff;
	padding:8px 10px;
	display:none;
}
#tooltip strong {
	font-size:1.8em;
}
/* Clearfix */
.clearfix:after {
	content: url(../sysimgs/space.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}/* IE 7用 */
.clearfix {
	display: block;
} /* Opera、Safari 7用 */
