@charset"UTF-8";

/*========================================================

Author and Copyright

Author: masateru tagawa (http://at-will.net)
Created: 2008-2.07
Modified: 2008-2.07
Copyright: masateru tagawa

========================================================*/

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

	contents_area
		├pankuzu
		├toppage
		└ 

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

div#contents_area{
	float: right;
	width: 600px;
	text-align: left;
	}

div#contents_area hr{
	color : #FFFFFF;
	border-top : solid #999999 1px;
	margin:5px 0px 5px 0px;
	}


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

	pankuzu

--------------------------------------------------------*/
	
#pankuzu ul{
	text-align: right;
	margin: 0px 20px 20px 20px;
	list-style: none;
}

#pankuzu li{
	font-size:0.77em;
	display: inline;
}


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

	toppage
--------------------------------------------------------*/

div.toppage{
	width: 560px;
	margin:0px 20px 0px 20px;
	text-align: left;
	line-height:180%;
	background:url(../img/news_back.jpg) no-repeat;
	}

div.toppage h2{
	margin:0px 0px 10px 0px;
	}

div.toppage p{
	margin:0px 0px 10px 0px;
	}

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

	top-service

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

div.top-service{
	width: 560px;
	margin:0px 0px 25px 0px;
	text-align: left;
	background:url(../img/top_service_bg.jpg) repeat-y
	}

div.top-service h3{
	margin:0px 0px 0px 0px;
	}

div.top-service p{
	margin:0px 22px 5px 22px;
	line-height:180%;
	}

div.top-service p img{
	float:left;
	margin:0px 15px 0px 0px;
	}

div.top-service p.linkarrow01{
	text-align:right;
	margin:0px 15px 10px 0px;
	}

div.top-service p.linkarrow01 a{
	padding:0px 2px 2px 18px;
	background:url(../img/top_reform_arrow.gif) no-repeat;
	background-repeat: no-repeat;
	}

div.top-service p.linkarrow02{
	text-align:right;
	margin:0px 15px 10px 0px;
	}

div.top-service p.linkarrow02 a{
	padding:0px 2px 2px 18px;
	background:url(../img/top_newconst_arrow.gif) no-repeat;
	background-repeat: no-repeat;
	}

div.top-service p.linkarrow03{
	text-align:right;
	margin:0px 15px 10px 0px;
	}

div.top-service p.linkarrow03 a{
	padding:0px 2px 2px 18px;
	background:url(../img/top_recruit_arrow.gif) no-repeat;
	background-repeat: no-repeat;
	}
	
div.top-service-bottom{
	clear:both;
	width: 560px;
	height:5px;
	background:url(../img/top_service_bottom.jpg) no-repeat bottom;;
	}
