html{
	background-color: #F4F4F4; /* IE7でbodyの背景が拡大/縮小されない問題の対応【IE7対策】*/
	height:100%; /* 一番下まで背景画像が表示されるための処理(bodyに入れると×) */
}

body {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	font-size: 80%;
	color: #333333;
	background-color: #F4F4F4;
	/*	background-color: #CCCCCC; */
	background-image: url(../img_cmn/bg2.gif);
	background-repeat: repeat-y;
	/*	background-image: url(file://///fileserver1/%E3%82%B7%E3%82%B9%E3%83%86%E3%83%A0%E9%96%8B%E7%99%BA%E9%83%A8/%E3%83%9B%E3%83%BC%E3%83%A0%E3%83%9A%E3%83%BC%E3%82%B8/izumi/img_cmn/bg2.gif);
	background-repeat: repeat-y; */
	background-position: center;
	margin: 0;
	padding: 0;
}

#wrapper {
	background-color: #FFFFFF;
	width: 736px; 
    height:100%; /* 一番下まで背景画像が表示されるための処理(bodyに入れると×) */
	line-height: 1.4;

	text-align:center;                   /* センタリング用*/ 
	margin-left:auto;margin-right:auto;  /* センタリング用*/ 
	text-align:left;                     /* センタリング用*/ 
}

/* 見出し、段落、リスト系の要素に対して行間隔をつめる */
h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
	margin-top: 0;
	margin-bottom: 0; 
}

/* 見出しの文字サイズの設定 */
h1 {
	font-size: 180%;
	}
h2 {
	font-size: 160%;
	}
h3 {
	font-size: 120%;
	}
h4 {
	font-size: 100%;
	}

/* リスト系の要素に対してインデントの調整 */
ul, ol, dl {
	margin-left: 20px;
	padding-left: 4px;
}
li {
	margin-bottom: 2px;
}

/* テーブル         */
table {
	border-collapse:collapse;
}

/****************/
/* 標準のリンク */
/****************/
a:link {
	text-decoration:none; 
	color: #197CB4;
}
a:visited {
	text-decoration:none; 
	color: #996699;
}
a:hover,
a:focus {
	text-decoration:underline; 
	color: #197CB4;
}

/****************/
/* 強調のリンク */
/****************/
a.emphasis:link {
	text-decoration:underline;
	color: #F00;
}
a.emphasis:visited {
	text-decoration:underline;
	color: #F00;
}
a.emphasis:hover,
a.emphasis:focus {
	text-decoration:underline;
	color: #F00;
}

/****************/
/* ヘッダー     */
/****************/
div#header {
	/*	background-image: url(file://///fileserver1/%E3%82%B7%E3%82%B9%E3%83%86%E3%83%A0%E9%96%8B%E7%99%BA%E9%83%A8/%E3%83%9B%E3%83%BC%E3%83%A0%E3%83%9A%E3%83%BC%E3%82%B8/izumi/img_cmn/header_bg.gif); */
	background-image: url(../img_cmn/header_bg.gif);
	background-repeat: repeat-x;
}
/* ヘッダー右上メニュー */
div#headermenu{
	position:absolute;
	color : #666666;
	font-size: 90%;
	text-align: right;
	top:8px;
	width:734px;
	z-index:0;
}
div#headermenu ul {
	list-style-type: none;
}
div#headermenu ul li {
	display: inline;
}
div#headermenu li a{
	color : #666666;
	text-decoration : none;
}
div#headermenu li a:hover{
	color : #000000;
	border-bottom : 1px solid #ff0000;
}
/* ヘッダー右下サイト内検索 */
div#header_right_bottom_menu{
	position:absolute;
	color : #666666;
	font-size: 90%;
	text-align: right;
	top:26px;
	width:734px;
	z-index:0;
}
/*****************/
/* メインナビ    */
/*****************/
div#nav{
	height : 22px;
	color : #666;
	/*	background-color : #F2F3F4;  */
	/*	background-image: url(file://///fileserver1/%E3%82%B7%E3%82%B9%E3%83%86%E3%83%A0%E9%96%8B%E7%99%BA%E9%83%A8/%E3%83%9B%E3%83%BC%E3%83%A0%E3%83%9A%E3%83%BC%E3%82%B8/izumi/img_cmn/nav_bg.gif); */
	background-image: url(../img_cmn/nav_bg.gif);
	background-repeat: repeat-x;
	font-size: small;
	border-bottom : 1px solid #999999;
}
div#nav ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
	padding: 2px 0 0 0;
}
div#nav ul li {
	display: inline;
}
div#nav li a{
	color : #666666;
