/****************************************
	SKYARC System CSS2.0
	SKYARC Enterprise IntraBlog
****************************************/
@import "/common/css/global.css";

/*--------------------------------------
	default
	layout
	header
 	contentsTop
	contents
	siteNavi
	main
	right
	footer
---------------------------------------*/

/*--------------------------------------
  default
---------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 0.8em;
	line-height: 1.5em;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: url(/images/enterprise/bodyBackTop.jpg) repeat-x #ffffff left 33px;
	color: #333333;
	word-break: break-all;
}

a:link,a:visited {
	color: #0066CC;
	text-decoration: underline;
}

a:hover {
	color: #F7941D;
	text-decoration: underline;
}

a:active {
	color: #F7941D;
	text-decoration: underline;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

.l {
	float: left;
}

.r {
	float: right;
}

label {
	cursor: pointer;
}

.tRight {
	text-align: right;
}

.tLeft {
	text-align: left;
}

.tCenter {
	text-align: center;
}

table {
	font-size: 1em;
	line-height: 1.5em;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	color: #333333;
}

/*--------------------------------------
  layout
---------------------------------------*/

#body {
	width: 780px;
	margin: 0px auto;
	text-align: left;
}

#header {
	height: 105px;
	font-size: 12px;
	line-height: 16px;
}

body#index #contentsTop {
	width: 780px;
	height: 195px;
	background: url(/images/enterprise/contentsTopBack.jpg) no-repeat;
	background-position: 0px 5px;/*NN対応用*/
}

#contents {
	width: 780px;
	background: url(/images/enterprise/contentsBack.jpg) repeat-y;
	float: left;
	clear: both;
}
body#index #contents {
	margin-top: 30px;
}
body#cat #contents {
	margin-top: 30px;
}

#main {
	width: 550px;
	padding-bottom: 30px;
	float: left;
}

#right {
	width: 200px;
	padding-bottom: 250px;
	background: url(/images/enterprise/rightMenuHeightLine.jpg) no-repeat;
	background-position: center 120px;/*NN対応用*/
	float: right;
}

#footer {
	padding: 40px 0px;
	font-size: 10px;
	line-height: 16px;
	color: #666666;
	text-align: center;
	background: url(/images/enterprise/footerBack.jpg) repeat-x left top;
	clear: both;
}

/*--------------------------------------
  header
---------------------------------------*/

/* ヘッダー上部 ----------*/
#header .headerCopy {
	height: 25px;
	font-size: 1em;
	color: #ffffff;
	background: url(/images/enterprise/headerTopCopy.jpg) no-repeat;
}

#header .headerCopy span.l {
	margin: 2px 5px;
	font-weight: bold;
}

#header .headerCopy span.r {
	font-size: 0.8em;
	margin: 2px 5px;
	font-weight: normal;
}

/* ヘッダーロゴ/お問い合わせ ----------*/
#header .headerMenu {
	padding: 5px 0px;
	clear: both;
}

#header .headerMenu .headerLogo {
	float: left;
}

#header .headerMenu p.tell {
	padding: 5px 0px;
	color: #F7941D;
	text-align: right;
	font-weight: bold;
	float: right;
}

#header .headerMenu p.tell span {
	color: #F26522;
}

/* ヘッダー下部メニュー ----------*/
#header ul {
	margin-top: 5px;
	font-weight: bold;
	float: right;
	clear: both;
}

#header ul li {
	font-weight: bold;
	float: left;
	border-right: 1px solid #333333;
}

#header ul li a {
	padding: 0px 5px;
	display: block;
	text-decoration: none;
}

#header ul li a:hover,
#header ul li a:active {
	color: #ffffff;
	text-decoration: none;
	background: #666666;
}

/*--------------------------------------
  contentsTop
---------------------------------------*/

/* コンテンツトップ用入力エリア ----------*/
body#index #contentsTop .SAE {
	margin-top: 5px;
	padding: 0px 18px 0px 0px;
	float: right;	
}

/* 製品名見出し ----------*/
body#index #contentsTop .SAE h2 {
	margin-top: 28px;
	text-align: right;
	font-size: 18px;
	font-family: "メイリオ";
	font-weight: bold;
	line-height: 130%;
	color: #ffffff;
}

body#index #contentsTop .SAE h2 span {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック";
	font-weight: normal;
}

/* お問い合わせバナー ----------*/
body#index #contentsTop .SAE p {
	margin-top: 40px;
	text-align: right;
}

/*--------------------------------------
  contents
---------------------------------------*/

/* 設定なし ----------*/

/*--------------------------------------
  SiteNavi
---------------------------------------*/

