@charset "utf-8";
/* CSS Document */

/* 初期設定
-------------------------------------------------------------- */

a,h1,h2,h3,h4,p,img,hr,body,ul,ol,li,dl,dt,dd,blockquote,table,td,form {
	border:0;
	padding:0;
	margin:0;
	font-size:100%;
}

*:first-child+html img{
	font-size:0;
}

* html img{
	font-size:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

td {
	vertical-align:top;
}

ul{
	list-style:none;
}


/* a, h, p, body
-------------------------------------------------------------- */

a {	
	color:#b12228;
	text-decoration:none;
}

a:hover {
	color:#701619;
	text-decoration:underline;
}


h1,h2,h3,h4,h5{
	font-size:100%;
}

body {
	font-family:"cursive","ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Meiryo, "MS P Gothic", sans-serif;	
	font-size:12px;
	line-height:1.5em;
	color:#000;
	background:#fff;
}

/*container*/
#container-all {width: 100%;}



/*ヘッダー*/
#header {
	width:950px;
	height:48px;
	margin:10px auto 0 auto;
	overflow:hidden;
}


#header h1{
	float:left;
	width:290px;
	height:40px;
	background:url(../img/logo.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

#header h1 a{
	display:block;
	width:290px;
	height:40px;
}

#header h1 a:hover{
	background:url(../img/logoHover.gif);
}

#header ul{
	float:right;
	width:500px;
	height:40px;
	text-align:right;
	color:#fff;
	line-height:40px;
}

#header li{
	display:inline;
}

#header li a{
	color:#fff;
	text-decoration:none;
}

#header li a:hover{
	color:#999;
	text-decoration:underline;
}

#mainImage{
	clear:both;
	width:950px;
	margin:0 auto;
	height:auto;
}

#mainImage2{
	clear:both;
	width:950px;
	margin:0 auto;
	height:150px;
}

#navi{
	clear:both;
	width:950px;
	height:42px;
	margin:15px auto;
	overflow:hidden;
}

	#navi ul {
		list-style:none;
		display:inline;
	}
	
	#navi li {
		text-indent:-9999px;
		overflow:hidden;
		float:left;
		height:42px;
	}
	
	#navi a {
		display:block;
		text-decoration:none;
		height:42px;
	}
	
	#navi .li1{
		background:url(../img/navi1.gif) no-repeat;
		width:98px;
	}
	
	#navi .li2{
		background:url(../img/navi2.gif) no-repeat;
		width:112px;
	}
	
	#navi .li3{
		background:url(../img/navi3.gif) no-repeat;
		width:116px;
	}
	
	#navi .li4{
		background:url(../img/navi4.gif) no-repeat;
		width:191px;
	}
	#navi .li5{
		background:url(../img/navi5.gif) no-repeat;
		width:145px;
	}
	
	#navi .li6{
		background:url(../img/navi6.gif) no-repeat;
		width:146px;
	}
	
	#navi .li7{
		background:url(../img/navi7.gif) no-repeat;
		width:142px;
	}
	
	#navi .li1 a:hover{
		background:url(../img/navi1Hover.gif) no-repeat;
	}
	
	#navi .li2 a:hover{
		background:url(../img/navi2Hover.gif) no-repeat;
	}
	
	#navi .li3 a:hover{
		background:url(../img/navi3Hover.gif) no-repeat;
	}
	
	#navi .li4 a:hover{
		background:url(../img/navi4Hover.gif) no-repeat;
	}
	
	#navi .li5 a:hover{
		background:url(../img/navi5Hover.gif) no-repeat;
	}
	#navi .li6 a:hover{
		background:url(../img/navi6Hover.gif) no-repeat;
	}
	
	#navi .li7 a:hover{
		background:url(../img/navi7Hover.gif) no-repeat;
	}

#contents {
	width:950px;
	margin:0 auto;
	padding:20px 0px;
}

#contents a:hover  img{
	background:url(../img/a_hover.gif);
	filter:alpha(opacity=75); 
	opacity:0.75;
}

/*サイドバー*/
#sidebar{
	width:255px;
	float:left;
	overflow:hidden;
}

#search{
	border:3px double #7a7a7a;
	width:246px;
	height:auto;
	padding:1px;
	margin-bottom:0.5em;
}

#search h3{
	width:246px;
	height:23px;
	background:url(../img/h3_01.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

#search form{
}

#search input.text{
	display:block;
	width:240px;
	height:20px;
	margin:3px auto 0 auto;
	border:1px solid #949494;
}

input.image{
	display:block;
	width:108px;
	height:24px;
	margin:5px auto;
}

/*フォルダ追加*/

#folder{
	border:3px double #7a7a7a;
	width:246px;
	height:auto;
	padding:1px;
	margin-bottom:0.5em;
}

#folder h4{
	width:226px;
	height:23px;
	background:url(../img/h4Bg.gif) no-repeat;
	padding:0 10px;
	font-size:14px;
	color:#fff;
	overflow:hidden;
	line-height:23px;
}

#folder dl{
	padding:10px;
}

/*同一カテゴリ追加*/

#category{
	border:3px double #7a7a7a;
	width:246px;
	height:auto;
	padding:1px;
	margin-bottom:0.5em;
}

#category h4{
	width:226px;
	height:23px;
	background:url(../img/h4Bg.gif) no-repeat;
	padding:0 10px;
	font-size:14px;
	color:#fff;
	overflow:hidden;
	line-height:23px;
}

#category dl{
	padding:10px;
}



.categorys{
	border:3px double #7a7a7a;
	width:246px;
	height:auto;
	padding:1px;
	margin-bottom:0.5em;
}

.categorys h4{
	width:226px;
	height:23px;
	background:url(../img/h4Bg.gif) no-repeat;
	padding:0 10px;
	font-size:14px;
	color:#fff;
	overflow:hidden;
	line-height:23px;
}

.categorys dl{
	padding:10px;
}


.categorys li{padding: 0 0 0 10px;}



#cm{
	border:3px double #7a7a7a;
	width:246px;
	height:auto;
	padding:1px;
	margin-bottom:0.5em;
}

#cm h3{
	width:246px;
	height:23px;
	background:url(../img/h3_02.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
	
#cm p{
	margin:1em auto;
	font-size:9px;
	text-align:center;
}

#banner{
}

#banner p{
	margin:0.5em 0;
}

#banner img{
	padding:1px;
	border:1px solid #9c9c9c;
}

/*フッター*/
#footer{
	clear:both;
	margin:0 auto;
	width:950px;
	height:54px;
	padding-bottom:1px;
	background:url(../img/footerBg.gif) repeat-x bottom;
}

#footer p.logo{
	width:100px;
	height:50px;
	background:url(../img/img_02.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
}

#footer p.logo a{
	display:block;
	width:100px;
	height:50px;
}

#footer ul{
	float:left;
	margin-top:25px;
}

#footer li{
	display:inline;
}

#copy{
	clear:both;
	width:950px;
	height:20px;
	margin:4px auto 20px auto;
	background:url(../img/img_03.gif) no-repeat;
	text-align:right;
	font-size:10px;
	color:#9c9c9c;
}

.clear{
	clear:both;
}

#bred{
	margin:1em 0;
}



/* 商品紹介 */
#introduction{width:600px;}
	
	
#introduction.section{width:280px;
	height:200px;
	
	float:left;
	padding:0 5px 20px 0;}
