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

/*-- 共通設定 --*/
*{
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	font-size: 100%;
	font-style: normal;
	line-height: 1.6;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	list-style-type: none;
}
img{
	border: none;
}
h1{
	font-size: 12px;
	color: #F00;
	margin-bottom: 0px;
}
h2{
	font-size: 16px;
	color: #009;
}

/*-- wrapper --*/

body{
	font-size: small;
	text-align: center;
}

#wrapper{
	width: 900px;
	margin: 0px auto;
	text-align: left;
}

/*-- header --*/

#header{
	width: 900px;
	height: 80px;
	background-color: #FFF;
	position: relative;
}
#header_left{
	float: left;
}
#header_right{
	float: right;
	text-align: right;
	font-size: 14px;
	height: 80px;
	color: #900;
	position: absolute;
	top: 60px;
	right: 10px;
}
#header_right ul li{
	float: left;
	margin-right: 10px;
	display: inline;
}
#header_right ul li a{
	text-decoration: none;
	color: #900;
}
#header_right ul li a:hover{
	text-decoration: none;
	color: #00F;
}

/*-- main_visual --*/

#main_visual{
	width: 900px;
	height: 350px;
	clear: both;
}

/*-- navi --*/

#navi{
	width: 900px;
	height: 50px;
	margin-bottom: 20px;
}
#navi ul li{
	float: left;
	list-style: none;
	width: 180px;
	height: 60px;
}
/*-- cart --*/
#cart{
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 14px;
	background-image: url(../images/baggio2_01.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 840px;
	height: 600px;
}

#breadcrumb_navi{
	width: 650px;
	height: 50px;
	margin-left: 500px;
}
#breadcrumb_navi a{
	text-decoration: none;
	color: #900;
}
#breadcrumb_navi a:hover{
	text-decoration: none;
	color: #00F;
}
h3{
	font-size: 24px;
	font-weight: bold;
	border-left-width: 14px;
	border-bottom-width: 6px;
	border-left-style: groove;
	border-bottom-style: ridge;
	text-indent: 10px;
	color: #300;
	font-style: oblique;
}
/*-- ↓↓↓↓↓↓ --*/
#information{
	width: 630px;
	padding: 10px;
}
/*-- ↑↑↑↑↑↑ --*/
/*-- footer --*/

#footer{
	width: 900px;
	/*-- height: 80px; --*/
	margin-bottom: 30px;
	clear: both;
}
#footer_menu{
	text-align: center;
	margin-bottom: 5px;
	color: #900;
}
#footer_menu a{
	text-decoration: none;
	color: #900;
}
#footer_menu a:hover{
	text-decoration: none;
	color: #00F;
}
