@charset "utf-8";
body {
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 100%;
}
/* ハイパーリンクの指定 */
a:link {
	color: #1D376D;
	text-decoration: none;
}
a:visited {
	color: #1D376D;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.txt01 {
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
}
.txt02 {
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.txt03 {
	font-size: 0.8em;
	text-align: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 170px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.b-red {
	font-weight: bold;
	color: #900;
}
#container {
	width: 950px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
#header {
	width: 950px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 10px;
}
h1 {
	background-image: url(../publishing/images/index/title.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	height: 28px;
	width: 276px;
	text-indent: -10000em;
	float: left;
	margin: 0px;
}
/* ---------------------------------------------------------------------------- SearchBox */
#searchBox {
	background-image: url(../publishing/images/index/search01.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	height: 30px;
	width: 320px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	float: left;
}
#searchInput {
	background-image: url(../publishing/images/index/search02.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 224px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 15px;
	color: #999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#btn {
	margin-top: 5px;
	padding: 0px;
}
/*IE対策*/
#IEroot #btn {
	margin-top: 8px;
	padding: 0px;
}
/* ---------------------------------------------------------------------------- Header Right */
#headerRight {
	padding: 0px;
	margin: 0px;
	text-align: right;
	float: left;
	width: 280px;
}
#headerRight ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font-size: 0.7em;
}
#headerRight img {
	padding: 0px;
	margin-right: 3px;
	margin-left: 3px;
}
/* ---------------------------------------------------------------------------- Global Navi */
#globalNavi {
	padding: 0px;
	width: 950px;
	float: left;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	position: relative;
}
ul#pullDown {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 950px;
	font-size: 0.8em;
	list-style-type: none;
}
ul#pullDown li.pd01 {
	float: left;
	position: relative;
	margin: 0;
	width: 119px;
	height: 30px;
}
ul#pullDown li.pd02 {
	float: left;
	position: relative;
	margin: 0;
	width: 117px;
	height: 30px;
}
ul#pullDown li.pd01 a.btn01 {
	display: block;
	width: 119px;
	height: 22px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	display: block;
	float: left;
	background-image: url(../publishing/images/index/btn01.gif);
	padding-top: 8px;
}
ul#pullDown li.pd02 a.btn02 {
	display: block;
	width: 117px;
	height: 22px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	display: block;
	float: left;
	background-image: url(../publishing/images/index/btn02.gif);
	padding-top: 8px;
}
ul#pullDown li.pd01 a.btn01:hover {
	background-position: 0px -30px;
}
ul#pullDown li.pd02 a.btn02:hover {
	background-position: 0px -30px;
}
/* 下層のメニューを不可視に */
ul#pullDown li ul {
	display: none;
}
/* 疑似要素 :hover で下層のメニューを可視に */
ul#pullDown li:hover ul {
	display: block;
	position: relative;
	z-index: 100;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul#pullDown li ul li {
	margin: 0px;
	font-weight: normal;
	padding: 0px;
	width: 117px;
	height: 20px;
	position: relative;
	top: -31px;
    float: left;
}
/*IE対策*/
#IEroot ul#pullDown li ul li {
	margin: 0px;
	font-weight: normal;
	padding: 0px;
	width: 117px;
	height: 20px;
	position: relative;
	top: 0px;
}
ul#pullDown li ul li a {
	float: none;
	margin: 0px;
	font-weight: normal;
	background-image: url(../publishing/images/index/btn01pd.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 17px;
	width: 117px;
	text-align: center;
	padding-top: 3px;
	text-decoration: none;
}
ul#pullDown li ul li a:hover {
	background-position: 0px -20px;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ Sidebar1 */
