 @charset "utf-8";
/* ================================
    CSS STYLES FOR infoCMS1.0
   ================================
*/ 

/* ---------------------------------------------------------
サイドナビ　SEOMENU
--------------------------------------------------------- */
.SEOMenuH {
	width: 200px;
	padding: 0;
	margin: 0;
	font-size: 12px;
}
.SEOMenuH0 {
	padding: 0;
	margin: 0;
}

/*--1階層目ページ選択中に2階層目ナビを非表示にする--*/
.SEOMenuH .SEOMenuH0 li ul {
	display: none;
}
/*--1階層目ページ選択時に2階層目ナビを表示する--*/
.SEOMenuH .SEOMenuH0 li.CurrentItem ul {
	display: block;    
}
/*--2階層目ページ選択時に2階層目ナビを表示する--*/
.SEOMenuH .SEOMenuH0 li.ParentItem ul  {
	display: block;
}

/*-- 1階層目 --*/
.SEOMenuH .SEOMenuH0 ul {
	padding: 0;
	margin: 0;
}
.SEOMenuH .SEOMenuH0 li {
	background: url(/Portals/0/images/common/sidenav/sidenav.gif) no-repeat top left;
	list-style: none;
	text-align: left;
	font-weight: bold;
	line-height: 1.2em;
	padding: 8px 0 11px 10px;
	font-size: 12px;
clear: both;
}
.SEOMenuH .SEOMenuH0 li a {
	text-decoration: none;
	display: block;
	color: #666666;	
}
.SEOMenuH .SEOMenuH0 li a:link {
	color: #666666;	
}
.SEOMenuH .SEOMenuH0 li a:visited {
	color: #666666;	
}
.SEOMenuH .SEOMenuH0 li a:hover {
	color: #FF9900;
}


/*-- 2階層目 --*/
.SEOMenuH .SEOMenuH0 li ul {
	margin: 10px 0 5px 0;
	padding: 0;
}
.SEOMenuH .SEOMenuH0 li ul li {
	background: url(/Portals/0/images/common/sidenav/arrow-sidenav.gif) no-repeat 2px 6px;
	border-bottom: 1px dotted #dddddd;
	margin: 0;
	line-height: 1.2em;
	padding: 5px 0 5px 16px;
	font-size: 12px;
}
* html .SEOMenuH .SEOMenuH0 li ul li {
	width: 190px;
}
.SEOMenuH .SEOMenuH0 li ul li a {
	font-weight: normal;
}
/*--特別用ボタン--*/
.SEOMenuH .SEOMenuH0 li ul li.special {
	background: url(/Portals/0/images/common/sidenav/sidenav-special.gif) no-repeat left top;
	border: none;
	margin: 2px 0;
	line-height: 2.3em;
	padding: 0 0 0 15px;
	font-size: 12px;
    width: 175px;
    height: 30px;
}
* html .SEOMenuH .SEOMenuH0 li ul li.special {
    width: 190px;
}

/*-- 3階層目 --*/
.SEOMenuH .SEOMenuH0 li ul li ul {
	margin: 5px 0 10px 0;
	padding: 0;
}
.SEOMenuH .SEOMenuH0 li ul li ul li {
	background: url(/Portals/0/images/common/subarrow-orange.gif) no-repeat 2px 5px;
	border-top: 1px dotted #dddddd;
	border-bottom: none;	
	margin: 0;
	line-height: 1.2em;
	padding: 3px 0 3px 16px;
	font-size: 12px;
}

/*-- 3階層目 特別用ボタン --*/
.SEOMenuH .SEOMenuH0 li ul li.special ul {
	float:left;
	margin: 5px 0 10px 0;
	padding: 0;
	background:none;
}
.SEOMenuH .SEOMenuH0 li ul li.special ul li {
	background: url(/Portals/0/images/common/subarrow-orange.gif) no-repeat 2px 5px;
	border-top: 1px dotted #dddddd;
	border-bottom: none;	
	margin: 0;
	line-height: 1.2em;
	padding: 3px 0 3px 16px;
	font-size: 12px;
}
* html .SEOMenuH .SEOMenuH0 li ul li.special ul li {
	width: 170px;
}

/*--IE6用--*/
* html .SEOMenuH .SEOMenuH0 li.Tab64, {
	padding: 8px 0 6px 10px;
}
* html .SEOMenuH .SEOMenuH0 li.Tab65, {
	padding: 8px 0 6px 10px;
}
* html .SEOMenuH .SEOMenuH0 li.Tab66, {
	padding: 8px 0 6px 10px;
}
* html .SEOMenuH .SEOMenuH0 li.Tab61, {
	padding: 8px 0 6px 10px;
}
* html .SEOMenuH .SEOMenuH0 li.Tab67, {
	padding: 8px 0 6px 10px;
}
* html .SEOMenuH .SEOMenuH0 li.Tab68, {
	padding: 8px 0 6px 10px;
}
* html .SEOMenuH .SEOMenuH0 li.Tab99, {
	padding: 8px 0 6px 10px;
}



