@charset "utf-8";

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

*　■スーパーコート　サービス紹介ページ専用

*

*		作成日：		2008.05.28

*		製作者：		otsubo

*

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









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

* ■共通使用クラス

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







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

* ■共通フォーマット

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

#Conpany h2,

#Conpany h3{

	margin-bottom: 12px;

}











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

* ■フォーマット拡張

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



/*　会社概要

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

#Conpany table.compData{

	margin-bottom: 36px;

}

#Conpany table.compData th,

#Conpany table.compData td{

	border-top: 1px solid #fff;

	border-bottom: 1px solid #fff;

}

#Conpany table.compData th{

	width: 20%;

	color: #666;

	background: #ddd;

	text-align: left;

	padding: 6px 0 6px 6px;

}

#Conpany table.compData td{

	color: #333;

	padding: 6px 0 6px 12px;

	background: url(../img/company/border-img.gif) repeat-x left bottom;

	

	x border-bottom: 1px solid #fff;

}





#Conpany div.clearfix{

	margin-bottom: 24px;

	

	x border: 1px solid red;

}















/*　社長挨拶

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

#ceoMsg{

	height: 248px;

	margin-bottom: 30px;

	background: url(../img/company/p_msg1_back.jpg) no-repeat;

}

#ceoMsg h2{

	margin:0;

	height: 120px;

	text-indent: -9999px;

}

#ceoMsg p{

	margin: 0 30px 0 220px;

}



#Conpany div.t-center{

	margin: 30px 0 60px 0;

}















/*　企業理念

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

#compIdea{

	height: 108px;

	margin-bottom: 20px;

	background: url(../img/company/i_comp_idea.jpg) no-repeat;

}

#compIdea h2{

	text-indent: -9999px;

}
#compIdea2{

	height: 108px;

	margin-bottom: 20px;

	background: url(../img/company/i_comp_idea2.jpg) no-repeat;

}

#compIdea2 h2{

	text-indent: -9999px;

}

dl.ideaList{

	margin: 0 18px 60px 18px;

}

dl.ideaList dt{

	color: #1E609B;

	font-size: 1.2em;

	font-weight: bold;

}

dl.ideaList dd{

	color: #666;

	margin-bottom: 45px;

}



































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

* ■サイドメニュー

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

#ServiceMenu{

	margin-bottom: 18px;

	padding-bottom: 5px;

	background-color: #FCFCFA;

	background-repeat: no-repeat;

	background-position:left bottom;

	background-image: url(../img/base/side_menu_btm.gif);

	

}

#ServiceMenu h3{

	height: 45px;

	text-indent: -9999px;

	background: url(../img/company/side_title_comp.gif) no-repeat;

}

#ServiceMenu ul{

	list-style: none;

	padding-bottom: 12px;

	background: url(../img/base/side_menu_back.gif) repeat-y;

}

#ServiceMenu li{

	padding-top: 12px;

}

#ServiceMenu li a{

	display: block;

	height: 15px;

	text-indent: -9999px;

	background-repeat: no-repeat;

}

#ServiceMenu li#snComp a{

	background-image: url(../img/company/btn_side_comp.gif);

}

#ServiceMenu li#snCeo a{

	background-image: url(../img/company/btn_side_ceo.gif);

}

#ServiceMenu li#snIdea a{

	background-image: url(../img/company/btn_side_idea.gif);

}

#ServiceMenu li a:hover, #ServiceMenu li.on a{

	background-position: -200px 0px;

}







/*END*/