@charset "UTF-8"; 

body {
	margin: 0;
	background-color: #F5F5F5;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

header {
	padding: 0px;
	color: #FFFFFF;
}

h1 {
	padding: 10px;
	margin: 0px;
	/* Firefox */
	background: -moz-linear-gradient(top center, #330033 0%, #660099 100%);
	/* Chrom と Safari */
	background: -webkit-gradient(linear, center top, center bottom, from(#330033), to(#660099));
	/* 共通 */
	background: linear-gradient(top center, #330033 0%, #660099 100%);
	background-image: url(../img/bg.jpg);

}

.zap {
	font-size: large;
}

/* IE6用 */
*html hr {
   display :list-item;
   width:0;
   margin-left:-10px;
   list-style :url(../img/bg.jpg) inside;
}

hr {
   border:0;
   height: 3px;
   background:url(../img/bg.jpg) 50% 0  repeat;
}

hr.hr001 {
	margin-top: 30px;
}

footer {
	font-size: xx-small;
	color: #FFFFFF;
	/* Firefox */
	background: -moz-linear-gradient(top center, #330033 0%, #660099 100%);
	/* Chrom と Safari */
	background: -webkit-gradient(linear, center top, center bottom, from(#330033), to(#660099));
	/* 共通 */
	background: linear-gradient(top center, #330033 0%, #660099 100%);
	padding: 20px;
	background-image: url(../img/bg.jpg);
}

p{
	text-align: left;
	color: #333333;
	font-size: medium;
	line-height: 1.5;
	margin: 10px; 
}

.sitename{
	font-size: large;
	font-weight: bold;
	color: #333333;
}

.osusume{
	text-align: center;
	font-weight: bold;
	color: #FF8C00;
}
.uranau {
	margin: 5px; 
	text-align: center;
	color: #CC0099;
}
.box001 {
      background-color: white;
	  margin: 10px;
	  padding: 2px;
}

.bold {
	  font-weight: bold;
	  color: Black;
}
.orange {
	color: DarkGoldenrod;
}

.red {
	color: Red;
}

.textlink {
	font-size: x-large;
}

.ranking {
	font-size: x-large;
	color: #444444;
	font-weight: bold;
}

.num {
	font-size: 40px;
	color: #B8860B;
}

.cate {
	/* Firefox */
	background: -moz-linear-gradient(top center, #F5F5F5 0%, #FFFFFF 100%);
	/* Chrom と Safari */
	background: -webkit-gradient(linear, center top, center bottom, from(#F5F5F5), to(#FFFFFF));
	/* 共通 */
	background: linear-gradient(top center, #F5F5F5 0%, #FFFFFF 100%);
	padding-top: 5px;
}

.cate p {
	color: #333333;
	font-weight: bold;
}

table{
	width: 100%;
	border-spacing: 5px;
	font-size: large;
	font-weight: bold;
}

td a{
	display:block;
	width:100%;
	height:100%;
	text-decoration: none;
	color: #333333;
	padding: 20px 0px;
}


td{
   -moz-border-radius: 6px;    /* Firefox */
   -webkit-border-radius: 6px; /* Safari,Chrome */
   border-radius: 6px;         /* CSS3 */
   border: 1px #666666 solid;     /* 枠線の装飾 */
	/* Firefox */
	background: -moz-linear-gradient(top center, #DDDDDD 0%, #FFFFFF 100%);
	/* Chrom と Safari */
	background: -webkit-gradient(linear, center top, center bottom, from(#DDDDDD), to(#FFFFFF));
	/* 共通 */
	background: linear-gradient(top center, #DDDDDD 0%, #FFFFFF 100%);
}

.header_under{
	text-align: center;
    background-color: #636363;
    color: #D3D3D3;
    font-size: 12px;
}


.center{
	text-align: center;
}