/*---------------- body基本設定 ----------------*/
body {
	margin: 0px;
	padding: 0px;
	color:#333333;

}


.contents-body {
	background-image: url(common/main_bg.gif);
	background-position: 0px 0px;
}

/*--------------- フォーム設定 --------------*/
form {
	margin: 0px;
}
/*--------------- リンク設定 --------------*/
A:link {
	color:#D91467;
	text-decoration:none;
	}
A:visited {
	color:#D91467;
	text-decoration:none;
	}
A:hover {
	color:#D91467;
	text-decoration:underline;
	}
A:active {
	text-decoration:none;
	}

/*---------------- テキスト基本設定 ----------------*/

.sText {
	font-size: 10px;
	line-height: 140%;
	}
	
.mText {
	font-size: 12px;
	line-height: 140%;
	}
	
.lText {
	font-size: 14px;
	line-height: 140%;
	}
	
.llText {
	font-size: 17px;
	line-height: 140%;
	}

/* 色つき */
/* 青 */
.mText-blue {
	font-size: 12px;
	color:#6699FF;
	line-height: 140%;
}
.lText-blue {
	font-size: 14px;
	color:#6699FF;
	line-height: 140%;
}
.sText-blue {
	font-size: 10px;
	color:#6699FF;
	line-height: 140%;
	}
/* グレー1 */
.mText-gray1 {
	font-size: 12px;
	color:#999999;
	line-height: 140%;
}
.lText-gray1 {
	font-size: 14px;
	color:#999999;
	line-height: 140%;
}
.sText-gray1 {
	font-size: 10px;
	color:#999999;
	line-height: 140%;
	}

/* 白 */
.mText-white {
	font-size: 12px;
	color:#FFFFFF;
	line-height: 140%;
}
.lText-white {
	font-size: 14px;
	color:#FFFFFF;
	line-height: 140%;
}
.sText-white {
	font-size: 10px;
	color:#FFFFFF;
	line-height: 140%;
	}
	
/* ピンク */
.mText-pink {
	font-size: 12px;
	color:#D91467;
	line-height: 140%;
}
.lText-pink {
	font-size: 14px;
	color:#D91467;
	line-height: 140%;
}
.sText-pink {
	font-size: 10px;
	color:#D91467;
	line-height: 140%;
	}
	
/* 赤 */
.mText-red {
	font-size: 12px;
	color:#FF0000;
	line-height: 140%;
}
.lText-red {
	font-size: 14px;
	color:#FF0000;
	line-height: 140%;
}
.sText-red {
	font-size: 10px;
	color:#FF0000;
	line-height: 140%;
	}

/*---------------------- CD用 ---------------------------*/
.cd-album {
	font-size: 14px;
	line-height: 120%;
	background-image: url(common/line_bg02.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding-bottom: 12px;
	background-position: bottom;
	color: #D91467;
	font-weight: bold;
	width: 602px;
}.comike78 {
	background-image: url(event/img/p_comike78_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 977px;
}
