/**先頭のバナーの設定をインポート**/
@import url("../css/head_banner.css");

/**ページの設定**/
body{
	width:	620px;
	font-family:	Arial;
	font-size:	9pt;
}
a,
a:hover,
a:active,
a:visited{
	text-decoration:	none;
	color:			black;
}
img{	border:			0px;}

/**イントロ**/
.intro{
	width:		500px;
	margin:		30px 0 0 20px;
	padding:	20px 20px 20px 10px; 
	font:		11pt;
}
/**サービスメニューの設定**/
.services{
	width:		620px;
	margin:		10px 0 10px 10px;
	padding:	10px 10px 10px 10px;
}
.mini_title{
	font-size:	11pt;
	border-bottom:	2px dotted #FF9900;
}
.gray{
	/**color:		#606060;*/
	color:		black;
	width:		540px;
	font-size:	10pt;
	padding:	10px 0 10px 10px;
}
/**画像の設定**/
.service_image img{
	width:		300px;
	height:		300px;
	margin-left:		120px;
}
/**ＴＯＰページへ戻る設定**/
.back{
	margin-left:		500px;
	color:			black;
}
