@charset "EUC-JP";

/* --------------------------------------------------------------
CSS Information

File name:		pages_layout.css
Style Info:		各カテゴリや各ページで使用する固有のスタイルを設定

Index:
	__1. ホーム
	__2. フリーオンラインスキャン
	__3. USB
	__4. MOP
	__5. enterprise add nishijima 090706
	__6. home user add nishijima 090728
	__7. パンダちゃんについて add nishijima 090730
	__8. MOP add nishijima 090730
-------------------------------------------------------------- */

/*=====================================================
	__1. ホーム
=====================================================*/
body#home div#mainBlock div#personal {
	margin-right: 26px;
}
body#home div#mainBlock div.topccBlock {
	/* add nishijima 090624 島内さんブロック用 */
	height:195px;
	display:block;
}
body#home div#mainBlock div.section {
	float: left;
	width: 312px;
	margin-top: 15px;
}
body#home div#mainBlock div.section h3 {
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC;
}
body#home div#mainBlock div.section div.sectionInner {
	width: 310px;
	border: 1px solid #CCC;
	border-top: none;
}
body#home div#mainBlock div.section div.sectionInner p.btnDetail {
	text-align: right;
	margin: 0 5px 5px 0;
}
body#home div#mainBlock div.section div.sectionInner div.box p,
body#home div#mainBlock div.section div.sectionInner div.box ul {
	text-align: center;
	margin-bottom: 5px
}
body#home div#mainBlock div.section div.sectionInner div.box ul li {
	display: inline;
}

/*=====================================================
	__2. フリーオンラインスキャン
=====================================================*/
/*	__2-1. 共通
------------------------------------------ */
body#scan div#mainBlock p.img {
	margin-top: 20px;
	text-align: center;
}
body#scan div#mainBlock div.section div.sectionInner {
	position: relative;
}
body#scan div#mainBlock div.section div.sectionInner p.img {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 0;
}
/*	__2-2. Scan now
------------------------------------------ */
body#scan div#mainBlock div.section01 {
	position: relative;
	width: 484px;
	margin: 30px 83px;
}
body#scan div#mainBlock div.section01 p {
	position: absolute;
	top: 0;
	right: 0;
}
/*	__2-3. What is Active Scan 2.0?
------------------------------------------ */
body#scan div#mainBlock div.section02 {
	margin-left: 0;
	padding: 8px 0 0 50px;
	background: url(../scan/images/bg_section_02.gif) repeat-x;
}
body#scan div#mainBlock div.section02 ul.whatIs {
	margin-top: 10px;
	border-top: 1px solid #CCC;
}
body#scan div#mainBlock div.section02 ul.whatIs li {
	padding: 0.5em 0 0.5em 20px;
	background: url(../images/common/icon_arrow_right_01.gif) no-repeat left 0.8em;
	border-bottom: 1px solid #CCC;
}
body#scan div#mainBlock div.section02 ul.whatIs li strong {
	color: #003366;
}
body#scan div#mainBlock div.section02 p {
	margin: 20px 0;
	color: #FF0000;
	font-weight: bold;
}
body#scan div#mainBlock div.section02 ul.anchorLink {
	margin-bottom: 20px;
}
/*	__2-4. ActiveScan 2.0の特徴
------------------------------------------ */
body#scan div#mainBlock div.section03 dl dt {
	margin-top: 1.0em;
	font-weight: bold;
}
/*	__2-4_1. スキャンタイプについて
-------------------------------- */
body#scan div#mainBlock div.section03 div.sectionInner01 {
	min-height: 170px;
	height: auto !important;
	height: 170px;
}
body#scan div#mainBlock div.section03 div.sectionInner01 dl {
	overflow: hidden;
	width: 340px;
}
body#scan div#mainBlock div.section03 div.sectionInner01 dl dt {
	clear: both;
	float: left;
	width: 130px;
	margin-top: 0;
}
body#scan div#mainBlock div.section03 div.sectionInner01 dl dd {
	margin-left: 140px;
}
/*	__2-4_2. オペレーションモードについて
-------------------------------- */
body#scan div#mainBlock div.section03 div.sectionInner02 dl {
	overflow: hidden;
	width: 440px;
}
body#scan div#mainBlock div.section03 div.sectionInner02 dl dt {
	clear: both;
	float: left;
	width: 130px;
	margin-top: 0;
}
body#scan div#mainBlock div.section03 div.sectionInner02 dl dd {
	margin-left: 140px;
}
/*	__2-4_3. 動作環境
-------------------------------- */
body#scan div#mainBlock div.section03 div.sectionInner03 p {
	margin-top: 1.0em;
}
body#scan div#mainBlock div.section03 div.sectionInner03 p span {
	color: #FF0000;
}
/*	__2-5. なぜActiveScan 2.0は優れた検出力を実現しているのでしょう？
------------------------------------------ */
body#scan div#mainBlock div.section04 p.lead {
	margin: 20px 0;
	font-weight: bold;
}
body#scan div#mainBlock div.section04 div.sectionInner04 {
	width: 265px;
	min-height: 280px;
	height: auto !important;
	height: 280px;
	margin-top: 20px;
	padding-right: 335px;
}
* html body#scan div#mainBlock div.section04 div.sectionInner04 {
	/* add nishijima 090624 xhtml対応表現IE6ハック */
	width: 600px;
}
/*	__2-6. セキュリティの現状とコレクティブインテリジェンス
------------------------------------------ */
body#scan div#mainBlock div.section05 h3 {
	clear: both;
	padding-top: 20px;
	font-weight: bold;
}
body#scan div#mainBlock div.section05 blockquote {
	margin-top: 20px;
}
body#scan div#mainBlock div.section05 dl {
	float: left;
	width: 290px;
	margin: 20px 20px 0 0;
	color: #003366;
}
body#scan div#mainBlock div.section05 dl.bottomUp {
	margin-right: 0;
}
body#scan div#mainBlock div.section05 dl dt {
	font-weight: bold;
}

