﻿@charset "iso-2022-jp";


/* 基本レイアウト用（原則追加変更不可） */






/* 基本タグの初期化
--------------------------------------------------------------*/
html {
	background-color:#ddd;
	margin:0;
	text-align:center;

}
* {
	box-sizing:content-box;
}
body {
	width:771px;
	margin:0 auto;
	padding:0;
	font-size:80%;
	color:#333333;
}
h1,h2,h3,h4,form {
/*	margin:0;*/
	padding:0;
}
p {
	line-height:1.4em;

}
img {
	border:0;
}


/* リンクカラー
--------------------------------------------------------------*/
a,
a:link {
	color:#03C;
	text-decoration:underline;
}
a:visited {
	color:#339;
	text-decoration:underline;
}
a:active,
a:hover {
	color:#63c;
	text-decoration:none;
}








/* 全てのページに共通する定義（原則追加変更不可）
------------------------------------------------------------------------------------------*/
/* ソース全体の幅規定とセンタリング */
#CABINET {
	width:781px;
	height:100%;
	margin:0;
	padding:0 5px 0 5px;
	text-align:left;
/*
	background-image:url(/ansys/images/widgets/cabinet_top_background2.jpg) ;
	background-repeat: repeat-y;
*/


}

/* パンくず
------------------------------------------------------------------------------------------*/
#CONTENTPATH {
	font:85%/1.3 "MS PGOTHIC",Osaka,sans-serif;
	color:#888;
	margin:3px 0px 0px 0px;
	height:37px;

}
#CONTENTPATH span{
	padding:0 5px;
}
#CONTENTPATH a,
#CONTENTPATH a:link {
	color:#96C;
}
#CONTENTPATH a:visited {
	color:#99C;
}


/* MAIN
------------------------------------------------------------------------------------------*/
#MAINBG {

	background-image:url(/ansys/images/widgets/mainbg_background.gif);
	width:771px;
	margin:0px;
	padding:0;
	border-top:solid 1px #c8c8ec;
	min-height:450px;

}


/* CONTENTS
------------------------------------------------------------------------------------------*/
#CONTENTS {

	width:560px;
	margin-top:0px;
	margin-bottom:10px;
	padding:0 8px 0px 0px;
	color:#494949;
	text-align:left;
	float:right;

}




/* 見出し・強調
------------------------------------------------------------------------------------------*/
h1, h2, h3, h4 {
	font-weight:bold;
	line-height: 1.1em;
	font-family:"MS PGOTHIC",Osaka,sans-serif;
	color:#000;
}
h1 {
	margin:0 0 0 0;
	padding:0px 0 0px 0;
	font-size:140%;
background:url(/ansys/images/widgets/ttl4-h1.jpg) no-repeat left bottom;
padding:5px;
}
.h1_small
{
	margin:0 0 -4px 0;
	padding:0px 0 0px 0;
	font-size:67%;
	display:block;

}



h2 {
	padding:0px 0 0px 5px;
	margin-bottom:15px;
	margin-top:23px;
	margin-left:2px;
/*
	border-left:solid 3px #5151d4;
*/
	font-size:130%;
	clear:none;
	line-height:1.2em;
background:url(/ansys/images/widgets/h2.jpg) no-repeat left bottom;
padding:2px;
}
.h2_small
{
	margin:0 0 -4px 0;
	padding:0px 0 0px 0;
	font-size:65%;
	display:block;

}



h3 {
	border-collapse: collapse;
	background:transparent url(/ansys/images/widgets/hr_01.gif) repeat-x 20px bottom;

	font-size:110%;
/*	margin-bottom:16px !important;	*/
	padding:8px 0 3px 0;	
}



h4 {
	margin:2em 0 0px 0;
	font-size:92%;
}








/* リスト定義
--------------------------------------------------------------*/
#CONTENTS ol, #CONTENTS ul {
	margin-top:0em;
	margin-bottom:0.5em;
}
#CONTENTS li {
	margin-bottom:0.2em;
	line-height:1.2em;
}

#CONTENTS dl {
	margin-top:0em;
}
#CONTENTS dt {
	margin-bottom:0.4em;
}
#CONTENTS dd {
	margin-top:0;
	margin-bottom:1.2em;
	line-height:1.2em;
}