p#siteNavi {
	margin-top: 5px;
	padding: 0.2em 0.5em;
	border: 1px solid #CBCCCD;
	border-left: 5px solid #CBCCCD;
	border-right: 5px solid #CBCCCD;
	background: #f2f2f2;
	clear: both;
}

/*--------------------------------------
  main
---------------------------------------*/

#main .l {
	margin-right: 10px;
	margin-bottom: 0.8em;
}

#main .r {
	margin-left: 10px;
	margin-bottom: 0.8em;
}

#main p {
	padding-bottom: 0.8em;
}

/* index見出し3/category見出し1 ----------*/
body#index #main h3,
body#cat #main h1 {
	margin: 2em 0px 0.8em 0px;
	font-size: 1.3em;
	background: url(/images/enterprise/mainH1titleBackLeftLine.jpg) no-repeat left top #617082;
	border-bottom: 1px solid #8A929F;
}

body#index #main h3.top,
body#cat #main h1.top {
	margin-top: 0px;
}

body#index #main h3 span,
body#cat #main h1 span {
	margin-left: 7px;
	padding: 0.2em 7px;
	display: block;
	background: url(/images/enterprise/mainH1titleBack.jpg) repeat-x left top #CDDBF1;	
}

/* indexSAE紹悔p分 ----------*/
body#index .proBoxBig {
	height: 12em;
	margin-bottom: 0.8em;
	border-bottom: 1px solid #DCDCDC;
}

body#index .proBoxSmallLeft {
	width: 270px;
	border-right: 1px solid #DCDCDC;
	float: left;
}

body#index .proBoxSmallRight {
	width: 270px;
	float: right;
}

body#index .proBoxBig h4,
body#index .proBoxSmallLeft h4,
body#index .proBoxSmallRight h4 {
	padding: 0.5em 0px 0.5em 42px;
	color: #3366CC;
	font-size: 1.3em;
	font-weight: bold;
}

.step1{
	background: url(/images/enterprise/stepIcon01.gif) no-repeat left center;
}
.step2{
	background: url(/images/enterprise/stepIcon02.gif) no-repeat left center;
}
.step3{
	background: url(/images/enterprise/stepIcon03.gif) no-repeat left center;
}
.step4{
	background: url(/images/enterprise/stepIcon04.gif) no-repeat left center;	
}

body#index .proBoxSmallLeft p,
body#index .proBoxSmallLeft h4 {
	margin: 0px 5px;
}

body#index .proBoxSmallRight p,
body#index .proBoxSmallRight h4 {
	margin: 0px 5px;
}

body .proBanner {
	padding: 1.5em 0px;
	clear: both;
}

body .proBanner p {
	width: 168px;
	margin: 0px 6.5px;
	text-align: center;
	float: left;
}

/* index導入・уTムネイル ----------*/
body#index .resList {
	width: 550px;
}

body#index .resList p {
	margin: 1em 6px 0px 6px;
	padding: 0px;
	text-align: center;
	float: left;
}

body#index .resList p span {
	width: 120px;
	height: 3.5em;
	display: block;
}

/* category見出し2 ----------*/
body#cat #main h2 {
	margin: 1.6em 0px 0.8em 0px;
	padding: 0.2em 16px;
	font-size: 1.3em;
	color: #333333;
	background: url(/images/enterprise/mainH2titleBackLeft.gif) no-repeat 0px 0.25em;
	border-bottom: 1px solid #999999;
	clear: both;
}

/* category見出し3 ----------*/
body#cat #main h3 {
	margin: 0.8em 0px 0.8em 0px;
	padding: 0.2em 0px;
	font-size: 1em;
	color: #3366CC;
	background: url(/images/dot.gif) repeat-x left bottom;
	clear: both;
}

/* categoryリスト ----------*/
body#cat #main ul {
	margin-bottom: 1em;
}

body#cat #main ul li {
	margin: 0.2em 0px;
	padding: 0px 0px 3px 20px;
	background: url(/images/enterprise/listIcobn.gif) no-repeat 7px 7px;
}

body#cat #main ul li ul {
	padding-left: 1em;
	margin-bottom: 0;
}

body#cat #main ul li ul li { 
	padding: 0px;
	background-image: none;
}

body#cat #main ul.dotLine li {
	padding-left: 0px;
	background: url(/images/dot.gif) repeat-x left bottom;
}

body#cat #main ul.none li {
	background: none;
}

/* categoryデータリスト ----------*/
#main dl{
	margin-bottom:15px;
	line-height:150%;
}

#main dl dt{
	background:url(/images/arrow_list.gif) no-repeat 0.5em;
	padding-left:10px;
	margin-bottom:0.5em;
	clear:both;
}

