@charset "UTF-8";

/* =================================================================================

Common style of this site 

================================================================================= */

p{
font-size:93%;
line-height:1.8;
}

.bg-dotto{
background:url(../img/bg_dotto.gif) repeat 0 0;
padding:10px;
}

.bg-dotto-in{
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
padding:5px;
background: #FFFFFF;
}

.bold{
	font-weight:bold;
}

.alignCenter {
    text-align: center !important;
	padding:0px 0 0 0;
}


table td{
    line-height: 1.6;
    vertical-align: top;
}

.red{
	color:#EB0000;
}


.w400{
	width:400px
}


.link_arrow{
	background:url(../img/arrow2.gif) no-repeat 0 2px;
	padding:0 0 0 20px;
}


.link_arrow a{
	color:#404040;
	text-decoration:none;
}

.link_arrow a:visited{
	color:#404040;
	text-decoration:none;
}

.link_arrow a:hover{
	color:#404040;
	min-height: 1em; /* Mac Firefox */
	text-decoration:underline;
}



#mainArea .calender {
	height: auto;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 1em;
}
#mainArea .calender ul {
	width: 840px;
	margin-right: -20px;
}
#mainArea .calender ul li {
	float: left;
	margin-right: 20px;
	height: auto;
	width: 260px;
	margin-bottom: 15px;
}
#mainArea .calender ul li p {
	text-align: center;
	font-size: 11px;
	line-height: normal;
	background-color: #F7F7F7;
	margin-top: 2px;
}
p.mark {
	line-height: 22px;
	padding: 0px;
	height: 22px;
	display: block;
	margin-bottom: 10px;
	margin-top: 1em;
}
p.mark img {
	margin-right: 5px;
	line-height: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
