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

/*共通設定*/
*{
	padding:0px;
	margin:0;
}
body{
	background-color:#9CC;
}
img{
	border:none;
}

.main{
	width:900px;
	height:1200px;
	background:url("images/note_05.gif") no-repeat;
	margin-left:auto;
	margin-right:auto;
	
} 

/*ラッパーに関する記述	*/
.wrapper{
	width:900px;
	height:350px;
	clear:both;
}
.top{
	width:790px;
	height:191px;
	margin:50px 60px 0px 60px;
	position:absolute;
	z-index:1;
		
}
.flag{
	float:left;
	width:380px;
	height:170px;
	margin-left:60px;
	margin-top:-60px;
	z-index:2;
	position:absolute;
	top:215px;
	left: 50px;
}
/*メインコンテンツに関する記述*/
.contents{
	width:900px;
	height:600px;
	margin:auto;
	clear:both;
}
.left{
	width:650px;
	height:600px;
	float:left;
}

/*右のボタンに関する記述*/
.right{
	width:200px;
	height:500px;
	float:left;

}
ul li{
	list-style:none inside;
}
.btn01{
	width:170px;
	height:55px;
	margin:10px 10px;
	
}
.btn01{  
    width: 180px;
    height: 55px;
}
.btn01 a { 
display: block;
}
.btn01 a:hover{ 
background:url("images/fusen.png") no-repeat; 
}
  

.btn01 a{
	outline:none;
	display:block;
}

/*スペシャルのボタンのみ*/
.btn02{
	width:180px;
	height:90px;
	margin:10px 10px;
	
}
.btn02 a { 
display: block;
}
.btn02 a:hover{ 
background:url("images/jyunbi.png") no-repeat; 
float:right;
}
.btn02 a:hover img { 
visibility: hidden;
}  

.btn02 a{
	outline:none;
	display:block;
}

.tweet{
	margin-top:20px;
	width:200px;
	height:280px;
	float:right;	
}
.btn03{
	width:170px;
	height:55px;
	margin:10px 10px;
	
}
.btn03{  
    width: 180px;
    height: 55px;
}
.btn03 a { 
display: block;
}
.btn03 a { 
background:url("images/fusen.png") no-repeat; 
}
  

.btn03 a{
	outline:none;
	display:block;
}

/*フッターの記述*/
.footer{
	width:750px;
	height:200px;
	margin:auto;
	clear:both;
	overflow:scroll;
}
.scl{
	width:550px;
	height:180px;
	margin-right:0;
	overflow:scroll;

}
.main .footer .saisin_top {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