/*=====================================================
	__3. USB
=====================================================*/
body#usb div#mainBlock div.section p.img {
	text-align: center;
}
body#usb div#mainBlock div.section01 {
	margin-top: 20px;
	margin-bottom: 20px;
	background: url(../promo/images/usb/bg_section_01_bottom.gif) no-repeat bottom #E2E2E2;
}
body#usb div#mainBlock div.section01 ul {
	padding: 15px;
	background: url(../promo/images/usb/bg_section_01_top.gif) no-repeat top;
}
body#usb div#mainBlock div.section01 ul li {
	padding: 0.5em 0 0.5em 40px;
	background: url(../promo/images/usb/icon_exclamation.gif) no-repeat left 0.5em;
}
body#usb div#mainBlock div.section02 h2.autorun {
	height: 18px;
	margin-top: 20px;
	padding-left: 20px;
	background: url(../promo/images/usb/icon_check.gif) no-repeat left 0.1em;
}
body#usb div#mainBlock div.section02 p {
	margin-top: 20px;
}
body#usb div#mainBlock div.section02 p.answer {
	background: url(../promo/images/usb/bg_answer_bottom.gif) no-repeat bottom #F98800;
	color: #FFF;
	font-weight: bold;
}
body#usb div#mainBlock div.section02 p.answer span {
	display: block;
	width: 570px;
	padding: 15px;
	background: url(../promo/images/usb/bg_answer_top.gif) no-repeat top;
}
* html body#usb div#mainBlock div.section02 p.answer span {
	/* add nishijima 090624 xhtml対応表現IE6ハック */
	width: 600px;
}

