@charset "UTF-8";


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* CSS Document */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(images/bg.jpg);
}

#wrap {
	width: 1200px;
	background: #FFF;
	margin: 0px auto;
	text-align: center;
}



#container {
	width: 980px;
	margin: 0px auto;
	padding-bottom: 50px;
	padding-top: 20px;
}


.titlebox {
	margin-bottom: 80px;
}

.maincopy {
	float: right;
	width: 600px;
	margin-bottom: 60px;
}
.maincopy p{
	font-size: 20px;
	line-height: 1.7;
	font-weight: bold;
	text-align: left;
}
.maincopy p span{
	background: url(images/txt_hokkiado-osaka.gif) no-repeat;
	text-indent: -9999px;
	display: inline-block;
	height: 39px;
	width: 573px;
	margin-top: 10px;
}


.dayinfo {
	margin-bottom: 70px;
}



.imagephoto {
	margin: 30px auto 0px;
}

.contents {
	margin-bottom: 100px;
}

.contents h2 {
	margin: 0px auto 20px;
}
.contents h3 {
	font-size: 34px;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 20px;

}
.contents p {
	font-size: 19px;
	line-height: 1.8;
	margin-bottom: 20px;
}

img.pg-sc {
	margin-top: 30px;
}




.pagetop {
	float: right;
	height: 50px;
	width: 50px;
}

.pagetop a{
	height: 50px;
	width: 50px;
	background: url(images/btn_pagetop.gif) no-repeat;
	text-indent: -9999px;
	display: block;
}



#footer  {
	margin: 25px auto;
}

#footer p {
	text-align: center;
	font-size: 12px;
	line-height: 1;
	color: #FFF;
}.pg {
}
