@charset "utf-8";

/* ---------------------------------------------------------

__Default style clear

--------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}

html {
	overflow-y: scroll;
}

body {
	background-color: #000000;
	font-size: 12px;
	line-height: 16px;
	color:#FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 30px;
}

a:link,
a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}

a:hover, a:visited:hover {
	color: #8CB204;
	text-decoration:underline;
}

a:active {
	color: #8CB204;
	text-decoration:underline;
}

img {
	border:0;
}

p {
	margin-top: 10px;
}

/* ---------------------------------------------------------

__HTML_layout

--------------------------------------------------------- */
#container {
	width: 850px;
	margin : 0 auto;

}

#top {
	margin:0;
	padding:0;
}

#profile {
	float: left;
	width: 335px;
	background-image: url(../images/img_painting.jpg);
	background-repeat: no-repeat;
}

#profile div img {
	margin-left:87px;
	margin-bottom: 15px;
}

#main {
	float: right;
	width: 495px;
	margin-right: 10px;
}

.movie {
	background-color: #333333;
	width: 485px;
	height: 385px;
	margin-top: 10px;
	border: 1px solid #FFFFFF;
}