body#usb div#mainBlock div.section04 ul li {
	margin-top: 20px;
}
body#usb div#mainBlock div.section04 p {
	color: #FF0000;
}
body#usb div#mainBlock div.section05 div.sectionInner {
	position: relative;
	width: 430px;
	min-height: 80px;
	height: auto !important;
	height: 80px;
	padding-right: 170px;
}
* html body#usb div#mainBlock div.section05 div.sectionInner {
	/* add nishijima 090624 xhtml対応表現IE6ハック */
	width: 600px;
}
body#usb div#mainBlock div.section05 div.sectionInner p.banner {
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
}
body#usb div#mainBlock div.section06 ul {
	margin-left: 3em;
}
body#usb div#mainBlock div.section06 h3,
body#usb div#mainBlock div.section06 div.sectionInner {
	margin-top: 1.0em;
}
body#usb div#mainBlock div.section06 div.sectionInner p img {
	float: left;
	margin-right: 10px;
}

/*=====================================================
	__4. MOP
=====================================================*/
body#mop div#mainBlock div.section01 {
	width: 845px;
	padding: 0 22px 25px 23px;
	background-color: #EBEBEC;
}
* html body#mop div#mainBlock div.section01 {
	/* add nishijima 090624 xhtml対応表現IE6ハック */
	width: 890px;
}
body#mop div#mainBlock div.section01 ul.point li,
body#mop div#mainBlock div.section01 div.sectionInner01 ul.btns li {
	display: inline;
}
body#mop div#mainBlock div.section01 div.sectionInner01 {
	float: left;
	width: 371px;
	padding: 40px 0 0 40px;
}
* html body#mop div#mainBlock div.section01 div.sectionInner01 {
	/* add nishijima 090624 xhtml対応表現IE6ハック */
	width: 411px;
}
body#mop div#mainBlock div.section01 div.sectionInner01 ul.buy {
	width: 241px;
	margin: 0 0 0 70px;
}
body#mop div#mainBlock div.section01 div#flashcontent {
	float: right;
	width: 422px;
	margin-top: 15px;
}
body#mop div#mainBlock div.section01 div.sectionInner02 {
	clear: both;
	width: 805px;
	padding: 40px 0 0 40px;
}
* html body#mop div#mainBlock div.section01 div.sectionInner02 {
	/* add nishijima 090624 xhtml対応表現IE6ハック */
	width: 845px;
}
body#mop div#mainBlock div.section02 div.sectionInner {
	float: left;
	width: 285px;
	padding-left: 24px;
}
* html body#mop div#mainBlock div.section02 div.sectionInner {
	/* add nishijima 090624 xhtml対応表現IE6ハック */
	width: 309px;
}
body#mop div#mainBlock div.section02 div.sectionInner h3 {
	margin-top: 25px;
}
body#mop div#mainBlock div.section02 div.sectionInner p {
	margin: 1.0em 0;
}
body#mop div#mainBlock div.section02 div.sectionInner ul li {
	margin-top: 5px;
}
body#mop div#mainBlock div.section02 p.img {
	float: right;
	width: 550px;
}	
body#mop div#mainBlock div.section03 {
	position: relative;
	width: 843px;
	margin-top: 20px;
	padding: 20px 22px 20px 23px;
	border: 1px solid #CCC;
}
* html body#mop div#mainBlock div.section03 {
	/* add nishijima 090624 xhtml対応表現IE6ハック */
	width: 888px;
}
body#mop div#mainBlock div.section03 h2 {
	margin-bottom: 20px;
}
body#mop div#mainBlock div.section03 p.img {
	position: absolute;
	top: 20px;
	right: 20px;
}
body#mop div#mainBlock div.section03 p.lead {
	width: 535px;
	margin-bottom: 20px;
}
body#mop div#mainBlock div.section03 div.sectionInner {
	width: 365px;
	margin-top: 10px;
	padding: 15px 23px;
	background-color: #E4E4E4;
	border: 1px solid #999;
}
* html body#mop div#mainBlock div.section03 div.sectionInner {
	/* add nishijima 090624 xhtml対応表現IE6ハック */
	width: 411px;
}
body#mop div#mainBlock div.section03 div.sectionInner.alpha { float: left;}
body#mop div#mainBlock div.section03 div.sectionInner.beta { float: right;}
body#mop div#mainBlock div.section03 div.sectionInner h4 {
	padding-bottom: 3px;
	border-bottom: 1px solid #AEAEAE;
}
body#mop div#mainBlock div.section04 {
	position: relative;
	padding: 0 25px 0 45px;
}
body#mop div#mainBlock div.section04 p.btnDemo {
	margin-top: 40px;
}
body#mop div#mainBlock div.section04 h2 {
	width: 241px;
	margin-top: 10px;
}
body#mop div#mainBlock div.section04 p.btnTrial {
	position: absolute;
	top: 0;
	right: 25px;
}
body#mop div#mainBlock div.section04 h3 {
	margin-top: 40px;
}
body#mop div#mainBlock div.section04 dl {
	margin-top: 10px;
}
body#mop div#mainBlock div.section04 dl dt,
body#mop div#mainBlock div.section04 dl dd {
	float: left;
	width: 270px;
}