#sidebar1 {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
}
/* ---------------------------------------------------------------------------- bannerZone */
#bannerZone {
	width: 190px;
	margin: 0px;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.banner {
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
/* ---------------------------------------------------------------------------- category */
#category {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
}
#category h2{
	background-image: url(../publishing/images/index/bar_category.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -10000em;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 200px;
}
ul#sideDown {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
	font-size: 0.8em;
	list-style-type: none;
}
ul#sideDown li.sd {
	float: left;
	margin: 0px;
	width: 200px;
	height: 30px;
}
ul#sideDown li.sd a.btn03 {
	display: block;
	width: 175px;
	height: 21px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	display: block;
	float: left;
	background-image: url(../publishing/images/index/btn03.gif);
	padding-top: 9px;
	padding-left: 25px;
}
ul#sideDown li.sd a.btn03:hover {
	background-position: 0px -30px;
}
/* 下層のメニューを不可視に */
ul#sideDown li ul {
	display: none;
}
/* 疑似要素 :hover で下層のメニューを可視に */
ul#sideDown li:hover ul {
	display: block;
	position: relative;
	z-index: 100;
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	left: 200px;
	top: -45px;
}
/*IE対策*/
#IEroot ul#sideDown li:hover ul {
	top: -30px;
}
ul#sideDown li ul li {
	margin: 0px;
	font-weight: normal;
	padding: 0px;
	width: 117px;
	height: 20px;
	position: relative;
    float: left;
}
ul#sideDown li ul li a {
	float: none;
	margin: 0px;
	font-weight: normal;
	background-image: url(../publishing/images/index/btn01pd.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 17px;
	width: 117px;
	text-align: center;
	padding-top: 3px;
	text-decoration: none;
}
ul#sideDown li ul li a:hover {
	background-position: 0px -20px;
}
/* ---------------------------------------------------------------------------- shipping */
#shipping {
	float: left;
	width: 200px;
	padding: 0px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#shipping h2{
	background-image: url(../publishing/images/index/bar_shipping.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -10000em;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 200px;
}
.shelf {
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	margin: 0px;
	padding: 0px;
	width: 198px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E6E6E6;
}
.tc {
	font-size: 0.8em;
	text-align: center;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ Main */
#main {
	float: right;
	width: 730px;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}
