﻿@charset "UTF-8";
/* CSS Document */

/*topPagenavi*/
.topPagenavi{
	margin: 0 0 0 1em;
	width:900px;
	height:310px;
	background:url(indexImg/topImage.png?8)no-repeat -2.5em -6em;
	background-size: 85% 85%;
	background-position: center -14px;
    background-size: 80%;
    background-position: center 0px;
}

.topPagenavi0{
	background:url(indexImg/top_image.png?2)no-repeat -2.5em -2em;
}
.topPagenavi1{
	background:url(indexImg/ink_pink.png)no-repeat 12.5em -2em;
}

.topPagenavi ul{
	padding-top:40em;
	margin-left:1em;
	list-style-type: none;
	width:800px;
	font-size:80%;
}
.topPagenavi li{
	float:left;
	width: 130px;
	height:40px;
	background:url(indexImg/menuBg.png)no-repeat 0px -5px;
}
.topPagenavi a{
	display:block;
	padding-top: 7px;
	padding-left: 0;
	width: 125px;
	color:#666;
	text-align:center;
}
.topPagenavi a:hover{
	color:#dcbf7b;
	text-align:center;
	float:left;
	width: 130px;
	height:40px;
	background:url(indexImg/menuBg2.png)no-repeat 0px -5px;
}

/*新着情報20140722変更分*/
.topInfoAdd {
	width: 400px;
	height: 130px;
	margin: 10px 0 5em 55px;
	padding:18px 0 0 10px;
	background:url(indexImg/update.png) no-repeat;
	text-align:left;
	position: relative;
        top: -69px;
}
.topInfoAdd h1{
	font-size:90%;
	margin:-25px 0 0 -60px;
	color:#dcbf7b;
	text-align:center;
}
.topInfoAdd p{
	width: 360px;
	height: 105px;
	overflow:scroll;
	padding-left:10px;
}