@charset "UTF-8";

/* CSS Document */


/*----------------------------------------------------------------------*/
body{
	margin:0 auto;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:lighter;
	font-size:14px;
}
/*----------------------------------------------------------------------*/

#body{
	margin:30px auto 20px;
	padding:155px 0 0 ;
	background:url(img/bg-first.jpg) no-repeat;
	width:690px;
	height:320px;
}

#body p{ margin:10px 60px;}

#body p.chui{
	clear:both;
	margin:0 60px 25px;
	font-size:90%;
	color:#666666;}

h1{display:none;}

.encourage{
	background-color:#FFFFFF;
	margin:0 auto 10px;
	padding:0 ;
	width:540px;
	height:100px;
	border-style:dotted;
	border-color:#CCCCCC;
	border-width:thin;
}

.encourage .tex{
	list-style: none;
	margin-left:30px;
	padding:0 ;
	width:360px;
	float:left;
}

.encourage .tex ul{ margin:0 ; padding:30px 0; list-style: none;}

.encourage .tex li{
	display:block;
	list-style: none;
	margin:0 0 10px 0;
	padding:0 ;
}

.encourage .btn_ff{
	display:block;
	margin-right:30px;
	width:90px;
	height:100px;
	float:right;
	font-size:10px;
	line-height:120%;
}

.encourage .btn_ff img{	 padding:25px 0 5px;}

/*----------------------------------------------------------------------
ボタン
----------------------------------------------------------------------*/
table#btn{
	margin:0 auto;
	 list-style:none;
}

#btn tr.txt{ margin:5px 0 0 ; padding: 0;}
#btn tr.txt td{
	padding:0;
	margin: 0;
	height:30px;
	background:url(img/yajirushi.gif) center bottom no-repeat;
	text-align:center;
}

#btn tr.btn{ clear:left;}
#btn tr.btn li a{
	padding:0;
	margin: 0;
	list-style: none;
	display:block;
	width:144px;
	height:102px;
	background:url(img/btn-demo.jpg);
	text-align:center;
}

#btn .btn td li.inshoku a{background-position: 0 -102px;}
#btn .btn td li.seizou a{background-position: -144px -102px;}
#btn .btn td li.oroshi a{background-position: -288px -102px;}
#btn .btn td li.hanbai a{background-position: -432px -102px;}

#btn .btn td li.inshoku a:hover{background-position: 0 0;}
#btn .btn td li.seizou a:hover{background-position: -144px 0;}
#btn .btn td li.oroshi a:hover{background-position: -288px 0;}
#btn .btn td li.hanbai a:hover{background-position: -432px 0;}

#btn .btn li a:hover{
	display:block;
	background-position: 0 0;
	}

#btn .btn li a p{
	float:left;
	display:none;}

