/*
 * ABJコンテンツ用のCSS
 * ABJ作成のコンテンツ用に設定
*/

/* --------------------------------------------------------
 * ヘッダ　段落
 * h1 ページ見出し
 * h2 ページ副題
 * h3〜h6　基本的に使わない方針
 * (古いコンテンツでH4を多用しているのでh4自体を利かなくしている)
 ------------------------------------------------------- */
h1
{
	font-style: normal;
	font-weight: bold;
	font-size:133%;
	color:#336699;
	margin: 1em 0; /* 上下1em 左右0 */
	line-height: 1.3em;
	padding: 0;
}

h2
{
	font-style: italic;
	font-weight: normal;
	font-size:108%;
	color:#000000;
	margin: 1em 0; /* 上下1em 左右0 */
	padding: 0;
}

h3
{
	font-style: normal;
	font-weight: normal;
	font-size:100%;
	color:#333333;
	margin: 0;
	padding: 0;
}

h4
{
	font-style: normal;
	font-weight: normal;
	font-size:100%;
	color:#333333;
	margin: 0;
	padding: 0;
}

h5
{
	font-style: normal;
	font-weight: normal;
	font-size:100%;
	color:#333333;
	margin: 0;
	padding: 0;
}

h6
{
	font-style: normal;
	font-weight: normal;
	font-size:100%;
	color:#333333;
	margin: 0;
	padding: 0;
}

p
{
	margin:1em 0;
	padding:0;
}

/* --------------------------------------------------------
 * フォントサイズクラス
 * %指定による、各フォントサイズの設定
 ------------------------------------------------------- */
.font9
{
	font-size:75%; /* 9px */
}

.font10
{
	font-size:83%; /* 10px */
}

.font11
{
	font-size:92%; /* 11px */
}

.font13
{
	font-size:108%; /* 13px */
}

.font14
{
	font-size:117%; /* 14px */
}

.font15
{
	font-size:125%; /* 15px */
}

.font16
{
	font-size:133%; /* 16px */
}

.font18
{
	font-size:150%; /* 18px */
}

.font20
{
	font-size:167%; /* 20px */
}

.font22
{
	font-size:183%; /* 22px */
}

.font24
{
	font-size:200%; /* 24px */
}

/* --------------------------------------------------------
 * 各種赤字
 ------------------------------------------------------- */
/* 赤太字にしたりしなかったり */
.warning
{
	/*font-weight: bold;*/
	color:#FF0000;
}

/* 赤字小 */
.attention
{
	font-size:83%; /* 10px */
	color:#FF0000;
}

/* --------------------------------------------------------
 * 位置設定
 ------------------------------------------------------- */
.div_right
{
	float: right;
}

.div_left
{
	float: left;
}

.floatclear{
	height:	0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* --------------------------------------------------------
 * 背景色付の見出し
 ------------------------------------------------------- */
.headline
{
	width:100%;
	margin-top:15px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:0px;
	background:#31629C;
	color: #FFFFFF;
	font-weight: bold;
}


/* --------------------------------------------------------
 * 色の指定
 * CSSの定義的にはこうしないほうがよさげなので封印の方向
 ------------------------------------------------------- */
.red
{
	color:#FF0000;
}

.black
{
	color:#000000;
}

.white
{
	color:#FFFFFF;
}

.navy
{
	color:#336699;
}

.rightnavy
{
	color:#B8C6D9;
}

.orange
{
	color:#FF9E2C;
}

.textbold
{
	font-weight: bold;
}

.text_u
{
	text-decoration: underline;
}

.text_i
{
	font-style: italic;
}


/* --------------------------------------------------------
 * ModelTypeページで使用
 * 見出しとp,dl,dtによる段組説明
 ------------------------------------------------------- */
div.div030-hpd {
  margin: 0;
}

div.div030-hpd p {
  width:100%;
  padding-top:5px;
  padding-bottom:5px;
  background-color:#edf7fb
}

div.div030-hpd dl {
  margin-left: 30px;
}

div.div030-hpd dl dt {
  margin-left: 40px;
}

div.div030-hpd dl dd {
  margin-left: 60px;
}

/* --------------------------------------------------------
 * あぷりなびのレイアウト用
 ------------------------------------------------------- */

/* あぷりなびTop */
div.div200-hpi {
  margin: 1em 0;
}

div.div200-hpi ul {
  text-align: center;
}

div.div200-hpi ul li {
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  list-style: none;
}

div.div200-hpi ul li a img {
  border: none;
}


#APN_HEADER_TABWrapper {
	position:relative;
	left:0px;
	top:0px;
	width:760px;
	height:auto;
	z-index:1;
	padding:0px;
	margin: 0;
}

#APN_HEADER_Left {
	width:320px;
	height:auto;
	z-index:1;
	padding:0;
	margin: 0;
	float:left;
}

#APN_HEADER_Right {
	width:320px;
	height:auto;
	z-index:1;
	padding:0;
	margin: 0;
	float: right;
}

.APN_UL li {
	list-style-image: url(/website/SilverStream/Objectstore/Images/orange_right_delta.gif);
}

/* --------------------------------------------------------
 * Oligoの注文ページ用
 ------------------------------------------------------- */
div.almessage {
	margin: 1em 0;
	width: 650px;
	height:auto;
	border: solid 1px #999;
}


div.almessage h3 {
	font-size: 105%;
	color: #FFFFFF;
	background-color: #003399;
	margin: 0 0 1em 0;
	padding: 5px;
	font-weight: normal;
}

div.almessage form {
	margin: 10px;
}

div.almessage p {
	margin: 10px;
}

div.almessage .msg {
	font-size: 120%;
	font-weight:bold;
}

