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

/* CSS Infomation====================
Title       : トップページ
Developer   : taskyamamoto
Last Editor : taskyamamoto
Last Edit   : 2012.2.16
===================================*/


div#service_visual{
	position: relative;
	width: 900px;
	height: 333px;
	top: 160px;
	background-image:url(../../img/main_service.jpg);
	text-indent: -1000000em;
	}

div#main_contents{
	top: 180px;
	}

div#main_contents dt{
	font-weight: bold;
	}
	
div#main_contents p{
	margin: 0px 0px 50px 0px;
	}
	
/*-------------------------------
hover
-------------------------------*/
div#global_navigation li.service a{
	background-position:0px -125px;
}


	
/*-------------------------------
IE hacks
-------------------------------*/

*:first-child+html div#main_contents p{
	font-weight:100;
}

