@charset "UTF-8";

/*
Theme Name:bootstrap
Theme URI:
Description:for bootstrap[v2.3.2]
Author:sonobe
Author URI:
Version:2.1.0
*/

/*==============================================================================
 * Common
 *----------------------------------------------------------------------------*/
body {
	  background-image: url(../img/bg.png);
	background-color: #999999;
}

/*==============================================================================
 * Well
 *----------------------------------------------------------------------------*/
.parts,
.memberImageBox,
#MailAddressLogin,
div.dparts div.parts,
#Footer,
.timeline-large {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
div.partsHeading h3 {
  color: #333;
  border-bottom: 1px solid #f5f5f5;
}

/*==============================================================================
 * Input_area
 *----------------------------------------------------------------------------*/
/*==============================================================================
 * InformationBox
 *----------------------------------------------------------------------------*/
.informationBox,
#informationAboutThisIsYourProfilePage .well {
  color: #eb6101;
  background-color: #ffe6b3;
  border-color: #ffc44d;
}
