@charset "utf-8";

html{filter: expression(document.execCommand("BackgroundImageCache", false, true));}
.clearfix:after {


    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac ¥*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*===================== all base =====================*/
* { 
	margin: 0; padding: 0;
	font-family:'ＭＳ Ｐゴシック','ＭＳゴシック','ヒラギノ角ゴ Pro W3',Osaka,'メイリオ',Meiryo,sans-serif;
}
body{
	padding:10px 10px 30px;
	background:#FFF;
	text-align:center;
	background:url(img/bg.jpg) repeat-y center top;
}
img{
	border:0;
}


/*-------------------- Main flame --------------------*/
#container{
	width: 600px;
	margin:0 auto;
	text-align:left;
	background:#FFF;
}

.titleArea{
	margin:0;
}
.dayBG{
	height:29px;
	background:url(img/title_bg.jpg) no-repeat 0 0;
}
.dayBG p{
	font-size:12px;
	color:#000;
	line-height:29px;
	text-align:right;
	padding-right:5px;
}

.season{
	background:#0183C1;
}
p.t1{
	color:#FFF;
	text-align:center;
	font-size:12px;
}
p.t2{
	color:#FFF;
	text-align:center;
	font-size:20px;
	font-weight:bold;
}

table.line{
	width:600px;
	border:3px solid #0183C1;

}
table.line td{
	padding:18px;
	border:1px solid #0183C1;
	font-size:14px;
	color:#000;
	line-height:1.5;
}
table.line td.footer{
	padding:8px;
	border-top:3px solid #0183C1;
	border-left:1px solid #0183C1;
	border-right:1px solid #0183C1;
	border-bottom:1px solid #0183C1;
	text-align:center;
}

table.line td p.titleBig{
	font-size:20px;
	font-weight:bold;
	color:#0183C1;
	line-height:1.2;
}
table.line td p.titleSmall{
	font-size:14px;
	font-weight:bold;
	color:#0183C1;
	line-height:1.2;
}
table.line td .small{
	font-size:12px;
}
table.line td .day{
	color:#FF6600;
}

table.line td table td{
	padding:0;
	border:none;
}


/*--- dotline ---*/
.dotline{
	margin:12px 0;
}

/*---- link ----*/
a:link,
a:visited{
	color:#0183C1;
	text-decoration: underline;
}
a:hover,
a:active{
	color:#33CCFF;
	text-decoration: underline;
}
