@charset "utf-8";
/* ===================================================================
CSS information

 file name  :top.css
 author     :Ability Consultant
style info :トップページ設定　ハックは最下部に記述
=================================================================== */

/*----------------------------------------------------
	title　タイトル
----------------------------------------------------*/

#company #title_bg {
	width: 100%;
	height: 110px;
	line-height: 110px;
	background: url(../owner/images/bk_title.gif) top repeat-x #FFE4F1;
}

#company h2 {
	margin: 0 auto;
	width: 950px;
	height: 110px;
	line-height: 110px;
	background: url(../company/images/title.jpg) no-repeat;
	text-indent: -9999px;
}


/*----------------------------------------------------
	catch　キャッチコピー周辺
----------------------------------------------------*/

#company #catch {
	background: url(../company/images/img_japan.jpg) top right no-repeat;
}

#company #catch h3 {
	padding: 0 0 10px 0;
	width: 548px;
	height: 69px;
	line-height: 110px;
	background: url(../company/images/catch.gif) top no-repeat;
	text-indent: -9999px;
}

#company #catch p {
	padding: 0 0 20px 0;
	width: 548px;
}

#company #infomation {
	clear: both;
}

#company #infomation h3 {
	width: 700px;
	height: 65px;
	line-height: 65px;
	background: url(../company/images/st_info.gif) top no-repeat;
	text-indent: -9999px;
}

/*----------------------------------------------------
	table　テーブル
----------------------------------------------------*/

#company table {
	margin: 0 0 20px 0;
	padding: 0;
	color: #533030;
	border-collapse: collapse;
	border-spacing: 0;
	font-size:12px;
}

#company th,
#company td {
	padding: 15px;
	border-bottom: 1px solid #FF92C9;
	color: #32200D;
}

#company th {
	padding: 0 0 0 40px;
	color: #FE138B;
	text-align: left;
	background-image: url(../owner/images/icon_circle.gif);
	background-position: 10px center ;
	background-repeat: no-repeat;
}


/*----------------------------------------------------
	map 地図
----------------------------------------------------*/
#company #map {
	margin: 0 0 20px 0;
	width: 690px;
	height: 340px;
	border: #FFCBE6 solid 5px;
	clear: both;
}

#company #img_office {
	padding: 0 0 20px 0;
	overflow: hidden;
}


#company a:hover .img_telno  {
    filter: Alpha(opacity=80);
    opacity:0.8;
}

#company #contact_text {
	letter-spacing: 0.1em;
	font-size: 10px;
}