/* tableタグ
--------------------------------------------------------------*/
/* .tblテーブル内通常テーブル */

table{
	line-height:1.3em;
}

table.tbl table {
	margin:0;
	border-collapse: separate;
	empty-cells: hide;
	border-width:0px;


}
table.tbl table th, table.tbl table td {
	padding:2px 5px 2px 0;
	border:0px;
	color:#494949;

}
table.tbl table th, table.tbl table thead th, table.tbl table thead td {
	font-weight:bold;
	color:#494949;

}



th.graybold, td.graybold {
	background-color:#CCC !important;
	color:#000;
	font-weight:bold !important;

}


/* .tblテーブル */
table.tbl ,td table.tbl {
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-collapse: collapse;
	empty-cells: show;
	margin:5px 0;
	line-height:1.4em;
}
table.tbl thead th, table.tbl thead td, td table.tbl thead th, td table.tbl thead td {
	background-color:#CCC;
	color:#000;
	font-weight:bold;
}
table.tbl thead td, td table.tbl thead td {
	background-color:#DDD;
}
table.tbl th, table.tbl td, td table.tbl th, td table.tbl td {
	padding:2px 4px;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}
table.tbl th, td table.tbl th {
	color:#222;
	background-color:#EEE;
	text-align:left;
	font-weight:normal;
}
table.tbl td, td table.tbl td {
	font-weight:normal;
}


/* .tblテーブル ホンの少しだけ文字（95％）を小さく セミナー日程で使用*/
table.tblsmall ,td table.tblsmall {
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-collapse: collapse;
	empty-cells: show;
	margin:5px 0;
	line-height:1.4em;
}
table.tblsmall thead th, table.tblsmall thead td, td table.tblsmall thead th, td table.tblsmall thead td {
	background-color:#CCC;
	color:#000;
	font-weight:bold;
}
table.tblsmall thead td, td table.tblsmall thead td {
	background-color:#DDD;
}
table.tblsmall th, table.tblsmall td, td table.tblsmall th, td table.tblsmall td {
	padding:2px 4px;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}
table.tblsmall th, td table.tblsmall th {
	color:#222;
	background-color:#EEE;
	text-align:left;
	font-weight:normal;
}
table.tblsmall td, td table.tblsmall td {
	font-weight:normal;
	font-size:95%;
}






/* 横線tableタグ
--------------------------------------------------------------*/
/* .hrテーブル内通常テーブル */
table.hr table {
	border:0;
	padding:0 ;
	border-collapse: separate;
	empty-cells: hide;
	background-image:none;

}
table.hr table th, table.hr table td {
	padding:2px 5px 2px 0;
	background-image:none;
	border-collapse: separate;
	color:#494949;
}
table.hr table th {
	font-weight:bold;
	background:#fff;
	border-collapse: separate;
}
/* 横線のみのテーブル */
table.hr, td table.hr {
	margin:5px 0;
	border-bottom:1px solid #ccc;
	border-collapse: collapse;
	empty-cells: show;
/*	background:transparent url(/ansys/images/widgets/hr_01.gif) repeat-x 0px bottom;*/
}
td table.hr td, td table.hr th {
	padding:9px 5px  8px 5px;
	text-align:left;
/*	background:transparent url(/ansys/images/widgets/hr_01.gif) repeat-x 0px 0px;*/
	border-top:1px solid #ccc;
}


table.hr td, table.hr th, td table.hr td, td table.hr th {

	padding:9px 5px  8px 5px;
	text-align:left;
/*	background:transparent url(/ansys/images/widgets/hr_01.gif) repeat-x 0px 0px;*/
	border-top:1px solid #ccc;
}



table.hr th, td table.hr th {
	font-weight:bold;
	color:#333;
}
table.hr td, td table.hr td {
	font-weight:normal;
}





/* アイコン
--------------------------------------------------------------*/

/* アイコンのUL共通 */

/* ul 基本型　やじるしマーク */


#CONTENTS ul
{
	margin-top:10px;
	padding-bottom:0px;

}

#CONTENTS ul li{

	list-style-type: none;
	padding-left:20px;
	margin-left:-20px;
	background:transparent url(/ansys/images/widgets/icon_kihon.gif) no-repeat 5px 3px;
}
#CONTENTS ul ul li {
	margin-top:0px;
	padding-left:0px;
	margin-left:7px;
	background-image:none;
	list-style-type:circle;
	line-height:1.3em;

}
#CONTENTS ul ul {
	margin-top:4px;

}
#CONTENTS ul ul ul {
	margin-top:4px;

}

