body {
	background: #3c3c3c;
	color: white;
	margin: 0 auto;
	font-size: 12px;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック";
	line-height: 18px;
}

#contents{
	display:block;
	width: 960px;
	background: black;
	margin: 0 auto;
	
	border-style:solid;
	border-color:gray;
	border-width:1px;
}

.samplemovies {
	color: #cccccc;
}

h1 { font-size: 21px; font-weight: bold; }
h2 { font-size: 19px; font-weight: bold; }
h3 { font-size: 17px; font-weight: bold; }
h4 { font-size: 15px; font-weight: bold; }
h5 { font-size: 13px; font-weight: bold; }
h6 { font-size: 11px; font-weight: bold; }

a:link { color: #8282cf;  text-decoration: none; }
a:visited { color: #8282cf; text-decoration: none; }
a:active { color: #8282cf; text-decoration: none; }
a:hover{ color: #ff5500; text-decoration: underline; }

ul, ol{
	padding-left: 20px;
}

/* --- index page
-------------------------------------------------*/
#infosoftware{
	width:960px;
	height:120px;
}

#infosoftwareimage{
	float:left;
	display:block;
	width:450px;
	padding-right: 30px;
	text-align: right;
}
		
#infosoftwarecomments{
	float: left;
	display:block;
	width:480px;
}

/* --- download page
-------------------------------------------------*/
#download{
	display:block;
	margin-top: 50px;
	margin-left: 30px;
	margin-right: 0px;
	margin-bottom: 50px;
}