/* ---------------------------------------------------------
common
--------------------------------------------------------- */
.red {
	color: #CC0000;
}
.bold {
	font-weight: bold;
}
.small {
	font-size: 10px;
}
.m10b {
	margin-bottom: 10px;
}
.m20b {
	margin-bottom: 20px;
}
.m30b {
	margin-bottom: 30px;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
table {
	font-size:12px;
	line-height: 1.6em;
}
.Normal, .NormalDisabled {
	font-size:12px;
	line-height: 1.6em;
}
.photo-line {
	border: 1px solid #999999;
}

h3 {
	background: url(/Portals/0/images/common/headline-03.gif) repeat-x top;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	padding: 0 0 0 15px;
	margin: 0;
}
h3.orange {
	background: none;
	color:#FF9933;
	margin: 0 0 5px;
	padding: 0;
	border-bottom: 1px dotted #cccccc;
}


/*--フリーボックス--*/
.free-box01 {
	border: 1px solid #cccccc;
	padding: 10px;
}
.free-box02 {
	border: 1px solid #B2A495;
	background: #FFEBD6;
}

/*--フリーボタン--*/
.free-button01 {
	border: 1px solid #cccccc;
	margin: 10px 0;
	background: url(/Portals/0/images/common/arrow-gley.gif) no-repeat right 12px ;
	text-align: right;
}
.free-button01 a {
	display: block;
	padding: 8px 12px;
	text-decoration: none;
}
.free-button02 {
	border: 1px solid #cccccc;
	margin: 10px 0;
	background: url(/Portals/0/images/common/arrow-gley.gif) no-repeat left 12px ;
	text-align: left;
}
.free-button02 a {
	display: block;
	padding: 8px 12px;
	text-decoration: none;
}

.free-button03 {
	margin: 0 0 5px;
	padding: 0 0 0 15px;
	background: url(/Portals/0/images/common/arrow-gley.gif) no-repeat left 5px ;
	text-align: left;
}

/*--フリーフォト--*/
.free-photo01 {
	float: right;
	padding: 0 0 15px 15px;
}
/*--画像のリンク--*/
.Title a:hover img  {
	filter: alpha(opacity:60);
	opacity: 0.6;
}
/*--ページトップ--*/
.pagetop  {
	background: url(/Portals/0/images/common/toparrow-orange.gif) no-repeat right 5px;
	text-align: right;
	padding: 0 15px 0 0;
}
.pagetop a {
	text-decoration: none;
	color: #666666;
}
.pagetop a:link {
	text-decoration: none;
	color: #666666;
}
.pagetop a:visited {
	text-decoration: none;
	color: #666666;
}
.pagetop a:hover {
	text-decoration: underline;
	color: #FF9900;	
}

/* ---------------------------------------------------------
検索窓
--------------------------------------------------------- */
.searchbox {
	width: 200px;
	background: url(/Portals/0/images/common/subcontent/searchbox-bg.gif) repeat-y;
	margin: 0 0 15px;
}
.searchbox-top {
	background: url(/Portals/0/images/common/subcontent/searchbox-top.gif) no-repeat top;
}
.searchbox-bottom {
	padding: 10px 0;
	background: url(/Portals/0/images/common/subcontent/searchbox-bottom.gif) no-repeat bottom;
	color: #FFFFFF;
	text-align: center;
}
.searchbox-bottom .button {
	margin: 5px 0;
}
.searchbox-bottom .option {
	color: #ffffff;
	font-size: 11px;
}
.searchbox-bottom .option a {
	color: #ffffff;
	text-decoration: none;
}
.searchbox-bottom .option a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.searchbox-bottom .option img {
	margin: 0 5px 0 0;
}
.searchbox-bottom table {
	line-height: 1.2em;
	color: #FFFFFF;
	margin: 0 auto;
}

/* ---------------------------------------------------------
バナーエリア
--------------------------------------------------------- */
.banner-area ul {
	padding: 0;
	margin: 0 0 6px;
}
.banner-area ul li {
	list-style: none;
	margin: 0 0 15px;
	padding: 0 0 10px;
	font-size: 10px;
	line-height: 1.2em;
	text-align: left;
	border-bottom: 1px dotted #999999;
}
.banner-area ul li img {
	margin: 0 0 5px;
}
.banner-area ul li a {
	text-decoration: none;
	color:#666666;
}
.banner-area ul li a:hover {
	text-decoration: underline;
	color: #FF9900;
}
/*--02--*/
.banner-area02 ul {
	padding: 0;
	margin: 0;
}
.banner-area02 ul li {
	list-style: none;
	margin: 0 0 3px;
}

/* ---------------------------------------------------------
ご注意ください
--------------------------------------------------------- */
.subcontent-attention {
	padding: 10px 0px;
	margin: 15px 0 10px;
	text-align: left;
	font-size: 11px;
	line-height: 1.2em;
}
.subcontent-attention h3 {
	background: none;
	height: none;
	margin: 0 0 5px;
	padding: 0 0 5px; 
}

/* ---------------------------------------------------------
フッターナビ
--------------------------------------------------------- */
.FootNav ul {
	padding: 0;
	margin: 0;
}
.FootNav ul li {
	list-style: none;
	background: url(/Portals/0/images/common/arrow-orange.gif) no-repeat 0 3px;
	text-align: left;
	padding: 0 0 0 15px;
	margin: 0 25px 0 0;
	float: left;
}
.FootNav ul li a {
	text-decoration: none;
	color: #666666;
}
.FootNav ul li a:link {
	text-decoration: none;
	color: #666666;
}
.FootNav ul li a:visited {
	text-decoration: none;
	color: #666666;
}
.FootNav ul li a:hover {
	text-decoration: underline;
	color: #FF9900;	
}

/* ---------------------------------------------------------
全ページ用タイトル
--------------------------------------------------------- */

.contents-title {
	border: 3px solid #A7A7A7;
	padding: 2px;
	margin: 0 0 15px;
}
.contents-title p {
	margin: 3px;
	}
.contents-title ul {
	clear: both;
	padding: 0 10px;
	margin: 0;
	background: #FF9900;
	}	
.contents-title ul li {
	list-style: none;
	background: url(/Portals/0/images/common/arrow-orange.gif) no-repeat 0 6px;
	text-align: left;
	padding: 3px 0 3px 15px;
	margin: 0 15px 0 0;
	float: left;
	}		
.contents-title ul li a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}	
.contents-title ul li a:link {
	color: #FFFFFF;
	text-decoration: none;
	}	
