@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	background-image: url(images/bg.png);
	background-attachment: fixed;
	font: 12px/1.6 Arial, Helvetica, sans-serif,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Osaka","ＭＳ Ｐゴシック","MS P ゴシック",'メイリオ';
}


#main {
	max-width:880px; 
	text-align:center;
	margin:0 auto;
}

a:link.link1{
	display:block;
	width:760px;
	height:91px;
	background-image:url(images/btn.png);
	background-repeat: no-repeat;  
	text-indent:-10000px;
	list-style:none;
	margin: 0 auto;
}

a:hover.link1{
	display:block;
	width:760px;
	height:91px;
	background-image:url(images/btn_r.png);	
	background-repeat: no-repeat;  
	text-indent:-10000px;
	list-style:none;
	margin: 0 auto;
	}
	
ul {
    list-style-type: none;
}
 
li img {
    vertical-align: bottom;
}

p {
width : 100%;
line-height : 1.7; 
} 

.pb{padding-bottom:50px;}

#footer {
	text-align: center;
	font-size: 80%;
	color: #ffffff;
	clear: both; 
	background-color: #fc2068;
	height: 40px;
} 