/* CSS Document */

body {
 color: #333333;
 font-size: 12px;
 line-height: 200%;
 font-family: 'ヒラギノ角ゴ Pro W3', 'ヒラギノ丸ゴ Pro W4', Osaka, 'MS P ゴシック';
 margin: 0px;
 padding: 0px;
 background-color: #00224D;
}

/* リンク */
a { 
 color: #333333;
 text-decoration: none;
}

 /* カーソルが上に来たとき */
a:hover {
 color: #333333;
 text-decoration: underline;
}

 /* 訪問済みのリンク部分 */
a:visited {
 color: #333333;
} 

/* 段落 */

p {
 margin: 10px 0px;
}

img {
 border: 0px;
}

/***************** 全体のデザイン関係ここから *******************/

 /* 外枠テーブル部分 */
#waku_up {
 width: 100%;
 background-image: url("images/bg_top.jpg");
 background-repeat: repeat-x;
}

#waku_up_kaso {
 width: 100%;
 background-image: url("images/bg_kaso.jpg");
 background-repeat: repeat-x;
}

 
 /* ヘッダーテーブル部分 */
#header {
 width: 900px;
}

 /* メインテーブル部分 */
.maintable {
 width: 900px;
 background-color: #ffffff;
}


 /* フッターテーブル枠部分 */
.fttable {
 width: 900px;
 background-color: #ffffff;
}

.fttable a {
 color: #000000;
}

.fttable a hover {
 color: #000000;
}

.fttable a visited {
 color: #000000;
}

#ftlink {
 margin: 10px 0px 5px 35px;
}

#copyright {
 border-top: 1px solid #C4365D;
 color: #999999;
 padding-left: 35px;
 padding-top: 5px;
 margin: 0px 0px 10px 0px;
}

/***************** 全体のデザイン関係ここまで *******************/

/***************** 文章のレイアウト関係ここから *******************/


 /* テキスト強調 */
.highlight {
 color: #E7026E;
 font-weight: bold;
}
/***************** 文章のレイアウト関係ここまで *******************/

/***************** トップページ関係ここから *******************/

/* コンテンツ部分 */

#tct {
 margin: 30px 0px;
}

.top_right {
 margin-bottom: 10px;
}

/* メールアドレス入力部分 */
#mag {
 background-color: #AAD1D5
;
}

.mailad {
 width: 200px;
 height: 17px;
}

.mag_frm {
 margin: 10px;
}

/* インフォメーション部分 */

.info {
 width: 519px;
 background-image: url("images/info_bg.jpg");
 background-repeat: repeat-y;
}

.info_ct {
 margin-left: 19px;
}

.info_date {
 color: #C4355D;
}
/***************** トップページ関係ここまで *******************/



/************** 下層ページのデザイン関係ここから ****************/

/************** プロフィールここから ****************/

.pct {
 margin: 0px 0px 50px 0px;
}

.prof_ct01 {
 margin: 40px 0px 20px 0px;
}

.title {
 margin-bottom: 20px;
}

.contact {
 width: 520px;
 border: 1px solid #C4365D;
 padding: 0px 15px;
}

.company {
 width: 520px;
 border-left: 1px solid #C4365D;
 border-right: 1px solid #C4365D;
 border-bottom: 1px solid #C4365D;
 padding: 10px 15px;
}

/************** プロフィールここまで ****************/

.bookdetail2 {
 background-image:url(books/img/00.gif);
 background-repeat: repeat;
 font-size: 12px;
 width: 547px;
}

.bookdetail3 {
 background-image:url(books/img/34.gif);
 background-repeat: repeat;
 font-size: 12px;
 width: 547px;
}

.imgtop5 {
  margin-top:5px;
}
.imgtop6 {
  margin-top:6px;
}
.imgtop10 {
  margin-top:10px;
}
.imgtop15 {
  margin-top:15px;
}
.imgtop20 {
  margin-top:20px;
}
.imgtop15-5 {
  margin-top:15px;
  margin-bottom:5px;
}
.imgtop15-10 {
  margin-top:15px;
  margin-bottom:10px;
}
.imgtop30-5 {
  margin-top:30px;
  margin-bottom:10px;
}
.imgtop10-L30 {
  margin-top:10px;
  margin-left:30px;
}

.height150 {  
 margin-top:10px;
 line-height: 150%;
}

.u_5 {
	margin-bottom: 5px;
}

.u_10 {
	margin-bottom: 10px;
}

.u_20 {
	margin-bottom: 20px;
}

.u_30 {
	margin-bottom: 30px;
}