.contents-title ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}	
.contents-title ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}		

/* ---------------------------------------------------------
トップページ
--------------------------------------------------------- */
/*--バナー領域--*/
.indexbanner-area {
	background: #F1F1F1;
	padding: 15px 0;
}
/*--注目の新書--*/
.attention-book {
	width: 97%;
	margin: 10px auto 20px ;
	background: #cccccc;
}
.attention-book td {
	width: 50%;
	padding: 3px;
	vertical-align: top;
	background: #ffffff;
}

.attention-book td.line-none {
	border: none;
}

.attention-book .photo-bg {
	background: url(/Portals/0/images/index/book-bg.gif) repeat-x bottom;
	padding: 12px 0;
	text-align: center;
	height: 140px;
}
.attention-book .photo-bg img {
	border: 1px solid #999999;
}

.attention-book h4 {
	text-align: left;
	font-size: 14px; 
	color: #FF9933;
	font-weight: bold;
	padding: 0 0 5px;
	margin: 5px 0 0;
	border-bottom: 1px dotted #cccccc;
}
.attention-book h4 a {
	font-size: 14px; 
	color: #FF9933;
	font-weight: bold;
	text-decoration: none;
}
.attention-book h4 a:hover {
	text-decoration: underline;
}
.attention-book p.stock {
	margin: 5px 0 0;
}
.attention-book p.subtitle {
	text-align: left;
	padding: 0;
	margin: 0;
	font-size: 12px;
}
.attention-book p.author {
	text-align: left;
	padding: 0 0 5px;
	margin: 0;
	font-size: 11px;
}
.attention-book .price {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0 0;
}
.attention-book .price .red {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}
.attention-book .price .subprice {
	font-size: 11px;
	font-weight: normal;
}
.attention-book .button {
	text-align: right;
	margin: 5px 0;
}
.attention-book .button img {
	margin: 0 0 0 3px;
}



/*--ニュース--*/
.index-news {
	padding: 0;
	margin:	0;
}
.index-news li {
	list-style: none;
	border-bottom: 1px dotted #cccccc;
	padding: 5px;
	font-size: 12px;
}
/*--ご注意ください！--*/
.index-attention {
	background: #FFF6BA;
	padding: 10px;
}
.index-attention h3 {
	background: none;
	border-bottom: 2px solid #ffffff;
	height: none;
	margin: 0 0 15px;
	padding: 0 0 10px; 
}