#CONTENTS ul ul ul li {

	padding-left:0px;
	margin-left:7px;
	background-image:none;
	list-style-type:square;
	line-height:1.3em;
}

#CONTENTS ol li {
	background-image:none;
	padding-left:0px;
	margin-left:7px;
}

#CONTENTS ol.alpha li,
#CONTENTS ul.alpha li
{
	background-image:none ;
	list-style-type:lower-alpha;
	padding-left:0;
	margin-left:7px;
}


ul.arrow,
ul.pdf,
ul.download,
ul.file,
ul.mail,
ul.kome,
ul.kome_red,
ul.window
{
	list-style-type: none;
	padding-left:20px;
	margin-left:0;
}

ul.arrow li,
ul.pdf li,
ul.download li,
ul.file li,
ul.mail li,
ul.kome li,
ul.kome_red li,
ul.window li
{
	padding-left:20px;
}

ul.arrow li.none,
ul.pdf li.none,
ul.download li.none,
ul.file li.none,
ul.mail li.none,
ul.kome li.none,
ul.kome_red li.none,
ul.window li.none

{
	background-image:none !important;
	padding:0 10px 0 0;
}

 
/* リンク */

a.arrow {
	padding:1px 3px 1px 18px;
	background:transparent url(/ansys/images/widgets/arrow_01.gif) no-repeat 2px 3px;
}
ul.arrow li, li.arrow{
	background:transparent url(/ansys/images/widgets/arrow_01.gif) no-repeat 2px 3px !important;
}
dl.arrow dt {
}

/* PDF */
.pdf {
	padding:1px 3px 1px 18px;
	background:transparent url(/ansys/images/widgets/icon_pdf.gif) no-repeat 0px 1px !important;
}
ul.pdf li {
	background:transparent url(/ansys/images/widgets/icon_pdf.gif) no-repeat 0px 1px;
}
dl.pdf dt {
}


/* ダウンロード */
a.download {
	padding:1px 3px 1px 18px;
	background:transparent url(/ansys/images/widgets/icon_download.gif) no-repeat 1px 0px;
}
ul.download li {
	background:transparent url(/ansys/images/widgets/icon_download.gif) no-repeat 1px 0px;
}
dl.download dt {
}


/* ファイル・フォーム */
a.form {
	padding:1px 3px 1px 18px;
	background:transparent url(/ansys/images/widgets/icon_form.gif) no-repeat 0px 1px;
}
ul.form li {
	background:transparent url(/ansys/images/widgets/icon_form.gif) no-repeat 0px 1px;
}
dl.form dt {
}


/* メール */
.mail a, a.mail {
	padding:1px 3px 1px 18px;
	background:transparent url(/ansys/images/widgets/icon_mail.gif) no-repeat 1px 3px;
}
ul.mail li {
	background:transparent url(/ansys/images/widgets/icon_mail.gif) no-repeat 1px 3px;
}
dl.mail dt {
}


/* ※マーク黒 */




ul.kome li {
	background:transparent url(/ansys/images/widgets/icon_kome.gif) no-repeat 1px 3px !important;
	padding-left:12px !important;
}
dl.kome dt {
}



/* ※マーク赤 */



ul.kome_red li {
	background:transparent url(/ansys/images/widgets/icon_kome_red.gif) no-repeat 1px 3px !important;
	padding-left:12px !important;
}
dl.kome_red dt {
}



/* 別ウィンドウ */
.window {
	padding:1px 3px 1px 18px;
	background:transparent url(/ansys/images/widgets/icon_window.gif) no-repeat 0px 0px !important;
}
ul.window li {
	background:transparent url(/ansys/images/widgets/icon_window.gif) no-repeat 0px 0px;
}
dl.window dt {
}


/* 画像回り込み
--------------------------------------------------------------*/
/* 左画像、回り込み */
img.imgL {
	float:left;
	margin-right:8px;
	margin-bottom:0px;
	margin-top:3px;

}

p img.imgL {

	padding-top:0px;
}