#main dl dt a{
	font-weight:bold;
}

#main dl dt span{
	padding-left:15px;
}

#main dl dd{
	background:url(/images/dot.gif) repeat-x bottom left;
	padding-left:10px;
	padding-bottom:0.8em;
	margin-bottom:0.8em;
}

/* category下部共通バナー ----------*/
body#cat #main p.bottomBanner {
	padding: 30px 0px;
	text-align: center;
}

/* categoryテーブル ----------*/
#main table {
	width: 100%;
	font-size: 1em;
	border-collapse : collapse;
	line-height: 150%;
	margin: 0px 0px 0.8em 0px;
	/*position: relative;
	left: 15px;*/
}

#main table caption {
	margin: 0px;
	font-weight: bold;
	background-color: #DCDCDC;
	padding: 0.3em;
	/*border-bottom: 1px solid #fff;*/
}

#main table th {
	padding: 0.3em;
	background-color: #F5F5F5;
	text-align: left;
	vertical-align: top;
	border: 1px solid #cccccc;
	width: 180px;
	margin: 0;
}

#main table td {
	padding: 0.3em;
	border: 1px solid #cccccc;
}

/*--------------------------------------
  right
---------------------------------------*/

/* メニューバナー ----------*/
#right p.rightBanner {
	padding-bottom: 5px;
	background: #ffffff;
}

/* メニュー見出し ----------*/
#right h3,
#right h2 {
	margin: 0px;
	padding: 2px 0px 0px 33px;
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	background: url(/images/enterprise/rightMenuTitleBack.jpg) no-repeat left top #627182;
}

#right h3 span,
#right h2 span {
	font-size: 10px;
	font-weight: normal;
}

/* メニュー部分 ----------*/
#right ul {
	padding: 0px 1px;
}

#right ul li {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #CBCCCD;
}

#right ul li a {
	padding: 0.3em 5px 0.3em 30px;
	text-decoration: none;
	display: block;
	background: url(/images/enterprise/rightMenuIcon01.gif) no-repeat 7px 0.5em;
}

#right ul li a:hover,
#right ul li a:active {
	font-weight: bold;
	background: url(/images/enterprise/rightMenuIcon01b.gif) no-repeat 7px 0.5em #ffffff;
}

/* 現在のメニュー部分 ----------*/
#right ul li.now a {
	font-weight: bold;
	color: #F7941D; 
	padding: 0.3em 5px 0.3em 30px;
	text-decoration: none;
	display: block;
	background: url(/images/enterprise/rightMenuIcon01b.gif) no-repeat 7px 0.5em #ffffff;
}

#right ul li.now a:hover,
#right ul li.now a:active {
	font-weight: bold;
	background: url(/images/enterprise/rightMenuIcon01b.gif) no-repeat 7px 0.5em #ffffff;
}

/* エントリーメニュー部分 ----------*/
#right ul li.now ul.submenu {
	padding: 0px;
	/*font-size: 0.8em;*/
	background: transparent;
}

#right ul li.now ul.submenu li {
	padding-top: 1px;
	border: none;
}

#right ul li.now ul.submenu li a {
	padding: 0.2em 5px 0.2em 30px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	display: block;
	background: none;
	background: #ffffff;
}

#right ul li.now ul.submenu li a:hover,
#right ul li.now ul.submenu li a:active {
	font-weight: bold;
	color: #333333;
	background: none;
	background: #ffffff;
}

/* エントリー現在のメニュー部分 ----------*/
#right ul li.now ul.submenu li.entryNow a {
	font-weight: bold;
	color: #333333;
	padding: 0.2em 5px 0.2em 30px;
	text-decoration: none;
	display: block;
	background: none;
	background: #e4e4e4;
}

#right ul li.now ul.submenu li.entryNow a:hover,
#right ul li.now ul.submenu li.entryNow a:active {
	font-weight: bold;
	color: #333333;
	background: none;
	background: #e4e4e4;
}

/*--------------------------------------
  footer
---------------------------------------*/

#footer .footerMenu {
	width: 780px;
	margin: 0px auto;
}

/* フッターコピーライト ----------*/
#footer .footerMenu p.copyright {
	margin: 0px;
	padding: 0px;
	float: left;
}

/* フッターメニュー部分----------*/
#footer .footerMenu ul {
	float: right;
}

#footer .footerMenu ul li {
	text-decoration: none;
	padding: 0px 5px;
	border-right: 1px solid #666666;
	float: left;
}

#footer .footerMenu ul li a {
	color: #666666;
	text-decoration: none;
}

#footer .footerMenu ul li a:hover {
	color: #666666;
	text-decoration: underline;
}
