@charset "utf-8";
/* CSS Document */

a:link {
	color:#00C;
	text-decoration: underline;
}
a:visited {
	color:#039;
	text-decoration: underline;
}
a:hover {
	color:#C90;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
	
body {
	height: 100%;
	background-image: url(../images/back.jpg);
	background-repeat: repeat;
}

* html div#container{
    height:100%;
}
div#container{
	max-width: 800px;
	left:16px;
	margin-right:20px;
	position:relative;
	top: -14px;
	min-height: 100%;
	background-color:#FFF;
	line-height:134%;
	text-align:justify;
	text-indent:1.1em;
	padding:20px;
	border-color:#FFF;
	border-right:solid 2px  #999;
	border-bottom:solid 2px #999;
}
body > #container {
        height: auto;
}
div#main{
	padding-bottom:2em;
	text-align: left;
}

#foot{
	line-height:normal;
	font-size:x-small;
	position:absolute;
	bottom:0px;
	height:50px;
	width:95%;
	max-width:780px;
	padding:6px;
}

div.minidsb{
	position:relative;
	left:18px;
}

div.hdlin{
	text-align:center;
}

div.position1{
	max-width:800px;
	position:relative;
	top:-6px;
	left:16px;
}

div.maintitl{
	max-width:90%;
	height:auto;
	background-color: #960;
	color: #CCFFFF;
	text-align:left;
	text-indent:0%;
	line-height: 140%;
	padding: 10px;
	border-right:solid 2px #ccc;
	border-bottom:solid 2px #ccc;
}

div.box{
    max-width:700px;
　　height:auto;
    background-color:#FFC;
    margin-left: 1em;
	padding: 10px;
    border-width:2px;
	border: #960;
	border-style: solid; 
　　text-align:left;
　　text-indent:0%;
　　line-height: 140%;

}

span.days{
	color: #CCCCCC;
	font-size:xx-small;
}
span.lead{
	color:#000;
	font-size:small;
}
.titl_l {
	font-size: x-large;
	font-weight: bolder;
}
.titl_m {
	font-size:medium;
	font-weight:bold;
	color:#009;
}
span.center{
	text-align: center;
}
#container #main h5 {
	text-align: right;
}

#container #main h4 {
	text-align: center;
}