/* ---------------------------------------------------------------------------- new */
#new {
	width: 730px;
	margin: 0px;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#newBar{
	background-image: url(../publishing/images/index/bar_new.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 730px;
	float: left;
}
#newBar h2 {
	text-indent: -10000em;
	float: left;
}
#newFrame {
	width: 728px;
	margin: 0px;
	float: left;
	padding: 0px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	border-left-color: #E6E6E6;
}
#new #upDate {
	margin: 0px 10px 0px 0px;
	padding: 8px 0px 0px 0px;
	text-align: right;
	color: #FFFFFF; 
	font-size: 0.8em;
	line-height:1.1em;
	text-indent: 0em;
}
.boxShelf {
	margin: 0px;
	width: 710px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 18px;
	float: left;
}
.boxShelf .redBox {
	padding: 0px;
	float: left;
	width: 220px;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.boxShelf .redBox .up71 {
	background-image: url(../publishing/images/index/bar71.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	margin: 0px;
	height: 21px;
	width: 215px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
/*IE対策*/
#IEroot .boxShelf .redBox .up71 {
	height: 25px;
	padding-top: 0px;
}
.boxShelf .redBox .up73 {
	background-image: url(../publishing/images/index/bar73.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	margin: 0px;
	height: 21px;
	width: 215px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
/*IE対策*/
#IEroot .boxShelf .redBox .up73 {
	height: 25px;
	padding-top: 0px;
}
.boxShelf .redBox .up74 {
	background-image: url(../publishing/images/index/bar74.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	margin: 0px;
	height: 21px;
	width: 215px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
/*IE対策*/
#IEroot .boxShelf .redBox .up74 {
	height: 25px;
	padding-top: 0px;
}
.boxShelf .redBox .up75 {
	background-image: url(../publishing/images/index/bar75.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	margin: 0px;
	height: 21px;
	width: 215px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
/*IE対策*/
#IEroot .boxShelf .redBox .up75 {
	height: 25px;
	padding-top: 0px;
}
.boxShelf .redBox .up76 {
	background-image: url(../publishing/images/index/bar76.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	margin: 0px;
	height: 21px;
	width: 215px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
/*IE対策*/
#IEroot .boxShelf .redBox .up76 {
	height: 25px;
	padding-top: 0px;
}
.boxShelf .redBox .up77 {
	background-image: url(../publishing/images/index/bar77.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	margin: 0px;
	height: 21px;
	width: 215px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
/*IE対策*/
#IEroot .boxShelf .redBox .up77 {
	height: 25px;
	padding-top: 0px;
}
.boxShelf .redBox .down {
	display: block;
	margin: 0px;
	width: 220px;
	background-color: #F7F7F7;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
hr {
	width: 210px;
	margin-left: 5px;
}
/* ---------------------------------------------------------------------------- contents */
#contents {
	float: right;
	width: 730px;
	margin: 0px;
	padding: 0px;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ Sidebar2 */
#sidebar2 {
	float: right;
	width: 200px;
	margin: 0px;
	padding: 0px;
}
/* ---------------------------------------------------------------------------- recommend */
#recommend {
	width: 510px;
	margin: 0px;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#recommendBar{
	background-image: url(../publishing/images/index/bar_recommend.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 510px;
	float: left;
}
#recommendBar h2 {
	text-indent: -10000em;
	float: left;
}
#recommendFrame {
	width: 508px;
	margin: 0px;
	float: left;
	padding: 0px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	border-left-color: #E6E6E6;
}
.boxShelf2 {
	margin: 0px;
	width: 490px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: left;
}
.boxShelf2 .blueBox {
	padding: 0px;
	float: left;
	width: 220px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.boxShelf2 .blueBox .up {
	background-image: url(../publishing/images/index/bar_blue_00.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	margin: 0px;
	height: 21px;
	width: 215px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
/*IE対策*/
#IEroot .boxShelf2 .blueBox .up {
	height: 25px;
	padding-top: 0px;
}
.boxShelf2 .blueBox .down {
	display: block;
	margin: 0px;
	width: 220px;
	background-color: #F7F7F7;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
/* ---------------------------------------------------------------------------- reserve */
#reserve {
	width: 200px;
	margin: 0px;
	float: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#reserveBar{
	background-image: url(../publishing/images/index/bar_reserve.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 200px;
	float: left;
}
#reserveBar h2 {
	text-indent: -10000em;
	float: left;
}
#reserveFrame {
	width: 198px;
	margin: 0px;
	float: left;
	padding: 0px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	border-left-color: #E6E6E6;
}
#reserve ul {
	list-style-type: none;
	font-size: 0.8em;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#reserve ul li {
	margin-bottom: 10px;
	margin-top: 2px;
	margin-right: 0px;
	margin-left: 5px;
}
#reserve ul li img {
	vertical-align: middle;
	margin-bottom: 3px;
}
/* ---------------------------------------------------------------------------- ranking */
#ranking {
	width: 200px;
	margin: 0px;
	float: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 0.8em;
}
#rankingBar{
	background-image: url(../publishing/images/index/bar_ranking.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 200px;
	float: left;
}
#rankingBar h2 {
	text-indent: -1000em;
	float: left;
}
#rankingFrame {
	width: 198px;
	margin: 0px;
	float: left;
	padding: 0px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	border-left-color: #E6E6E6;
}
#ranking ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#ranking ul li {
	margin-bottom: 10px;
	margin-top: 2px;
	margin-right: 0px;
	margin-left: 5px;
}
#rankKoza {
	background-image: url(../publishing/images/index/rank_koza.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -1000em;
	padding: 0px;
	height: 20px;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#rankBook {
	background-image: url(../publishing/images/index/rank_book.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -1000em;
	padding: 0px;
	height: 20px;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#rankKyozai {
	background-image: url(../publishing/images/index/rank_kyozai.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -1000em;
	padding: 0px;
	height: 20px;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/* ---------------------------------------------------------------------------- mobile */
#mobile {
	width: 200px;
	margin: 0px;
	float: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 0.8em;
}
#mobileBar{
	background-image: url(../publishing/images/index/bar_mobile.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 200px;
	float: left;
}
#mobileBar h2 {
	text-indent: -1000em;
	float: left;
}
#mobileFrame {
	width: 198px;
	margin: 0px;
	float: left;
	padding: 0px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	border-left-color: #E6E6E6;
}
/* ---------------------------------------------------------------------------- others */
#others {
	width: 200px;
	margin: 0px;
	float: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 0.8em;
	text-align: center;
}
/* ---------------------------------------------------------------------------- underNavi */
#underNavi {
	padding: 0px;
	width: 950px;
	text-align: center;
	font-size: 0.8em;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#underNavi ul {
	display: inline;
	list-style-type: none;
}
#underNavi ul li {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
/*IE対策*/
#IEroot #underNavi ul li {
	margin: 0px;
	padding: 0px;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ footer */
