body {
	background-image: url(img/bg.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color:#76c8e3;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
#header #background {
	float: right;
}

#wrapper {
	text-align: left;
	margin-left: 5%;
	margin-right: 5%;
	width: 782px;
}

#wrapper #header {	
	margin: 0px;
	padding: 0px;
	height: 100px;
	
	background-image:url(img/stars_top.png);
	background-position:right;
	background-repeat:no-repeat;
}

#wrapper #header img {
	margin-left: 10px;
	border-style:none;
}

#wrapper #center {
	margin-top: 0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	height: 800px;
}
	#center #main {
		width: 590px;
		float:left;
	}
		#main #main_top {
			background-image: url(img/mainbox_top.png);
			height: 24px;
			background-repeat: no-repeat;
		}

		#main #main_center {
			background-image: url(img/mainbox_middle.png);
			background-repeat: repeat-y;
		}
			
			#main_center #content {
				padding-top: 10px;
				padding-right: 20px;
				padding-bottom: 10px;
				padding-left: 20px;
			}
			
				#content #descriptions {
					height:	260px;
					padding: 15px;
				}
				#descriptions .description {
					width: 250px;
					height: 130px;
					padding: 5px;
				}
				
					#descriptions .description .title {
						font-size:15px;
						color: #444444;
					}
					#descriptions .description .content {
						font-size: 12px;
						color: #333333;
					}
				
			#content #screenshots {
				height:200px;
				width:auto;
				padding-top: 30px;
				margin-left:auto;
				margin-right:auto;
			}
				
				#screenshots .screenshot {
					width: 100px;
					margin-left: 16px;
					margin-right: 16px;
					float:left;
				}

				#screenshots .screenshot .image {
					padding-top: 10px;
					padding-bottom: 10px;
				}
				
				#screenshots .screenshot .description {
					font-size: 11px;
					color: #333333;
					text-align:center;
				}
						
		#main #main_bottom {
			background-image: url(img/mainbox_bottom.png);
			height: 18px;
			background-repeat:no-repeat;
		}
		
		#main #footer {
			background-image: url(img/footer.png);
			background-repeat: no-repeat;
			height: 31px;
		}
		
			#footer #content {
				font-size: 10px;
				text-align:center;
				
				padding-right: 50px;
				padding-left: 30px;
				
				padding-top:8px;
				padding-bottom:8px;
				
			}
				#footer #content a {
					text-decoration: none;
					padding: 5px;
					color: #00a4dc;
				}			
				
	#center #side {
		width: 190px;
		height: 750px;
		padding-top:3px;
		float:right;
		background-image:url(img/stars_bottom.png);
		background-position:bottom;
		background-repeat:no-repeat;
	}

		#side .sidebox {
			width: 180px;
			padding-top: 4px;
			padding-bottom: 2px;
		}
		
		#side .sidebox .top {
			height: 17px;
			background-image: url(img/side_box_02.png);
			background-repeat: no-repeat;
			background-position:center;
		}
		#side .sidebox .middle {
			background-image: url(img/side_box_03.png);
			background-repeat: repeat-y;
			background-position:center;
			padding-left: 20px;			
			padding-right: 20px;			
			
		}
			
			#side .sidebox .middle .title {
				font-size: 14px;
				font-weight: bold;
				text-align:center;
				color: #00a4dc;
				margin-bottom:6px;
			}
			
			#side .sidebox .middle .content {
				font-size: 12px;
				color: #333333;
			}
			
			#side .sidebox .middle .content a{
				color:#00a4dc;
				text-decoration: none;
			}



		#side .sidebox .bottom {
			height: 18px;
			background-image: url(img/side_box_05.png);
			background-repeat: no-repeat;
			background-position: bottom ;
		}