/* --------------------------------------------------------
 * 古いコンテンツ用
 ------------------------------------------------------- */
.inputbtn {
	font-weight:bold;
	COLOR: #FFFFFF;
	BACKGROUND: #728bab;
	border-style: double;
	border-color: black;
	border-width: 3px;
}


.leftNavHeader {
	color: #fff;
	font-weight: bold;
	background-color: #004799;
	border-top: 1px solid #B8C6D9;
	border-bottom: 1px solid #B8C6D9;
	padding: 2px 8px 2px 8px;
}

a.leftNavSection, a.leftNavSection:visited, a.leftNavSection:active, a.leftNavSection:link, leftNavSection:hover
a.leftNavSectionOn, a.leftNavSectionOn:visited, a.leftNavSectionOn:active, a.leftNavSectionOn:link, leftNavSectionOn:hover {
	display: block;
	color: #375072;
	text-decoration: none;
	background-color: #F0F0F0;
	border-bottom: 1px solid #728BAB;
	border-left: 1px solid #728BAB;
	border-right: 1px solid #728BAB;
	padding: 2px 8px 3px 8px;
}

a.leftNavSection:hover
{
	background-color: #fff;
	color: #e16f00;
	text-decoration: underline;
}

a.topNavSection, a.topNavSection:visited, a.topNavSection:active, a.topNavSection:link, topNavSection:hover
{
	display: block;
	color: #375072;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 3px 8px 3px 8px;
	border-bottom: 1px solid #728BAB;
	border-left: 1px solid #728BAB;
	border-right: 1px solid #728BAB;
}

a.topNavSection:hover
{
	background-color: #FFFFFF;
	padding: 3px 8px 3px 8px;
}

a.printerFriendly, a.printerFriendly:visited, a.printerFriendly:active, a.printerFriendly:link, printerFriendly:hover {
	display: block;
	text-decoration: none;
	color: #666;
	background-color: #fff;
	border: 1px solid #98ACC5;
	margin: 0 9px 12px 12px;
}

a.leftNavLinkList, a.leftNavLinkList:visited, a.leftNavLinkList:active, a.leftNavLinkList:link, a.leftNavLinkList:hover 
{
	display: block;
	color: #003366;
	text-decoration: none;
	padding: 1px 0 4px 10px;
	background-color: #fff;
}

a.leftNavLinkList:hover
{
	background-color: #fff;
	color: #e16f00;
	text-decoration: underline;
}

a.leftNavLinkListOn, a.leftNavLinkListOn:visited, a.leftNavLinkListOn:active, a.leftNavLinkListOn:link, a.leftNavLinkListOn:hover 
{
	display: block;
	color: #003366;
	text-decoration: none;
	padding: 1px 0 4px 10px;
	background-color: #FBEEDE;
	border-bottom: 1px solid #728BAB;
	border-left: 1px solid #728BAB;
	border-right: 1px solid #728BAB;
}

a.leftNavLinkListOn:hover
{
	background-color: #fff;
	color: #e16f00;
	text-decoration: underline;
}

a.leftNavLinkListOff, a.leftNavLinkListOff:visited, a.leftNavLinkListOff:active, a.leftNavLinkListOff:link 
{
	display: block;
	color: #003366;
	text-decoration: none;
	padding: 1px 0 4px 10px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #728BAB;
	border-left: 1px solid #728BAB;
	border-right: 1px solid #728BAB;
}

a.leftNavLinkListOff:hover
{
	background-color: #fff;
	color: #e16f00;
	text-decoration: underline;
}

a.leftNavLinkListOn:hover
{
	background-color: #fff;
	color: #e16f00;
	text-decoration: underline;
}

.leftNavLinkList a, .leftNavLinkList a:visited, .leftNavLinkList a:active, .leftNavLinkList a:link, .leftNavLinkList a:hover 
{
	color: #003366;
	display: block;
	height: 0px;
	text-decoration: none;
	padding: 1px 0 4px 10px;
	margin:0;
}

.leftNavLinkList a:hover,a.leftNavLinkListOn, a.leftNavLinkListOn:visited, a.leftNavLinkListOn:active, a.leftNavLinkListOn:link, leftNavLinkListOn:hover {
	background-color: #FBEEDE;
}

#promoCustomerStoriesBottom {
	margin: 0 7px 12px 10px;
	height: 2px;
	overflow: hidden;
}
html>body #promoCustomerStoriesBottom { /* ie6 filter... ie6 ignores the following rule */
	overflow: visible;
}

#promoCustomerStoriesWrapper {
	border: 1px solid #004799;
	background-color: #fff;
}

#promoApplicationsHeader {
	color: #fff;
	font-weight: bold;
	background-color: #004799;
	padding: 3px 4px 5px 8px;
}

#promoApplicationsBody {
	background-color: #fff;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0px;
}

#promoApplicationsBody ul li {
	list-style: decimal;
}

#breadcrumbWrapper {
	padding: 2px 2px 3px 7px;
	border-bottom: 1px solid #DCDFE8;
}

.bunameb, a.bunameb, a.bunameb:visited, a.bunameb:active, a.bunameb:link
{
	color:#525252;
	font-weight:bold;
}

a.bunameb:hover
{
	color: #e16f00;
	text-decoration:underline;
}

a.plline11, a.plline11:visited, a.plline11:active, a.plline11:link
{
	display: block;
	color:#1279c6;
	padding: 2px 8px 3px 8px;
}

a.plline11:hover
{
	display: block;
	color: #e16f00;
	text-decoration:underline;
	padding: 2px 8px 3px 8px;
}

.table_white
{
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	text-align: left;
}

.table_regular
{
	font-style: normal;
	line-height: normal;
	color: #333333;
	text-align: left;
}

