/* CSS Document */



/*d72d89*/



*{

	margin:0px;

	padding:0px;

}

p {
	margin:0px;
	padding:0px;
}

div{

	margin:auto;

	text-align:left;

}

body{
	background-color:#dddddd;
	text-align:center;
	font-size:13px;
	line-height:1.5em;
	color:#333333;

}

.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}



.clearfix{
	display:inline-block;
}


/*レイアウトコントロール*/

div#main_area{

	width:760px;

	background-color:#ffffff;

}

div#contents_area{

	margin:30px;

}

.explain {
	margin-bottom:20px;
}


/*コンテンツ要素*/

div.top_title{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding:15px;
	margin-top:0px;
	color:#FFFF00;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #000000;

}

div.sub_title{
	background-color:#444444;
	color:#ffffff;
	padding:8px 5px;
	font-weight:bold;
	font-size: 14px;

}
#sub_area table {
	margin-left: 30px;
	margin-top: 20px;
}
#sub_area {
	margin-bottom: 30px;
}

#sub_area .song {
	font-weight: bold;
	font-size: 14px;
	padding-right: 10px;
	margin-left: 10px;
}
#sub_area td {
	padding-bottom: 10px;
}
#sub_area img {
	border: none;
}

#sub_area #pc_twitter {
	width: 100%;
	height: 200px;
	margin-bottom: 30px;
}






.bold{
	font-weight:bold;
	color:#00C2A9;
	padding: 3px 0px;
	font-size: 14px;

}
#sub_area #pc_twitter .left a img{
	border: 1px solid #00C2A9;
}

#sub_area .left {
	float: left;
}

#sub_area .b_bold {
	font-weight: bold;
}


.bold2{
	font-weight:bold;
	color:#FD5E93;
}

.small{
	font-size:11px;
	text-decoration:underline;
	color:#363636;
}


div#footer_area{

	padding:15px;

	text-align:center;

/*	border-top:2px solid #CC6600; */}

a {
	color: #00C2A9;
}
