/*PenJapan SlideShow
---------------------------------------------------*/

@charset "utf-8";

h1		{
	color: #333333;
	font-size: 180%;
	font-weight: bold;
}
h2		{
/*	color: #00708c;   */
	color: #666666;
	font-size: 150%;
	font-weight: bold;
}
h3		{
	color: #666666;
	font-size: 120%;
	font-weight: bold;
}
h4		{
	color: #666666;
	font-size: 100%;
	font-weight: bold;
}
p		{
	font-size: 100%;
	color: #666;
}


#contents {
	background-color: #ffffff;
	clear: both;
	width: 800px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

#header {
	height: 100px;
	width: 800px;
	margin-bottom: 10px;
}

#main 	{
	float: left;
	width: 800px;
	margin: 0px;
	padding: 0px;
}
#main #title {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#main #title h2 {
	margin: 0px;
	padding: 0px;
}




/* スライドショー表示領域 */
div.photobox {
	position: relative;
	width: 770px;
	height: 580px;
	background-color: #333333;
	padding-top: 0px;
	text-align: center;
	vertical-align: middle;
	margin-left: 10px;
}
span.guard{
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background-image:url(img/spacer.gif);
}

div.photobox img {
	border: orange 3px solid;
	text-align: center;
	margin: 20px;
}

/* 操作ボタン表示領域 */
div.controlbox {
	padding-top: 10px;
	text-align: center;
	margin: 10px 5px;
}
#main #afferiate2 p {
	margin: 0px;
	padding: 0px;
}

   


/* 下のアフェリエイト　*/
#afferiate2 {
	clear: both;
	float: left;
	padding-left: 15px;
	height: 150px;
	width: 785px;
}
#footer {
	clear: both;
	background-image: url(../images/slide_footer_line.jpg);
	background-repeat: repeat-x;
	height: 40px;
	width: 800px;
	margin-bottom: 20px;
}
#footer address  {
	color: #FF9933;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
}