#footer {
	background-image: url(../publishing/images/index/footer.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	text-align: center;
	height: 20px;
	width: 950px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


/* ここから先は「ご利用方法」(order.htm)に対するCSSです。 */
/* ---------------------------------------------------------------------------- category */
#menu {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
}
#menu h2{
	background-image: url(../publishing/images/index/bar_category.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -10000em;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 200px;
}
ul#menuSideDown {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
	font-size: 0.8em;
	list-style-type: none;
}
ul#menuSideDown li.sd {
	float: left;
	margin: 0px;
	width: 200px;
	height: 30px;
}
ul#menuSideDown li.sd a.btn03 {
	display: block;
	width: 175px;
	height: 21px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	display: block;
	float: left;
	background-image: url(../publishing/images/index/btn03.gif);
	padding-top: 9px;
	padding-left: 25px;
}
ul#menuSideDown li.sd a.btn03:hover {
	background-position: 0px -30px;
}
/* 下層のメニューを不可視に */
ul#menuSideDown li ul {
	display: none;
}
/* 疑似要素 :hover で下層のメニューを可視に */
ul#menuSideDown li:hover ul {
	display: block;
	position: relative;
	z-index: 100;
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	left: 200px;
	top: -45px;
}
/*IE対策*/
#IEroot ul#menuSideDown li:hover ul {
	top: -30px;
}
ul#menuSideDown li ul li {
	margin: 0px;
	font-weight: normal;
	padding: 0px;
	width: 117px;
	height: 20px;
	position: relative;
    float: left;
}
ul#menuSideDown li ul li a {
	float: none;
	margin: 0px;
	font-weight: normal;
	background-image: url(../publishing/images/index/btn01pd.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 17px;
	width: 117px;
	text-align: center;
	padding-top: 3px;
	text-decoration: none;
}
ul#menuSideDown li ul li a:hover {
	background-position: 0px -20px;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ MainOrder */
#mainOrder {
	float: right;
	width: 730px;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 0.8em;
	line-height: 1.6em;
}
/* ---------------------------------------------------------------------------- orderShelf */
.orderShelf {
	width: 730px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	float: right;
}
.orderShelf h2 {
	text-indent: -1000em;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 730px;
}
.orderText{
	width: 710px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: left;
}
#mainOrder .tbl {
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 18px;
	float: left;
}



#kaisyaBar{
	background-image: url(../publishing/images/index/bar_kaisya.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	height: 30px;
	width: 730px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#toriatukaiBar{
	background-image: url(../publishing/images/index/bar_toriatukai.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	height: 30px;
	width: 730px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#tejunBar{
	background-image: url(../publishing/images/index/bar_tejun.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	height: 30px;
	width: 730px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#kakakuBar{
	background-image: url(../publishing/images/index/bar_kakaku.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	height: 30px;
	width: 730px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#soryoBar{
	background-image: url(../publishing/images/index/bar_soryo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	height: 30px;
	width: 730px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#cancelBar{
	background-image: url(../publishing/images/index/bar_cancel.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	height: 30px;
	width: 730px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#henpinBar{
	background-image: url(../publishing/images/index/bar_henpin.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	height: 30px;
	width: 730px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#toiawaseBar{
	background-image: url(../publishing/images/index/bar_toiawase.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	height: 30px;
	width: 730px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#hohoBar{
	background-image: url(../publishing/images/index/bar_hoho.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	height: 30px;
	width: 730px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#qaBar{
	background-image: url(../publishing/images/index/bar_qa.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	height: 30px;
	width: 730px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

