@charset "utf-8";

@import url("./classes.css");
@import url("./reset.css");

/**
 * “α”フォトコンテスト
 * 
 * @media screen
 * @version 1.0
 */
/*
----------------------------------------------------------------------
	Container
----------------------------------------------------------------------
*/
body {
	text-align: center;
}

#PageTop {
	margin: 0 auto;
	width: 950px;
	text-align: left;
}

/*
----------------------------------------------------------------------
	Header
----------------------------------------------------------------------
*/
#Header h1 {}

#Header .menu {}

#Header .menu li {
	float: left;
	font-size: 0;
}

/*
----------------------------------------------------------------------
	Contents
----------------------------------------------------------------------
*/
#Contents {
	padding-bottom: 70px;
}

.container {
	position: relative;
	margin-bottom: 5px;
	height: 667px;
	background: url(../img/dotline.gif) no-repeat bottom;
}

	.container .photo {
		float: left;
	}

		.container .photo td {
			width: 619px;
			height: 507px;
			background: url(../img/frame.gif) no-repeat;
			text-align: center;
			vertical-align: middle;
		}
	
	.container .data {
		position: absolute;
		right: 0;
		width: 280px;
	}
			
		.container .data dl {
			margin-bottom: 5px;
		}
			
		.container .data dt {
			line-height: 1;
		}
		
		.container .data dd {
			margin-bottom: 8px;
		}
		
		.container .data .title {
			margin-bottom: 25px;
		}
		
		.container .data .title dd {
			font-size: 130%;
			font-weight: bold;
		}
			
		.container .data .photoby dd {
			font-size: 110%;
			font-weight: bold;
		}
			
		.container .data .camera a {
			padding-right: 12px;
			background: url(../img/camera_arrow.gif) no-repeat right;
			font-weight: bold;
		}
		
	.container .message {
		position: absolute;
		right: 0;
		bottom: 147px;
		padding-bottom: 5px;
		width: 278px;
		background: url(../img/panelbtm.gif) no-repeat #ccc bottom;
		line-height: 1.8;
	}
	
	.container .message h4 {
		margin-bottom: 10px;
		width: 278px;
		height: 30px;
		background: url(../img/paneltop.gif) no-repeat;
		text-indent: -9999px;
	}
	
	.container .message p {
		margin: 0 15px 15px;
	}
	
	.container .next {
		position: absolute;
		right: 0;
		bottom: 80px;
	}


/*
----------------------------------------------------------------------
	Message
----------------------------------------------------------------------
*/
#Message {
	margin-top: 30px;
	font-size: 90%;
	line-height: 2;
}

.dotframe {
	width: 949px;
	background: url(../img/dotframe_mdl.gif) repeat-y;
}

.dotframe-top {
	background: url(../img/dotframe_top.gif) no-repeat;
}

.dotframe-container {
	padding: 70px 0 70px 110px;
	background: url(../img/dotframe_btm.gif) no-repeat bottom;
}

#Message .message {
	width: 727px;
}

#Message .profile {
	position: relative;
	width: 727px;
	margin-top: 40px;
	background: url(../img/profile_top.gif) no-repeat #d5d5d5;
}

	#Message .profile .inner {
		padding: 15px 40px 20px 230px;
		background: url(../img/profile_btm.gif) no-repeat bottom;
	}
	
	#Message .profile strong {
		font-size: 120%;
		font-weight: bold;
	}

	#Message .profile img {
		position: absolute;
		left: 50px;
		top: 50px;
	}

	#Message .profile dl dt {
		display: none;
	}

/*
----------------------------------------------------------------------
	Footer
----------------------------------------------------------------------
*/
#Footer {
	margin-top: 25px;
	height: 300px;
	background: url(../img/footer_bg.jpg) no-repeat bottom;
}

#Footer .pagetop {
	text-align: right;
	margin-bottom: 25px;
}

#Footer .copyright {
	text-align: center;
}

