@charset "UTF-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	}
	
li{
	list-style:none;
	}

h1, h2, h3, h4{
	font-weight:normal;
	}
	
img{
	border:none;
	}

a{
	text-decoration:none;
	color:#000;
	background:none;
	}
	
.small_10{
	font-size:10px;
	font-weight:normal;
	}
	
.small_11{
	font-size:11px;
	font-weight:normal;
	}

.pink{
	color:#F39;
	}
.letterspacing{
	letter-spacing:-1px;
	}	

body{
	color:#fff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #fff), color-stop(0.00, #68c9e2));
	background: -webkit-linear-gradient(top, #68c9e2 0%, #fff 88%);
	background: -moz-linear-gradient(top, #68c9e2 0%, #fff 88%);
	background: -o-linear-gradient(top, #68c9e2 0%, #fff 88%);
	background: -ms-linear-gradient(top, #68c9e2 0%, #fff 88%);
	background: linear-gradient(to bottom, #68c9e2 0%, #fff 88%);
	width:100%;
	min-width:640px;
	}
	
#wrapper{
	width:100%;
	background-image:url(../images/bg.png);
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:-10px;
	padding-bottom:30px;
	}

#introduction, #janken, #link{
	width:600px;
	margin:0 auto 30px;
	padding-bottom:20px;
	clear:both;
	}
	
#introduction h1{
	width:600px;
	height:100px;
	background:url(../images/h1_title.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	font-size:1px;
	color:#fff;
	margin-bottom:30px;
	}
	

.discription{
	width:600px;
	height:252px;
	background:url(../images/discription.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	font-size:1px;
	color:#fff;
	}	

#janken h1{
	width:600px;
	height:100px;
	background:url(../images/date.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	font-size:1px;
	color:#fff;
	margin-bottom:30px;
	}

.calling{
	width:600px;
	height:90px;
	background:url(../images/janken_call.png);
	text-indent:-9999px;
	overflow:hidden;
	font-size:1px;
	color:#fff;
	margin-bottom:20px;
	}
	
#janken h2{
	width:600px;
	height:46px;
	background:url(../images/janken_fukidashi.png);
	text-indent:-9999px;
	overflow:hidden;
	font-size:1px;
	color:#fff;
	}
	
#janken a{
	width:194px;
	height:194px;
	display:block;
	}
		
.goo, .choki, .paa{
	width:194px;
	height:230px;
	float:left;
	margin-bottom:30px;
	}

.img{
	width:194px;
	height:194px;
	margin-bottom:10px;
	}	

.goo .img a{background:url(../images/janken_goo.png);}
.goo .img a:hover{background:url(../images/janken_goo_on.png);}
.choki .img a{background:url(../images/janken_choki.png);}
.choki .img a:hover{background:url(../images/janken_choki_on.png);}
.paa .img a{background:url(../images/janken_paa.png);}
.paa .img a:hover{background:url(../images/janken_paa_on.png);}


.goo{
	margin-left:3px; 
	 }

.choki{
	margin-left:6px; 
	margin-right:6px; 
	 }

.paa{
	margin-right:3px; 
	}

.btn{
	width:194px;
	height:20px;
	text-align:center;
	}
#janken .attention{
	width:600px;
	height:45px;
	background:url(../images/janken_attention.png);
	text-indent:-9999px;
	overflow:hidden;
	font-size:1px;
	color:#fff;
	clear:both;
	}
	

#link{
	height:240px;
	border:1px #fff solid;
	padding-top:4px;
	}
#link a:hover{
	opacity:0.6;
	}

.link01{
	margin-left:5px;
	margin-bottom:5px;
	}
	
.link02, .link03, .link04, .link05{
	float:left;
	margin-bottom:5px;
	}
.link02, .link04{
	margin-left:5px;
	margin-right:10px;
	}
		
footer{
	cleat:both;
	width:100%;
	height:10px;
	background-color:#55acee;
	}	
