@charset "utf-8";

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

  BGパートナーシップ開業
  2010.06.00
  
======================================*/

/*--------------------------------------
  Common
--------------------------------------*/

* {
	margin: 0;
	padding: 0;
	line-height: 1.8;
	color: #666;
	font-weight: normal;
	font-style: normal;
}
body {
	margin: 0;
	padding: 0;
	font-family:"lr oSVbN", "MS UI Gothic", "Osaka", "qMmpS Pro W3", HiraKakuPro-W3,  Meiryo, Helvetica, sans-serif;
	font-size: 13px;
}
p{
	margin: 0;
}

h1,
h2,
h3,
h4{
	font-size: 100%;
	margin: 0;
}
img {
	border : 0;
}
* html .iepngfix {
behavior: expression(IEPNGFIX.fix(this));
}

/* ----------   cleafix   ---------- */

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}


/*--------------------------------------
  
--------------------------------------*/
#container{
	width:704px;
	padding:0;
	font-size:12px;
	color:#333333;
	text-align:left;
	clear:both;
}
#container div.maintext {
	width: auto;
	height:123px;
	padding-left:100px;
	padding-right:10px;
	background:url(../img/partnership/bg_mainimg_s.jpg) no-repeat left;
}
#container #indiv {
	width:648px;
	padding:8px 28px;
	font-size:12px;
	color:#333333;
	text-align:left;
}
div.summary{
	width:642px;
	margin-left:2px;
	overflow:hidden;
	background:url(../img/partnership/summary_bg_repeat.jpg) 0px 0px repeat-y;
}
.top_bot{
	margin-left:2px;
	padding:0;
	display:block;
}
div.pagetitle h2{
	margin: 0  0 5px 0;
}
div.solid {
	width:622px;
	height:63px;
	padding:10px;
	color:#2d2d2d;
	margin:8px 0 15px 2px;
	background:url(../img/partnership/solid_bg_repeat.jpg) 0px 0px repeat-x;
}
/*--------  support   --------*/
.support {
	height:24px;
	display: block;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	background: url(../img/partnership/support_ic_01.gif) no-repeat left;
	padding-left: 22px;
}
.support_s {
	display: block;
	color:#2d2d25;
	font-size:12px;
	background: url(../img/partnership/support_ic_02.gif) no-repeat left top;
	padding:2px 22px;
}
/*---------    point    -------*/
div.point{
	width:543px;
	height:28px;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	padding-left:19px;
	background: url(../img/partnership/li_point.gif) no-repeat left bottom;
	margin:8px 0 0 5px;
}
/*----------   flow   ----------*/
div.cimflow{
	width:543px;
	padding-left:19px;
	margin:8px 0 0 5px;
	border-top: 1px dotted #b3b3b3;
}
div.cimflow_none{
	width:543px;
	padding-left:19px;
	margin:8px 0 0 5px;
	border: none;
}
div.leftcim{
	width: 55px;
	float: left;
}
div.rightclm{
	width: 488px;
	float: right;
}

/*----------   contact banner   ----------*/
#container #indiv .contact_text{
	margin:25px 0 0 65px;
}
div.bn_contact {
	margin: 10px 77px;
}
div.bn_contact a {
	width: 499px;
	height: 88px;
	display: block;
	background: url(../img/partnership/bn_contact.jpg) no-repeat top left;
	text-indent: -9999px;
}
div.bn_contact a:hover,
div.bn_contact a:focus {
	background-position: bottom left;
}

/*======================================
	Div margin padding
=======================================*/
.m10{
	margin: 10px;
}
.mt10{
	margin-top: 10px;
}
.mb10{
	margin-bottom: 10px;
}
.mtb10{
	margin-top: 10px;
	margin-bottom: 10px;
}
.ml2{
	margin-left:2px;
}
.ml50{
	margin-left:50px;
}
.ml140{
	margin-left:140px;
}
.fright{
	width: auto;
	float: right;
}
.fleft{
	width: auto;
	float: left;
}
.fcenter{
	margin-right: auto;
	margin-left: auto;
}
.clear{
	clear: both;
}
.b11{
	font-size:11px;
	color:#277fee;
}
