body{
		text-align: center;
		background-color:;
		background-repeat: repeat;
		background-attachment:fixed;
		background-position:0% 0%;
		color: black; 
		margin: px;
		padding: 10px;
	}
	div.conteiner{
		margin: 0 auto;
		text-align: left;
		font-family: "Monotype Corsiva";
	}
	div.conteiner{ 
		width: 1000px;
	}
	div.title{
		float: left;
		width: 1000px;
	}
	div.title {
		margin: 0px;
		font-size: 500%;
		font-family: "Monotype Corsiva";
		background-color: ;
		color: white;
		text-align: center;
	}
	div.resizeimage {
		   max-width: 850px; /* ő啝 */
		   min-width: 50px; /* ŏ */
	}
	div.resizeimage img { 
		width: 80%; 	
	}
	div.navi{
		background-color:;
		padding: 5px;
		font-family:  Franklin Gothic Medium;
	}
	div.navi a{
		font-size : 150%;
		color: gray;
		text-decoration: none;
	}
	div.base{
		background-color: #ffffff;
		font-family:  Franklin Gothic Medium;
	}
	div.menu{
		float: left;
		width: 325px;
		padding: 0.5em;
		margin-right: 0.3em;
		background-color: #fffaf0;
		border-right: dashed 0.5px #f0ffff;
		clear: left;
	}	
	div.main{
		margin-left: 325px;
		text-align: left;
		padding: 1em 3em;
		background-color: white;
		font-family: Franklin Gothic Medium;
		color: black;
		line-height: 20px;
	}
	h2{
		font-family: Franklin Gothic Medium;
		margin: 0px;
		border-bottom: solid 3px lightblue;
	}
	h2:first-letter {
		fontsize: 200%;
		padding: 0.3em;
		color: white;
		background-color: lightblue;
		float: left;
	}
	div.main p{
		line-height: 1.4;
	}
	div.minibox {
		width: 500px;
		height: 200px;
		overflow: scroll;
		background-color: #ffffff;
		border: groove 1px black;
		padding: 0.5em;
		line-height: 1.2em;
	}
	div.footer{
		clear: both;
		background-color: ;
		color: gray;
		padding: 3px;
	}
	div.footer p.returnlink{
		text-align: center;
		margin: 0px 0px 0.5em 0px;
	}
	div.footer p.returnlink a{
		color: white;
	}
	div.footer p.copyright{
		margin: 0px;
		font-size: 80%;
		font-family: Verdana,Arial,sans-serif;
		text-align: center;
	}



#loopslider {
    margin: 0 auto;
    width: 500px;
    height: 100px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 

#loopslider ul {
    height: 100px;
    float: left;
    display: inline;
    overflow: hidden;
}
 

#loopslider ul li {
    width: 100px;
    height: 100px;
    float: left;
    display: inline;
    overflow: hidden;
}

 
/* =======================================
    ClearFixElements
======================================= */

#loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 

#loopslider ul {
    display: inline-block;
    overflow: hidden;
}

[EOF]