@charset "shift_jis";

@import url(reset.css);
@import url(basic.css);
@import url(common.css);


/*====================================================================================================

	Style Info: TOPページ

====================================================================================================*/

.ticker {
	width:320px;
	position:relative;
	overflow:hidden;
	padding:6px 0;
	background-color:#6b0f0f;
	color:#fff;
	}

.ticker ul {
	height:10px;
	}

.ticker li {
	float:left;
	display:inline;
	clear:both;
	text-align:left;
	list-style-type:none;
	position:relative;
	line-height:10px;
	margin-bottom:-10px;
	}


/*----------------------------------------------
   ナビゲーション
----------------------------------------------*/

.nav {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e1e1e1));
	background-image: -webkit-linear-gradient(top, #fff, #e1e1e1);
	background-image:    -moz-linear-gradient(top, #fff, #e1e1e1);
	background-image:     -ms-linear-gradient(top, #fff, #e1e1e1);
	background-image:      -o-linear-gradient(top, #fff, #e1e1e1);
	background-image:         linear-gradient(top, #fff, #e1e1e1);
	background-color:#fff;
	border-top:1px solid #ccc79d;
	padding:15px 0;
	}

.nav img {
	float:left;
	margin-left:15px;
	display:inline;
	}

.nav p {
	margin-left:100px;
	padding-right:40px;
	padding-top:0.3em;

	background-image:url(../image/top/nav-lm.png);
	background-size:7%;
	background-repeat:no-repeat;
	background-position:93% 50%;
	}

.nav a {
	display:inline-block;
	/display:inline;
	/zoom:1;
	}
	
.nav a,
.nav a:visited,
.nav a:hover { text-decoration:none; }


/*----------------------------------------------
   新着
----------------------------------------------*/

.new li {
	border-bottom:1px solid #ccc79d;
	}

.new li a {
	background-image:url(../image/lm-red.png);
	background-size:5%;
	background-repeat:no-repeat;
	background-position:12px 50%;
	display:block;
	height:100%;
	padding:15px 10px 15px 35px;
	}


/*----------------------------------------------
   バナー
----------------------------------------------*/

.bn {
	text-align:center;
	}

.bn li {
	display:inline-block;
	/display:inline;
	/zoom:1;
	margin:0 5px;
	}




