@charset "UTF-8";

@import url("reset.css");
@import url("navi.css");

#wrapper {
	width:950px;
	margin:0 auto;
	position:relative;
	}
#site_title {
	position:absolute;
	top:465px;
	text-align:right;
	width:950px;
	height:180px;
	}
	#site_title p {
		font-size:85%;
		margin:-30px 40px 0 0;
		}
#header {
	height:70px;
	background:url(../images/site_id.gif) no-repeat #3f3f3f;
	}
#global_navi {
	height:70px;
	margin:0 0 0 430px;
	}
#main {
	background:#fff;
	}
#content {
	width:520px;
	float:right;
	}
	
	#message {
		width:400px;
		margin:30px auto 0;
		background:url(../images/col_back.gif) no-repeat;
		border-bottom:1px solid #ccc;
		padding:0 0 20px;
		}
		
		#message h2 {
			text-indent:30px;
			padding:5px 0 20px;
			}
		#message p {
			margin:0 30px;
			font-size:80%;
			line-height:2em;
			}
		#message h3 {
			margin:10px 30px;
			font-size:85%;
			border:solid #fd0042;
			border-width:0 0 0 5px;
			text-indent:0.5em;
			}
	#update {
		position:absolute;
		top:720px;
		left:475px;
		font-size:75%;
		}
#photo_area {
	width:430px;
	height:720px;
	float:left;
	}
#footer {
	height:100px;
	background:url(../images/footer_back.jpg) repeat-x #3f3f3f 0 0;
	color:#fff;
	font-size:70%;
	text-align:center;
	clear:both;
	}
	#footer p {
		padding:10px 0 5px;
		}

/*clearfix*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
	}
	
a:link {
	color:#fd0042;
	}
a:visited {
	color:#0178d4;
	}
a:hover {
	color:#f60;
	}