@charset "utf-8";


/* ----------------------
 contents.css
---------------------- */

/**
 * プロフィール
 */

div#profileArea {
	padding: 0px 40px 20px;
}

div#profileArea h3{
	font-size: 120%;
	font-weight: bold;
	color: #663300;
	margin-bottom: 15px;
}

div#profileArea p{
	margin-bottom: 10px;
}

div#profileArea ul{
	padding-left: 20px;
}

div#profileArea li{
	list-style: disc;
}



/**
 * 主な作品履歴
 */

div#historyArea {
	padding: 0px 40px 20px;
}

div#historyArea ul{
	padding-left: 20px;
	margin-bottom: 20px;
}

div#historyArea li{
	list-style: disc;
	margin-bottom: 5px;
}



/**
 * ディスコグラフィー
 */

div#discographyArea {
	padding: 0px 40px 10px;
}

div.discoBox {
	width: 620px;
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #999966;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

div.discoImg {
	background: url(../image/contents/bg_discographyTable.gif) repeat-y left top;
	padding: 5px 20px 5px 30px;
	width: 120px;
	float: left;
}

div.discoText {
	float: right;
	width: 450px;
	padding-top: 20px;
}

div.discoText h3{
	font-size: 120%;
	font-weight: bold;
	color: #663333;
}

/**
 * ブログ
 */

div#blogArea {
	padding: 0px 0px 20px;
}

div#blogArea h3{
	font-size: 120%;
	font-weight: bold;
	color: #663300;
	margin-bottom: 15px;
}

div#blogArea p{
	margin-bottom: 10px;
}


/**
 * お問い合わせ
 */

div#inquiryArea {
	padding: 0px 40px 20px;
}

div#inquiryText {
	margin-bottom: 20px;
}

.inquiryForm table{
	width: 100%;
	border-collapse:collapse;
}

.inquiryForm th{
	font-weight: normal;
	text-align: left;
	width: 140px;
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
}

.inquiryForm th span{
	color: #CC0000;
}

.inquiryForm td{
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
}