/*	background-color : #F2F3F4;  */
	text-decoration : none;
}
div#nav li a:hover{
	color : #000000;
/*	background-color : #F2F3F4;  */
	border-bottom : 1px solid #ff0000;
}
div#nav span.distance{
	color : #F0B500;
	font-size: 90%;
	font-weight: normal;
}

/********************/
/* フッター         */
/********************/
div#footer {
	clear:both;
	border-top : 1px solid #999999; /* 区切りのライン(上) */
	padding : 8px 0 0 0;
}
/* フッターメニュー */
div#footermenu {
	color : #666666;
	font-size: 85%;
	text-align:center;
}
div#footermenu ul {
	list-style-type: none;
}
div#footermenu ul li {
	display: inline;
}
div#footermenu li a{
	color : #197CB4;
}
div#footermenu li a:visited{
    color : #197CB4;
}
/* コピーライト     */
div#copyright {
	color : #666666;
	font-size: 85%;
	text-align:center;
	margin: 8px 0 8px 0;
}
/* IE8印刷バグ対策(ＣＳＳハック不要) */
/* 2011.04.08 ADD - 改ページする場合に必須 */
#footer {
	width:734px;		/* wrapper.width-2 */
	overflow:hidden;
}

/********************/
/* パンくずリスト   */
/********************/
/* div#pankuz {
	text-decoration:none;
	color:#999999;
	font-size:85%;
	font-weight:normal;
 	margin : 4px 0 0 24px;
}
div#pankuz a {
	text-decoration:none;
	color:#999999;
}
div#pankuz a:visited {
	text-decoration:none;
	color:#999999;
}
div#pankuz a:hover {
	text-decoration:underline;
	color:#CC0000;
} */
ol#pankuz {
	text-decoration:none;
	color:#999999;
	font-size:85%;
	font-weight:normal;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}  
ol#pankuz li {  
    display:inline;   
    line-height:100%;   
    list-style-type:none;  
}  
ol#pankuz a {
	text-decoration:none;
/*	text-decoration:underline; */
}
ol#pankuz a:visited {
	text-decoration:none;
/*	text-decoration:underline; */
	color: #197CB4;
}
ol#pankuz a:hover {
	text-decoration:underline;
} 

/****************/
/* コンテンツ   */
/****************/
#contents {
	/* ヘッダーと左端とのマージン設定 
	   ※フッターとのマージンをここで設定してもFireFoxでは反映されない
	     ので、フッターのすぐ上に来るセレクタにてマージンを設定する */
 	margin : 20px 8px 40px 20px;
	/* IE8印刷バグ対策(ＣＳＳハック不要) */
	/* 2011.04.08 ADD - 改ページ２回以上で必須 */
	width:734px;		/* wrapper.width-2 */
	overflow:hidden;
}
/* セクション１  */
.section1 {
	/* 区切り線 (点)  */
	 border-bottom:1px dotted #CCCCCC; 
	/* 下セクションとのスペース  */
	padding-bottom: 1em;
	margin-bottom: 2em;
}
/* セクション２ */
.section2 {
	/* 下セクションとのスペース  */
	margin-bottom: 1.0em;
	padding-left: 1.0em;
}	
/* ページ先頭のタイトル */
#mainTitle {
	margin-top: 0px;
	margin-bottom: 20px;
/*	text-align: center; */
}
/* ページ先頭のタイトル */
#mainTitleImage {
	margin-top: 0px;
	margin-bottom: 20px; 
}
/* 本文タイトル１(大) */
.sub_title1 {
	color: #333333;
	font-weight: bold;
	font-size:140%;
	margin-top:4px;
	margin-bottom:12px;
}	
/* 本文タイトル２(中) (濃い背景での反転) */
.sub_title2 {
	background-color: #1A76B7;
	color:#FFFFFF;
	text-align: left;
	padding: 0.1em 0 0.1em 0.4em;
	margin-bottom:0.5em;
	font-weight: bold;
	font-size:105%;
	line-height:135%;
}	
/* 本文タイトル２(中) の強調 (濃い背景での反転) */
.sub_title2_em {
	background-color: #C30;
	color:#FFFFFF;
	text-align: left;
	padding: 0.1em 0 0.1em 0.4em;
	margin-bottom:0.5em;
	font-weight: bold;
	font-size:105%;
	line-height:135%;
}	
/* 本文タイトル３(小) (背景、罫線付き)  */
.sub_title3 {
	font-weight: bold;
	margin-bottom:0.5em;
    border:1px solid #92B0DD;
	padding: 0.1em 0 0.1em 0.2em;
	background-color: #E2EAF8;
}	
.text_new {
	color:#FF0000;
	font-weight: normal;	
}
.style1 {
	color:#FF0000
}
.style2 {
	color:#003399
}
.style3 {
	color:#00F
}
.style4 {
	color:#060
}
.text_reverse {
	color:#FFFFFF;
}
div#osirase_box {
	border: solid #FF0000 1px;
	background-color: #FFFFFF;
	margin:8px 0 8px 0;
	padding:4px 4px 4px 8px;
}

