@charset "utf-8";

/*gnav*/

li.home a{

	background-image: url(../img/btn-home.gif);

	background-repeat: no-repeat;

	background-position: left top;

	width: 77px;

	height:45px;

	display: block;	

	text-indent:-9999px;

}

li.home a:hover{

	background-image: url(../img/btn-home.gif);

	background-repeat: no-repeat;

	background-position: left bottom;

	width: 77px;

	height:45px;

	display: block;	

	text-indent:-9999px;

}
/*main*/

div#main{

	float:left;

	width:670px;

}

div#main h1{

	background-image: url(../img/tit-kisochishiki-long.gif);

	background-repeat: no-repeat;

	background-position: left top;

	width:660px;

	padding:5px 0px 5px 10px;

	font-size:114%;

	margin:0px 0px 5px 0px;

}

div#main div.entries{

	margin:0px 0px 10px 0px;

	padding:3px 1px 0px 1px;

	border: 1px solid #CCCCCC;	

}

div#main div.entries h2{

	font-size:107%;

	padding:0px 0px 3px 5px;

	margin:0px 0px 3px 0px;

	border-bottom:1px dashed #999999;

}

div#main div.entries p{

	font-size:100%;

	padding:5px;

}



div#main div.entries li {

float:left;

padding-left: 15px;

height:23px;

}

div#main div.entries ul {

padding-bottom: 10px;

}