/*=====================================================
	__5. エンタープライズ
=====================================================*/
body#enterprise div#mainBlock div.sectionSet {
	clear:both;
	margin: 0px;
	padding: 0px;
}
body#enterprise div#mainBlock div.section {
	float: left;
	width: 312px;
	margin: 15px 0px 0px 0px;
	display: inline;
}
body#enterprise div#mainBlock div.section h3 {
	padding-bottom: 5px;
}
body#enterprise div#mainBlock div.section div.sectionInner {
	width: 310px;
	border-top: none;
}
/*=====================================================
	__6. ホームユーザー
=====================================================*/
body#homeUs div#mainBlock div.sectionSet {
	clear:both;
	margin: 0px;
	padding: 0px;
}
body#homeUs div#mainBlock div.section {
	float: left;
	width: 312px;
	margin: 15px 0px 0px 0px;
	display: inline;
}
body#homeUs div#mainBlock div.section h3 {
	padding-bottom: 5px;
}
body#homeUs div#mainBlock div.section div.sectionInner {
	width: 310px;
	border-top: none;
}
/*=====================================================
	__6.5. ホームユーザートップ add nishijima 090730
=====================================================*/
body#homeUs dl.productIBox1 {
	background: url(../../../uploads/fckeditor/home/product_bg1.gif) #FFF no-repeat 0px 0px;
	width: 215px;
	min-height:106px;
	display: block;
	position: relative;
	padding-bottom:8px;
}
body#homeUs dl.productIBox2 {
	background: url(../../../uploads/fckeditor/home/product_bg2.gif) #FFF no-repeat 0px 0px;
	width: 215px;
	min-height:106px;
	display: block;
	position: relative;
	padding-bottom:10px;
}
* html body#homeUs dl.productIBox1 {
	height:114px;
}
* html body#homeUs dl.productIBox2 {
	height:116px;
}
body#homeUs div#contents div#sideBar dl.productIBox1 dt ,
body#homeUs div#contents div#sideBar dl.productIBox2 dt {
	padding:10px 14px 0px 14px;
	font-weight: bold;
}
body#homeUs div#contents div#sideBar dl.productIBox1 dd ,
body#homeUs div#contents div#sideBar dl.productIBox2 dd {
	padding:0px 90px 10px 14px;
}
body#homeUs dl.productIBox1 dd a ,
body#homeUs dl.productIBox2 dd a {
	background: url(../images/enterprise/product_icon.gif) no-repeat 0px 0px;
	color:#002967;
	padding-left: 10px;
}
/*=====================================================
	__7. パンダちゃんについて add nishijima 090730
=====================================================*/
div#about_container h2 {
	font-size:130%;
	text-indent:0.5em;
	font-weight: bold;
	border-bottom:1px solid #CCC;
	margin-bottom: 1em;
}
div#about_container h3 {
	font-size:120%;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.2em;
}
div#about_container h4 {
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 1em;
	background-color: #EEE;
	padding-left: 1em;
	padding-right: 1em;
}
div#about_container h2 span {
	color: #002569;
}
div#about_container h3 span {
	color: #002569;
}
div#about_container p {
	margin-bottom: 1em;
}
div#about_container a {
	color: #002569;
	text-decoration: none;
}
div#about_container a:hover {
	color: #C00;
	text-decoration: underline;
}
/*---------------------------------*/
div#about_container div#informationPSJ ul#square ,
div#about_container div#about ul#square {
	margin-bottom: 30px;
}
div#about_container div#informationPSJ p ,
div#about_container div#about p {
	margin: 10px 30px 10px 30px;
}
div#about_container div#informationPSJ table ,
div#about_container div#about table {
	margin: 10px 50px 10px 50px;
}
div#about_container div#informationPSJ table th ,
div#about_container div#about table th {
	font-weight: bold;
	width: 5em;
}
div#about_container div#informationPSJ table td ,
div#about_container div#informationPSJ table th ,
div#about_container div#about table td ,
div#about_container div#about table th {
	text-align: left;
	vertical-align: top;
	padding:3px 8px 1px 8px;
}
div#about_container div#about p.accessMap {
	text-align: center;
}
/*---------------------------------*/
div#about_container div#informationPSJ h2 {
	padding-top:20px;
}
div#about_container div#informationPSJ h3 {
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
}
div#about_container div#informationPSJ table th {
	color:#999;
	width: 7em;
	text-indent: 0.3em;
	background: url(../images/common/icon_gr.gif) no-repeat 0px 7px;
}
div#about_container div#informationPSJ table th.infoYear {
	width: 3em;
	background: none;
	text-indent: none;
}