/* 右画像、回り込み */
img.imgR {
	float:right;
	clear:both;
	margin-left:12px;
	padding-bottom:3px;
	margin-top:3px;

}

p img.imgR {
	padding-top:0px;

}


/* 左画像、回り込み、画像コメント有り */

div.imgL {
	text-align:center;
	color:#333;
	float:left;
	font-size:93%;
	margin:5px 12px 0 0;
	padding:0;


}
div.imgL img {
	margin-bottom:3px;
	margin-top:0px;

}
/* 右画像、回り込み、画像コメント有り */
div.imgR {
	text-align:center;
	color:#333;
	font-size:93%;
	float:right;
	margin:3px  0 0 12px;

	padding:0;
	
}
div.imgR img {
	margin-bottom:3px;
	margin-top:0px;

}

/* 画像、画像の下にコメント有り */
div.imgC, p.imgC {
	text-align:center;
	color:#333;
}
div.imgC img, p.imgC img {
	margin-top:14px;
	margin-bottom:3px;
}

/* 囲い線 */
.rect {
	margin-top:10px;
	padding:7px;
	border:1px solid #999;
}
/* 囲い背景イエロー */
.rect-y {
	margin:0px 0 10px 0;
	padding:10px;
	background-color:#FDFBCE;
	border:#eee 1px solid;
}


/* オブジェクトマージン：上方向（汎用）
--------------------------------------------------------------*/
.mt-5 {
	margin-top:-5px !important;
}

.mt-10 {
	margin-top:-10px !important;
}

.mt0 {
	margin-top:0px !important;
}
.mt2 {
	margin-top:2px !important;
}
.mt5 {
	margin-top:5px !important;
}
.mt7 {
	margin-top:7px !important;
}
.mt10 {
	margin-top:10px !important;
}
.mt15 {
	margin-top:15px !important;
}
.mt20 {
	margin-top:20px !important;
}
.mt25 {
	margin-top:25px !important;
}
.mt30 {
	margin-top:30px !important;
}
.mt40 {
	margin-top:40px !important;
}

.mt50 {
	margin-top:50px !important;
}

.mt60 {
	margin-top:60px !important;
}

.mt70 {
	margin-top:70px !important;
}

.mt80 {
	margin-top:80px !important;
}

.mt90 {
	margin-top:90px !important;
}

.mt100 {
	margin-top:100px !important;
}

.mt1em {
	margin-top:1em !important;
}
.mt2em {
	margin-top:2em !important;
}
.mt3em {
	margin-top:2em !important;
}

/* オブジェクトマージン：左方向（汎用）
--------------------------------------------------------------*/
.ml0 {
	margin-left:10px !important;
}
.ml5 {
	margin-left:5px !important;
}
.ml10 {
	margin-left:10px !important;
}
.ml15 {
	margin-left:15px !important;
}
.ml20 {
	margin-left:20px !important;
}
.ml30 {
	margin-left:30px !important;
}

/* オブジェクトマージン：右方向（汎用）
--------------------------------------------------------------*/
.mr0 {
	margin-right:10px !important;
}
.mr5 {
	margin-right:5px !important;
}
.mr10 {
	margin-right:10px !important;
}
.mr15 {
	margin-right:15px !important;
}
.mr20 {
	margin-right:20px !important;
}
.mr30 {
	margin-right:30px !important;
}

/* オブジェクトマージン：下方向（汎用）
--------------------------------------------------------------*/
.mb0 {
	margin-bottom:10px !important;
}
.mb10 {
	margin-bottom:10px !important;
}
.mb20 {
	margin-bottom:20px !important;
}















/* 行揃え（汎用）
--------------------------------------------------------------*/
.taRight {
	text-align:right;
}
.taCenter {
	text-align:center;
}
.taLeft {
	text-align:left;
}
.vam {
	vertical-align:middle;
}
.vat {
	vertical-align:top;
}


/* 回り込み（汎用）
--------------------------------------------------------------*/
.floLeft {
	float:left;
	padding:0;
	margin:0;
}
.floRight {
	float:right;
}

/* クリア
----------------*/
.floatClear {
	display:block;
	clear:both;
	width:auto;
	height:1px;
	overflow:hidden;
	margin:0 0 -1px 0;
	padding:0;
	font-size:1px;
	background:transparent;
}

/* クリア
----------------*/
.both {
	clear:both;
}