/* ---------------------------------------------------------
オンライン商品
--------------------------------------------------------- */
/*--オンライン用ナビ--*/
.online-navi {
	border: 1px solid #cccccc;
	padding: 10px 10px 15px;
	margin: 10px 0;
	background: #f9f9f9;
}	
.online-navi td {
	list-style: none;
	margin: 5px 0;
	padding: 0 15px 3px 13px;
	background: url(/Portals/0/images/common/arrow-gley.gif) no-repeat 0 4px ;
	vertical-align: top;
}	
.online-navi td.none {
	background: none;
}	
.online-navi img {
	margin: 0 0 0 5px;
}	

/*--オンライン用コンテンツ--*/
.online-contents h3 {
	background: none;
	color:#FF9933;
	margin: 0 0 5px;
	padding: 0;
	border-bottom: 1px dotted #cccccc;
}
.online-contents h3 a {
	color:#FF9933;
}
.online-contents p {
	margin: 0 0 15px;
}
/*--オンライン用その他--*/	
.online-etc {
	padding: 0;
	margin: 0;
}
.online-etc li {
	background: url(/Portals/0/images/common/subarrow-orange.gif) no-repeat 0 3px;
	padding: 0 0 0 15px;
	list-style: none;
}

/*--FAQ--*/	
.faq dl {
	border-bottom: 1px dotted #cccccc; 
	padding: 0 0 10px;
	margin: 0 0 10px;
}
.faq dt {
	clear: both;
	float: left;
	font-weight: bold;
	margin: 0;
	padding: 3px;
	color:#FF9900;
}
.faq .faq-title {
	font-weight: bold;
}
.faq dd {
	margin: 0 0 0 33px;
	padding: 3px;
}
	
/* ---------------------------------------------------------
和書
--------------------------------------------------------- */
/*--ソート用--*/
table.sort {
    width: 97%;
}

table.sort td {
background: none;
border: none;
padding: 0 0 5px;
text-align: right;
}

/*--和書一覧--*/
.japanese-book-list td {
	width: 50%;
	padding: 3px;
	vertical-align: top;
	border: 1px solid #cccccc;
}
.japanese-book-list td.line-none {
	border: none;
}

.japanese-book-list .photo-bg {
	background: url(/Portals/0/images/index/book-bg.gif) repeat-x bottom;
	padding: 12px 0;
	text-align: center;
	height: 140px;
}
.japanese-book-list .photo-bg img {
	border: 1px solid #999999;
}
.japanese-book-list .stock {
	margin: 5px 0 0;
}
.japanese-book-list .series{
	font-size: 11px;
	padding: 0;
	margin: 0;
}
.japanese-book-list h4 {
	text-align: left;
	font-size: 14px; 
	color: #FF9933;
	font-weight: bold;
	padding: 0 0 5px;
	margin: 0;
	border-bottom: 1px dotted #cccccc;
}
.japanese-book-list h4 a {
	font-size: 14px; 
	color: #FF9933;
	font-weight: bold;
	text-decoration: none;
}
.japanese-book-list h4 a:hover {
	text-decoration: underline;
}
.japanese-book-list p.subtitle {
	text-align: left;
	padding: 0;
	margin: 0;
	font-size: 12px;
}
.japanese-book-list p.author {
	text-align: left;
	padding: 0 0 5px;
	margin: 0;
	font-size: 11px;
}
.japanese-book-list .price {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0 0;
}
.japanese-book-list .price .red {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}
.japanese-book-list .price .subprice {
	font-size: 11px;
	font-weight: normal;
}
.japanese-book-list .text {
	font-size: 12px;
	padding: 0;
	margin: 10px 0 5px;
	line-height: 1.4em;
}
.japanese-book-list .button {
	text-align: right;
	margin: 5px 0;
}
.japanese-book-list .button img {
	margin: 0 0 0 3px;
}

.japanese-book-list .button-box {
	vertical-align: bottom;
	height: 100%;
}

/*--和書詳細--*/
.japanese-book-details {
	margin: 0 auto 50px ;
}
/*--和書詳細　写真部分--*/
.japanese-book-details td.photo {
	vertical-align: top;
}
.japanese-book-details td.photo p {
	margin: 0 20px 10px 0;
	text-align: center;
}
.japanese-book-details td.photo p img {
	border: 1px solid #999999;
}
.japanese-book-details td.photo .details-button {
	margin: 15px 0 0 0;
}
.japanese-book-details td.photo .details-button p {
	margin: 0 0 3px 0;
	text-align: left;
}
.japanese-book-details td.photo .details-button img {
	border: none;
}

