@charset "utf-8";
/* CSS Document */

#wrapper{
	width: 1092px;
	padding: 0 0 100px 0;
	background: url(../img/bg.jpg) no-repeat center 0;
	background-size: 1092px auto;
	background: url(../img/bg_ie.jpg) no-repeat center 0\9; /* IE8 */
}
#wrapper h2{ padding-top: 87px;}


/* About
------------------------------*/
#about .module{
	margin-top: 70px;
	text-align: center;
}
#about .module p{
	width: 780px;
	margin: 15px auto;
	text-align: left;
}


/* Friends
------------------------------*/
#friends p.intro{
	width: 780px;
	margin: 68px auto 0 auto;
	text-align: center;
}
#friends #contents{}
#friends .module{
	width: 864px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 5px;
}
#friends .module ul{ margin: -25px auto 65px 0;}
#friends .module li{
	float: left;
	width: 432px
}
#friends .module li h3{	margin-bottom: 20px;}


/* History
------------------------------*/
#history #contents{
	width: 864px;
	margin: 112px auto 0 auto;
}

#history #contents p{
	width: 512px;
	margin-bottom: 38px;
	line-height: 2.2;
}
#history #contents p:first-child{ margin-top: -5px;}
#history #contents p.last{ margin-bottom: 0;}


/* Philosophy
------------------------------*/
#philo #contents{
	width: 864px;
	margin: 91px auto 0 auto;
}
#philo #contents p{
	width: 512px;
	margin-bottom: 30px;
	line-height: 2.2;
}
#philo #contents p:first-child{ margin-top: -5px;}
#philo #contents p.last{ margin-bottom: 0;}