/********************************/
/* メニューリスト（汎用タイプ） */
/********************************/
div#menulist ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	margin-right: 0px;
	padding : 0px;
}	
div#menulist ul a {
	color : #197CB4;
	text-decoration : none;
}
div#menulist ul a:visited {
    color : #197CB4;
}
div#menulist ul a:hover {
    color : #197CB4;
	text-decoration:underline;
}
div#menulist li.main {
	font-weight: bold;
	margin-bottom:4px;
}	
div#menulist li.sub {
	font-weight: normal;
	list-style-type: disc;
	list-style-position: inside;
    color : #999999;
	margin : 0 0 0 0;
	font-size:90%;
}	
div#menulist li.sublongtxt {
	font-weight: normal;
    color : #999999;
	margin: 8px 0 4px 0;
	font-size:90%;
	line-height:110%;
}	

/* メインテキストのフッター部分 */ 
div#main_footer {
	margin: 16px 0 32px 0;
	width: 650px;
}
div#main_footer p{
	line-height: 1.5em;	
}

p.line { 
	border-bottom: 1px solid #999999; 
	padding-bottom: 1em;
	margin-bottom: 1em;
}

/*-----------------これより下は旧から移植 -----------------*/

/* 罫線ありテーブル td(データセル) */
.info_td {
	padding: 0.3em;
	border-top: 1px solid #666666;
	border-right:  1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left:  1px solid #666666;
}

/* 罫線ありテーブル th(ヘッダー) */
.info_th {
	font-weight:bold;
	background-color: #ECEADD;
	text-align: left;
	padding: 0.3em;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}	

/* 本文 (左側余白) */
.paddLeft05em {
	text-align: left;
	padding-left: 0.5em;
}	
.paddLeft10em {
	text-align: left;
	padding-left: 1.0em;
}	


/* 本文 (下側余白) */
.paddbottom05em {
	text-align: left;
	padding-bottom: 0.5em;
}	

/* 本文 (全体余白) */
.padd05em {
	text-align: left;
	padding: 0.5em;
}	
.padd05em ul{
	padding: 0.5em 0 0 0.5em;
}

/*************************/ 
/*  新規ページ用(10/1以降) 
/*************************/ 
/* セクション */
.section {
	width: 656px;
	margin-bottom: 20px;
}	
.section .sectionText {
	padding: 0 0 0 8px;
	margin-bottom: 40px;
}	
.section .sectionText h3{
/*	font-size:120%; */
	margin-bottom:0.7em;
	border-left-style: solid;
	border-left-color: #990000;
	border-left-width: 8px;
/*	padding-left: 5px; */
	padding: 0.1em 0 0.1em 0.5em;
	background-color: #FFD9D9;
}	
.section .sectionText h4{
	color:#990000;
	margin-top:4px;
}	
/* セクション h2 */
.section h2{
	color:#CC6600;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 8px;
	border-bottom-width: 1px;
}	
/* セクション 補足説明 */
.section .sectionTextSub {
	border: 1px solid #FF6600;
	background-color: #FFFFFF;
	margin:8px 8px 8px 8px;
	padding:2px 8px 8px 8px; 
}
.section .sectionTextSub h4{
	color:#FF6600;
}	
.section .sectionTextSub .list{
	font-weight: bold;
}	