.japanese-book-details h3 {
	text-align: left;
	font-size: 16px; 
	color: #FF9933;
	font-weight: bold;
	padding: 0 0 5px;
	margin: 0 0 6px;
	border-bottom: 1px dotted #cccccc;
	background: none;
	height: auto;
	line-height:1.4em;
}

/*--和書詳細　情報部分--*/
.japanese-book-details td.text .stock {
	margin: 0 0 2px;
}
.japanese-book-details td.text .series {
	font-size: 11px;
	padding: 0;
	margin: 0;
}
.japanese-book-details td.text .subtitle {
	font-weight: bold;
	margin: 0 0 15px;
}
.japanese-book-details td.text .explanation {
	margin: 0 0 10px;
}
.japanese-book-details td.text .price {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 10px 0 0;
	padding: 0;
}
.japanese-book-details td.text .price .red {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 0 10px;
}
.japanese-book-details td.text .price .subprice {
	font-size: 11px;
	font-weight: normal;
}
.japanese-book-details td.text .button {
	border: 1px solid #cccccc;
	padding: 5px;
	margin: 10px 0;
	text-align: right;
	background: #f9f9f;
	vertical-align: middle;
}
.japanese-book-details td.text .button td {
	padding: 5px 2px;
	vertical-align: bottom;	
}
.japanese-book-details td.text .button td.book {
	font-weight: bold;
	padding: 5px;
	text-align: right;
	vertical-align: bottom;		
}
.japanese-book-details td.text .button td.dotline {
	border-bottom: 1px dotted #cccccc;
}
.japanese-book-details td.text .button td.button-area {
	text-align: right;
}
.japanese-book-details td.text .button td.button-area img {
	margin: 0 0 0 5px;
}

/* ---------------------------------------------------------
書店一覧
--------------------------------------------------------- */
.shop {
	width: 97%;
	margin: 0 auto 20px;
	font-size: 12px;
}
.shop th {
	padding: 5px;
	text-align: left;
	font-weight: bold;
	color:#666666;
	border-bottom: 1px dotted #CCCCCC;
}
.shop td {
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px;
}

.shop-list {
	width: 97%;
	margin: 0 auto 10px;
	background: #cccccc;
	font-size: 12px;
}
.shop-list th {
	width: 180px;
	background: #f6f6f6;
	padding: 5px 2px;
	text-align: left;
	font-weight: bold;
	color:#666666;
}
.shop-list td {
	background: #ffffff;
	padding: 5px 2px;
}
.shop-list td.category {
	background: #FF9900;
	color: #ffffff;
	font-weight: bold;
}


/* ---------------------------------------------------------
洋書
--------------------------------------------------------- */
/*--洋書用ナビ--*/
.foreignbook-navi {
	border: 1px solid #cccccc;
	padding: 10px 10px 15px;
	margin: 10px 0;
	background: #f9f9f9;
}	
.foreignbook-navi td {
	list-style: none;
	margin: 5px 0;
	padding: 0 15px 3px 13px;
	background: url(/Portals/0/images/common/arrow-gley.gif) no-repeat 0 4px ;
	vertical-align: top;
}	
.foreignbook-navi td.none {
	background: none;
}	
.foreignbook-navi img {
	margin: 0 0 0 5px;
}

/*--リンク--*/	
.foreignbook-link h3 a {
	color: #FF9900;
	text-decoration: none;
}
.foreignbook-link h3 a:hover {
	color: #FF9900;
	text-decoration: underline;
}
.foreignbook-link {
	width: 97%;
}
.foreignbook-link td {
	vertical-align: top;
	padding: 0 30px 15px 0;
	width: 49%;
}
.foreignbook-link ul {
	padding: 0;
	margin: 0;
}
.foreignbook-link li {
	background: url(/Portals/0/images/common/subarrow-orange.gif) no-repeat 0 3px;
	padding: 0 0 0 15px;
	list-style: none;
}
.foreignbook-link .button {
	background:transparent url(/Portals/0/images/common/arrow-orange.gif) no-repeat scroll right 5px;
	padding:0 15px 0 0;
	text-align:right;
}

/* ---------------------------------------------------------
雑誌
--------------------------------------------------------- */
/*--媒体資料--*/
.medium-material .area {
	margin: 0 0 20px 0;	
}
.medium-material h3 {
	height: none;
	background: none;
	color: #666666;
	font-size: 16px;
	padding: 0;
	margin: 0 0 5px;
	line-height: 1.2em;
	font-weight: bold;
}
.medium-material h3 span {
	color: #FF9933;
}
.medium-material h3.orange {
	background: none;
	color:#FF9933;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 3px 0;
	border-bottom: 1px dotted #cccccc;
}
.medium-material h4 {
	height: none;
	padding: 0;
	margin: 0 0 5px;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}
