/*
 * WordPress Plugin: WP-Print
 * Copyright (c) 2012 Lester "GaMerZ" Chan
 *
 * File Written By:
 * - Lester "GaMerZ" Chan
 * - http://lesterchan.net
 *
 * File Information:
 * - CSS Style For Printer Friendly Page
 * - wp-content/plugins/wp-print/print-css.css
 */
/* Body, links, basics */

@import url('../amanohashidate/style.css');
@import url('./style.css');

.entry-header {
	display:block;
}

.entry-header .hat {
	display:block;
	text-align:center;
}

.footer p {
	font-size:8pt;
}

Body {
	background-image:url('./image/blank.gif');
	color: #000000;
}


.Center {
	margin: 0px auto 0px auto;
}
#Outline {
	width: 990px;
	margin-left: auto; 
	margin-right: auto;

	border: 1px solid #000000;
}
#BlogTitle {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}
#BlogDate {
	margin-top: 5px;
	margin-bottom: 10px;	
}
#BlogContent {
	padding: 10px;
	margin-top: 10px;
}
HR.Divider {
	width: 80%; 
	height: 1px; 
	color: #000000;
}

@media print {
    #comments_controls,
    #print-link {
        display: none;
    }
	.taical_btprint{
		display:none;
		/* カレンダーへのボタン出さない */
	}
}
/*   */
.disnon{
	display:none;
}


/* 泊まるCSS */

/* シングル */


#stayprimary{
	width:100%;
	border-right:0;
	padding-right:0;
	float:none;
	}
#staysecondary{ 
	width:100%;
	float:none;
	}

#staysecondary .leftpadd{
	width:98%;
	padding-left:10px;
	}
.leftpadd{
	padding: 0 10px;
}

.singletext{
	margin:10px 0 0 20px;
}
.sthumb{
	/*	
	*/

	margin: 0 auto 7px auto ;
}