/* SOFTEC製品内
---------------------------------------------*/
/* テーブル */
table.softecTable {
	border-collapse:collapse;
	border: 1px solid #999999;
	width: 500px;
/*	line-height: 1.0;   */
/*	margin-top:10px; */
	margin: 0px auto 10px auto; 
	padding: 4px 2px; 
}
table.softecTable td {
	border: 1px solid #999999;
	text-align:center;
	font-weight:normal;
	padding: 4px; 
}
table.softecTable th {
	border: 1px solid #999999;
	font-weight:bold;
	background-color: #E2EBFA;
	text-align:center;
	padding: 4px; 
}
table.softecTable thead th {
	background-color: #E2EBFA;
	border-bottom: 2px solid #85899A;
}
/* SOFTEC製品内(説明文左詰)
---------------------------------------------*/
/* テーブル */
table.softecDescriptionTable {
	border-collapse:collapse;
	border: 1px solid #999999;
	width: 500px;
/*	line-height: 1.0;   */
/*	margin-top:10px; */
	margin: 0px auto 10px auto; 
	padding: 4px 2px; 
}
table.softecDescriptionTable td {
	border: 1px solid #999999;
/*	text-align:center; */
	font-weight:normal;
	padding: 4px; 
}
table.softecDescriptionTable th {
	border: 1px solid #999999;
	font-weight:bold;
	background-color: #E2EBFA;
	text-align:center;
	padding: 4px; 
	width: 110px;
}
table.softecDescriptionTable thead th {
	background-color: #E2EBFA;
	border-bottom: 2px solid #85899A;
}
/* テーブル下のぶら下げ、補足 */
div.note {
	font-size: 90%;
	width: 500px;
	margin: 0px auto 10px auto;
	line-height: 1.3;   
}	
p.burasage {
	margin-left: 1em;
	text-indent: -1em;
}	
p.note {
	font-size: 85%;
	line-height: 1.0;   
}	
p.trademark_info {
	color: #666666;
	text-align: right; 
	font-size: 90%;
	margin: 3px;
}

/* 会社概要
---------------------------------------------*/
/* サブメニュー */
div#company_menu {
	width: 640px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1.5em;
	padding-left: 0.3em;
}
/* 企業情報タイトル 会社全体(中) */
.company_message_title {
	font-weight: bold;
	font-size:130%;
	margin-bottom:1em;
	background-color: #E5E5E5;
	/*	background-color: #D9F2F2; */
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #399;
	width: 640px;
	padding-top: 0.1em;
	padding-right: 0;
	padding-bottom: 0.1em;
	padding-left: 0.5em; 
}	
/* 企業情報タイトルsoftec(中) */
.company_softec_title {
	font-weight: bold;
	font-size:120%;
	margin-bottom:0.5em;
	padding: 0.1em 0 0.1em 0.5em;
	/*	background-color: #F2F2F2; */
	background-color: #DCCCFF;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #660099;
	width: 600px;
}	

/* 企業情報タイトルetcalc(中) */
.company_etcalc_title {
	font-weight: bold;
	font-size:120%;
	margin-bottom:1em;
	padding: 0.1em 0 0.1em 0.5em;
	/*	background-color: #F2F2F2; */
	background-color: #FFE0CC;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #F60;
	width: 600px;
}	

/* 企業情報タイトルrpa(中) */
.company_rpa_title {
	font-weight: bold;
	font-size:120%;
	margin-bottom:1em;
	padding: 0.1em 0 0.1em 0.5em;
	/*	background-color: #F2F2F2; */
	background-color: #FFEBCC;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #F90;
	width: 600px;
}	


/* サポート＆ダウンロード
---------------------------------------------*/
/* サブタイトル 全体 */
p.support_update_title {
	font-size:140%;
	font-weight: bold;
}
div#update_info_block {
	border: 2px solid #F66;
	background-color: #FFE8E8;
	margin:0 0 3em 0;
	padding:4px 8px 4px 8px;
	width: 610px;
}
.support_sub_title {
	font-weight: bold;
	font-size:120%;
	margin-bottom:1em;
	background-color: #DCCCFF;
	/*	background-color: #D9F2F2; */
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #660099;
/*	width: 300px; */
	padding-top: 0.1em;
	padding-right: 0;
	padding-bottom: 0.1em;
	padding-left: 0.5em; 
}	
p.support_sub_text {
	margin-top:0.3em;
	margin-bottom:1.5em;
/*	width: 300px; */
	padding-top: 0.1em;
	padding-right: 0;
	padding-bottom: 0.1em;
	padding-left: 0.5em; 
}	
p.page_top {
	margin-top:1em;
	font-size: 80%;
	text-align: right;	
}

/* 文中補足用 テーブル
---------------------------------------------*/
table.supplementTable {
	border-collapse:collapse;
	width: 100%;
}
table.supplementTable td.tdLeft {
	text-align:left;
	vertical-align: top;
}
table.supplementTable td.tdIndent {
	width: 12px;
}
table.supplementTable td.tdCenter {
	text-align:center;
	vertical-align: top;
}
table.supplementTable th {
}
table.supplementTable thead th {
}

/* クリックで画像拡大 */
p.clickExpan {
	font-size: 90%;
	text-align: center;	
}

