@charset "utf-8";

/* ==================================================
		
		トップページ

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

/* --------------------------------------------------
		.outline
-------------------------------------------------- */
main section .outline {  
  width: 703px;
  margin: 0 auto;
  text-align: left;
  font-size: 16px;
}

/* --------------------------------------------------
		.gimbal
-------------------------------------------------- */
main section .outline .gimbal img {  
  float: left;
  margin: 5px 41px 0 0;
}

main section .outline .gimbal p {  
 margin: -5px 0 0 223px;
}

main section .outline .gimbal p:last-child {  
  margin: 18px 0 -8px 223px;
}

main section .outline .gimbal p span {  
  font-weight: bold;
}

/* --------------------------------------------------
		.creed
-------------------------------------------------- */
main section .creed {  
  width: 955px;
  margin: 0 auto;
  font-size: 16px;
}

main section .creed .creed-box {  
 width: 305px;
 float: left;
 margin: 2px 0 0 20px;
 text-align: left;
}

main section .creed .creed-box:first-child {
  margin-left: 0;
}

main section .creed .creed-box div {
  border: 1px solid #cccccc;
  margin-top: -1px;
  padding: 23px 20px;
}

main section .creed .creed-box div span {
  margin-top: 18px;
  display: block;
}

main section .creed .creed-box div ul {
  margin-top: -12px;
}

main section .creed .creed-box div li {
  margin-left: 16px;
  text-indent: -1em;
}

main section .creed .creed-box div li span {
  font-weight: bold;
  display: inline;
}

main section .creed .creed-box div li:first-child {
  margin-top: 18px;
}

/* --------------------------------------------------
		.profile
-------------------------------------------------- */
main section .outline .profile {  
  margin-left: -4px;
}

main section .outline .profile img {  
  float: right;
  margin: 5px 14px 0 53px;
}

main section .outline .profile span {  
  font-weight: bold;
  display: block;
  margin-top: -3px;
}

main section .outline .profile:nth-child(2) {  
  margin: 18px 0 -8px -3px;
}

/* --------------------------------------------------
		.books
-------------------------------------------------- */
main section .books {  
  width: 955px;
  margin: 0 auto;
}

main section .books .section {  
  width: 174px;
  margin-left: 86px;
  float: left;
}

main section .books .section:first-child {  
  margin-left: 0px;
}

main section .books .section dl {
  margin: 15px auto 0;
}

main section .books .section dt {  
  font-weight: bold;
  font-size: 16px;
}

main section .books .section dd {  
  font-size: 16px;
}

main section .books .section .line {  
  width: 225px;
  margin-left: -23px;
}

/* --------------------------------------------------
		.news
-------------------------------------------------- */
main section .news {  
  width: 955px;
  margin: -5px auto 0;
}

main section .news dl {
  font-size: 16px;
  display: inline-block;
}

main section .news dl:last-child {  
  margin-bottom: -7px;
}

main section .news dt {
  float: left;
  text-align: left;
  width: 120px;
}

main section .news dd {
  float: left;
  text-align: left;
  width: 835px;
}

main section .news dd span {
  margin-left: 2px;
}




