@charset "utf-8";
/* CSS Document */


ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px; 
}

 img {
	border: none;
	float:center;
	margin:15px 10px 10px 20px;
	
	
}


a,a:hover, a:active, a:focus { 
　　　　　　　　　　　　　　text-decoration: none;
                            color:#FF3;
							font-size:14px;
}



html,body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	color:#36F;
	margin: auto 0px;
	padding:0px;
	text-align:center;
	background-color:#000;
}
		 
div#container {
               width:600px;
	           margin:auto;
			   background-color:#000;    
}

div#container h1{
	             margin-top:10px;
	           text-align:right;
	           font-size:24px;
			   font-weight:bolder;
			   border:solid ;
			   border-color: #FFF #FFF #C4181F #C4181F;
			   border-width: 0px 0px 2px 0px;
			   text-shadow:#FFF -1px -1px 1px , #333 1px 1px 1px;
			   background-color:#000;
               }

div#container h2{
	             margin-top:10px;
	           text-align:center;
	           font-size:24px;
			   font-weight:bolder;
			   color:#FF6;
			   border:solid ;
			   border-color: #FFF #FFF #C4181F #C4181F;
			   border-width: 0px 0px 2px 0px;
			   text-shadow:#FFF -1px -1px 1px , #333 1px 1px 1px;
			   background-color:#000;
               }
table{
	 margin-left: auto;
 margin-right: auto;
}
tr{
	color:#FFF;
	font-size:14px;
	text-align:center;
}