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

/*
----------------
header
-----------------------------*/
#header h1{
	position:absolute;
	top:4px;
	left:38px;
	color:#fff;
}

#header p{
	position:absolute;
	top:260px;
	left:253px;
	font-weight:bold;
	font-size:110%;
}
#header p strong{
	font-weight:bold;
}

#header p a{
	color:#333333;
	/*text-decoration:none;*/
}

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

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


#topImame{
	background:url(../img/top-main.jpg);
	background-repeat:no-repeat;
	height:250px;
	width:894px;
	margin-left:3px;
	clear:both;
}

/*
-----------------------------------------------
main
-----------------------------------------------*/
#h2Sammary{
	margin-top:8px;
	margin-left:10px;
	margin-bottom:25px;
	background:url(../img/whitebord.gif) no-repeat;
	padding:10px;
	font-size:1.1em;
	line-height:1.6em;
}

.svsBox{
	background:url(../img/svc-box-bg.gif);
	background-repeat:no-repeat;
	width:200px;
	height:186px;
	float:left;
	margin-left:8px;
	margin-right:10px;
}

.svsBox p{
	font-size:98%;
	margin-top:5px;
	padding-left:13px;
	padding-right:13px;
	line-height:1.6em;
}

.svsBox em{
	color:#cc0000;
}

#idxNewsBox{
	clear:both;

}

#idxNewsBox p img{
	margin-top:20px;
}

#idxNewsBox ul{
	padding-top:20px;
	padding-left:20px;
	font-size:1.1em;
	margin-bottom:3em;
}

#idxNewsBox ul li{
	border-bottom:1px dashed #666666;
	width:620px;
	
	margin-bottom:15px;
}

#idxNewsBox ul li span{
	color:#336600;
	font-weight:bold;
}

#idxNewsBox ul li a{
	color:#666;
	text-decoration:none;
	display:block;
	padding-bottom:5px;
	padding-top:2px;
}
#idxNewsBox ul li a:hover{
	color:#0066cc;
	background:#FFFF99;
}