@charset "UTF-8";

body {
	background-color: white;
	width: 780px;
	height: 500px;
	margin: 0;
	padding: 0 10px;
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.3em;
}
h2 {
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	color: green;
	text-shadow: 1px 1px 3px #999;
}
div.wrapper {
	overflow: hidden;
}
div.leftcol {
	float: left;
	width: 288px;
	margin-right: 10px;
	height: 381px;
	overflow: auto;
	//background-color: #fcc;
}
div.leftcol h4 {
	margin: 0;
	padding: 2px 0 0 0;
	height: 24px;
	border: 1px solid #bfb;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	background-color: #dfd;
	border-radius: 6px; 
}
div.leftcol p {
	margin-top: .5em;
	padding-left: 1em;
	padding-right: .5em;
	font-size: 12px;
	line-height: 1.4em;
}
div.leftcol p.sw {
	text-align: center; margin: 0;
}
div.leftcol p.sw img {
	padding-top: 1em;
}
div.rightcol {
	float: left;
	width: 482px;
	height: 381px;
	//background-color: #ccf;
}
div.rightcol .mediaplayer {
	width: 480px;
	height: 380px;
	margin: 0px auto;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #999;
}
div.nav {
	clear: both;
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
	text-align: center;
	//background-color: #cfc;
	font-size: 14px;
	border-top: 2px solid #eee;
}

.btn {
    background-color: #393;
    color: #fff;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border: 1px solid #060;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
	margin-left: 30px;
	margin-right: 30px;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	text-decoration: none;
}
.btn:hover {
    background-color: #161;
}
.disabled {
    background-color: #ccc;
	border-color: #bbb;
    cursor: default;
}
.disabled:hover {
    background-color: #ccc;
}

