body{
	margin:0;
	padding:30px 0;
	background:#047 url(bodybg.png) repeat-x fixed;
	color:#222;
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "ＭＳ ゴシック";
	font-size: 12px;
	line-height: 18px;
}

#container{
	width:720px;
	margin:0 auto;
	padding:20px 20px 0 20px;
	background:#d9e1e8 url(topbg.gif) no-repeat;
	color:#222;
}

#page{
	background-color:#fff;
	border: 1px solid #ccc;
	padding-bottom:0px;
}

#media{
	margin:20px;
	text-align:center;
}

.thumbimg, #media img {
	border:solid #999;
	border-width:1px;
	background:#fff;
	padding:1px;
}

a {
	text-decoration:none;
	background-color:inherit;
	color:#26c;
}

a:hover{
	text-decoration:underline;
}

p {
	margin:0 0 15px 0;
	line-height:1.5em;
}

#controlbar{
	margin-bottom:20px;
	padding-left:10px;
	background:#000 url(cont-bg.gif) repeat-x;
	color:#999;
	height:32px;
	line-height:32px;
}

#controlbar img { vertical-align:middle; }

#controlbar a {
	color:#999;
	background:none;
}

#controlbar a:hover { color:#fff; }
#controlbar2{
	padding-left:10px;
	background:#000 url(cont-bg.gif) repeat-x;
	color:#999;
	height:32px;
	line-height:32px;
	margin-top: 20px;
	padding-right: 10px;
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "ＭＳ ゴシック";
	font-size: 12px;
}
#controlbar2  a {
	color:#999;
	background:none;
}
#controlbar2  a:hover { color:#fff; }

#footer{
	margin:0 auto 20px auto;
	width:760px;
	background:#d9e1e8 url(footerbg.gif) bottom left no-repeat;
	padding:0 0 5px 0;
	font-size:0.9em;
	color:#888;
	text-align:center;
}

h1 {
	font-weight:normal;
	font-size:1.5em;
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 95%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-bottom: 10px;
}

a:hover img{ filter:alpha(opacity=70) ; opacity:0.7; -moz-opacity:0.7; }