/* 文字装飾用
--------------------------------------------------------------*/

.bold 
{
	font-weight:bold;
}

.small {
	font-size:85%;
}

.small_s {
	font-size:95%;
}

.red {
	color:#c00;

}

.blue {
	color:#33c;

}

/* セミナー満席マークで使用 */
.full{
	background-color:#c00;
	color:#fff;
	padding:2px 1px 1px 2px;
	font-size:96%;

}


/* 下線*/
.solid_b
{
	padding:2px;
	border-bottom:solid 1px #999;

}

.dotted_b
{
	padding:2px;
	border-collapse: collapse;
	background:transparent url(/ansys/images/widgets/hr_01.gif) repeat-x 0px bottom;
}



/* リンクIE用のアイコン表示（行またぎ対応用）
--------------------------------------------------------------*/
.block
{
	display:block;
	clear:both;
	padding-left:18px !important;
}





/* テキスト装飾
--------------------------------------------------------------*/
.txt_line
{
	text-decoration:underline;
}

.txt_no
{
	text-decoration:line-through;
}



/* CFXリンクメニュ― */
#LINKNAV *{

	margin:10px 0 0 0;
	padding:10px 0 0 0;
	font-size:98%;
}
#LINKNAV {
	margin-top:10px;
	text-align:center;
	clear:both;
	width:558px;


}
#LINKNAV div {
	margin:0 ;
	padding:0px;
}
#LINKNAV ul {
	list-style:none;

	background-color:#E8E8FF;
	padding:3px;
}
#LINKNAV li {
	background-image:none !important;	
	display:inline;
	margin:0 8px;
	padding:0;

}


/* text 装飾
--------------------------------------------------------------*/

/* セミナーイベントの右リンクのカテゴリ　白背景紫線 */
.textline_1
{
	margin:5px 3px;
	padding:0px 5px 0px 5px;
	border:solid 1px #B9B9FF;
	font-weight:bold;
	background-color:#fff;
}

.textline_1_2
{
	margin:5px 3px;
	padding:0px 5px 0px 5px;

	font-weight:bold;
	background-color:#B9B9FF;
}




/* セミナー用/サイトマップ用　薄いグレーアジェンダで使用 */
.textline
{

	margin:10px 0 0 0px;
	padding:0px 5px 0px 5px;
/*	border:solid 1px #999;*/
	font-weight:bold;
	background-color:#ededed;
}



/*  セミナー用　事前受講 必須用 渋い赤 */
.textline_2
{
	margin:5px 0px;
	padding:1px 5px 1px 5px;
	border:solid 1px #fff;
	background-color:#cc6666;
	color:#fff;

}



/*  セミナー用　事前受講 推奨用 渋い赤紫　*/
.textline_3
{
	margin:5px 0px;
	padding:1px 5px 1px 5px;
	border:solid 1px #fff;

	background-color:#996699;
	color:#fff;

}


/* セミナー用　申込み用バックカラー 薄いオレンジ背景 */
.textbk_4
{
	
	background-color:#fff6c4;
	margin:3px;
	padding:2px 2px;
	font-weight:bold;
	color:#000;
}


/*　トップページ用　背景紫　*/
.textbk_3 
{
	background-color:#D0D0FF;
	margin:3px;
	padding:2px 2px;

	color:#000;
}


/* main　分割
--------------------------------------------------------------*/
.left
{
	float:left;
	margin:0px 5px 0px 0px;
	width:275px;
}

.right
{
	float:right;
	margin:0px 0px 0px 0px;
	width:275px;
}



/* kome インデント処理
--------------------------------------------------------------*/
.cap
{
	margin-top:0;
	margin-bottom:0;
	padding-left:1em;
	text-indent:-1em;
}


/* 別窓処理
--------------------------------------------------------------*/
.subwin
{
	text-align:left;	
	width:550px;
	margin:0 auto;
	padding:0px;
	margin:0px;


}

/* form用
--------------------------------------------------------------*/

#FORM
{
	width:545px;
	color:#000;
	border:solid 1px #ccc;
	background-color:#ffffcc;
	margin:10px 0 0 0;
	padding:10px 2px 0px 8px;
}

#FORM ul li
{
	list-style-type:disc;
	background-image:none;
	margin-left:-20px;
	padding:0 0 0 0px;
}