.medium-material strong {
	color: #333333;
}
/*--料金表--*/
.medium-material .price-list {
	background: #CCCCCC;
}
.medium-material .price-list th {
	background: #FF9933;
	font-weight: bold;
	color:#FFFFFF;
	padding: 8px 5px;
}
.medium-material .price-list td {
	background: #ffffff;
	padding: 5px;
	text-align: center;
}
.medium-material .price-list td.text-right {
	text-align: right;
}


/* ---------------------------------------------------------
MRエデュケーション
--------------------------------------------------------- */
/*--エデュケーション用ナビ--*/
.mr-navi {
	border: 1px solid #cccccc;
	padding: 10px 10px 15px;
	margin: 10px 0;
	background: #f9f9f9;
}	
.mr-navi td {
	list-style: none;
	margin: 5px 0;
	padding: 0 15px 3px 13px;
	background: url(/Portals/0/images/common/arrow-gley.gif) no-repeat 0 4px ;
	vertical-align: top;
}	
.mr-navi td.none {
	background: none;
}	
.mr-navi img {
	margin: 0 0 0 5px;
}
/*--MR商品--*/
.mr-item table {
	width: 97%;
	margin: 0 auto;
}
.mr-item td.text {
	padding: 0 15px 0 0;
}
.mr-item td {
	vertical-align: top;
}
.mr-item td.text .new {
	color:#FF9900;
	font-weight: bold;
}
.mr-item td.button p {
	border: 1px solid #cccccc;
	padding: 10px;
	margin: 10px 0;
	text-align: right;
	background: #f9f9f9;
}
.mr-item td.button p img {
	margin: 0 0 0 10px;
}
/* ---------------------------------------------------------
MRエデュケーション-継続教育
--------------------------------------------------------- */
.education-info {
	width: 97%;
	margin: 0 auto;
	background: #cccccc;
	font-size: 12px;
}
.education-info td {
	width: 50%;
	background: #ffffff;
	font-size: 12px;
	padding: 5px 10px;
}

.education-info table td {
	vertical-align: top;
	width: auto;
	padding: 5px 30px 5px 0;
}
/*--申込書--*/
.application-box {
	width: 97%;
	margin: 0 auto;
	background: #cccccc;
	font-size: 12px;
}
.application-box td {
	background: #ffffff;
	font-size: 12px;
	padding: 5px 10px;
	text-align: center;
} 


/*--制度・法規--*/
.system-list table {
	width: 49%;
	margin: 10px auto;
}
.system-list .date {
	font-size: 11px;
}
.system-list table {
	background: #cccccc;
	font-size: 12px;

}
.system-list table th {
	background: #FFCC66;
	font-weight: bold;
	color:#FFFFFF;
	padding: 5px;
	text-align: left;
}
.system-list table td {
	background: #ffffff;
	font-size: 12px;
	padding: 5px;
	text-align: left;
}



/* ---------------------------------------------------------
会社案内
--------------------------------------------------------- */
/*--海外拠点ー--*/
.overseas-branch {
	width: 97%;
	margin: 0 auto;
	background: #cccccc;
	font-size: 12px;
}
.overseas-branch td {
	background: #ffffff;
	padding: 5px;
}
.overseas-branch td.branch {
	background: #FF9933;
	font-weight: bold;
	color:#FFFFFF;
	padding: 8px 5px;
}
.overseas-branch td.office {
	background: #FFCC66;
	font-weight: bold;
	color:#FFFFFF;
}
/*--ヒストリー--*/
.history {
	width: 97%;
	margin: 0 auto;
	background: #cccccc;
	font-size: 12px;
}
.history th {
	width: 150px;
	background: #f6f6f6;
	padding: 5px;
	text-align: left;
	font-weight: bold;
	color:#666666;
}
.history td {
	background: #ffffff;
	padding: 5px;
}
.history td.subtitle {
	background: #FFCC66;
	font-weight: bold;
	color:#FFFFFF;
}

/*--プロフィール--*/
.profile {
	width: 97%;
	margin: 0 auto;
	background: #cccccc;
	font-size: 12px;
}
.profile th {
	width: 150px;
	background: #f6f6f6;
	padding: 5px;
	text-align: left;
	font-weight: bold;
	color:#666666;
}
.profile td {
	background: #ffffff;
	padding: 5px;
}

