/* CSS Document */

body,div,h,h1,ul,ol,li,p {
	margin: 0;
	padding: 0;
}
body {
	text-align: left;
	line-height: 1.6em;
	min-width: 750px;
	color: #666666;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 62.5%;
	background-color: #FFFFDF;
}

#wrapper {
	width: 750px;
	height: auto;
	margin: auto;
	margin-top: 20px;
	text-align: center;
	background-image: url(../img/bktop.png);
	background-position: right top;
	background-repeat: no-repeat;
}

/* 更新履歴 */
#history {
	width: 750px;
	height: 80px;
	min-height: 67px;
	padding-bottom: 8px;
	text-align: left;
}
.newstitle {
	width: 400px;
	padding-left: 10px;
	float: left;
}
.newstitle img {
	float: left;
	padding-right: 10px;
}
.newstitle ul {
	padding-top: 12px;
	line-height: 1.4em;
	font-size: 1.3em;
	list-style-type: none;
}
.leaflink {
	width: 230px;
	height: 73px;
	padding-top: 7px;
	float: right;
}

/* メインコンテンツ */
#main {
	width: 750px;
	height: auto;
	min-height: 440px;
	margin: 0;
	margin-top: 20px;
	text-align: left;
	line-height: 1.6em;
	font-size: 1.5em;
}
#main ul {
	list-style-type: none;
}
#main li {
}

#wanted {
	margin-left: 20px;
    text-indent:-5000px;
}
#wanted a:hover{
    background-position:0px -80px;
}
#wanted a{
	display:block;
	width: 280px;
	height: 80px;
	background:url(../img/wanted.png) no-repeat;
}

#bermuda {
	margin-top: 6px;
	margin-left: 20px;
    text-indent:-5000px;
}
#bermuda a:hover{
    background-position:0px -80px;
}
#bermuda a{
	display:block;
	width: 280px;
	height: 80px;
	background:url(../img/2nd.png) no-repeat;
}

#dream {
	margin-top: 6px;
	margin-left: 20px;
    text-indent:-5000px;
}
#dream a:hover{
    background-position:0px -80px;
}
#dream a{
	display:block;
	width: 280px;
	height: 80px;
	background:url(../img/3rd.png) no-repeat;
}

#dfantasy,
#fantasista,
#collection {
	width: 180px;
	height: 24px;
    overflow:hidden;
    text-indent:-5000px;
}

#fantasista {
	margin-top: 60px;
	margin-left: 30px;
}
#fantasista a{
    display:block;
	background-image: url(../img/navi/fantasista.png);
	background-repeat: no-repeat;
}
#fantasista a:hover{
    background-position:0px -24px;
}

#collection {
	margin-top: 20px;
	margin-left: 30px;
}
#collection a:hover{
    background-position:0px -24px;
}
#collection a {
    display:block;
	background-image: url(../img/navi/collection.png);
	background-repeat: no-repeat;
}

#dfantasy {
	margin-top: 20px;
	margin-left: 30px;
}
#dfantasy a:hover{
    background-position:0px -24px;
}
#dfantasy a {
    display:block;
	background-image: url(../img/navi/dfantasy.png);
	background-repeat: no-repeat;
}

#kanshin, #outline {
	width: 110px;
	height: 24px;
    text-indent:-5000px;
}

#outline {
	margin-top: -150px;
	margin-left: 350px;
}
#outline a{
    display:block;
	background-image: url(../img/navi/outline.png);
	background-repeat: no-repeat;
}
#outline a:hover{
    background-position:0px -24px;
}

#plants{
	margin-top: 20px;
	margin-left: 350px;
	width: 110px;
	height: 38px;
    text-indent:-5000px;
}
#plants a{
	height: 38px;
    display:block;
	background-image: url(../img/navi/plants.png);
	background-repeat: no-repeat;
}
#plants a:hover{
    background-position:0px -38px;
}

#kanshin {
	margin-top: 20px;
	margin-left: 350px;
}
#kanshin a{
    display:block;
	background-image: url(../img/navi/kanshin.png);
	background-repeat: no-repeat;
}
#kanshin a:hover{
    background-position:0px -24px;
}

#account {
	margin-top: 20px;
	margin-left: 350px;
	width: 110px;
	height: 24px;
    text-indent:-5000px;
}
#account a{
    display:block;
	background-image: url(../img/navi/account.png);
	background-repeat: no-repeat;
}
#account a:hover{
    background-position:0px -24px;
}

#leaflet{
	margin-top: -70px;
	margin-left: 490px;
	width: 230px;
	height: 73px;
    text-indent:-5000px;
}
#leaflet a{
	height: 73px;
    display:block;
	background-image: url(../img/leaflet_b.png);
	background-repeat: no-repeat;
}
#leaflet a:hover{
    background-position:0px -73px;
}


/* フッター */
#footer {
	width: auto;
	height: auto;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: right;
}
#footer address {
	font-style: normal;
	font-size: 1.5em;
}

/* リンク色関連 */
a:link {
	color: #66CCFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #386C9F;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

img {
	border: 0;
	vertical-align: bottom;
}

.newstitle {
	display: none;
}

