/*-----------------*/
/* CSS共通設定情報 */
/*-----------------*/
/*body {
	background: url("../images/bg_top.png") #ffffff repeat-x left top;
	}
*/
/*--------------*/
/* トップページ */
/*--------------*/

/* ヘッダー部分 */
div#header {
	height: 45px;
	margin: 0 auto;
	position:relative;
	background: url("../images/bg_top.png") #ffffff repeat-x left top;
	padding: 15px 0 0 0;
	}
div#header h1 {
	background:url("../images/h1_top.png") no-repeat right top;
	text-indent:-1000px;
	width: 137px;
	height: 28px;
	margin: 0 auto;
	padding: 0 0 0 25px;
	}
div#header p#logo {
	background:url("../images/logo_top.png") no-repeat left top;
	width: 84px;
	height: 33px;
	text-indent: -1000px;
	position: absolute;
	top: 15px;
	left: 13px;
	}
div#header p#tweet {
	position: absolute;
	top: 20px;
	right: 9px;
	}


/* コンテンツ部分 */
div#contents {
	margin: 0 auto 10px auto;
	text-align: center;
	}

div#bannerBlock {
	background: url(../images/bg_top_banner.jpg) left top repeat-x;
	margin: 0;
	padding: 8px 0 0 0;
	}
div#bannerBlock p.banner {
	margin: 0 0 5px 0;
	}
div#bannerBlock p.appliBtn {
	margin: 0 0 5px 0;
	}
div#contentsBtn {
	background: url(../images/bg_top_btn.jpg) left top repeat-x;
	padding: 6px 0 0 2px;
	margin: 0 0 2px 0;
	}
h2 {
	padding: 0;
	height: 25px;
	text-indent: -9999px;
	}
h2#detail01 {
	background:url("../images/txt_top_01.png") no-repeat left top;
	}
h2#detail02 {
	background:url("../images/txt_top_02.png") no-repeat left top;
	}
h2#detail03 {
	background:url("../images/txt_top_03.png") no-repeat left top;
	}
div#btnBlock {
	margin: 4px auto;
	text-align:center;
	width: 260px;
	}
div#btnBlock p {
	float: left;
	height: 57px;
	overflow: hidden;
	margin: 0 44px 0 0;
	}
div#btnBlock p.last {
	margin: 0;
	}

ul li {
	text-align: left;
	}
p.btn {
	padding: 5px 0;
	text-align: center;
	}

/* -----------------------------------------------------------------------------
** clearfix
----------------------------------------------------------------------------- */

div#btnBlock {
	overflow: hidden;
	}

div#btnBlock:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	}
* html div#btnBlock {
	height: 1em;
	overflow: visible;
	}
