@charset "utf-8";

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

ロックパートナーズ株式会社

Copyright (C) RockPartners Inc. All Rights Reserved.
--------------------------------------------------------------------

file name  :  information.css
info :  インフォメーションの設定
contents :
	01. レイアウト・共通部分の設定
	02. #ppBoxの設定
	
=================================================================== */

/*--------------------------------------------------------------------
	01. レイアウト・共通部分の設定
--------------------------------------------------------------------*/


/*--------------------------------------------------------------------
	02. #informationBoxの設定
--------------------------------------------------------------------*/
#informationBox h3 {
	margin:0 0 20px;
	padding:0 0 2px 5.8em;
	position:relative;
	background:url(../images/common/bg_ttl.gif) repeat-x 0 100%;
	font-size:100%;
}
#informationBox h3 span {
	display:block;
	padding:0 4px 5px;
	font-size:125%;
	border-bottom:3px solid #000;
}
#informationBox h3 em {
	position:absolute;
	left:5px;
	top:8px;
	font-size:75%;
}
#informationBox p {
	padding:0 5px 1.5em;
	font-size:75%;
	line-height:1.8;
	color:#444;
}
#informationBox .img {
	text-align:center;
}
#informationBox .img img {
	padding:6px;
	background-color:#FFFFFF;
	border:1px solid #D2D2D2;
}
