@charset "Shift_JIS";
@media screen {
#ibox { z-index: 1000000; }
#ibox_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index:1000000;
    /* we use a background image because mac firefox bugs */
    background: url('http://www.tsurisunday.jp/scripts/images/bg.png');
}
#ibox_progress {
    position:absolute;
    z-index:1000001;
}
#ibox_wrapper {
    position:absolute;
    top:0;
    left:0;
    z-index:1000001;
    padding:25px 10px 10px 10px;
}
#ibox_content {
    z-index:1000002;
    overflow:auto;
    height:100%;
    position:relative;
    padding:2px;
    text-align:center;
}
#ibox_content .ibox_image { width: 100%; height: 100%; margin: 0; padding: 0; border: 0; display: block; }
#ibox_footer_wrapper a {
    float: right;
    display: block;
    outline: 0;
    margin: 0;
    padding: 0;
}
#ibox_footer_wrapper {
    position: absolute;
    top: 5px;
    right: 10px;
    left: 10px;
    white-space: nowrap;
    overflow: hidden;
    font-size:70%;
    color:#333;
}

/* feel free to customize the following in an external css */

/* this is the ibox container */
#ibox_wrapper {
    border:1px solid #ccc;
}
#ibox_wrapper, #ibox_footer_wrapper a { background-color:#aaa; }

/* inner container */
#ibox_content {
    background-color:#fff;
    border:1px solid #666;
}
#ibox_progress {
    width: 128px;
    height: 128px;
    background: url('http://www.tsurisunday.jp/scripts/images/indicator.gif') no-repeat;
}
#ibox_content h2{
	clear:both;
	border-bottom:1px dotted #999;
	margin:0 15px 10px 15px;
	padding:10px 0 0 0;
	color:#666;
	font-size:140%;
	line-height:1.2;
	text-align:left;
	font-weight:bold;
}
#ibox_content object,#ibox_content embed{
	margin:0 auto;
	text-align:center;
}
#ibox_content p{
	margin:.5em 15px 0 15px;
	padding:0 0 .5em 0;
	font-size:95%;
	text-align:left;
	line-height:1.6;
	color:#333;
}
#ibox_content p.i_box_link {
	margin:10px 15px 0 15px;
	padding:5px;
	border:1px solid #999;
}
#ibox_content p.i_box_link a{
	margin:0;
	padding:5px 0 5px 12px;
	font-size:115%;
	font-weight:bold;
	background:url(http://www.tsurisunday.jp/img/arrow.gif) no-repeat left center;
}
#ibox_content span.note{
	display:block;
	margin:.5em 15px 0 0;
	padding:0;
	text-align:right;
	color:#999;
}
#ibox_content span.note em{
	font-weight:bold;
	padding:1px 2px;
	margin:0;
	border:1px solid #999;
}
#ibox_content span.note img{
	margin:0 3px;
	padding:0;
	vertical-align:middle;
}
}