@charset "utf-8";

/*
	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

*/

/************************************************
=base
*************************************************/

html {
	overflow-y:scroll;
}

body{
	background: #fff url(./images/common/bkg.gif) left top no-repeat;
	color: #000;
	text-align: center;
}

a:link{ text-decoration: underline; color: #222;}
a:visited{ text-decoration: underline; color: #222;}
a:hover{ text-decoration: underline; color: #777;}
a:active{ text-decoration: underline; color: #222;}

a img, img { 
	border:0;
	vertical-align:top;
}

td, th{
	vertical-align:top;
}

/************************************************
=layout
*************************************************/

#wrapper{
	margin: 10px auto 20px;
	padding: 0 15px;
	width: 400px;
	text-align: left;
}

.txt-taian{
	color: red;
}

.calender dt{
	font-weight: bold;
	margin: 20px 0 0;
}

.calender dd{
	line-height: 2;
	font-size: 95%;
}

.ttl-calender{
	font-weight: bold;
}

