body {
   margin:0;
   padding:0;
   text-align:center;
   font-size:12px;
   line-height:160%;
   color:#333333;
}

#container {
   margin:0;
   padding:15px;
   width:780px;
   text-align:center;
   background-color:#f9eee0;
   }

hr {
   margin:0;
   padding:0;
   border:none;
   border-bottom:4px solid #7ebfe9;
   height:4px;
   width:568px;
   }

p {
   font-size:13px;
   line-height:180%;
   color:#ffffff;
   }
   

/*LINKの指定　*/

a:link{
    font-size:13px;
	line-height:200%;
	color:#555555;
	text-decoration:none;
	}
a:visited{
    font-size:13px;
	line-height:200%;
	color:#555555;
	text-decoration:none;
	}
a:hover{
    font-size:13px;
	line-height:200%;
	color:#000000;
	text-decoration:none;
	}

#contents {
   margin:15px 0px 0px 15px;
   padding:0;
   }

#message {
   padding:0;
   margin:0;
   }

#message a:link {
   font-size:12px;
   line-height:16px;
   color:#333333;
   text-decoration:none;
   }

#message a:visited {
   font-size:12px;
   line-height:16px;
   color:#333333;
   text-decoration:none;
   }

#message a:hover {
   font-size:12px;
   line-height:16px;
   color:#000000;
   text-decoration:none;
   }

.midashiback {
   margin:15px 0px 10px 0px;
   padding:3px 3px 3px 16px;
   background-color:#90C84B;
   font-size:16px;
   color:#FFFFFF;
   }

#next {
   margin:0;
   padding:10px 15px 15px 0;
   width:300px;
   text-align:right;
   float:right;
   }

/*footerの指定　*/

#bottom {
   margin:0;
   padding:5px 0px 0px 0px;
   width:750px;
   text-align:right;
   }

#bottom ul {
   margin:0;
   padding:0;
   }

#bottom ul li {
   padding:0px 7px 0px 7px;
   font-size:12px;
   color:#555555;
   border-right:1px solid #333333;
   display:inline;
   }

#bottom ul li a{
   font-size:12px;
   color:#555555;
   }

#bottom ul li a:hover{
   font-size:12px;
   color:#000000;
   }