@charset "UTF-8"; 
	 
#philosophyContainer p{text-align: center; }
/*topcommitment*/ 
	 
.lead 
{
	margin-bottom: 15px;
}
	
.lead .image 
{
	float: left;
	width: 260px;
}
	 
.subCategory .lead .image p 
{
	margin-bottom: 10px;
}
 
.subCategory .lead .image ul 
{
	margin-left: 0;
}
	 
.subCategory .lead .image ul li 
{
	float: left;
	width: 130px;
	font-size: 80%;
}
 
.subCategory .lead .image ul img 
{
	float: left;
	margin-right: 5px;
}
   
.lead .text 
{
	padding: 30px 10px 10px;
	float: right;
	width: 230px;
	background-image: url(images/bg_commit.gif);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #FFF;
	line-height: 1.3;
	color: #2a8bcf;
}
  
dl.commit 
{
	position: relative;
	width: 540px;
}
	 
dl.commit dt 
{
	position: absolute;
	left: 0;
	width: 2.5em;
	font-weight: bold;
}
	 
dl.commit dt.tatsumi 
{
	color: #7f80cd;
}

 
dl.commit dt.suzuki 
{
	color: #7fade3;
}

  
dl.commit dd 
{
	padding-bottom: 1em;
	margin-left: 3em;
}
	 
dl.commit dd .right 
{
	float: right;
	margin-left: 10px;
}
 
dl.commit dd .left 
{
	float: left;
	margin-right: 10px;
}
   
.end 
{
	text-align: right;
}
 
.profile 
{

}
	 
.profile .text 
{
	float: right;
	width: 350px;
}
	 
.subCategory .profile .text h2 
{
	padding: 0;
	background-image: none;
}
  
.profile .image 
{
	float: left;
	width: 160px;
}
  
.page 
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 540px;
	text-align: center;
}
.main .page p{text-align: center; }	 
.page a 
{
	margin: 0 5px;
}
 
.page span 
{
	padding: .2em .5em;
	margin: 0 5px;
	color: #FFF;
	background-color: #00019c;
}
 
.page .next 
{
	margin: 0;
	position: absolute;
	right: 0;
	left: auto;
}
 
.page .prev 
{
	margin: 0;
	position: absolute;
	left: 0;
}
  	 
/**
 * BACKGROUND 
 * ----------------------------------------
 */
	 
.mainCategory ul.section 
{
	background-image: url(images/bg.jpg);
}
 
.subCategory h1 
{
	background-image: url(images/bg_title.gif);
}
  
/**=
 * ========================================
 * clearfix 
 * ========================================
 */
	 
.lead:after, 
dl.commit dd:after,
.profile:after,
.lead .image ul:after,
.lead .image ul li:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
	 
.lead, 
dl.commit dd,
.profile,
.lead .image ul,
.lead .image ul li
{
	display:inline-block;
}
/* Hide from IE Mac \*/
 
.lead, 
dl.commit dd,
.profile,
.lead .image ul,
.lead .image ul li
{
	display:block;
}
/* End hide from IE Mac */
   

