@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}
body {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	/*\*/
	letter-spacing: 0.05em;
	/**/
	color: #333333;
	background: #FFFFFF url(http://www.mynextpage.net/images/body_bg.gif) left top repeat-y;
}
img {
	border: none;
	vertical-align: baseline;
}

/* 固定幅の2段組レイアウト
---------------------------------------------*/
#content {
	width: 760px;
	margin-left: 180px;
	padding-top: 4px;
	border-top: 10px solid #DABF9A;
	border-bottom: 10px solid #DABF9A;
}

#headcontent {
	width: 720px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 10px solid #DABF9A;
}

#headcontentLeft {
	width: 340px;
	margin-left: 20px;
	padding-top: 6px;
	border: thick none #999999;
}

#headcontentRight {
	position: absolute;
	width: 340px;
	margin-left: 20px;
	padding-top: 6px;
	border: thick none #999999;
	left: 540px;
	top: 128px;
}

#logo {
	position: absolute;
	left: 1px;
	top: 1px;
	width: 139px;
}
#globalNav {
	position: absolute;
	left: 0;
	top: 113px;
	width: 175px;
	padding-bottom: 327px;
	border-top: 1px solid #5F5F5F;
	background: url(http://www.mynextpage.net/images/leftside_bg.gif) left bottom no-repeat;
}
#globalNav li {
	border-bottom: 1px solid #5F5F5F;
}
#viewCart {
	position: absolute;
	left: 863px;
	top: 50px;
	width: 102px;
}

/* 大見出し
---------------------------------------------*/
h1 {
	margin-bottom: 20px;
}

/* フッター
---------------------------------------------*/
#footer {
	clear: both;
	position: relative;
	width: 764px;
	margin-left: 180px;
	padding: 40px 0 30px 0;
}
#footer p {
	position: absolute;
	left: 0;
	top: 45px;
}
#footerNav01 {
	position: absolute;
	right: 166px;
	top: 45px;
	width: 101px;
}
#footerNav02 {
	position: absolute;
	right: 98px;
	top: 45px;
	width: 58px;
}
#footerNav03 {
	position: absolute;
	right: 40px;
	top: 45px;
	width: 48px;
}

/*List
---------------------------------------------*/
ul.spe {
	list-style-image: url(http://www.mynextpage.net/images/arw_gray.gif);
/*	width: 260px; */
	font-size:1.0;
	line-height: 160%;
	list-style-position: none;
	padding: 0;
	margin: 0 0 0 2em;
	}
