﻿@charset "UTF-8";

body {
	background-color: #cccccc;
	background-image: url(wall.png);
	background-attachment:fixed;
	font-family: Verdana,'ＭＳ Ｐゴシック',Chicago,sans-serif,'ＭＳ Ｐゴシック';
	text-align: center;
	margin: 0;
	padding: 0;
}

/*  */
#whole {
	width: 900px;
	background-color: #FFFFFF;
	color: #404040;
	margin: 0 auto;
	border-right: 1px solid #444444;
	border-left: 1px solid #444444;
}
#header {
	background-color: #444444;
	background-image: url(head.jpg);
	font-size: 12pt;
	color: #FFFFFF;
	text-align: left;
	height: 160px;
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
}
#contents {
	background-color: #FFFFFF;
	color: #444444;
	width: 100%;
	border: none;
}
#article {
	background-color: #FFFFFF;
	font-size: 10pt;
	color: #444444;
	text-align: left;
	float: left;
	width: 76%;
	border: none;
}
#album {
	text-align: center;
}
#return {
	text-align: right;	
}
#utility {
	background-color: #444444;
	font-size: 9pt;
	color: #CCCCCC;
	text-align: left;
	float: left;
	width: 24%;
	border: none;
}
#footer {
	background-color: #444444;
	background-image: url(foot.jpg);
	font-size: 9pt;
	color: #ffffff;
	text-align: right;
	clear:both;
	height: 100px;
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
}

/*  */
h1 {
	margin: 15px 5px 0px 15px;
	font-size: 150%;
	font-weight: bold;
}
h2 {
	margin: 15px 5px 0px 20px;
	font-size: 130%;
	font-weight: bold;
}
h3 {
	margin: 15px 5px 0px 25px;
	font-size: 110%;
	font-weight: bold;
}
p {
	margin: 15px 30px 0px 30px;
	font-size: 100%;
	line-height: 140%;
}
dl {
	margin: 15px 30px 0px 30px;
	font-size: 100%;
	line-height: 140%;
}
dt {
	font-weight: bold;
}
ul {
	padding: 0px 0px 0px 30px;
	margin:  15px 5px 0px 30px;
	font-size: 100%;
	line-height: 140%;
}
img {
	border: 3px #666666 double;
	margin: 0px;
}
hr {
	color: #999999; 
	background-color: #999999;
	height: 1px;
	border: none ; 
	margin: 15px 15px 0px 15px;
}
small {
	font-size: 70%;
	font-weight: normal;
}
form {
	margin: 15px 30px 0px 30px;
	font-size: 100%;
	line-height: 140%;
	text-align: center;
}

/*  */
a:link {
	color:#7777AA;
	text-decoration: underline;
}
a:visited {
	color:#AA7777;
	text-decoration: underline;
}
a:hover {
	color:#77AA77;
	text-decoration: underline;
}
a:active {
	color:#77AA77;
	text-decoration: underline;
} 
/*  */
div#utility a:link {
	color:#FFFFFF;
	text-decoration: none;
}
div#utility a:visited {
	color:#AAAAAA;
	text-decoration: none;
}
div#utility a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
div#utility a:active {
	color:#FFFFFF;
	text-decoration: underline;
} 
/*  */
div#header a:link, div#footer a:link {
	color:#FFFFFF;
	text-decoration: none;
}
div#header a:visited, div#footer a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
div#header a:hover, div#footer a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
div#header a:active, div#footer a:active {
	color:#FFFFFF;
	text-decoration: underline;
} 