/*=====================================================
	__8. MOP add nishijima 090730
=====================================================*/
div#enterprise_container div#pandaMOP h2 {
	height: 64px;
	width: 640px;
	background: url(/uploads/fckeditor/enterprise/mop/HeadPMOP.jpg) no-repeat 0 0;
	font-size: 84%;
	padding-top:70px;
	text-align: center;
	color:#01236A;
	display: block;
	text-indent:200px;
}
* html div#enterprise_container div#pandaMOP h2 {
	height:134px;
}

div#enterprise_container div#pandaMOP div.pMOPleft {
	float:left;
	width: 430px;
	margin-top:10px;
	margin-bottom:20px;
}
div#enterprise_container div#pandaMOP div.pMOPleft p {
	padding: 10px 10px 0px 10px;
}
div#enterprise_container div#pandaMOP div.pMOPright {
	float:left;
	width: 180px;
	margin-top:10px;
	margin-left:20px;
	margin-bottom:20px;
}
div#enterprise_container div#pandaMOP div#menuTab {
	clear: both;
	background: none;
	vertical-align: middle;
	height: 22px;
	line-height: 22px;
	display: block;
	background: url(/uploads/fckeditor/images/pest_back_bg.gif) repeat-x 0 0;
	letter-spacing: 0px;
}
div#enterprise_container div#pandaMOP div#menuTab ul {
	clear: both;
	background: none;
	vertical-align: middle;
	height: 22px;
	line-height: 22px;
	display: block;
	letter-spacing: 0px;
}
div#enterprise_container div#pandaMOP div#menuTab ul li {
	margin:0px;
	height: 22px;
	display: block;
	text-align: center;
	float:left;
	letter-spacing: 0.2em;
	background: url(/uploads/fckeditor/images/pest_back.gif) repeat-x 0 0;
	color:#FFF;
	font-weight: bold;
}
div#enterprise_container div#pandaMOP div#menuTab ul li.menu_on {
	background: url(/uploads/fckeditor/images/pest_back_marca.gif) repeat-x 0 0;
	color:#01236A;
	font-weight: bold;
}
div#enterprise_container div#pandaMOP div#menuTab ul li span {
	padding-left:1em;
	padding-right:1em;
}
div#enterprise_container div#pandaMOP table {
	background-color:#01236A;
	border-collapse:separate;
	border-spacing:1px;
	margin:20px 70px 20px 70px;
	width: 490px;
}
div#enterprise_container div#pandaMOP table td {
	background-color:#FFF;
	width: 20%;
	font-weight: normal;
	padding:3px 8px 1px 8px;
}
div#enterprise_container div#pandaMOP table td#ttl {
	background-color:#315788;
	color:#FFF;
	font-weight: bold;
}
div#enterprise_container div#pandaMOP table td#left {
	background-color:#E2E9F1;
}
div#enterprise_container div#pandaMOP div.set a {
	height:35px;
	display: block;
	line-height: 35px;
	text-align: center;
	margin:10px;
	overflow:hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 110%;
}
div#enterprise_container div#pandaMOP div.set a:hover {
	background-position: 0 -35px;
}

