/*---------------- 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:#FF6600;
	text-decoration:none;
	}
A:visited {
	color:#FF6600;
	text-decoration:none;
	}
A:hover {
	color:#FF6600;
	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:#003366;
	line-height: 140%;
}
.lText-blue {
	font-size: 14px;
	color:#003366;
	line-height: 140%;
}
.sText-blue {
	font-size: 10px;
	color:#003366;
	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-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%;
	}
	
/* 白 */
.mText-white {
	font-size: 12px;
	color:#FFFFFF;
	line-height: 140%;
}
.lText-white {
	font-size: 14px;
	color:#FFFFFF;
	line-height: 140%;
}
.lText-white-b {
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
	line-height: 140%;
}
.sText-white {
	font-size: 10px;
	color:#FFFFFF;
	line-height: 140%;
	}

/*---------------------- プロダクト用 ---------------------------*/
.p-title {
	font-size: 12px;
	color:#FFFFFF;
	line-height: 140%;
	font-weight: bold;
	background-color: #003366;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/*---------------------- スタッフ紹介用 ---------------------------*/
.profile {
	font-size: 12px;
	color:#666666;
	line-height: 130%;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 5px;
}

/*---------------------- pagetop用 ---------------------------*/
.pagetop {
	font-size: 12px;
	line-height: 140%;
	margin-right: 15px;
	text-align: right;
}

/*---------------------- works用 ---------------------------*/
.company-block {
	font-size: 12px;
	line-height: 120%;
	background-image: url(common/line_bg05.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding-bottom: 19px;
	background-position: bottom;
}
.company {
	font-size: 12px;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 120px;
}
.game {
	font-size: 12px;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
	width: 260px;
	float: right;
}
.clear{
	clear: both;
}
/*---------------------- CD用 ---------------------------*/
.cd-album {
	font-size: 14px;
	line-height: 120%;
	background-image: url(common/line_bg03.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding-bottom: 12px;
	background-position: bottom;
	color: #87A7D7;
	width: 590px;
	font-weight: bold;
}
.cd-title {
	font-size: 12px;
	line-height: 120%;
	padding: 3px;
	width: 375px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #87A7D7;
}

.cd-naiyou {
	font-size: 12px;
	line-height: 120%;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/*---------------------- listening用 ---------------------------*/
.listen-title {
	font-size: 12px;
	line-height: 120%;
	color: #87A7D7;
	font-weight: bold;
}
/*---------------------- list用 ---------------------------*/
.title-name {
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
}

