@charset "UTF-8";
/*=================================================
 * ブラウザのデフォルトのスタイルをリセットする
 * ================================================= */

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	line-height: 1.0;
	-webkit-text-size-adjust: none;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display:block;
}
img {
	border: 0;
	vertical-align: bottom;
}

ul, ol {
	list-style: none;
}

table {
	/*border-spacing: 0;*/
	/*
	empty-cells: show;
	border-collapse:collapse;
	*/
}

a:link{
	text-decoration:none;
}

/*----------------------------------------------------
	clearfix
----------------------------------------------------*/
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
 height: auto;
 overflow: hidden;
 /**/
}
.clr{clear:both;}



/*--------------------
	button
--------------------*/
body{
	background:#d5def1;
	
}
#top{width:960px;
margin: 0 auto;
background:url(../images/btn_bg.gif);
}

.btn{

}


.btn ul{
	margin:0 0 0 0;


	
}

.btn ul li{
	display:inline;
	margin:0 5px;

}

.button1 {
	
	padding:0 0 0 16px;

}
.button2 {
	padding:0 0 0 0px;

}
.button3 {
	padding:0 0 0 30px;
	}
