@charset "Shift_JIS";

/*共通基本スタイルシート*/

body {
   /* 基本色設定 */
  color: #333333;
	background-color: #EBEBEB;
   /* ヘッダのために余白を消す */
  margin: 0;
  padding: 0;
}

/* リンク関係の色設定 */
a:link   { text-decoration: none; color: #0000CC }
a:visited { text-decoration: none; color: #800080 }
a:active  { text-decoration:none; color: #666666 }
a:hover   { color: #FF0099; }

/* 共通サイド */
.header-line {
	background-repeat: repeat-x;
	background-color: #D53C7B;
}

.side_left {
	background-repeat: repeat-y;
	background-image: url(images/back_left.gif);
}

.side_right {
	background-repeat: repeat-y;
	background-image: url(images/back_right.gif);
}

/* マージン設定 */
.MarginBox {
	margin: 0 0 5px;
}

.MarginBoxLU {
	margin: 0 5px 5px;
}

.MarginBox2 {
	margin: 0 0 10px;
}

.MarginLR {
	margin: 0 10px;
}

.MarginLR5 {
	margin: 0 5px;
}

.MarginL {
	margin: 0 0 0 10px;
}

/* トピックスタイトルライン */
.line_pink{
	background-repeat: repeat-x;
	background-image: url(images/line.gif);
}



}
/*テキスト設定 */	


.normal {
   font-size: 80%;
   line-height: 120%;
}

.small {
   font-size: 75%;
   line-height: 120%;
}

.normal_bold {
   font-size: 90%;
   line-height: 120%;
   font-weight:800;
}

.normal_bblue {
   font-size: 85%;
   line-height: 120%;
   font-weight:800;
   color:#474B7C;
}

.normal_bblue2 {
   font-size: 85%;
   line-height: 160%;
   font-weight:800;
   color:#474B7C;
}

.normal-pink {
   font-size: 80%;
   line-height: 120%;
   color:#D53C7B;
}

.normal-white {
   font-size: 80%;
   line-height: 120%;
   color:#FFFFFF;
}

.normal-blue {
   font-size: 80%;
   line-height: 120%;
   color:#474B7C;
}

.normal-LitePink {
   font-size: 90%;
   line-height: 120%;
  color: #FF3399; }

.footer {
   font-size: 75%;
   color: #FFFFFF;
   background-color: #D53C7B;
}