div#enterprise_container div#pandaMOP div.set a.mopm1 {
	width: 114px;
	text-indent: 30px;
	background-image: url(../images/enterprise/mop_m1.gif);
	color:#FFF;
	float:left;
}
div#enterprise_container div#pandaMOP div.set a.mopm2 {
	width: 114px;
	text-indent: 30px;
	background-image: url(../images/enterprise/mop_m2.gif);
	color:#FFF;
	float:left;
}
div#enterprise_container div#pandaMOP div.set a.mopm3 {
	width: 214px;
	background-image: url(../images/enterprise/mop_m3.gif);
	clear:both;
	margin-top:0px;
}
* html div#enterprise_container div#pandaMOP div.set a.mopm3 {
	margin:0px 20px 10px 20px;
}
div#enterprise_container div#pandaMOP div.set a:hover.mopm3 {
	width: 214px;
	color:#FFF;
}
div#enterprise_container div#pandaMOP div.mopEnd div.set a.mopm3 {
	clear:none;
	float:left;
	margin-top:10px;
}
* html div#enterprise_container div#pandaMOP div.mopEnd div.set a.mopm3  {
	margin:10px;
}
/*------------------------------*/

#r_scroll {float:right; margin:0 0 10px 10px; width:180px}
#r_scroll_top img {vertical-align: bottom;}
#r_scroll #r_scroll_center{background-image:url('../images/enterprise/00IM_r_scrollMiddle.jpg'); padding:0 10px 0 8px}
#r_scroll #r_scroll_center H4 {margin:0px; padding:0px}
#r_scroll #r_scroll_center H4 a{margin:0px; font-size:12px; font-weight:normal; text-align:center; background-image:url('../images/enterprise/00IM_r_scrollTitles.jpg'); color:#5A7885; height:24px;line-height: 24px;text-decoration:none; display:block}
#r_scroll #r_scroll_center H4 a:hover {background-image:url('../images/enterprise/00IM_r_scrollTitlesB.jpg'); color:#fff}
#r_scroll #r_scroll_center H4.marca a {background-image:url('../images/enterprise/00IM_r_scrollTitlesB.jpg'); color:#fff}
#rtxt_testimonials, #rtxt_casos, #rtxt_videos, #rtxt_interface, #rtxt_papers, #rtxt_hojas{background-color:#fff; padding:3px; margin:0 5px; display:none}
#rtxt_testimonials{display:block}
#r_scroll #r_scroll_center p{font-size:10px; margin:3px 0 0 0}

#faq1,#faq2,#faq3,#faq4,#faq5,#faq6,#faq7,#faq8,#faq9,#faq10,#faq11,#faq12,#faq13,#faq14,#faq15,#faq16,#faq17,#faq18,#faq19,#faq20,#faq21,#faq22,#faq23,#faq24,#faq25,#faq26,#faq27,#faq28,#faq29,#faq30,#faq31,#faq32,#faq33,#faq34,#faq35,#faq36,#faq37,#faq38,#faq39,#faq40,#faq41,#faq42,#faq43,#faq44,#faq45 {display:none}

      #tooltip {
          background-color: #ddd;
          border: 1px solid #888888;
          color: #484848;
          padding: 4px;
      }
      #tooltip h3 {
          font-size: 1.1em;
		  font-weight:normal;
          margin: 0;
          padding: 0 3px;
          text-align: left !important;
      }
      #tooltip p {
          font-size: 0.95em;
          margin: 5px 0 0 5px;
          text-align: left;
      }
.tooltip {cursor:help;}