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

@import "reset.css";

#wrapper {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	background-color: #FFF;
	margin: 0px auto;
	width:1000px;
	font-style: normal;
	text-decoration: blink;
}

h1 {
	font-size: 9px;
	text-indent: -9999px;
	overflow: hidden;
}
#header {
	background-color: #FFF;
	height:40px;
	width: 950px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 60px;
	padding-right: 50px;
	font-size: small;
}

#birthday {
	font-size: 12px;
	text-align: left;
	width: 159px;
	border: 8px double #F0F;
	padding: 5px 5px 5px 10px;
	color: #F0F;
	background-color: #FFF;
	font-weight: bold;
	height: 150px;
	overflow: auto;
}

#banar_box {
	color: #000;
	background-color: #FFF;
	text-align: center;
	float: left;
	width: 200px;
	padding-bottom: 10px;
	padding-top: 100px;
}

#main_box {
	width: 530px;
	float: left;
	text-align: left;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	background-image: url(../images/janken.jpg);
	background-repeat: no-repeat;
	background-position: -70px -10px;
}

#main_box tr td a {
	display:block;
	text-decoration:none;
}

#banar {
	color: #000;
	background-color: #FFF;
	text-align: center;
	float: right;
	width: 200px;
}

#birthday {
	font-size: 12px;
	text-align: left;
	width: 155px;
	border: 8px double #F0F;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom:5px;
	padding-left: 10px;
	color: #F0F;
	background-color: #FFF;
	font-weight: bold;
}

#kousin {
	font-size: 12px;
	text-align: left;
	width: 175px;
	border: 8px double #F0F;
	height: 250px;
	overflow: auto;
}

#footer {
	height: 33px;
	width: 950px;
	padding-top: 15px;
	padding-right: 50px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	text-align: right;
	float: right;
}

h2 {
	text-align:center;
}

h3 {
	text-align: center;
}
a:link {
	color:#F0F;
}

a:visited{
	color:#333;
}

a:hover{
	color:#F00;
	
}

a:hover img {
	filter: alpha(opacity="80");
	-ms-filter: alpha(opacity="80");
	opacity: 0.8;
}

a:active{
	color:#FFF;
	text-align: left;
}

tr.td {
	text-decoration: blink;
}