/*--活動報告--*/
* html .report {
width: 97%;
}
.report {
	margin: 10px auto 20px;
}
.report th {
	text-align: right;
	padding: 10px;
	border-bottom: 1px solid #cccccc;
}
.report td {
	padding: 10px;
	border-bottom: 1px solid #cccccc;
}

/*--回収--*/
* html .collection {
width: 97%;
}
.collection {
	margin: 10px auto 20px;
	background: #cccccc;
	font-size: 12px;
}
.collection th {
	width: 150px;
	background: #f6f6f6;
	padding: 5px;
	text-align: left;
	font-weight: bold;
	color:#666666;
}
.collection td {
	background: #ffffff;
	padding: 5px;
}

/* ---------------------------------------------------------
採用情報
--------------------------------------------------------- */
/*--待遇--*/
.treatment {
	width: 97%;
	margin: 0 auto;
	background: #cccccc;
	font-size: 12px;
}
.treatment th {
	width: 150px;
	background: #f6f6f6;
	padding: 5px;
	text-align: left;
	font-weight: bold;
	color:#666666;
}
.treatment td {
	background: #ffffff;
	padding: 5px;
}

/* ---------------------------------------------------------
サポート
--------------------------------------------------------- */
/*--サポート用ナビ--*/
.support-navi {
	border: 1px solid #cccccc;
	padding: 10px 10px 15px;
	margin: 10px 0;
	background: #f9f9f9;
}	
.support-navi td {
	list-style: none;
	margin: 5px 0;
	padding: 0 15px 3px 13px;
	background: url(/Portals/0/images/common/arrow-gley.gif) no-repeat 0 4px ;
	vertical-align: top;
}	
.support-navi td.none {
	background: none;
}	
.support-navi img {
	margin: 0 0 0 5px;
}	


/* ---------------------------------------------------------
お問い合わせ
--------------------------------------------------------- */
.inquiry {
	width: 97%;
	margin: 20px auto;
	background: #cccccc;
	font-size: 12px;
}
.inquiry th {
	width: 150px;
	background: #f6f6f6;
	padding: 5px;
	text-align: left;
	font-weight: bold;
	color:#666666;
}
.inquiry td {
	background: #ffffff;
	padding: 5px;
}
.inquiry td.subtitle {
	background: #FFCC66;
	font-weight: bold;
	color:#FFFFFF;
}

