/*======================================
	ƒnƒ’TI‹¤’ÊCSS
======================================*/

body{
	background-color: #A6CAF0;
	text-align: center;
	padding-bottom: 100px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	color: #444444;
}

p{
	line-height: 120%;
}

img
{
	vertical-align: text-bottom;
}

*{
	margin: 0px;
}

.container{
	border: solid 1px black;
	background-color: #FFFFFF;
	width: 800px;
	margin: 20px auto;
}

.container a{
	text-decoration: none;
	color: #3366FF;
}
.container a:hover{
	text-decoration: underline;
}

.week_sat{color: blue;}
.week_sun{color: red;}
.week_holi{color: red;}

.nw{ white-space: nowrap}

.pdS, pdS td, pdS th{padding: 2px !important;}
.pdM, pdM td, pdM th{padding: 5px !important;}
.pdL, pdL td, pdL th{padding: 10px !important;}

.maS, maS td, maS th{margin: 2px !important;}
.maM, maM td, maM th{margin: 5px !important;}
.maL, maL td, maL th{margin: 10px !important;}

.ftS{font-size: 10px !important;}
.ftM{font-size: 12px !important;}
.ftL{font-size: 14px !important;}

.left{text-align:left;}
.center{text-align:center;}
.right{text-align:right;}

