@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}

img {
	border: none;
	}

body {
	color: #333;
	background: #ededed;
	font: 93%/1.5em Verdana,"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, Helvetica, sans-serif;
	width: 100%;
	text-align: center;
	}

h1 {
	margin: 0;
	padding: 25px 0 5px 0;
	font-size: 116%;
	font-weight: normal;
	color: #000;
	}

h2 {
	margin: 0;
	padding: 0;
	font-size: 87%;
	font-weight: normal;
	color: #333;
	}

a, a:visited {
	color: #333;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	background-color: #d5d5d5;
	}

h1 a, h2 a, h2 a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #000;
	}

h1 a:hover {
	background-color: #d5d5d5;
	}

.clear {
	clear:both;
	}

#header {
	width: 800px;
	margin: 0  auto;
	padding: 0;
	border-top: 6px solid #900;
	position: relative;
	background: url(../img/ibc_mini.gif) no-repeat left top;
	}

#header p {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 85%;
	line-height: 1.3em;
	color: #999;
	}
	
img.close {
	position: absolute;
	top: 0px;
	right: 0px;
	}
	
#wrap {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	}

#wrap #main {
	background: #fff;
	width: 740px;
	float: left;
	margin: 0;
	padding: 0;
}

#wrap #main img{
	margin: 10px 0;
		}
		
#wrap #main img.frame{
	border: 1px solid #ccc;
		}

#wrap #prev {
	width: 30px;
	float: left;
	background-color: #ededed;
}

#wrap #next {
	width: 30px;
	float: right;
	background-color: #ededed;
}

#wrap a {
	display: block;
	height: 820px;
	}
	
#wrap a:hover {
	background-color: transparent;
	}

#wrap #prev p,#wrap #next p {
	margin: 0;
	padding: 0;
	text-indent: -300em;
	display: block;
	overflow: hidden;
	width: 30px;
	height: 820px;
	}

#wrap #prev p {
	background: url(../img/x_prev.gif) no-repeat center left;
	}

#wrap #prev p a:hover{
	background: url(../img/x_prev.gif) #d5d5d5 no-repeat center right;
	}

#wrap #next p {
	background: url(../img/x_next.gif) no-repeat center left;
	}

#wrap #next p a:hover{
	background: url(../img/x_next.gif) #d5d5d5 no-repeat center right;
	}

#wrap #prev.na,#wrap #next.na {
	background-color: transparent;
	}
	
#wrap #prev.na p,#wrap #next.na p {
	background-image: none;
	}

#footer {
	width: 800px;
	margin: 0 auto;
	padding: 25px 0 0 0;
	position: relative;
	}
	
#footer img.gototop {
	position: absolute;
	top: 0;
	right: 30px;
	}

#footer a:hover {
	background-color: transparent;
	}

#footer p.copyright {
	margin: 0;
	padding: 10px 0;
	font-size: 85%;
	line-height: 1.3em;
	color: #999;
	}
