/* CSS Document */

/*=====　1 ページ全体のレイアウトなど　=====*/
* {
	margin: 0;
	padding: 0;
	border: none;
}

/* body要素 */
body {
background-color: #ffffff;
}

/* 1-1 全体のコンテナ　*/
div.contena {
	width: 500px;
	height: auto;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}

/*===== 2 ヘッダー =====*/

/* 2-1　ヘッダー全体　*/
div#header {
	width: 500px;
	height: 45px;
	line-height:45px;
} 

/* 2-2 サイトタイトル　*/
div#header h1 {
	font-size: 90%;
	color: #666666;
	width: 300px;
	float: left;
}

/* 2-3 ロゴ　*/
div#header div.logo {
	float: right;
}



/* ===== 3 映像本体　=====*/

/* 　映像タイトル　*/
div#contents {
}
div#contents h2 {
	width: 400px;
	font-size: 90%;
	font-weight: bold;
	line-height: 2em;
	color: #993300;
	margin-right: auto;
	margin-left: auto;
}
div#contents p {
	font-size: 12px;
	color: #333333;
}
div#contents div.siteimage {
	float:left;
	padding:10px 0px 10px 130px;
}
div#contents div.qr {
	float:left;
	padding:10px 0px 10px 20px;
}

/* ===== 4 フッター　=====*/
div#footer {
	clear:left;
	width: 500px;
}
div#footer div.button {
	width:350px;
	padding-left: 150px;
}
div.button p {
	float:left;
	color:#FFFFFF;
	font-size:10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align:center;
	width: 95px;
	height: 35px;
	line-height:35px;
	margin-right: 10px;
	margin-bottom: 10px;
}
div.button a {
	border:none;
	text-decoration: none;
}
div.button a:hover {
	cursor:pointer;
}
div.button .close {
	background-image:url(../img/btn_red.gif);
}
div.button .artist {
	height: 31px;
	padding-top:5px;
	line-height:12px;
	background-image:url(../img/btn_blue.gif);
}
div#footer div.copy {
	clear:left;
	margin-top: 10px;
}
div.copy p {
	font-size: 10px;
	padding-bottom: 5px;
}