/*--お問合せ--*/
.inquiry-form-text {
	width: 97%;
	margin: 0 auto 10px;
}
.inquiry-form-text .attension {
	color: #CC0000;
	font-weight: bold;
}
.MailForm {
	width: 97%;
	margin: 0 auto;
	background: #cccccc;
	font-size: 12px;
}
.MailForm td {
	background: #ffffff;
	padding: 5px;
}
.MailForm th {
	background: #FFCC66;
	font-weight: bold;
	color:#FFFFFF;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
.MailForm .attension {
	color: #CC0000;
	font-weight: bold;
	margin: 0 0 0 5px;
}



/*--------------------------------------
サイトマップ
---------------------------------------------*/
.SitemapList {
	margin: 0 auto;
	padding: 0;
	width:95%;
}
/*--2階層目 背景--*/
ul.SitemapList ul {
	padding: 0;
	margin:0 0 10px 0px;
}
/*--3階層目 背景--*/
ul.SitemapList ul ul {
	padding: 0;
	margin:0 0 10px 20px;
}
/*--1階層目 ボタン--*/
ul.SitemapList li {
	background: url(/Portals/0/images/common/arrow-orange.gif) no-repeat 12px 9px;
	border-bottom: 1px solid #bbbbbb;
	margin: 5px 0;
	list-style:none;
	font-size: 12px;
}
ul.SitemapList li a {
	display: block;
	height: 24px;
	text-decoration: none;
	padding: 3px 30px;
}
ul.SitemapList li a:hover {
	text-decoration: underline;
}
/*--2階層目 ボタン--*/
ul.SitemapList ul li {
	background: url(/Portals/0/images/common/subarrow-orange.gif) no-repeat 12px 9px;
	border-bottom: none;
	border-top: 1px dotted #bbbbbb;
	margin: 3px 0 0;
	list-style:none;
	font-size: 12px;
}
ul.SitemapList ul li a {
	height: 24px;
	line-height: 26px;
	text-decoration: none;
	padding: 0 0 0 28px;
}
ul.SitemapList ul li a:hover {
	text-decoration: underline;
}
/*--3階層目 ボタン--*/
ul.SitemapList ul ul li {
	border-bottom: none;
	border-top: 1px dotted #bbbbbb;
	margin: 3px 0 0;
	list-style:none;
	font-size: 12px;
}
ul.SitemapList ul ul li a {
	height: 24px;
	line-height: 26px;
	text-decoration: none;
	padding: 0 0 0 30px;

}
ul.SitemapList ul ul li a:hover {
	text-decoration: underline;
}



/*--------------------------------------
特定商取引
---------------------------------------------*/

.tokutei {
	width: 97%;
	margin: 0 auto 10px;
	background: #cccccc;
	font-size: 12px;
}
.tokutei td {
	background: #ffffff;
	padding: 5px;
}
.tokutei th {
	background: #FFCC66;
	font-weight: bold;
	color:#FFFFFF;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
.tokutei .attension {
	color: #CC0000;
	font-weight: bold;
	margin: 0 0 0 5px;
}


/*--------------------------------------
トップページ用タブ（Tabデザイン：Appleバージョン）
---------------------------------------------*/
    .Apple_Top_TabStrip {
      float:left;
      width:97%;
      background:transparent;
      font-size:11px;
      line-height:normal;
	  border-bottom: none;
      }
    .Apple_Top_TabStrip ul {
		margin:0;
		padding:10px 10px 0 0px;
		list-style:none;
      }
    .Apple_Top_TabStrip li {
      display:inline;
      margin:0;
      padding:0;
      cursor:pointer;
      }
    .Apple_Top_TabStrip span {
      float:left;
background:none;
      margin:0;
      padding:0 3px 0 0;
      text-decoration:none;
      }
    .Apple_Top_TabStrip span span {
      float:left;
      display:block;
	  border-top: 1px solid #cccccc;
	  border-left: 1px solid #cccccc;
	  border-right: 1px solid #cccccc;
background:#f9f9f9;
      padding:9px 5px 8px 5px;
      color:#000;
      }
	  /* Commented Backslash Hack hides rule from IE5-Mac \*/
    .Apple_Top_TabStrip span span {float:none;}
    /* End IE5-Mac hack */
	
    .Apple_Top_TabStrip .Apple_Top_TabMouseOver {
      background-position:0% -42px;
      }
    .Apple_Top_TabStrip .Apple_Top_TabMouseOver span {
      background-position:100% -42px;
      color:orange;
      }
    .Apple_Top_TabStrip .Apple_Top_TabSelected {
      background-position:0% -42px;
		position: relative;
		top: 1px;

      }
    .Apple_Top_TabStrip .Apple_Top_TabSelected span {
      background-position:100% -42px;
      color:orange;
      }
    .Apple_Top_TabPage {
   _width: 100%;
color:#000;
	  background-color: #f9f9f9;
	  margin: 0;
	  padding: 5px 10px;
	  border: 1px solid #cccccc;

      }
	.Apple_Top_TabPage p {
		margin: 0px;
		padding: 3px;
		}

	.Apple_Top_Paging {
		font-size: .8em;
		text-align: center;
		}
	
	.Apple_Top_Paging span {
		cursor: pointer;
		padding: 3px;
	}
	
	.Apple_Top_Paging span:hover {
		color: #777;
	}		


/*--------------------------------------
システム　－　ご注文内容
---------------------------------------------*/

.form-attension {
	font-weight: bold; 
	color:#CC0000;
	font-size: 12px;
}
.order-info {
	width: 97%;
	margin: 0 auto;
	font-size: 12px;
}
.order-info .attension {
	font-weight: bold; 
	color:#CC0000;
	font-size: 12px;
	text-align: right;
}

.order-info-list {
	width: 97%;
	margin: 0 0 10px;
	background: #cccccc;
	font-size: 12px;
	float: right;
}
.order-info-list td {
	background: #ffffff;
	padding: 5px;
	text-align: right;
}
.order-info-list td.productnamecolumn {
	text-align: left;
}
.order-info-list th, .order-info-list td.label {
	background: #FFCC66;
	font-weight: bold;
	color:#FFFFFF;
	padding: 5px;
	text-align: center;
	vertical-align: top;
}
.order-info-list .attension {
	color: #CC0000;
	font-weight: bold;
	margin: 0 0 0 5px;
}
/*--カート用フォーム--*/
.cart-form {
	width: 97%;
	margin: 10px auto 30px;
	background: #cccccc;
	font-size: 12px;
}
.cart-form td {
	background: #ffffff;
	padding: 5px;
}

.cart-form td.label {
	width: 200px;
	background: #FFCC66;
	font-weight: bold;
	color:#FFFFFF;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
.cart-form td.label .NormalRed {
	color: #CC0000;
	font-weight: bold;
	margin: 0;
}

/*--------------------------------------
お知らせ関係　横幅
---------------------------------------------*/
.DNN_ANN_DesignTable table {
    width: 97%;
}
